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

Bug 475660

Summary: dev-util/valgrind: fails to build on <ARMv7
Product: Gentoo Linux Reporter: Tres 'RiverRat' Melton <RiverRat>
Component: [OLD] DevelopmentAssignee: Anthony Basile <blueness>
Status: RESOLVED UPSTREAM    
Severity: normal CC: kripton, xmw
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 475662    
Attachments: The output
The build log
emerge pretend
emerge info

Description Tres 'RiverRat' Melton 2013-07-03 19:38:21 UTC
Created attachment 352538 [details]
The output

checking build system type... armv6j-hardfloat-linux-gnueabi                                                                                                                                            
checking host system type... armv6j-hardfloat-linux-gnueabi                                                                                                                                             
checking for a supported CPU... no (armv6j)                                                                                                                                                            
configure: error: Unsupported host architecture. Sorry
Comment 1 Tres 'RiverRat' Melton 2013-07-03 19:39:42 UTC
Created attachment 352540 [details]
The build log
Comment 2 Tres 'RiverRat' Melton 2013-07-03 19:41:18 UTC
Created attachment 352542 [details]
emerge pretend
Comment 3 Tres 'RiverRat' Melton 2013-07-03 19:41:34 UTC
Created attachment 352544 [details]
emerge info
Comment 4 Tres 'RiverRat' Melton 2013-07-03 19:44:07 UTC
I've gone into the auto config tools and adjusted it to build anyway and it does completely build but it fails to run as it tries to use illegal op codes (from the ARMv7) so the problem is deep.  The ebuild should recognize the family of ARM chip that this is and fail to even try to install.  This ebuild should be hardmasked on the Raspberry Pi (ARMv6j).
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-07 13:50:43 UTC
*** Bug 475662 has been marked as a duplicate of this bug. ***
Comment 6 SpanKY gentoo-dev 2013-12-31 18:48:20 UTC
pretty sure this is a known issue upstream and there's nothing we're going to do about it in Gentoo land