Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34114 - emerge system fails on wget since it requires autoconf
Summary: emerge system fails on wget since it requires autoconf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Greg Fitzgerald (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-22 08:26 UTC by Lee
Modified: 2003-12-05 22:53 UTC (History)
1 user (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 Lee 2003-11-22 08:26:33 UTC
During a 'emerge system' from the x86-basic-1.4-20030911.iso it failed during
the wget portion.  It failed due to not finding the 'autoconf' program which
wget needed to compile.  Using 'emerge -p system' I discovered that autoconf was
not merged yet and was several more packages down the list.  I did a manual
'emerge autoconf' and that installed autoconf.  I then restarted the 'emerge
system' and it is still running as I type this...:)

Reproducible: Didn't try
Steps to Reproduce:
1. Perform a full install from the x86-basic-1.4-20030911.iso
2. Follow the install guide
3. It should bonk out on wget during the 'emerge system' portion

Actual Results:  
The installation failed and I had to re-arrange some things to get it to continue.

Expected Results:  
The 'emerge system' order of packages should have installed the autoconf before
trying to install the wget.


Gentoo Base System version 1.4.3.10
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.21-gss)
=================================================================
System uname: 2.4.21-gss i686 Celeron (Coppermine)
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=pentium2 -O3 -pipe"
CHOST="i486-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=pentium2 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://212.219.247.18/sites/www.ibiblio.org/gentoo/
http://212.219.247.15/sites/www.ibiblio.org/gentoo/ http://gentoo.noved.org/
ftp://gentoo.noved.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm arts avi crypt cups encode foomaticdb gif gpm gtk imlib jpeg
kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam
pdflib png qt quicktime sdl spell svga tcpd truetype X xml2 xmms xv zlib gdbm
berkdb slang readline ssl perl python"
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2003-11-23 01:25:09 UTC
autoconf is only pulled in if nls is in USE, but it's actually required whether nls is there or not. It needs to be added to DEPEND.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2003-12-05 22:53:26 UTC
I've fixed this on CVS. Thanks for the bug report.