Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
so, here are a last few lines of the emerge action:
Code:
.././scripts/mkinstalldirs /var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/sunrpc/rpcsvc
make[2]: *** [/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/sunrpc/xbootparam_prot.stmp] Segmentation fault
make[2]: *** Waiting for unfinished jobs....
mkdir /var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/sunrpc/rpcsvc
CPP='i386-pc-linux-gnu-gcc -E -x c-header' /var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/elf/ld-linux.so.2 --library-path /var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/math:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/elf:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/dlfcn:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/nss:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/nis:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/rt:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/resolv:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/crypt:/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/linuxthreads /var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/sunrpc/rpcgen -Y ../scripts -h rpcsvc/bootparam_prot.x -o /var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/sunrpc/rpcsvc/bootparam_prot.T
make[2]: *** [/var/tmp/portage/glibc-2.5/work/build-default-i386-pc-linux-gnu-linuxthreads/sunrpc/rpcsvc/bootparam_prot.stmp] Segmentation fault
make[2]: Leaving directory `/var/tmp/portage/glibc-2.5/work/glibc-2.5/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.5/work/glibc-2.5'
make: *** [all] Error 2
!!! ERROR: sys-libs/glibc-2.5 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
glibc-2.5.ebuild, line 1119: Called toolchain-glibc_src_compile
glibc-2.5.ebuild, line 235: Called die
!!! make for default failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
I was just about to say I upgraded to 2.5 fine when I realized you were upgrading from 2.3. This is going to require some special attention [can't give you exact details, I've only recently (3 days) switched to gentoo]. The Gentoo forums or freenode channel might have details. You might also find some glibc upgrading docs on gentoo.org
I was just about to say I upgraded to 2.5 fine when I realized you were upgrading from 2.3. This is going to require some special attention [can't give you exact details, I've only recently (3 days) switched to gentoo]. The Gentoo forums or freenode channel might have details. You might also find some glibc upgrading docs on gentoo.org
I got this far indeed, but i couldn't post that yesterday evening. Indeed, i'm currently using 2.3.something
so, i tried to switch to 2.4. didn't work out, because (as said below) i'm using i386 for compiling. and 2.4 requires nptl, which requires i386
Quote:
Originally Posted by Emerson
Also looks like you have downloaded wrong stage tarball, I hardly believe you are running it on an i386.
this could be true, $(CHOST) is set to i386. uname -a, as posted, says that my system is athlon XP and i686. on gentoo, that means i'll have to rebuild my whole system. Not that much of a problem, but i'll have to find some free days.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.