This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

Re: make install install_root not working anymore?


>>>>> Zack Weinberg writes:

Zack> This patch *may* fix the problem.  I don't have time right now to test
Zack> it or even figure out why it doesn't work currently -- I thought none
Zack> of my changes touched that code.

The fix is definitly not perfect - and I don't have time to look into
it either :-(.

make install install_root=/tmp/libc-test-install/
[..]
make[1]: Entering directory `/usr/glibc/src/libc'
o-iterator.mk:9: warning: overriding commands for target `/tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so'
Makerules:664: warning: ignoring old commands for target `/tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so'
o-iterator.mk:9: warning: overriding commands for target `/usr/glibc/src/build-2.1/libc.so.6'
Makerules:397: warning: ignoring old commands for target `/usr/glibc/src/build-2.1/libc.so.6'
o-iterator.mk:9: warning: overriding commands for target `/tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.6'
Makerules:649: warning: ignoring old commands for target `/tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.6'
o-iterator.mk:9: warning: overriding commands for target `/tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc-2.0.93.so'
Makerules:651: warning: ignoring old commands for target `/tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc-2.0.93.so'
make  -C csu subdir_lib
[...]

But it seems that everything got installed.
make[2]: Leaving directory `/usr/glibc/src/libc/elf'
/bin/install -c /usr/glibc/src/build-2.1/libc.so /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc-2.0.93.so.new
mv -f /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc-2.0.93.so.new /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc-2.0.93.so
rm -f /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.6.new
/bin/sh scripts/rellns-sh /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc-2.0.93.so /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.6.new
mv -f /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.6.new /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.6
/bin/install -c -m 644 /usr/glibc/src/build-2.1/libc_nonshared.a /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc_nonshared.a
: /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc_nonshared.a
rm -f /tmp/libc-test-install//usr/glibc/glibc-2.1/lib/libc.so.new

Thanks,
Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de


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