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

Bug 238368

Summary: sys-devel/libtool-2.2.6a doesn't build, maybe because bad dependency
Product: Gentoo Linux Reporter: Josef Reidinger <queen.killer>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=3
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output of aclocal

Description Josef Reidinger 2008-09-22 08:29:41 UTC
* Running aclocal -I m4 ...                                              [ !! ]

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

 * 
 * ERROR: sys-devel/libtool-2.2.6a failed.
 * Call stack:
 * ebuild.sh, line   49:  Called src_unpack
 * environment, line 2594:  Called eautoreconf
 * environment, line  867:  Called eaclocal
 * environment, line  806:  Called autotools_run_tool 'aclocal' '-I' 'm4'
 * environment, line  357:  Called die
Comment 1 Josef Reidinger 2008-09-22 08:30:55 UTC
Created attachment 166070 [details]
output of aclocal
Comment 2 Rafał Mużyło 2008-09-22 11:38:18 UTC
What is your version of autoconf ?
If it's 2.63, do you have autoconf-wrapper-6 installed ?
Comment 3 Josef Reidinger 2008-09-22 12:19:37 UTC
(In reply to comment #2)
> What is your version of autoconf ?
> If it's 2.63, do you have autoconf-wrapper-6 installed ?
> 
 Autoconf Installed versions:  2.13(2.1)(00:00:37 08/10/06) 2.63(2.5)(10:01:22 09/22/08)(-emacs)
Autoconf-wrapper Installed versions:  5(20:11:04 04/11/08)

so no, I don't have version 6
Comment 4 Josef Reidinger 2008-09-22 12:23:44 UTC
after upgrade to wrapper -6 it works.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-22 17:03:22 UTC
That's the problem with mixing software branches... Feel free to close this bug at will. :)
Comment 6 Josef Reidinger 2008-09-22 17:20:34 UTC
(In reply to comment #5)
> That's the problem with mixing software branches... Feel free to close this bug
> at will. :)
> 

I disagree I use only testing branch and this happen during emerge -au world, so during normal update.
Comment 7 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-09-22 19:32:04 UTC
sys-devel/autoconf-2.63 should rdepend on >=sys-devel/autoconf-wrapper-6.
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-24 04:18:52 UTC
Maybe.
Comment 10 Marc Finet 2008-09-27 17:00:19 UTC
Shouldn't libtool depends on >=sys-devel/autoconf-wrapper-6 or >=sys-devel/autoconf-2.63 ?
I experienced the same problem as Original Poster and autoconf-2.63 was correctly depending on autoconf-wrapper-6 (i checked the ebuild) but i had to emerge of autoconf-wrapper by hand. Ok i already had autoconf 2.63 emerged (without the autoconf-wrapper-6 dependancy) but if someone has autoconf 2.62 not sure dependency on autoconf-wrapper will be applied...