Gentoo Archives: gentoo-amd64

From: Michael Hordijk <hoffbrinkle@×××××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Looks like I broke libc
Date: Fri, 04 Aug 2006 19:08:51
Message-Id: 44D39ACB.8000409@hotmail.com
1 Yay. Somewhere in the course of normal compiling, I've managed to hork
2 something up. I run a plain amd64 system, and usually don't do anything
3 funny outside of the stable packages unless I need to. It appears I've
4 broken my glibc installation:
5
6 configure:2289: checking for C compiler default output file name
7 configure:2292: gcc -march=athlon64 -O2 -pipe conftest.c >&5
8 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
9 skipping incompatible /lib/libc.so.6 when searching for /lib/libc.so.6
10 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
11 cannot find /lib/libc.so.6
12
13 First let me say that I haven't done anything funny on this system, save
14 for updating my profile from 2005.3 -> 2006.0. I usually don't switch
15 profiles without first checking on amd64, but I haven't seen anything
16 that indicates this is a no-no. Somewhere in the course of emerge -uD
17 world (which I hadn't done in a while), during which both gcc and glibc
18 were updated, I got the above problem.
19
20 My emerge info:
21
22 Portage 2.1-r1 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
23 2.6.16-gentoo-r7 x86_64)
24 =================================================================
25 System uname: 2.6.16-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 2800+
26 Gentoo Base System version 1.6.14
27 app-admin/eselect-compiler: [Not Present]
28 dev-lang/python: 2.3.5, 2.4.2
29 dev-python/pycrypto: 2.0.1-r5
30 dev-util/ccache: [Not Present]
31 dev-util/confcache: 0.4.2-r1
32 sys-apps/sandbox: 1.2.12
33 sys-devel/autoconf: 2.13, 2.59-r6
34 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
35 sys-devel/binutils: 2.16.1-r3
36 sys-devel/gcc-config: 1.3.13-r3
37 sys-devel/libtool: 1.5.22
38 virtual/os-headers: 2.6.11-r2
39 ACCEPT_KEYWORDS="amd64"
40 AUTOCLEAN="yes"
41 CBUILD="x86_64-pc-linux-gnu"
42 CFLAGS="-march=athlon64 -O2 -pipe"
43 CHOST="x86_64-pc-linux-gnu"
44 CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
45 /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
46 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild
47 /etc/splash /etc/terminfo"
48 CXXFLAGS="-march=athlon64 -O2 -pipe"
49 DISTDIR="/usr/portage/distfiles"
50 FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox
51 sfperms strict userfetch userpriv"
52 GENTOO_MIRRORS="http://gentoo.mirrors.pair.com http://gentoo.osuosl.org
53 http://www.ibiblio.org/pub/Linux/distributions/gentoo"
54 MAKEOPTS="-j2"
55 PKGDIR="/usr/portage/packages"
56 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
57 --compress --force --whole-file --delete --delete-after --stats
58 --timeout=180 --exclude='/distfiles' --exclude='/local'
59 --exclude='/packages'"
60 PORTAGE_TMPDIR="/var/tmp"
61 PORTDIR="/usr/portage"
62 PORTDIR_OVERLAY="/home/hoffer1/portage /usr/portage/local/hoffer1"
63 SYNC="rsync://rsync/gentoo-portage"
64 USE="amd64 X aac alsa avi bash-completion bitmap-fonts caps cli crypt
65 cups djbfft dlloader dv dvd eds emboss encode ffmpeg firefox flac
66 foomaticdb gif gnome gpm gstreamer gtk gtk2 ieee1394 imlib isdnlog jpeg
67 kde lzw lzw-tiff mad mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin
68 ofx ogg opengl pam pcre pdflib png pppd python qt3 qt4 quicktime quotes
69 readline reflection rtc sdl session spell spl ssl tcpd tiff
70 truetype-fonts type1-fonts usb visualization vorbis xine xmms xorg xpm
71 xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse
72 input_devices_evdev kernel_linux userland_GNU video_cards_nvidia"
73 Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
74 LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
75
76 So I take it I've borked my libraries in one way or another. What's
77 going to take to get them back to usable state? Other than this, my
78 system still seems to run fine.
79
80 - hoffer
81 --
82 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Looks like I broke libc "Michael Weyershäuser" <thedude0001@×××.de>