Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81178 - Cannot emerge ANY ebuild that compiles anything
Summary: Cannot emerge ANY ebuild that compiles anything
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-07 16:32 UTC by Freyr Gunnar Ólafsson
Modified: 2005-02-22 19:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Freyr Gunnar Ólafsson 2005-02-07 16:32:35 UTC
I can compile a kernel and kernel modules without problem!

This is always present:
checking for suffix of executables... configure: error: cannot compute suffix of executables: cannot compile and link

I have already replace gcc and gcc-config with older versions with binary packages from http://dev.gentoo.org/~avenj/

That didn't help :(

It's probably something screamingly obvious, but I thought it best to report it anyways.


Reproducible: Always
Steps to Reproduce:
1. emerge [whatever source package]

Actual Results:  
checking for suffix of executables... configure: error: cannot compute suffix of
executables: cannot compile and link

Expected Results:  
to emerge (compile) and install.

Portage 2.0.51-r15 (default-linux/x86/2004.2, gcc-3.3.4,
glibc-2.3.4.20041102-r0, 2.6.8.1 i686)
=================================================================
System uname: 2.6.8.1 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct  3 2004, 11:43:40)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.9.4, 1.7.9-r1, 1.6.3, 1.4_p6, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.22
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache digest distcc distlocks sandbox sfperms
userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.rhnet.is/gentoo http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex S3TC X aalib acpi acpi4linux aliaschain alsa apache2 avi
berkdb bindist bitmap-fonts blender-game bzlib cdinstall cdparanoia cdr chroot
crypt cups dba dga directfb divx4linux dvd dvdread encode f77 famfbcon ffmpeg
flac font-server foomaticdb fortran fs ftp gd gdbm gif gimp gimpprint gnome gpm
gstreamer gtk gtk2 icq imagemagick ipv6 jabber java javascript joystick jpeg
junit kde libwww mad maildir md5sum mikmod mmx mpeg mpeg4 mplayer msn music
mysql ncurses net nls nocd offensive oggvorbis openalopengl oss pam parse-clocks
pdflib perl php physfs png print pthreads python qt quicktime readline samba sdl
slang speedo spell src ssl stencil-buffer svga tcpd tetex tiff truetype
truetype-fonts type1-fonts usb xface xine xml xml2 xmms xrandr xv xvid yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-10 16:44:50 UTC
Pleasse attatch /var/tmp/portage/<pachage>/work/<package>/config.log

also, try running this:

# { cat > test.c && gcc test.c -o test && ./test; echo $?; } << EOF
int main() {
return 0;
}
EOF
Comment 2 SpanKY gentoo-dev 2005-02-22 19:34:54 UTC
get back to us with something useful