Gentoo Archives: gentoo-dev

From: Henti Smith <bain@××××××.org>
To: "gentoo-dev@g.o" <gentoo-dev@g.o>
Subject: [gentoo-dev] portage build dies with core dump on ld
Date: Sat, 21 Sep 2002 09:22:35
Message-Id: 20020921162130.471864a0.bain@reaper.org
1 howdy .. just did updating on all my systems ..
2
3 my one system is doing some wierd stuff ... here it the result of running "emerge -u portage"
4
5 eldar root # emerge portage
6 Calculating dependencies ...done!
7 >>> emerge sys-apps/portage-2.0.37 to /
8 >>> Unpacking source...
9 >>> Source unpacked.
10 ./create-localdecls
11 Checking truncate argument type... off_t
12 Checking libc version... libc.so.6
13 Checking glibc subversion...
14 gcc -march=i386 -O1 -pipe -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT libsandbox.c
15 gcc -march=i386 -O1 -pipe -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT sandbox_futils.c
16 gcc -march=i386 -O1 -pipe -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT canonicalize.c
17 ld libsandbox.o sandbox_futils.o canonicalize.o -shared -fPIC -ldl -lc -o libsandbox.so
18 gcc -march=i386 -O1 -pipe -Wall -c sandbox.c
19 gcc sandbox.o sandbox_futils.o -ldl -lc -o sandbox
20
21 >>> Install portage-2.0.37 into /var/tmp/portage/portage-2.0.37/image/ category sys-apps
22 running install
23 running build
24 running build_ext
25 building 'missingos' extension
26 creating build
27 creating build/temp.linux-i686-2.2
28 gcc -DNDEBUG -march=i686 -O3 -pipe -fPIC -I/usr/include/python2.2 -c missingos.c -o build/temp.linux-i686-2.2/missingos.o -O2 -mcpu=i686 -pipe
29 creating build/lib.linux-i686-2.2
30 gcc -shared build/temp.linux-i686-2.2/missingos.o -o build/lib.linux-i686-2.2/missingos.so
31 collect2: ld terminated with signal 9 [Killed], core dumped
32 error: command 'gcc' failed with exit status 1
33
34 !!! ERROR: The ebuild did not complete successfully.
35 !!! Function src_install, Line -283, Exitcode 1
36 !!! (no error message)
37
38 any ideas ?
39
40 Henti Smith