On Wed, Jul 25, 2012 at 02:18:11PM +0200, Martin Jansa wrote: > On Sun, Jul 22, 2012 at 10:44:06AM +0000, [email protected] wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: effb75d42098b3e367d393215fd5d52a0191e954 > > URL: > > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=effb75d42098b3e367d393215fd5d52a0191e954 > > > > Author: Bogdan Marinescu <[email protected]> > > Date: Thu Jul 19 13:33:52 2012 +0300 > > > > autoconf: updated to 2.69 > > > > Tested with core-image-sato-sdk and lib32-core-image-sato-sdk. > > This update was done mainly because multilib builds failed on master with > > this error: > > > > | autoreconf: running: aclocal -I > > /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ > > -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I > > /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ > > -I > > /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ > > -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I > > /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ > > --force --warnings=cross > > | aclocal: warning: unknown warning category 'cross' > > | configure.ac:18: error: Autoconf version 2.69 or higher is required > > since this upgrade I see autom4te segfaulting when building webkit-efl > autom4te[8513]: segfault at 29e782688 ip 00007f7c52a96e23 sp 00007fff07731020 > error 4 in Dumper.so[7f7c52a90000+8000] > > webkit-efl build finishes fine and is usable afaik but someone would > expect tools like autoconf to behave better and not segfault. > > This happens on 2 different builders each with different webkit-efl > version.
Nobody else have seen this in dmesg? It happens quite often and probably not only while building webkit-efl. Because I don't build webkit-efl so often: dmesg | grep -c "segfault at.*Dumper.so" 37 It could be related to perl as Dumper.so is part of perl install dev-lang/perl-5.16.0 (/usr/lib64/perl5/5.16.0/x86_64-linux-thread-multi/auto/Data/Dumper/Dumper.so) Maybe inheriting perlnative in autoconf would solve that too. Cheers, > > Cheers, > > > > > Signed-off-by: Bogdan Marinescu <[email protected]> > > Signed-off-by: Richard Purdie <[email protected]> > > > > --- > > > > meta/recipes-devtools/autoconf/autoconf.inc | 2 +- > > .../{autoconf_2.68.bb => autoconf_2.69.bb} | 4 ++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/meta/recipes-devtools/autoconf/autoconf.inc > > b/meta/recipes-devtools/autoconf/autoconf.inc > > index 2c07701..4f5a5b2 100644 > > --- a/meta/recipes-devtools/autoconf/autoconf.inc > > +++ b/meta/recipes-devtools/autoconf/autoconf.inc > > @@ -12,7 +12,7 @@ RDEPENDS_${PN} = "m4 gnu-config" > > RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" > > RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" > > > > -SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ > > +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ > > file://program_prefix.patch" > > > > inherit autotools > > diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb > > b/meta/recipes-devtools/autoconf/autoconf_2.69.bb > > similarity index 85% > > rename from meta/recipes-devtools/autoconf/autoconf_2.68.bb > > rename to meta/recipes-devtools/autoconf/autoconf_2.69.bb > > index 8d466e0..478f8ed 100644 > > --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb > > +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb > > @@ -17,8 +17,8 @@ SRC_URI += "file://autoreconf-include.patch \ > > file://remove-usr-local-lib-from-m4.patch \ > > " > > > > -SRC_URI[md5sum] = "864d785215aa60d627c91fcb21b05b07" > > -SRC_URI[sha256sum] = > > "c491fb273fd6d4ca925e26ceed3d177920233c76d542b150ff35e571454332c8" > > +SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" > > +SRC_URI[sha256sum] = > > "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" > > > > SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" > > > > > > > > _______________________________________________ > > Openembedded-commits mailing list > > [email protected] > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits > > -- > Martin 'JaMa' Jansa jabber: [email protected] -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
