Hi, On Thu, Jun 09, 2016 at 11:05:05AM +0200, [email protected] wrote: > From: Carsten Schlote <[email protected]> > > Signed-off-by: Carsten Schlote <[email protected]>
This break liboil: CC lib_c_la-ag_clamp.lo libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.4. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 libtool: and run autoconf again. Makefile:452: recipe for target 'lib_c_la-ag_clamp.lo' failed make[4]: *** [lib_c_la-ag_clamp.lo] Error 63 I have no idea why this fails with the new version and not with the old version. Michael > --- > rules/host-autotools-libtool.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/host-autotools-libtool.make > b/rules/host-autotools-libtool.make > index 392ccfd..907c556 100644 > --- a/rules/host-autotools-libtool.make > +++ b/rules/host-autotools-libtool.make > @@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += > host-autotools-libtool > # > # Paths and names > # > -HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.2 > -HOST_AUTOTOOLS_LIBTOOL_MD5 := d2f3b7d4627e69e13514a40e72a24d50 > +HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.6 > +HOST_AUTOTOOLS_LIBTOOL_MD5 := addf44b646ddb4e3919805aa88fa7c5e > HOST_AUTOTOOLS_LIBTOOL := > libtool-$(HOST_AUTOTOOLS_LIBTOOL_VERSION) > HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz > HOST_AUTOTOOLS_LIBTOOL_URL := $(call ptx/mirror, GNU, > libtool/$(HOST_AUTOTOOLS_LIBTOOL).$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX)) > -- > 2.7.4 > > > _______________________________________________ > ptxdist mailing list > [email protected] -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
