* [PATCH] valgrind: drop mips n32 support
@ 2018-11-07 17:59 Randy MacLeod
2018-11-08 14:14 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2018-11-07 17:59 UTC (permalink / raw)
To: openembedded-core
valgrind for qemumips64 multilib builds fails to configure
for libn32 with the error:
configure:6190: checking for 32 bit build support
...
fatal error: bits/long-double-32.h: No such file or directory
It seems that the toolchain is producing:
tmp-glibc/sysroots-components/mips64-n32/libn32-glibc/usr/include/bits/long-double-n32.h
Until the toolchain problem is resolved, skip valgrind for libn32.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
.../packagegroups/packagegroup-core-tools-profile.bb | 1 +
meta/recipes-devtools/valgrind/valgrind_3.14.0.bb | 1 +
2 files changed, 2 insertions(+)
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 4ec1f9284f..33d9c09a66 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -63,6 +63,7 @@ VALGRIND_armeb = ""
VALGRIND_aarch64 = ""
VALGRIND_riscv64 = ""
VALGRIND_linux-gnux32 = ""
+VALGRIND_linux-gnun32 = ""
RDEPENDS_${PN} = "\
${PROFILETOOLS} \
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
index 7f0a93f6f8..97e58a446a 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
@@ -54,6 +54,7 @@ COMPATIBLE_HOST_linux-muslx32 = 'null'
# Disable for some MIPS variants
COMPATIBLE_HOST_mipsarchr6 = 'null'
+COMPATIBLE_HOST_linux-gnun32 = 'null'
inherit autotools ptest multilib_header
--
2.17.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] valgrind: drop mips n32 support
2018-11-07 17:59 [PATCH] valgrind: drop mips n32 support Randy MacLeod
@ 2018-11-08 14:14 ` Burton, Ross
2018-11-08 15:09 ` Randy MacLeod
0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2018-11-08 14:14 UTC (permalink / raw)
To: Randy MacLeod; +Cc: OE-core
On Wed, 7 Nov 2018 at 18:00, Randy MacLeod <Randy.MacLeod@windriver.com> wrote:
> valgrind for qemumips64 multilib builds fails to configure
> for libn32 with the error:
> configure:6190: checking for 32 bit build support
> ...
> fatal error: bits/long-double-32.h: No such file or directory
> It seems that the toolchain is producing:
> tmp-glibc/sysroots-components/mips64-n32/libn32-glibc/usr/include/bits/long-double-n32.h
>
> Until the toolchain problem is resolved, skip valgrind for libn32.
Is there a bug filed for this?
Ross
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] valgrind: drop mips n32 support
2018-11-08 14:14 ` Burton, Ross
@ 2018-11-08 15:09 ` Randy MacLeod
0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2018-11-08 15:09 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On 11/8/18 9:14 AM, Burton, Ross wrote:
> On Wed, 7 Nov 2018 at 18:00, Randy MacLeod <Randy.MacLeod@windriver.com> wrote:
>> valgrind for qemumips64 multilib builds fails to configure
>> for libn32 with the error:
>> configure:6190: checking for 32 bit build support
>> ...
>> fatal error: bits/long-double-32.h: No such file or directory
>> It seems that the toolchain is producing:
>> tmp-glibc/sysroots-components/mips64-n32/libn32-glibc/usr/include/bits/long-double-n32.h
>>
>> Until the toolchain problem is resolved, skip valgrind for libn32.
>
> Is there a bug filed for this?
Of course there's a bug:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12989
(now).
>
> Ross
>
--
# Randy MacLeod
# Wind River Linux
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-08 15:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-07 17:59 [PATCH] valgrind: drop mips n32 support Randy MacLeod
2018-11-08 14:14 ` Burton, Ross
2018-11-08 15:09 ` Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox