Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56103 - The net-misc/ifenslave-1.1.0 ebuild fails to compile ifenslave.c
Summary: The net-misc/ifenslave-1.1.0 ebuild fails to compile ifenslave.c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 21:44 UTC by Ryan Bourgeois
Modified: 2004-07-05 12:09 UTC (History)
0 users

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


Attachments
Output from 'emerge info' (emerge-info,1.38 KB, text/plain)
2004-07-05 10:18 UTC, Ryan Bourgeois
Details
Output from 'emerge -pv linux-headers' (emerge-linux-headers,186 bytes, text/plain)
2004-07-05 10:19 UTC, Ryan Bourgeois
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Bourgeois 2004-07-04 21:44:39 UTC
When emerging net-misc/ifenslave-1.1.0, the following error occurs:

ifenslave.c:617: error: `BOND_ABI_VERSION' undeclared

The kernel version that this occurs on is 2.6.7-gentoo-r8 (gentoo-dev-sources).  This error does not break the ebuild.

Reproducible: Always
Steps to Reproduce:
Execute the following line:
ACCEPT_KEYWORDS="~x86" emerge net-misc/ifenslave-1.1.0


Actual Results:  
ifenslave fails to compile with the following error: 
 
ifenslave.c:617: error: `BOND_ABI_VERSION' undeclared 
 
Thus the binary is not installed on the machine, yet this does not break the 
euild, so the casual user would not notice until too late. 

Expected Results:  
ifenslave.c should compile without errors.  In the event that it does not 
compile without errors, it should break the ebuild.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-05 10:01:50 UTC
could you please attach the output of:
emerge info
emerge -pv linux-headers
Comment 2 Ryan Bourgeois 2004-07-05 10:18:35 UTC
Created attachment 34820 [details]
Output from 'emerge info'
Comment 3 Ryan Bourgeois 2004-07-05 10:19:12 UTC
Created attachment 34821 [details]
Output from 'emerge -pv linux-headers'
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-05 12:09:24 UTC
I've fixed it in cvs now.
you need a newer version of linux-headers for the upstream ifenslave.
2.4.22 or newer.
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-05 12:09:45 UTC
forgot to mark as fixed