|
patch -Np1 -i ../glibc-2.2.5-2.patch &&
touch /etc/ld.so.conf &&
mkdir ../glibc-build &&
cd ../glibc-build &&
../glibc-2.2.5/configure --prefix=/usr --disable-profile \
--enable-add-ons --libexecdir=/usr/bin &&
echo "cross-compiling = no" > configparms &&
make &&
make install &&
make localedata/install-locales &&
exec /static/bin/bash --login
的时候说:
patching file login/Makefile
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file login/Makefile.rej
patching file malloc/Makefile
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file malloc/Makefile.rej
patching file iconv/skeleton.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file iconv/skeleton.c.rej
can't find file to patch at input line 83
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -uNr glibc-2.2.5.orig/linuxthreads/signals.c glibc-2.2.5/linuxthreads/signals.c
|--- glibc-2.2.5.orig/linuxthreads/signals.c 2002-01-21 14:21:16.000000000 +1100
|+++ glibc-2.2.5/linuxthreads/signals.c 2002-08-10 09:24:57.000000000 +1000
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file malloc/malloc.c
patching file posix/regex.h
patching file resolv/nss_dns/dns-network.c
patching file sunrpc/xdr_array.c
patching file sysdeps/i386/Makefile
patching file sysdeps/i386/fpu/libm-test-ulps
patching file sysdeps/m68k/Makefile
patching file sysdeps/s390/s390-32/Makefile
patching file sysdeps/unix/sysv/linux/errlist.c
patching file sysdeps/wordsize-32/divdi3.c
那么补丁打上了没有?我察看了一下,好像原来已经补丁过了。
还有问题:
说:
*** on GNU/linux systems, it is normal ot complie GNU libc with the
***'linuxthreads' add-on. Without that, the library will be
***incompatible with normal GNU/Linux systems.
***If you really mean to not use this add-on, run configure again
*** using the extra parameter '--disable-sanity -echecks'.
我不是已经允许了add-ons了吗?
还有那个glibc-linuxthreads-2.2.5.tar.bz2什么时候用?也是这个时候吗?本目录解压缩? |
|