Here is the actual error message: >>> emerge (1 of 1) dev-embedded/avr-gcc-3.3-r1 to / >>> md5 src_uri ;-) gcc-3.3.tar.bz2 >>> Unpacking source... >>> Unpacking gcc-3.3.tar.bz2 to /var/tmp/portage/avr-gcc-3.3-r1/work >>> Source unpacked. !!! ERROR: dev-embedded/avr-gcc-3.3-r1 failed. !!! Function econf, Line 367, Exitcode 1 !!! no configure script found Reproducible: Always Steps to Reproduce: 1. run "emerge avr-gcc" as root Actual Results: Emerge unpacks the source code, and fails with... !!! ERROR: dev-embedded/avr-gcc-3.3-r1 failed. !!! Function econf, Line 367, Exitcode 1 !!! no configure script found Expected Results: Successful compilation and installation of avr-gcc package. Portage 2.0.50-r3 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25-gentoo) ================================================================= System uname: 2.4.25-gentoo i686 AMD Athlon(tm) XP 1700+ Gentoo Base System version 1.4.3.13 Autoconf: sys-devel/autoconf-2.58-r1 Automake: sys-devel/automake-1.8.3 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /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="-O2 -march=athlon-xp -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X alsa apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww lyx mad mikmod mmx mozilla mpeg ncurses nls nvidia oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba sdl slang spell sse ssl tcltk tcpd tetex tiff truetype x86 xml2 xmms xv zlib"
Created attachment 29173 [details] Fixed ebuild This ebuild fixes the problem. The line: S=${WORKDIR}/${MY_P} needed to be added, since the download is not called avr-gcc. This has also been attached to http://bugs.gentoo.org/show_bug.cgi?id=26146 Scott =)
Created attachment 29215 [details] gcc 3.3.2 ebuild This is an ebuild for gcc 3.3.2 (old one was 3.3). It is marked unstable (~x86). It fixes the build problem and updates it to a newer version of GCC.
will be removed
What will be removed? This ebuild? If so, then why?