Re: [OE-core] [PATCH] glibc: Avoid multilibbing on wordsize.h

2018-08-09 Thread Daniel Díaz
Hello! On 30 July 2018 at 21:01, ChenQi wrote: > This patch causes a regression in multilib SDK for qemuarm64. > > Error: Transaction check error: > file /usr/include/bits/wordsize.h conflicts between attempted installs of > lib32-libc6-dev-2.27-r0.armv7vet2hf_vfp and

Re: [OE-core] [PATCH] glibc: Avoid multilibbing on wordsize.h

2018-07-30 Thread ChenQi
This patch causes a regression in multilib SDK for qemuarm64. Error: Transaction check error: file /usr/include/bits/wordsize.h conflicts between attempted installs of lib32-libc6-dev-2.27-r0.armv7vet2hf_vfp and libc6-dev-2.27-r0.aarch64 Please consider sending a follow-up patch to fix this

[OE-core] [PATCH] glibc: Avoid multilibbing on wordsize.h

2018-07-25 Thread Daniel Díaz
Once another header #includes , there is a potential recursion going on because the multilib_header_wrapper.h #includes again! This should not happen because an __arm__ (32-bits) or an __aarch64__ (64-bits) environment guarantees that we will be getting the correct definition, but when building