Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159258 - with gentoo-sources, the "headers_install" make target fails.
Summary: with gentoo-sources, the "headers_install" make target fails.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-27 21:18 UTC by Kevin O'Gorman
Modified: 2006-12-27 22:20 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 Kevin O'Gorman 2006-12-27 21:18:56 UTC
I don't know about other versions, but with gentoo-sources-2.6.18-r5,
my attempt to "make headers_install" failed quickly with

treat linux # make headers_install
  CHK     include/linux/version.h
make: unifdef: Command not found
make: *** [headers_install] Error 127

I was doing this just to see what it was, but it seems to me if it
appears in the output of "make help" it ought to work better than this.

I'm omitting "emerge --info", expecting it to be immaterial.  The
kernel should be pretty much self-contained.  I am running a completely
current stable x86.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-27 22:20:25 UTC
emerge dev-util/unifdef if you really need to do this...