[OE-core] [PATCH 1/1] pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

Peter Seebach peter.seebach at windriver.com
Thu Jan 22 22:05:00 UTC 2015


On Thu, 22 Jan 2015 11:26:55 +0000
"Burton, Ross" <ross.burton at intel.com> wrote:

> This fails to build on *some* machines in the AB pool.
> 
> http://errors.yoctoproject.org/Errors/Search/Details/7899/1/10/a6ea28e3460217496856d2d79667c4bfbd867df9
> :
> 
> DEBUG: Executing shell function do_compile
> NOTE: Building/installing only 64-bit libpseudo.so for nativesdk-pseudo.
> NOTE: If you need to run 32-bit executables, ensure that NO32LIBS is set to
> 0.
> /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-pseudo/1.6.3-r0/pseudo-1.6.3/configure:
> line 72: cd: /opt/poky/1.7/sysroots/i686-pokysdk-linux/usr: No such file or
> directory
> ERROR: Prefix is current directory. That doesn't work.

D'oh.

Okay, so what's happening here is, I added a configure test to try to detect
cases where --prefix=foo was the current directory. Which, of course, does
$(cd $prefix; pwd).

And that won't work if the prefix directory doesn't exist at the time of
compilation.

I'll get a fix for that in shortly. Sorry!

-s
-- 
Listen, get this.  Nobody with a good compiler needs to be justified.



More information about the Openembedded-core mailing list