This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13782] New: make install fails with "cannot stat" on "usr/local/lib/pkgconfig"


Used CVS checkeout as on the web pages.
> gcc-3.5 -v
Reading specs from
/amd/stone/export/home/alexmalk/usr/local/bin/../lib/gcc/i686-pc-linux-gnu/3.5.0/specs
Configured with: ../gcc/configure --prefix=/home/alexmalk/usr/local
--program-suffix=-3.5 --enable-shared --enable-version-specific-runtime-libs
--enable-languages=c,c++,f77,java,objc
Thread model: posix
gcc version 3.5.0 20040120 (experimental)


Description:

during
make install
as non-root, I got smth like
...
/usr/bin/install cannot stat on <my home dir>/usr/local/lib/pkgconfig/libgcj.pc
...
And the make terminated with an error.
Workaround:: checked the permissions of pkgconfig and found out that I cannot
change to the directory <my home dir>/usr/local/lib/pkgconfig/

Temporary workaround:
make install (wait for this error)
change the permissions of pkgconfig to all-are-allowed-to-change-into
make install (start once more)

regards,
Sasha Mal

-- 
           Summary: make install fails with "cannot stat" on
                    "usr/local/lib/pkgconfig"
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sasha dot mal at excite dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 3.5.0
  GCC host triplet: 2.95.4
GCC target triplet: 3.5.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]