Bug 238368 - sys-devel/libtool-2.2.6a doesn't build, maybe because bad dependency
Bug#: 238368 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: queen.killer@seznam.cz
Component: Ebuilds
URL:  http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=3
Summary: sys-devel/libtool-2.2.6a doesn't build, maybe because bad dependency
Keywords:  
Status Whiteboard: 
Opened: 2008-09-22 08:29 0000
Description:   Opened: 2008-09-22 08:29 0000
* 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 From Josef Reidinger 2008-09-22 08:30:55 0000 -------
Created an attachment (id=166070) [details]
output of aclocal

------- Comment #2 From Rafał Mużyło 2008-09-22 11:38:18 0000 -------
What is your version of autoconf ?
If it's 2.63, do you have autoconf-wrapper-6 installed ?

------- Comment #3 From Josef Reidinger 2008-09-22 12:19:37 0000 -------
(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 From Josef Reidinger 2008-09-22 12:23:44 0000 -------
after upgrade to wrapper -6 it works.

------- Comment #5 From Jeroen Roovers 2008-09-22 17:03:22 0000 -------
That's the problem with mixing software branches... Feel free to close this bug
at will. :)

------- Comment #6 From Josef Reidinger 2008-09-22 17:20:34 0000 -------
(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 From Arfrever Frehtes Taifersar Arahesis 2008-09-22 19:32:04 0000 -------
sys-devel/autoconf-2.63 should rdepend on >=sys-devel/autoconf-wrapper-6.

------- Comment #8 From Jeroen Roovers 2008-09-24 04:18:52 0000 -------
Maybe.

------- Comment #9 From SpanKY 2008-09-25 00:12:51 0000 -------
fixed in cvs

http://sources.gentoo.org/sys-devel/autoconf/autoconf-2.63.ebuild?r1=1.1&r2=1.2

------- Comment #10 From Marc Finet 2008-09-27 17:00:19 0000 -------
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...