[OE-core] [PATCH 0/5] strace: misc fixes + update 4.10 -> 4.11

Andre McCurdy armccurdy at gmail.com
Tue Jan 12 22:02:04 UTC 2016


On Tue, Jan 12, 2016 at 1:32 PM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> On Mon, 2016-01-11 at 23:18 -0800, Andre McCurdy wrote:
>> Andre McCurdy (5):
>>   strace: drop unnecessary dependency on acl
>>   strace: fix --disable-aio configure option
>>   strace: remove need for git-version-gen script
>>   strace: fix ARCH definition in tests/Makefile
>>   strace: update 4.10 -> 4.11
>
> I included this in a -next build but it failed on the autobuilder:
>
> http://errors.yoctoproject.org/Errors/Details/27173/
> http://errors.yoctoproject.org/Errors/Details/27101/
> http://errors.yoctoproject.org/Errors/Details/27101/
>
> One is poky, one is poky-lsb, looks like it might be a debian system
> specific issue :/.

Looks like it's calling the host gcc with -isystem set to OE's
x86_64-linux sysroot, and then gets confused because host gcc seems to
be generating 32bit binaries by default.

Does adding "-m64" to the failing gcc command line fix it?

> Cheers,
>
> Richard
>



More information about the Openembedded-core mailing list