Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80661 - updating libtool 1.5: aclocal not found
Summary: updating libtool 1.5: aclocal not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 17:49 UTC by Claus Lund
Modified: 2005-02-07 01:37 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 Claus Lund 2005-02-03 17:49:18 UTC
I ran into a problem when updating pam (bug #80604 http://bugs.gentoo.org/show_bug.cgi?id=80604) and it was suggested that emerging each version of automake again would fix it. And I think my current problem might be related to that...
I emerged each installed version of automake (emerge =sys-devel/automake-1.4_p6 && emerge =sys-devel/automake-1.5 && ... && emerge =sys-devel/automake-1.9.4) and that did infact fix the problem with pam. Next doing an emerge -uD world dies when it gets to libtool:
 * Applying libtool-1.5.10-locking.patch ...                              [ ok ]
 * Generating ltmain.sh...                                                [ ok ]
 * Running autotools in '.'...
/usr/lib/portage/bin/ebuild.sh: line 126: aclocal: command not found


Let me know if any other information is needed...

Reproducible: Always
Steps to Reproduce:
1. emerge -uD world
2.
3.

Actual Results:  
 * Generating ltmain.sh...                                                [ ok ]
 * Running autotools in '.'...
/usr/lib/portage/bin/ebuild.sh: line 126: aclocal: command not found

!!! ERROR: sys-devel/libtool-1.5.10-r4 failed.
!!! Function src_unpack, Line 126, Exitcode 127
!!! aclocal
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
updated libtool

My emerge info:
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 15 2005, 08:17:56)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.4, 1.6.3, 1.5, 1.4_p6, 1.7.9-r1, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r3
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /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 autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts crypt cups dvd encode f77 fam
font-server foomaticdb fortran gdbm gif gpm gtk gtk2 imlib ipv6 jpeg kde libg++
libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl
png python qt quicktime readline sdl spell ssl svga tcpd tiff truetype
truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Claus Lund 2005-02-03 18:22:02 UTC
hmm ... re-emergin automake-wrapper seemed to have fixed this problem.
Hopefully all these problems with automake will be ironed out soon  :)
Comment 2 Roland Bär 2005-02-04 01:56:32 UTC
/usr/bin/aclocal belongs to automake-wrapper.
But it is also in =automake-1.8.5-r1
Following should reproduce this problem:
emerge automake-wrapper
emerge =automake-1.8.5-r1
emerge unmerge =automake-1.8.5-r1
emerge libtool
(Or for whatver reasons 1.8.5-r1 gets unmerged)
Please have a look at Bug #80425 same underlying reason
Comment 3 SpanKY gentoo-dev 2005-02-06 15:11:40 UTC
added the wrappers to our profiles
Comment 4 Roland Bär 2005-02-07 01:37:24 UTC
Sorry, this fix doesn't work, emerge sync'ed:
emerge autoconf-wrapper && emerge =automake-1.8.5-r1 && emerge unmerge =automake-1.8.5-r1 && emerge libtool
....
/usr/portage/sys-devel/libtool/libtool-1.5.10-r4.ebuild: line 126: aclocal: command not found
Consider re-opening this bug.