Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187716 - dev-util/elfkickers-2.0a fails to build with recent linux-headers
Summary: dev-util/elfkickers-2.0a fails to build with recent linux-headers
Status: RESOLVED DUPLICATE of bug 178790
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-04 12:03 UTC by erik falor
Modified: 2007-08-04 12:07 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 erik falor 2007-08-04 12:03:21 UTC
elfkickers relies on linux header files that do not exist outside of /usr/src/linux/include.  

Reproducible: Always

Steps to Reproduce:
1. see that your system is using sys-kernel/linux-headers-2.6.21
2. re-emerge elfkickers
3.

Actual Results:  
Compilation fails on a few of the elfkickers, including rebind.  

Expected Results:  
All files should have been compiled and installed.

I was able to work around this bug by copying the following missing headers to /usr/include:

cp /usr/src/linux/include/linux/elf.h /usr/include/linux
cp /usr/src/linux/include/asm/elf.h /usr/include/asm
cp /usr/src/linux/include/asm/user.h /usr/include/asm
cp /usr/src/linux/include/asm/page.h /usr/include/asm

I'm building for x86-64
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-04 12:07:40 UTC

*** This bug has been marked as a duplicate of bug 178790 ***