First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 18013
Product:  
Component:  
Status: RESOLVED
Resolution: WORKSFORME
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: Scott Robert Ladd <coyote@coyotegulch.com>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18013 depends on: Show dependency tree
Show dependency graph
Bug 18013 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2004-10-15 15:28
A 'make install' fails with an error during installation of libstdc++. The
configuration was:

../gcc/configure -prefix=/opt/gcc-3.4 --enable-shared --enable-threads=posix
--enable-__cxa_atexit --disable-checking--enable-languages=c,c++,f77
--host=i686-pc-linux-gnu --enable-version-specific-runtime-libs

The compiler was built with 'make bootstrap'.

The error from 'make install' is:

make[3]: Leaving directory
`/home/scott/gnu/gcc-3.4/build-p4/i686-pc-linux-gnu/libstdc++-v3/po'
make[2]: Leaving directory
`/home/scott/gnu/gcc-3.4/build-p4/i686-pc-linux-gnu/libstdc++-v3/po'
Making install in testsuite
make[2]: Entering directory
`/home/scott/gnu/gcc-3.4/build-p4/i686-pc-linux-gnu/libstdc++-v3/testsuite'
touch testsuite_wchar_t
touch: cannot touch `testsuite_wchar_t': Permission denied
make[2]: *** [stamp_wchar] Error 1
make[2]: Leaving directory
`/home/scott/gnu/gcc-3.4/build-p4/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/scott/gnu/gcc-3.4/build-p4/i686-pc-linux-gnu/libstdc++-v3'
make: *** [install-target-libstdc++-v3] Error 2

------- Comment #1 From Andrew Pinski 2004-10-15 15:49 -------
Is the object directory writable (or did you run out of space)?
Because that is the only thing which cause this.

------- Comment #2 From Scott Robert Ladd 2004-10-15 16:02 -------
I can manually touch the file. The directory appears writable, and I have 40GB
of free space.

scott@Tycho ~/gnu/gcc-3.4/build-p4 $ ls
/home/scott/gnu/gcc-3.4/build-p4/i686-pc-linux-gnu/libstdc++-v3 -l
drwxr-xr-x  3 scott users   4096 Oct 15 10:55 testsuite

scott@Tycho ~/gnu/gcc-3.4/build-p4 $ df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda3             76312224  32244088  40191652  45% /

------- Comment #3 From Andrew Pinski 2004-10-15 17:10 -------
This cannot be a GCC problem, something is wrong with your machine (I don't
know what) because it 
works for a large number of other people and this part of the makefile has not
changed for a long time.

First Last Prev Next    No search results available      Search page      Enter new bug