Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46885 - emerge avr-gcc fails with "!!! no configure script found"
Summary: emerge avr-gcc fails with "!!! no configure script found"
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alexander Gabert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 12:13 UTC by Mart Tõnso
Modified: 2004-09-23 20:55 UTC (History)
2 users (show)

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


Attachments
Fixed ebuild (avr-gcc-3.3-r2.ebuild,682 bytes, text/plain)
2004-04-12 16:13 UTC, Scott Price
Details
gcc 3.3.2 ebuild (avr-gcc-3.3.2.ebuild,683 bytes, text/plain)
2004-04-13 09:45 UTC, Scott Price
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Tõnso 2004-04-05 12:13:38 UTC
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"
Comment 1 Scott Price 2004-04-12 16:13:18 UTC
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  =)
Comment 2 Scott Price 2004-04-13 09:45:19 UTC
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.
Comment 3 Alexander Gabert (RETIRED) gentoo-dev 2004-09-23 18:28:46 UTC
will be removed
Comment 4 John Altstadt 2004-09-23 20:55:12 UTC
What will be removed? This ebuild? If so, then why?