Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77758 - Updating libtool, can't find /usr/share/aclocal-1.5
Summary: Updating libtool, can't find /usr/share/aclocal-1.5
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (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-01-12 16:49 UTC by joe crittendon
Modified: 2005-01-25 11:23 UTC (History)
0 users

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 joe crittendon 2005-01-12 16:49:42 UTC
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.
Comment 1 SpanKY gentoo-dev 2005-01-13 18:05:44 UTC
what versions of autoconf do you have installed ?
Comment 2 SpanKY gentoo-dev 2005-01-16 21:20:15 UTC
get back to us
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2005-01-25 08:19:18 UTC
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.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2005-01-25 08:23:40 UTC
Hmmm, seems to have been the wrong bug....
Comment 5 SpanKY gentoo-dev 2005-01-25 08:29:33 UTC
err i meant what versions of automake
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2005-01-25 11:23:45 UTC
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.