Gentoo Archives: gentoo-user

From: Stuart Howard <stuart.g.howard@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] gcc-4.2.2 compile failure
Date: Mon, 15 Oct 2007 13:48:15
Message-Id: d5d1857a0710150630m5881c884k90e44ed7baf8c490@mail.gmail.com
1 As part of regular updates I have come across an error with gcc, the
2 system is ~x86.
3 The error has been occurring for a week or so and my usual wait till
4 it goes away approach does not seem to be working. Originally the
5 error was called against a file with reference to fortran so I changed
6 the use flag to - but no help as the result is as below.
7
8 If someone has a suggestion for a way forward I would appreciate it.
9
10 stu
11
12
13
14
15
16 /var/tmp/portage/sys-devel/gcc-4.2.2/work/gcc-4.2.2/gcc/expmed.c: In
17 function 'expa nd_divmod':
18 /var/tmp/portage/sys-devel/gcc-4.2.2/work/gcc-4.2.2/gcc/expmed.c:4933:
19 internal com piler error: in free_list, at lists.c:66
20 Please submit a full bug report,
21 with preprocessed source if appropriate.
22 See <URL:http://bugs.gentoo.org/> for instructions.
23 The bug is not reproducible, so it is likely a hardware or OS problem.
24 make[3]: *** [expmed.o] Error 1
25 make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.2/work/build/gcc'
26 make[2]: *** [all-stageprofile-gcc] Error 2
27 make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.2/work/build'
28 make[1]: *** [stageprofile-bubble] Error 2
29 make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.2.2/work/build'
30 make: *** [profiledbootstrap] Error 2
31 *
32 * ERROR: sys-devel/gcc-4.2.2 failed.
33 * Call stack:
34 * ebuild.sh, line 1695: Called dyn_compile
35 * ebuild.sh, line 1033: Called qa_call 'src_compile'
36 * ebuild.sh, line 44: Called src_compile
37 * ebuild.sh, line 1377: Called toolchain_src_compile
38 * toolchain.eclass, line 26: Called gcc_src_compile
39 * toolchain.eclass, line 1546: Called gcc_do_make
40 * toolchain.eclass, line 1420: Called die
41 * The specific snippet of code:
42 * emake \
43 * LDFLAGS="${LDFLAGS}" \
44 * STAGE1_CFLAGS="${STAGE1_CFLAGS}" \
45 * LIBPATH="${LIBPATH}" \
46 * BOOT_CFLAGS="${BOOT_CFLAGS}" \
47 * ${GCC_MAKE_TARGET} \
48 * || die "emake failed with ${GCC_MAKE_TARGET}"
49 * The die message:
50 * emake failed with profiledbootstrap
51 *
52 * If you need support, post the topmost build error, and the call
53 stack if relevan t.
54 * A complete build log is located at
55 '/var/log/portage/sys-devel:gcc-4.2.2:2007101 5-101943.log'.
56 --
57 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] gcc-4.2.2 compile failure Jerry McBride <mcbrides9@×××××××.net>
[gentoo-user] Re: gcc-4.2.2 compile failure Grant Edwards <grante@××××.com>