attempting to work fix blocking of update to firefox 1.0; update of libtool was suggested: emerge -u libtool fails with missing directory Current version is libtool 1.5.2-r5 Attempting to update to libtool-1.5.10-r2 per emerge's output can't locate /usr/share/aclocal-1.5 Reproducible: Always Steps to Reproduce: 1.emerge -u libtool 2. 3. Actual Results: update failed as noted below # genlop libtool * sys-devel/libtool Sun Aug 22 16:46:06 2004 >>> sys-devel/libtool-1.4.3-r4 Fri Sep 3 23:18:02 2004 >>> sys-devel/libtool-1.5.2-r5 # emerge -u libtool Calculating dependencies ...done! >>> emerge (1 of 1) sys-devel/libtool-1.5.10-r2 to / >>> md5 src_uri ;-) libtool-1.5.10.tar.gz >>> Unpacking source... >>> Unpacking libtool-1.5.10.tar.gz to /var/tmp/portage/libtool-1.5.10-r2/work * Applying libtool-1.4-nonneg.patch ... [ ok ] * Applying libtool-1.4.2-multilib.patch ... [ ok ] * Applying libtool-1.4.2-demo.patch ... [ ok ] * Applying libtool-1.5-testfailure.patch ... [ ok ] * Applying libtool-1.4.3-lib64.patch ... [ ok ] * Applying libtool-1.4.2-archive-shared.patch ... [ ok ] * Applying libtool-1.5.6-ltmain-SED.patch ... [ ok ] * Applying libtool-1.4.2-expsym-linux.patch ... [ ok ] * Applying libtool-1.4.3-libtoolize--config-only.patch ... [ ok ] * Applying libtool-1.4.3-pass-thread-flags.patch ... [ ok ] * Applying libtool-1.4.2-portage.patch ... [ ok ] * Applying libtool-1.5.10-version-checking.patch ... [ ok ] * Applying libtool-1.5.2-ltmain_sh-max_cmd_len.patch ... [ ok ] * Applying libtool-1.5-filter-host-tags.patch ... [ ok ] * Applying libtool-1.5.10-locking.patch ... [ ok ] * Generating ltmain.sh ... [ ok ] * Running autotools in '.' ... aclocal: couldn't open directory `/usr/share/aclocal-1.5': No such file or directory !!! ERROR: sys-devel/libtool-1.5.10-r2 failed. !!! Function src_unpack, Line 126, Exitcode 2 !!! aclocal !!! If you need support, post the topmost build error, NOT this status message.
what versions of autoconf do you have installed ?
get back to us
Same problem here. sys-devel/autoconf-2.59-r6 Trying to update libtool to sys-devel/libtool-1.5.10-r3 In my case, the problem is it can't find aclocal: checking whether autoconf is installed... no # emerge -vu libtool [...] * Running autotools in '.'... /usr/lib/portage/bin/ebuild.sh: line 126: aclocal: command not found !!! ERROR: sys-devel/libtool-1.5.10-r3 failed. !!! Function src_unpack, Line 126, Exitcode 127 !!! aclocal !!! If you need support, post the topmost build error, NOT this status message.
Hmmm, seems to have been the wrong bug....
err i meant what versions of automake
Apparently merging automake-1.5 auto-removed a few too many 'old' files, including the /usr/bin/aclocal symlink. After re-merging automake-1.*, all was well again.