Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 243174 - sys-devel/libtool compilation failure with automake-1.10
Summary: sys-devel/libtool compilation failure with automake-1.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 06:56 UTC by Martin Ošmera
Modified: 2010-03-20 01:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
automake-30662.out (automake-30662.out,115 bytes, text/plain)
2008-10-22 06:57 UTC, Martin Ošmera
Details
build.log (build.log,2.93 KB, text/plain)
2008-10-22 06:57 UTC, Martin Ošmera
Details
build environment (environment,98.38 KB, text/plain)
2008-10-22 06:57 UTC, Martin Ošmera
Details
make.conf (make.conf,1.30 KB, text/plain)
2008-10-22 06:58 UTC, Martin Ošmera
Details
emerge --info (emerge-info.txt,4.02 KB, text/plain)
2008-10-22 07:00 UTC, Martin Ošmera
Details
Suggested updated dependency to work with slotted automake-1.11 (libtool-automake-1.10.1-vs-1.11.patch,369 bytes, patch)
2009-08-02 05:33 UTC, Peter Stuge
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ošmera 2008-10-22 06:56:42 UTC
>>> Emerging (82 of 802) sys-devel/libtool-2.2.6a
 * libtool-2.2.6a.tar.lzma RMD160 SHA1 SHA256 size ;-) ...               [ ok ]
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking libtool-2.2.6a.tar.lzma to /var/tmp/portage/sys-devel/libtool-2.2.6a/work
 * Removing useless C++ checks ...                                                                                                                     [ ok ]
 * Applying libtool-1.5.20-use-linux-version-in-fbsd.patch ...                                                                                         [ ok ]
 * Running eautoreconf in '/var/tmp/portage/sys-devel/libtool-2.2.6a/work/libtool-2.2.6/libltdl' ...
 * Running aclocal -I m4 ...                                                                                                                           [ ok ]
 * Running true --copy --force --install --automake ...                                                                                                [ ok ]
 * Running aclocal -I m4 ...                                                                                                                           [ ok ]
 * Running autoconf ...                                                                                                                                [ ok ]
 * Running autoheader ...                                                                                                                              [ ok ]
 * Running automake --add-missing --copy --foreign ...                                                                                                 [ ok ]
 * Running elibtoolize in: libtool-2.2.6/libltdl/config
 * Applying portage-2.2.patch ...
 * Applying sed-1.5.6.patch ...
 * Running eautoreconf in '/var/tmp/portage/sys-devel/libtool-2.2.6a/work/libtool-2.2.6' ...
 * Running aclocal -I libltdl/m4 ...                                                                                                                   [ ok ]
 * Running true --copy --force --install --automake ...                                                                                                [ ok ]
 * Running aclocal -I libltdl/m4 ...                                                                                                                   [ ok ]
 * Running autoconf ...                                                                                                                                [ ok ]
 * Running autoheader ...                                                                                                                              [ ok ]
 * Running automake --add-missing --copy ...                                                                                                           [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 * /var/tmp/portage/sys-devel/libtool-2.2.6a/temp/automake-30662.out

 *
 * ERROR: sys-devel/libtool-2.2.6a failed.
 * Call stack:
 * ebuild.sh, line   49:  Called src_unpack
 * environment, line 2624:  Called eautoreconf
 * environment, line  903:  Called eautomake
 * environment, line  877:  Called autotools_run_tool 'automake' '--add-missing' '--copy'
 * environment, line  385:  Called die
 * The specific snippet of code:
 * die "Failed Running $1 !";
 * The die message:
 * Failed Running automake !
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-devel/libtool-2.2.6a/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/libtool-2.2.6a/temp/environment'.
 *

>>> Failed to emerge sys-devel/libtool-2.2.6a, Log file:

>>>  '/var/tmp/portage/sys-devel/libtool-2.2.6a/temp/build.log

Reproducible: Always

Steps to Reproduce:
Comment 1 Martin Ošmera 2008-10-22 06:57:07 UTC
Created attachment 169370 [details]
automake-30662.out
Comment 2 Martin Ošmera 2008-10-22 06:57:26 UTC
Created attachment 169372 [details]
build.log
Comment 3 Martin Ošmera 2008-10-22 06:57:52 UTC
Created attachment 169374 [details]
build environment
Comment 4 Martin Ošmera 2008-10-22 06:58:20 UTC
Created attachment 169376 [details]
make.conf
Comment 5 Martin Ošmera 2008-10-22 07:00:50 UTC
Created attachment 169378 [details]
emerge --info
Comment 6 Rafał Mużyło 2008-10-22 12:36:36 UTC
Have you tried doing simply what the error suggests -
emerging automake-1.10.1 ?
Comment 7 SpanKY gentoo-dev 2008-10-26 00:20:58 UTC
forced 1.10.1+ in the tree

http://sources.gentoo.org/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.1&r2=1.2
Comment 8 Peter Stuge 2009-08-02 05:30:17 UTC
I got bit by this just now because I had automake-1.10 and automake-1.11 installed. I guess the dep should be && ( >=sys-devel/automake-1.10.1 <sys-devel/automake-1.11 ) ?
Comment 9 Peter Stuge 2009-08-02 05:33:33 UTC
Created attachment 199881 [details, diff]
Suggested updated dependency to work with slotted automake-1.11
Comment 10 SpanKY gentoo-dev 2009-08-16 19:52:15 UTC
Comment on attachment 199881 [details, diff]
Suggested updated dependency to work with slotted automake-1.11

libtool-2 should work just fine with automake-1.11
Comment 11 Mike Nigh 2010-03-20 01:13:15 UTC
I was able to get past this with a

emerge -av =sys-devel/automake-1.10.3

it seems you can have both the 1.10 series and the 1.11 series?