glibc fails on "kernel too old" error
Charles Lacour <[email protected]>
| Newsgroups | gmane.linux.bbc.general |
|---|---|
| Message-ID | <[email protected]> |
*** Warning: Long Post *** I'm new to the process of using CVS and especially GAR, so I'm going to list out what I did to get to this point first, in case that's where I screwed up. I normally run Red Hat, and had quite a few problems the last time I tried GAR, so I set up the Debian chroot environment, then used the "with-sources" tarball. That worked well enough, but I couldn't figure out how to get it to update. A couple of questions to the list made it look like the tarball and cvs were mutually exclusive, so I blew away everything and did a cvs "co gar". That appeared to work all right, and I understood enough of how the thing worked to have saved my previous packages in a garchive directory, so I started to recompile. It downloaded new versions of several packages (the kernel, binutils, and glibc that I remember for sure), and hung up on binutils. A header had C code that was non-standard for ANSI, and it was being told to be strict. I finally did a "make superclean" and manually deleted the "/tmp/build" directory, and got past that. My present problem is that glibc cooks away for a while, and then blows up with a message saying "kernel too old" (error listing below). I'm running Red Hat 7.x (either 7.1 or 7.2, but I wouldn't make any guarantee that everything on it is 100% upgraded to the same version.) I'm running a hand-compiled 2.4.18 kernel. I would think that it would care about the version of the kernel that it's compiling, rather than the one that's running. I've done a CVS checkout two or thre times to see if I was missing one more recent. So.... I have three questions: 1) Can anybody look at the error below and tell me what's wrong and how to fix it? 2) Could someone tell me the proper syntax to check out something from CVS by date or release name, and recommend what I should check out if I want something reasonably stable? (I understand that 2.0 is pre-release; I was looking to help test it. I can handle individual packages being broken, but I'm not competent (at the moment, at least) to handle many compile-time errors.) 3) Related to #2, to contribute to testing of 2.0, should I be downloading the 2.0PRE release from a few weeks ago (and only that) or something later? I assumed that after a "pre" release, most all the changes would be bug-fixes, and the latest one would (usually) be the most stable, and the proper one to test against. This problem makes me suspect that the "most-current" stuff is a lot more alpha than that, and everybody might be best off if I kept my fingers out of it. Apologies for the length of the error listing, but I've frequently seen complaints that not enough information was given. If this _still_ isn't enough, let me know and I'll email you privately with the whole megilla (or whatever you want.) Thanks in advance, Charles Lacour make -C sunrpc others make[2]: Entering directory `/gar/devel/glibc/work/main.d/glibc-2.3.1/sunrpc' i386-pc-linux-gnu-gcc rpc_main.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_main.o i386-pc-linux-gnu-gcc rpc_hout.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_hout.o i386-pc-linux-gnu-gcc rpc_cout.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//ude -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_cout.o i386-pc-linux-gnu-gcc rpc_parse.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_parse.o i386-pc-linux-gnu-gcc rpc_scan.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_scan.o i386-pc-linux-gnu-gcc rpc_util.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_util.o i386-pc-linux-gnu-gcc rpc_svcout.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_svcout.o i386-pc-linux-gnu-gcc rpc_clntout.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_clntout.o i386-pc-linux-gnu-gcc rpc_tblout.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_tblout.o i386-pc-linux-gnu-gcc rpc_sample.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpc_sample.o i386-pc-linux-gnu-gcc -nostdlib -nostartfiles -o rpcgen -Wl,-dynamic-linker=//lib/ld-linux.so.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -Wl,-z,combreloc ../csu/crt1.o ../csu/crti.o `i386-pc-linux-gnu-gcc --print-file-name=crtbegin.o` rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o rpc_scan.o rpc_util.o rpc_svcout.o rpc_clntout.o rpc_tblout.o rpc_sample.o -Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../cryp t:../linuxthreads ../libc.so.6 ../libc_nonshared.a -lgcc `i386-pc-linux-gnu-gcc --print-file-name=crtend.o` ../csu/crtn.o i386-pc-linux-gnu-gcc rpcinfo.c -c -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem //tmp/build/bin/../lib/gcc-lib/i386-pc-linux-gnu/3.2.2/include -isystem /tmp/gar//src/linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc -DIS_IN_librpcsvc -D_RPC_THREAD_SAFE_ -o rpcinfo.o i386-pc-linux-gnu-gcc -nostdlib -nostartfiles -o rpcinfo -Wl,-dynamic-linker=//lib/ld-linux.so.2 -L/tmp/gar//lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -L//tmp/build/lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -Wl,-z,combreloc ../csu/crt1.o ../csu/crti.o `i386-pc-linux-gnu-gcc --print-file-name=crtbegin.o` rpcinfo.o -Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../cryp t:../linuxthreads ../libc.so.6 ../libc_nonshared.a -lgcc `i386-pc-linux-gnu-gcc --print-file-name=crtend.o` ../csu/crtn.o CPP='i386-pc-linux-gnu-gcc -E -x c-header' ../elf/ld-linux.so.2 --library-path ..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthread s ./rpcgen -Y ../scripts -c rpcsvc/bootparam_prot.x -o xbootparam_prot.T FATAL: kernel too old make[2]: *** [xbootparam_prot.stmp] Error 1 make[2]: Leaving directory `/gar/devel/glibc/work/main.d/glibc-2.3.1/sunrpc' make[1]: *** [sunrpc/others] Error 2 make[1]: Leaving directory `/gar/devel/glibc/work/main.d/glibc-2.3.1' make: *** [build-work/main.d/glibc-2.3.1/Makefile] Error 2 lib -L/tmp/gar//lib/gcc-lib/i386-pc-linux-gnu/3.2.2 -O3 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../incl