Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112658

Summary: games-rpg/tux_aqfh gives errors on ./configure; can't find autotools correctly
Product: Gentoo Linux Reporter: Henrique Rodrigues <henrique.rodrigues>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Henrique Rodrigues 2005-11-15 17:06:52 UTC
When I try to emerge games-rpg/tux_aqfh, I notice this error about Autoconf:

 * Applying 1.0.14-fix-paths.patch ...                                    [ ok
]automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
FATAL ERROR: Autoconf version 2.50 or higher is required for this script
>>> Source unpacked.
 * Using GNU config files from /usr/share/libtool
 *   No config.sub found in
/var/tmp/portage/tux_aqfh-1.0.14/work/tux_aqfh-1.0.14, skipping ...
 *   No config.guess found in
/var/tmp/portage/tux_aqfh-1.0.14/work/tux_aqfh-1.0.14, skipping ...

And then, at the end, he complains:

creating wavs/Makefile
cd . && automake --gnu --include-deps Makefile
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
make: *** [Makefile.in] Error 1

But my Autoconf version (2.59-r6) seems to be right:

bianca ~ # autoconf --version
autoconf (GNU Autoconf) 2.59


Reproducible: Always
Steps to Reproduce:
1. emerge games-rpg/tux_aqfh
2. check the error


Actual Results:  
It complains: "Autoconf version 2.50 or higher is required for this script"

Expected Results:  
Install, because I have an Autoconf version 2.59, higher than 2.50

Portage 2.0.51.22-r3 (default-linux/ppc/2005.1/ppc/G4, gcc-3.4.4,
glibc-2.3.5-r2, 2.6.13-gentoo-r3 ppc)
=================================================================
System uname: 2.6.13-gentoo-r3 ppc 7447A, altivec supported
Gentoo Base System version 1.6.13
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -pipe -fomit-frame-pointer"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/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="-O2 -mcpu=G4 -mtune=G4 -maltivec -mabi=altivec -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.rnl.ist.utl.pt/gentoo"
LC_ALL="en_IE.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa altivec animation apm artworkextra bitmap-fonts browserplugin cdr
cups dbus dga dhcp dvd eds encode esd firefox foomaticdb gnome gpm gstreamer gtk
gtk2 gtkhtml hal howl jikes jpeg mad mikmod mono mozsvg mp3 mpeg mppe-mppc
network new-login nls nptl nptlonly offensive ogg oggvorbis openal opengl pic
png ppc ppds samba sdl ssl theora truetype unicode usb vorbis xml2 xvid zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-11-15 18:19:32 UTC
Should be fixed in CVS.  resync and try it again.
Comment 2 Henrique Rodrigues 2005-11-16 02:14:59 UTC
Now it works, thank you.