|
I have no name!:/tmp/glibc-2.2.5# 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
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file malloc/malloc.c.rej
patching file posix/regex.h
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file posix/regex.h.rej
patching file resolv/nss_dns/dns-network.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file resolv/nss_dns/dns-network.c.rej
patching file sunrpc/xdr_array.c
Reversed (or previously applied) patch detected! Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file sunrpc/xdr_array.c.rej
patching file sysdeps/i386/Makefile
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file sysdeps/i386/Makefile.rej
patching file sysdeps/i386/fpu/libm-test-ulps
Reversed (or previously applied) patch detected! Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file sysdeps/i386/fpu/libm-test-ulps.rej
patching file sysdeps/m68k/Makefile
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file sysdeps/m68k/Makefile.rej
patching file sysdeps/s390/s390-32/Makefile
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file sysdeps/s390/s390-32/Makefile.rej
patching file sysdeps/unix/sysv/linux/errlist.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file sysdeps/unix/sysv/linux/errlist.c.rej
The next patch would create the file sysdeps/wordsize-32/divdi3.c,
which already exists! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file sysdeps/wordsize-32/divdi3.c.rej
I have no name!:/tmp/glibc-2.2.5# |
|