Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144614

Summary: sys-libs/db-4.3.29-r2 ( C compiler cannot create executables )
Product: Gentoo Linux Reporter: thoth <Djehuthy>
Component: Current packagesAssignee: Jeremy Huddleston (RETIRED) <eradicator>
Status: RESOLVED DUPLICATE    
Severity: normal CC: capira, fox2mike, jakub, pauldv
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Just config.log

Description thoth 2006-08-21 02:37:26 UTC
black gentoo # emerge --info
Portage 2.1.1_pre5-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-ck1-r2 i686)
=================================================================
System uname: 2.6.17-ck1-r2 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.4
Last Sync: Sun, 20 Aug 2006 22:50:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -mtune=athlon-xp -O2 -fomit-frame-pointer -fprefetch-loop-arrays -pipe -mmmx -msse -momit-leaf-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -O2 -fomit-frame-pointer -fprefetch-loop-arrays -pipe -mmmx -msse -momit-leaf-frame-pointer -fvisibility-inlines-hidden"
DISTDIR="/var/tmp/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ / http://mirror.hamakor.org.il/pub/mirrors/gentoo/"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
LINGUAS="en_US il ru he"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 / X aac alsa amuled aotuv apache2 apm arts asf avi berkdb bidi bitmap-fonts bjam bzip2 cli crypt ctype cups curl dba dbus directfb dlloader dri dvd dvdread elibc_glibc emacs emboss encode ffmpeg firefox flac foomaticdb gd gdbm gif gpm hal imlib input_devices_keyboard input_devices_mouse isdnlog java jpeg jpeg2k kde kdehiddenvisibility kernel_linux latex libg++ libwww linguas_en_US linguas_he linguas_il linguas_ru lm_sensors mad matroska mikmod motif mp3 mpeg musepack ncurses nls nptl nptlonly nsplugin nvidia offensive ogg opengl pam pcre pdf pdflib pdo-external perl php pic png postgres pppd python qt3 qt4 quicktime readline real reflection remote sdl session spell spl sql sqlite sqlite3 ssl subversion svg symlink tcpd tetex theora threads thunderbird truetype truetype-fonts type1-fonts udev unicode userland_GNU userlocales vcd video_cards_nvidia vim-with-x visualization vorbis win32codecs xcomposite xine xml xml2 xmms xorg xscreensaver xsl xv xvid zip zlib"
Unset:  CTARGET, INSTALL_MASK, LANG, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


In addition , I unmerge eselect-compiler & downgrade gcc-config but it doesn't help, also my useflags for "db" are "-java" .
Senks.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-21 02:43:03 UTC
CCing folks w/ the same issue from Bug 142620. 

@eradicator: We are all one ear, awaiting your hints how to fix eselect-compiler borkage after unmerging the thing.
Comment 2 thoth 2006-08-21 02:55:49 UTC
Created attachment 94761 [details]
Just config.log
Comment 3 SpanKY gentoo-dev 2006-08-21 03:06:35 UTC
read the config.log file, you have bogus ccache wrappers

*** This bug has been marked as a duplicate of 143205 ***
Comment 4 thoth 2006-08-21 08:02:15 UTC
hm I just put it to my make.conf : 

CC="gcc"
CXX="g++"
Comment 5 Andreas Kobara 2006-10-20 04:41:20 UTC
Just as a note for bug report readers:
Reemerging ccache solves this problem most of the time.