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

Bug 41954

Summary: sys-devel/libtool-1.5.2-r3 does not compile ("aclocal-1.8' is missing")
Product: Gentoo Linux Reporter: Daniel Seyffer <gentoo-bugs>
Component: Current packagesAssignee: Sparc Porters <sparc>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: Sparc   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: full output for emerge libtool

Description Daniel Seyffer 2004-02-17 14:31:29 UTC
Hello,

While just trying to go from stage1 -> stage2 on my Sun I am stuck while compiling libtool-1.5.2-r3 which always aborts with:

----- out ------
[...]
 * Building libtool-1.5.2 ...
rm -f acinclude.m4 acinclude.m4T
cat ./libtool.m4 > acinclude.m4T
mv acinclude.m4T acinclude.m4
cd . && /bin/sh /var/tmp/portage/libtool-1.5.2-r3/work/libtool-1.5.2/missing --run aclocal-1.8
/var/tmp/portage/libtool-1.5.2-r3/work/libtool-1.5.2/missing: line 52: aclocal-1.8: command not found
WARNING: `aclocal-1.8' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.ac'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
cd . && /bin/sh /var/tmp/portage/libtool-1.5.2-r3/work/libtool-1.5.2/missing --run autoconf
 cd . && /bin/sh /var/tmp/portage/libtool-1.5.2-r3/work/libtool-1.5.2/missing --run automake-1.8 --gnu
/var/tmp/portage/libtool-1.5.2-r3/work/libtool-1.5.2/missing: line 52: automake-1.8: command not found
WARNING: `automake-1.8' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
configure.ac:55: error: Autoconf version 2.58 or higher is required
aclocal.m4:498: AM_INIT_AUTOMAKE is expanded from...
configure.ac:55: the top level
autom4te-2.57: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1

!!! ERROR: sys-devel/libtool-1.5.2-r3 failed.
!!! Function src_compile, Line 169, Exitcode 2
!!! (no error message)
----------
(complete output attached.)


Reproducible: Always
Steps to Reproduce:
1. emerge libtool
2.
3.




This is a on Sun Ultra 5 (400MHz, 256MB).

emerge info:
Portage 2.0.50-r1 (default-sparc64-1.4, gcc-3.2.3, glibc-2.3.3_pre20040207-r0,
2.4.22-rc2-iso-up)
=================================================================
System uname: 2.4.22-rc2-iso-up sparc64 sun4u
Gentoo Base System version 1.4.3.13
Autoconf:
Automake:
ACCEPT_KEYWORDS="sparc ~sparc"
AUTOCLEAN="yes"
CFLAGS="-mcpu=ultrasparc -O3 -pipe -fstack-protector -fomit-frame-pointer"
CHOST="sparc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=ultrasparc -O3 -pipe -fstack-protector -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.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="arts avi berkdb crypt cups encode esd fbcon foomaticdb gdbm gif gnome gtk
imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt readline sdl slang sparc spell ssl tcpd truetype xml2
xmms xv zlib"
Comment 1 Daniel Seyffer 2004-02-17 14:33:15 UTC
Created attachment 25800 [details]
full output for emerge libtool
Comment 2 Daniel Seyffer 2004-02-20 12:03:35 UTC
I worked around this problem by starting from scratch. Using the stage2-sparc64-20040210.tar.bz2 file (also ~sparc) libtool compiled fine.
Comment 3 Sven Blumenstein (RETIRED) gentoo-dev 2004-02-24 10:00:13 UTC
Thanks for the followup. Nice that you got it working!