Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can not compile / emerge
Date: Tue, 09 Sep 2014 18:45:50
Message-Id: 20140909184542.GE23438@syscon7
In Reply to: [gentoo-user] can not compile / emerge by Joseph
1 On 09/09/14 12:36, Joseph wrote:
2 >I was installing an application gimp and all of a sudden I got an error:
3 >
4 >>>> Emerging (7 of 8) media-gfx/gimp-2.8.10-r1
5 > * gimp-2.8.10.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [
6 >ok ]
7 > * gimp-2.8.10-freetype251.patch SHA256 SHA512 WHIRLPOOL size ;-) ... [
8 >ok ]
9 >>>> cfg-update-1.8.2-r1: Creating checksum index...
10 >>>> Unpacking source...
11 >>>> Unpacking gimp-2.8.10.tar.bz2 to /var/tmp/portage/media-gfx/gimp-2.8.10-r1/work
12 >>>> Unpacking gimp-2.8.10-freetype251.patch to /var/tmp/portage/media-gfx/gimp-2.8.10-r1/work
13 >unpack gimp-2.8.10-freetype251.patch: file format not recognized. Ignoring.
14 >>>> Source unpacked in /var/tmp/portage/media-gfx/gimp-2.8.10-r1/work
15 >>>> Preparing source in /var/tmp/portage/media-gfx/gimp-2.8.10-r1/work/gimp-2.8.10 ...
16 > * Applying gimp-2.7.4-no-deprecation.patch ... [
17 >ok ]
18 > * Applying gimp-2.8.10-freetype251.patch ... [
19 >ok ]
20 > * Applying gimp-2.8.10-clang.patch ... [
21 >ok ]
22 > * Running eautoreconf in '/var/tmp/portage/media-gfx/gimp-2.8.10-r1/work/gimp-2.8.10' ...
23 > * Running glib-gettextize --copy --force ... [
24 >ok ]
25 > * Running intltoolize --automake --copy --force ... [
26 >ok ]
27 > * Skipping 'gtkdocize --copy' due gtkdocize not installed
28 > * Running libtoolize --install --copy --force --automake ... [
29 >ok ]
30 > * Running aclocal -I m4macros ... [
31 >ok ]
32 > * Running autoconf ... [
33 >ok ]
34 > * Running autoheader ... [
35 >ok ]
36 > * Running automake --add-missing --copy --force-missing ... [
37 >ok ]
38 > * Running elibtoolize in: gimp-2.8.10/
39 > * Applying portage/1.2.0 patch ...
40 > * Applying sed/1.5.6 patch ...
41 > * Applying as-needed/2.4.2 patch ...
42 > * Applying target-nm/2.4.2 patch ...
43 > * Fixing OMF Makefiles ... [
44 >ok ]
45 > * Disabling deprecation warnings ... [
46 >ok ]
47 >>>> Source prepared.
48 >>>> Configuring source in /var/tmp/portage/media-gfx/gimp-2.8.10-r1/work/gimp-2.8.10 ...
49 > * econf: updating gimp-2.8.10/config.sub with /usr/share/gnuconfig/config.sub
50 > * econf: updating gimp-2.8.10/config.guess with /usr/share/gnuconfig/config.guess
51 >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
52 >--sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/gimp-2.8.10-r1
53 >--disable-maintainer-mode --disable-gtk-doc --enable-default-binary --disable-silent-rules --with-x --without-aa --with-alsa --disable-altivec --with-bzip2
54 >--without-libcurl --with-dbus --without-gvfs --without-webkit --with-libjpeg --without-libjasper --with-libexif --with-lcms=lcms2 --without-gs --enable-mmx
55 >--with-libmng --with-poppler --with-libpng --disable-python --disable-mp --enable-sse --with-librsvg --with-libtiff --with-gudev --without-wmf --with-xmc
56 >--without-libxpm --without-xvfb-run
57 >checking for a BSD-compatible install... /usr/bin/install -c
58 >checking whether build environment is sane... yes
59 >checking for a thread-safe mkdir -p... /bin/mkdir -p
60 >checking for gawk... gawk
61 >checking whether make sets $(MAKE)... yes
62 >checking whether make supports nested variables... yes
63 >checking whether make supports nested variables... (cached) yes
64 >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
65 >checking whether the C compiler works... no
66 >configure: error: in `/var/tmp/portage/media-gfx/gimp-2.8.10-r1/work/gimp-2.8.10':
67 >configure: error: C compiler cannot create executables
68 >See `config.log' for more details
69 >
70 >
71 >Now, emerge / equery will not even show up on a command line.
72 >Most of the time I'm getting an error:
73 >error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
74 >
75 >Running on my other system I get:
76 >equery b libstdc++.so.6
77 > * Searching for libstdc++.so.6 ...
78 >sys-devel/gcc-4.5.4 (/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/libstdc++.so.6 -> libstdc++.so.6.0.14)
79 >
80 >env-update - doesn't work either
81 >
82 >--
83 >Joseph
84
85 I've tried to bootstrap the system and re-install "gcc" but I can not even do "env-update" after running: chroot /mnt/gentoo /bin/bash
86
87 --
88 Joseph