Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 506600

Summary: dev-debug/valgrind: -m64 is forced when building for ABI=x32
Product: Gentoo Linux Reporter: Luke-Jr <luke-jr+gentoobugs>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: UNCONFIRMED ---    
Severity: normal CC: EoD, toolchain
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 393673    
Attachments: build log for dev-util/valgrind-3.8.1
emerge --info

Description Luke-Jr 2014-04-02 19:49:32 UTC
Created attachment 374110 [details]
build log for dev-util/valgrind-3.8.1

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

stubs.h should probably only include gnu/stubs-x32.h
Comment 1 SpanKY gentoo-dev 2014-04-03 15:06:03 UTC
you already know better -- you must post `emerge --info` in all of your bug reports.  please stop forcing this round trip.
Comment 2 Luke-Jr 2014-04-03 20:06:22 UTC
Created attachment 374194 [details]
emerge --info
Comment 3 EoD 2017-11-10 01:08:07 UTC
If this bug is really about the forced "-m64":

Valgrind uses "-m64" intentionally, because upstream support for x32 is still missing: https://bugs.kde.org/show_bug.cgi?id=344401
Comment 4 Luke-Jr 2017-11-10 08:53:17 UTC
When/if x32 isn't supported, it just shouldn't IUSE the ABI=x32 option.