public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18013] New: make install failure: cannot touch `testsuite_wchar_t': Permission denied
@ 2004-10-15 15:29 coyote at coyotegulch dot com
  2004-10-15 15:49 ` [Bug bootstrap/18013] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: coyote at coyotegulch dot com @ 2004-10-15 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

-- 
           Summary: make install failure: cannot touch `testsuite_wchar_t':
                    Permission denied
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coyote at coyotegulch dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18013


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/18013] make install failure: cannot touch `testsuite_wchar_t': Permission denied
  2004-10-15 15:29 [Bug bootstrap/18013] New: make install failure: cannot touch `testsuite_wchar_t': Permission denied coyote at coyotegulch dot com
@ 2004-10-15 15:49 ` pinskia at gcc dot gnu dot org
  2004-10-15 16:03 ` [Bug libstdc++/18013] " coyote at coyotegulch dot com
  2004-10-15 17:10 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-15 15:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  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.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18013


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/18013] make install failure: cannot touch `testsuite_wchar_t': Permission denied
  2004-10-15 15:29 [Bug bootstrap/18013] New: make install failure: cannot touch `testsuite_wchar_t': Permission denied coyote at coyotegulch dot com
  2004-10-15 15:49 ` [Bug bootstrap/18013] " pinskia at gcc dot gnu dot org
@ 2004-10-15 16:03 ` coyote at coyotegulch dot com
  2004-10-15 17:10 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: coyote at coyotegulch dot com @ 2004-10-15 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From coyote at coyotegulch dot com  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% /


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18013


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/18013] make install failure: cannot touch `testsuite_wchar_t': Permission denied
  2004-10-15 15:29 [Bug bootstrap/18013] New: make install failure: cannot touch `testsuite_wchar_t': Permission denied coyote at coyotegulch dot com
  2004-10-15 15:49 ` [Bug bootstrap/18013] " pinskia at gcc dot gnu dot org
  2004-10-15 16:03 ` [Bug libstdc++/18013] " coyote at coyotegulch dot com
@ 2004-10-15 17:10 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-15 17:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  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.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18013


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-15 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-15 15:29 [Bug bootstrap/18013] New: make install failure: cannot touch `testsuite_wchar_t': Permission denied coyote at coyotegulch dot com
2004-10-15 15:49 ` [Bug bootstrap/18013] " pinskia at gcc dot gnu dot org
2004-10-15 16:03 ` [Bug libstdc++/18013] " coyote at coyotegulch dot com
2004-10-15 17:10 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).