| Summary: | 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. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jeroen Roovers (RETIRED) <jer> |
| Component: | [OLD] Server | Assignee: | Mr. Bones. (RETIRED) <mr_bones_> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | patrick |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
(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 ? I can't reproduce this. reopen with the full build log if it's still happening. |
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() {