* Re: [oe-commits] Bogdan Marinescu : autoconf: updated to 2.69 [not found] <20120722104406.D46AB10330@opal> @ 2012-07-25 12:18 ` Martin Jansa 2012-08-06 13:45 ` Martin Jansa 0 siblings, 1 reply; 3+ messages in thread From: Martin Jansa @ 2012-07-25 12:18 UTC (permalink / raw) To: openembedded-core; +Cc: openembedded-commits [-- Attachment #1: Type: text/plain, Size: 3915 bytes --] On Sun, Jul 22, 2012 at 10:44:06AM +0000, git@git.openembedded.org 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 <bogdan.a.marinescu@intel.com> > 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. Cheers, > > Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > > --- > > 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 > Openembedded-commits@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] Bogdan Marinescu : autoconf: updated to 2.69 2012-07-25 12:18 ` [oe-commits] Bogdan Marinescu : autoconf: updated to 2.69 Martin Jansa @ 2012-08-06 13:45 ` Martin Jansa 2012-08-06 14:24 ` Richard Purdie 0 siblings, 1 reply; 3+ messages in thread From: Martin Jansa @ 2012-08-06 13:45 UTC (permalink / raw) To: openembedded-core; +Cc: openembedded-commits [-- Attachment #1: Type: text/plain, Size: 4653 bytes --] On Wed, Jul 25, 2012 at 02:18:11PM +0200, Martin Jansa wrote: > On Sun, Jul 22, 2012 at 10:44:06AM +0000, git@git.openembedded.org 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 <bogdan.a.marinescu@intel.com> > > 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 <bogdan.a.marinescu@intel.com> > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > > > > --- > > > > 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 > > Openembedded-commits@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits > > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] Bogdan Marinescu : autoconf: updated to 2.69 2012-08-06 13:45 ` Martin Jansa @ 2012-08-06 14:24 ` Richard Purdie 0 siblings, 0 replies; 3+ messages in thread From: Richard Purdie @ 2012-08-06 14:24 UTC (permalink / raw) To: Patches and discussions about the oe-core layer; +Cc: openembedded-commits On Mon, 2012-08-06 at 15:45 +0200, Martin Jansa wrote: > On Wed, Jul 25, 2012 at 02:18:11PM +0200, Martin Jansa wrote: > > On Sun, Jul 22, 2012 at 10:44:06AM +0000, git@git.openembedded.org 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 <bogdan.a.marinescu@intel.com> > > > 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. autoconf-native *must* use the system perl. Trying to do anything else will result in circular dependencies. Cheers, Richard ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-06 14:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20120722104406.D46AB10330@opal>
2012-07-25 12:18 ` [oe-commits] Bogdan Marinescu : autoconf: updated to 2.69 Martin Jansa
2012-08-06 13:45 ` Martin Jansa
2012-08-06 14:24 ` Richard Purdie
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox