Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227393 - dev-util/subversion does not compile with libtool-2.2.4
Summary: dev-util/subversion does not compile with libtool-2.2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Benedikt Böhm (RETIRED)
URL:
Whiteboard:
Keywords:
: 227427 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-16 09:28 UTC by Manuel Nickschas
Modified: 2008-08-29 12:10 UTC (History)
1 user (show)

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 Manuel Nickschas 2008-06-16 09:28:08 UTC
With libtool-2.2.4 installed, emerging subversion (both 1.4 and 1.5) give the following error:

libtool: Version mismatch error.  This is libtool 2.2.4, but the                                                                                                                            
libtool: definition of this LT_INIT comes from an older release.                                                                                                                            
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4                                                                                                                      
libtool: and run autoconf again.

Works fine with stable libtool.
Comment 1 Rafał Mużyło 2008-06-16 10:35:17 UTC
Be a bit more specific.
Which version fails to build, cause 1.5.0_rcX do build.
If you're talking about 1.4.X, this is a dupe of bug 212718.
Comment 2 Rafał Mużyło 2008-06-16 10:37:35 UTC
Or at least 1.5.0_rc5 did build, if it broken again,
it's strange, cause fix went upstream, IIRC.
Comment 3 Manuel Nickschas 2008-06-16 10:59:14 UTC
Both 1.4.6-r2 and 1.5.0_rc9 fail to build here with that same error.
Comment 4 Rafał Mużyło 2008-06-16 11:27:51 UTC
Right, it's broken again.
See you soon.
Comment 5 Rafał Mużyło 2008-06-16 13:16:08 UTC
subversion uses aclocal.m4 in a way that's incompatible with eautoreconf.
To make it work, I change following:
add `rm aclocal.m4`
change eautoconf to `AT_M4DIR="build/ac-macros" eautotoreconf`
Comment 6 Rafał Mużyło 2008-06-16 13:17:34 UTC
And just for reference, could you post src_unpack part of your build.log ?
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-16 13:38:29 UTC
*** Bug 227427 has been marked as a duplicate of this bug. ***
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-16 13:42:00 UTC
regression to bug 212718?
Comment 9 Rafał Mużyło 2008-06-16 13:59:15 UTC
(In reply to comment #8)
> regression to bug 212718?
> 

Yes and no.
1.5.0_rc9-r1 may work, as it doesn't use eautoreconf, just eautoconf.
1.5.0_rc9 won't.
The problem is that subversion uses aclocal.m4 in a way that breaks eautoreconf.
Comment 10 Rafał Mużyło 2008-06-16 14:02:41 UTC
You have to drop a note in the Changelog and the ebuild that eautoreconf doesn't work,
or check every release if my hack still works.
Comment 11 Benedikt Böhm (RETIRED) gentoo-dev 2008-06-17 17:33:33 UTC
does it work with 1.5.0_rc9-r1?
Comment 12 Rafał Mużyło 2008-06-22 17:35:10 UTC
It probably does, as well as 1.5.0.