[OE-core] [PATCH 0/8] perl 5.20.0 -> 5.22.0 and fix test cases

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jun 29 07:28:48 UTC 2015


On Mon, 2015-06-29 at 08:18 +0100, Richard Purdie wrote:
> On Mon, 2015-06-29 at 13:29 +0800, Robert Yang wrote:
> > 
> > On 06/29/2015 02:07 AM, Richard Purdie wrote:
> > > On Tue, 2015-06-23 at 23:26 -0700, Robert Yang wrote:
> > >> * Upgrade perl 5.20.0 -> 5.22.0
> > >> * Tested on qemux86, qemuarm, qemuarm64, qemuppc, qemumips, qemux86-64.
> > >> * Fix for test cases, the test result:
> > >>    Failed 9 tests out of 2269, 99.60% okay.
> > >
> > > This series seems to cause:
> > >
> > > https://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/367/steps/BuildImages/logs/stdio
> > >
> > > on non-gplv3 builds.
> > 
> > Yes, it would fail when non-gplv3 build, here is a patch to fix
> > the problem:
> 
> Thanks!
> 
> More puzzlingly, selftest also failed in that build with:
> 
> https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/45
> 
> Which looks similar but isn't GPLv3 excluded. Any ideas on that?
> 
> I just realised there is no DEPENDS on gdbm-native in perl-native as far
> as I can tell?

perl-native has		-Ui_gdbm 

and gdbm should be disabled for that so its not an issue. I thought it
was -native that failed but it wasn't.

I discovered that GPLv3 exclusion is left behind in local.conf in one of
the other selftest sanity tests and this results in the above failure,
same cause as the other one.

So I think we should have this sorts (but need to fix the sanity test
that left this behind)

Cheers,

Richard




More information about the Openembedded-core mailing list