Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44979 - Econf can't find configure script
Summary: Econf can't find configure script
Status: RESOLVED FIXED
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-03-17 14:33 UTC by Christian
Modified: 2004-09-03 11:44 UTC (History)
0 users

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


Attachments
Fixed ebuild (avr-gcc-3.3-r1.ebuild,698 bytes, application/octet-stream)
2004-03-18 11:38 UTC, Wilfried Holzke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian 2004-03-17 14:33:59 UTC
When I try to emerge avr-gcc, I get following error message:

!!! 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. emerge arv-gcc
Actual Results:  
!!! ERROR: dev-embedded/avr-gcc-3.3-r1 failed. 
!!! Function econf, Line 367, Exitcode 1 
!!! no configure script found 

Expected Results:  
Install avr-gcc 

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 
2.4.22-gentoo-r7) 
================================================================= 
System uname: 2.4.22-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz 
Gentoo Base System version 1.4.3.13 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.7.7 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -march=pentium4 -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.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -march=pentium4 -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="X alsa apm arts avi berkdb cdr crypt cups dvd encode foomaticdb gdbm gif 
gpm gtk2 icq imlib ipv6 java jpeg kde libg++ libwww mad mikmod mmx motif 
mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt 
quicktime readline sdl slang spell sse ssl svga tcpd truetype usb x86 xml2 
xmms xv zlib"
Comment 1 Wilfried Holzke 2004-03-18 11:38:08 UTC
Created attachment 27558 [details]
Fixed ebuild

I inserted (line 8)

S="${WORKDIR}/${MY_P}"

which was missing in the previous avr-gcc-3.3-r1.ebuild.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-09-03 11:44:12 UTC
looks fixed now.