Gentoo Archives: gentoo-user

From: Andrew Penhorwood <andrew@××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge failed for sys-devel/binutils-2.23.2
Date: Sat, 11 Jan 2014 22:16:44
Message-Id: 52D1C2C4.1020801@coldbits.com
1 I tried to update my gentoo VM on Linode.com today. I used "emerge --update
2 --deep --with-bdeps=y @world" and sys-devel/binutils-2.23.2 was one of the items
3 reported by portage. Portage stated that the compile failed. Here are the last
4 few lines of the build.log. Any help would be appreciated.
5
6 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.
7 -I/var/tmp/portage/sys-devel/binutils-2.23.2/work/binutils-2.23.2/gold
8 -I/var/tmp/portage/sys-devel/binutils-2.23.2/work/binutils-2.23.2/gold
9 -I/var/tmp/portage/sys-devel/binutils-2.23.2/work/binutils-2.23.2/gold/../include -I/var/tmp/portage/sys-devel/binutils-2.23.2/work/binutils-2.23.2/gold/../elfcpp
10 -DLOCALEDIR="\"/usr/share/binutils-data/x86_64-pc-linux-gnu/2.23.2/locale\""
11 -DBINDIR="\"/usr/x86_64-pc-linux-gnu/binutils-bin/2.23.2\""
12 -DTOOLBINDIR="\"/usr/x86_64-pc-linux-gnu/bin\""
13 -DTOOLLIBDIR="\"/usr/x86_64-pc-linux-gnu/lib\"" -W -Wall -D_
14 LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=sparc.o -O2 -pipe -MT
15 sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o /var/tmp/portage/sys-dev
16 el/binutils-2.23.2/work/binutils-2.23.2/gold/sparc.cc
17 {standard input}: Assembler messages:
18 {standard input}:86724: Warning: end of file not at end of a line; newline inserted
19 {standard input}:86987: Error: number of operands mismatch for `sub'
20 {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
21 x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)
22 Please submit a full bug report,
23 with preprocessed source if appropriate.
24 See <http://bugs.gentoo.org/> for instructions.
25 make[4]: *** [output.o] Error 4
26 make[4]: *** Waiting for unfinished jobs....
27 mv -f .deps/symtab.Tpo .deps/symtab.Po
28 mv -f .deps/i386.Tpo .deps/i386.Po
29 mv -f .deps/main.Tpo .deps/main.Po
30 mv -f .deps/sparc.Tpo .deps/sparc.Po
31 mv -f .deps/x86_64.Tpo .deps/x86_64.Po
32 make[4]: Leaving directory
33 `/var/tmp/portage/sys-devel/binutils-2.23.2/work/build/gold'
34 make[3]: *** [all-recursive] Error 1
35 make[3]: Leaving directory
36 `/var/tmp/portage/sys-devel/binutils-2.23.2/work/build/gold'
37 make[2]: *** [all] Error 2
38 make[2]: Leaving directory
39 `/var/tmp/portage/sys-devel/binutils-2.23.2/work/build/gold'
40 make[1]: *** [all-gold] Error 2
41 make[1]: Leaving directory `/var/tmp/portage/sys-devel/binutils-2.23.2/work/build'
42 make: *** [all] Error 2
43 emake failed
44 * ERROR: sys-devel/binutils-2.23.2::gentoo failed (compile phase):
45 * emake failed
46 *
47 * Call stack:
48 * ebuild.sh, line 93: Called src_compile
49 * environment, line 2823: Called toolchain-binutils_src_compile
50 * environment, line 3514: Called die
51 * The specific snippet of code:
52 * emake all || die "emake failed";
53 *
54 * If you need support, post the output of `emerge --info
55 '=sys-devel/binutils-2.23.2::gentoo'`,
56 * the complete build log and the output of `emerge -pqv
57 '=sys-devel/binutils-2.23.2::gentoo'`.
58 * The complete build log is located at
59 '/var/tmp/portage/sys-devel/binutils-2.23.2/temp/build.log'.
60 * The ebuild environment file is located at
61 '/var/tmp/portage/sys-devel/binutils-2.23.2/temp/environment'.
62 * Working directory: '/var/tmp/portage/sys-devel/binutils-2.23.2/work/build'
63 * S: '/var/tmp/portage/sys-devel/binutils-2.23.2/work/binutils-2.23.2'
64
65 --
66 Andrew Penhorwood
67 ColdBits, LLC
68 www.coldbits.com
69 andrew@××××××××.com

Replies

Subject Author
Re: [gentoo-user] emerge failed for sys-devel/binutils-2.23.2 Tom Wijsman <TomWij@g.o>