[Yocto-builds] buildbot failure in Yocto on nightly-arm

Richard Purdie richard.purdie at linuxfoundation.org
Fri May 4 02:29:03 PDT 2012


On Fri, 2012-05-04 at 09:33 +0100, Paul Eggleton wrote:
> On Thursday 03 May 2012 19:05:20 elizabeth.flanagan at intel.com wrote:
> > Build status: FAILURE
> > 
> > Buildslave for this Build: ab06
> > Complete logs for all build steps:
> > http://autobuilder.yoctoproject.org:8010/builders/nightly-arm/builds/409
> > Build Reason: Triggerable(nightly-arm)
> > Build Source Stamp: [branch master] 2e9bb9d103def3ce7499e1a09e47b9297f85c488
> 
> libtool do_configure is looking for its own m4 file in the target sysroot and 
> failing:
> | cp: cannot stat `/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-
> arm/build/build/tmp/sysroots/beagleboard/usr/share/aclocal/./libtool.m4': No 
> such file or directory
> 
> The question is why is it expecting to find that file if (presumably) it's 
> supposed to be the one populating it later?

This is the aclocal copy race we keep seeing. autotools doesn't like m4
files disappearing when it runs so we make a copy of aclocal in
autotools.bbclass. The trouble is we can still race against the cp. What
we really want to do is copy any files but ignore failures. The fact it
goes missing doesn't actually matter here.

Cheers,

Richard




More information about the yocto-builds mailing list