Gentoo Archives: gentoo-amd64

From: "John P. Burkett" <burkett@×××.edu>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] revdep-rebuild, Firefox, Thunderbird, GCC
Date: Mon, 08 Jun 2009 15:59:24
Message-Id: 4A2D3554.6050400@uri.edu
1 Last night on a amd64 machine I (perhaps rashly) did
2 emerge --update --newuse --deep world
3 emerge --depclean
4 revdep-rebuild
5
6 The last command produced the following error message:
7 *
8 * ERROR: sci-libs/blas-atlas-3.8.0 failed.
9 * Call stack:
10 * ebuild.sh, line 49: Called src_unpack
11 * environment, line 3016: Called die
12 * The specific snippet of code:
13 * ../configure --cc="$(tc-getCC)" --cflags="${CFLAGS}"
14 --prefix="${D}/${DESTTREE}"
15 --libdir="${D}/${DESTTREE}"/$(get_libdir)/atlas
16 --incdir="${D}/${DESTTREE}"/include -C ac "$(tc-getCC)" -F ac
17 "${CFLAGS}" -C if ${FORTRANC} -F if "${FFLAGS:--O2}" -Ss pmake "\$(MAKE)
18 ${MAKEOPTS}" -Si cputhrchk 0 ${archselect} || die "configure failed"
19 * The die message:
20 * configure failed
21
22 After that, Firefox and Thunderbird wouldn't start.
23
24 The error message from Firefox is
25 /opt/firefox/firefox-bin: /lib32/libgcc_s.so.1: version `GCC_4.2.0' not
26 found (required by /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/32/libstdc++.so.6)
27
28 That from Thunderbird is
29 /usr/lib64/mozilla-thunderbird/thunderbird-bin: /lib/libgcc_s.so.1:
30 version `GCC_4.2.0' not found (required by
31 /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/libstdc++.so.6)
32 thunderbird-bin exited with non-zero status (1)
33
34 The common theme is "version `GCC_4.2.0' not found" A more recent GCC
35 is installed instead.
36
37 I'd be grateful for suggestions about how to resolve the revdep-rebuild
38 error and how to get Firefox and Thunderbird running again.
39
40 -John
41
42 --
43 John P. Burkett
44 Department of Economics
45 University of Rhode Island
46 Kingston, RI 02881-0808
47 USA
48
49 phone (401) 874-9195

Replies

Subject Author
[gentoo-amd64] Re: revdep-rebuild, Firefox, Thunderbird, GCC Duncan <1i5t5.duncan@×××.net>