Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829225 - sys-devel/gnuconfig calls objdump directly
Summary: sys-devel/gnuconfig calls objdump directly
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-12-15 04:18 UTC by Andrew Savchenko
Modified: 2021-12-15 05:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.