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

Bug 829225

Summary: sys-devel/gnuconfig calls objdump directly
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Andrew Savchenko gentoo-dev 2021-12-15 04:18:43 UTC
gnuconfig-20210107, config.guess, line 949:
    objdump --private-headers /bin/sh | grep -q ld.so.1
Comment 1 Mike Gilbert gentoo-dev 2021-12-15 05:02:37 UTC
That code is only executed on alpha.

Also, config.guess is only used when configure scripts are not given a valid tuple via --build, --host, and/or --target. That's not relevant for Gentoo ebuilds that call econf.