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

Bug 139523

Summary: automake-1.9.6-r2 fails when upgrading from 1.9.6
Product: Community Relations Reporter: Toon Weltens <reactionman>
Component: Developer RelationsAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: Sparc64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /var/tmp/portage/automake-1.9.6-r2/work/automake-1.9.6/config.log

Description Toon Weltens 2006-07-07 00:44:03 UTC
checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
    Please make sure it is installed and in your PATH.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/automake-1.9.6-r2/work/automake-1.9.6/config.log

!!! ERROR: sys-devel/automake-1.9.6-r2 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 606:   Called econf
  ebuild.sh, line 541:   Called die
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2006-07-07 04:02:20 UTC
This is not a Developer Relations issue.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-07 04:31:28 UTC
Works just fine here. You also failed to attach the config.log and emerge --info output.
Comment 3 Toon Weltens 2006-07-10 23:40:47 UTC
Created attachment 91430 [details]
/var/tmp/portage/automake-1.9.6-r2/work/automake-1.9.6/config.log

The requested log-file.
Comment 4 Toon Weltens 2006-07-10 23:46:37 UTC
This is the emerge --info:

Portage 2.1.1_pre2-r2 (default-linux/sparc/sparc64/2006.0/2.4, gcc-3.3.6, glibc-2.3.3.20040420-r2, 2.4.27-sparc sparc64)
=================================================================
System uname: 2.4.27-sparc sparc64 sun4u
Gentoo Base System version 1.6.13
distcc 2.18.3 sparc-unknown-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.12-r2
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.26-r1
ACCEPT_KEYWORDS="sparc ~sparc"
AUTOCLEAN="yes"
CBUILD="sparc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=ultrasparc -mtune=ultrasparc -pipe"
CHOST="sparc-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -mcpu=ultrasparc -mtune=ultrasparc -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="sparc apache2 berkdb cli crypt dba dri eds gcc64 gd gdbm gif gstreamer isdnlog jpeg ncurses nls ogg pam pcre perl png pppd python qt3 readline reflection session spell spl ssl tcpd vorbis xml xorg zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY




This is the error message while issueing the command: emerge -uav gcc:


checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
    Please make sure it is installed and in your PATH.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/automake-1.9.6-r2/work/automake-1.9.6/config.log

!!! ERROR: sys-devel/automake-1.9.6-r2 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 606:   Called econf
  ebuild.sh, line 541:   Called die

!!! econf failed
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-07-11 00:01:35 UTC
Make sure you have sys-devel/autoconf-wrapper-3.2-r2 installed, (re)-emerge it and try again.
Comment 6 Toon Weltens 2006-07-11 01:31:24 UTC
issue solved after "emerge -u autoconf-wrapper" (updated from 3.1 to 3.2-r2)

Thanks a lot.