Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469068 - app-admin/syslog-ng-3.4.1 with sys-devel/libtool-2.4-r1 - libtool: Version mismatch error. This is libtool 2.4, but the definition of this LT_INIT comes from libtool 2.4.2.
Summary: app-admin/syslog-ng-3.4.1 with sys-devel/libtool-2.4-r1 - libtool: Version mi...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-05-08 14:00 UTC by Jeroen Roovers (RETIRED)
Modified: 2013-05-10 22:41 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 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-08 14:00:36 UTC
Index: syslog-ng-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.4.1.ebuild,v
retrieving revision 1.3
diff -u -B -r1.3 syslog-ng-3.4.1.ebuild
--- syslog-ng-3.4.1.ebuild      8 May 2013 02:42:53 -0000       1.3
+++ syslog-ng-3.4.1.ebuild      8 May 2013 13:43:13 -0000
@@ -43,6 +43,7 @@
                modules/afmongodb/libmongo-client/configure.ac || die
        mv configure.in configure.ac || die
        eautoreconf
+       elibtoolize
 }

 src_configure() {
Comment 1 Rafał Mużyło 2013-05-08 18:23:50 UTC
(In reply to comment #0)
> --- syslog-ng-3.4.1.ebuild      8 May 2013 02:42:53 -0000       1.3
> +++ syslog-ng-3.4.1.ebuild      8 May 2013 13:43:13 -0000
> @@ -43,6 +43,7 @@
>                 modules/afmongodb/libmongo-client/configure.ac || die
>         mv configure.in configure.ac || die
>         eautoreconf
> +       elibtoolize
>  }
> 
>  src_configure() {

Technically, eautoreconf should have covered that, if it didn't, it might be a bug in the function.

A build log of the failure ?
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2013-05-10 22:41:00 UTC
I can't reproduce this.  reopen with the full build log if it's still happening.