Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104758 - dhcpcd build failure
Summary: dhcpcd build failure
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: x86 FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-03 16:58 UTC by Jimi A.
Modified: 2006-04-14 13:41 UTC (History)
1 user (show)

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 Jimi A. 2005-09-03 16:58:21 UTC
dhcpcd fails to build on Gentoo/FreeBSD.

Reproducible: Always
Steps to Reproduce:
1. emerge dhcpcd
2.
3.

Actual Results:  
Build fails.

Expected Results:  
Build the package without errors.
Comment 1 Luigi 'Comio' Mantellini 2005-09-04 12:08:39 UTC
There is a problem with the inlucde of "sys/types.h"...

ciao
Comment 2 Luigi 'Comio' Mantellini 2005-09-04 12:17:05 UTC
there is also a problem with in_systm.h :S

ciao
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-09-04 12:22:16 UTC
Not just that. 
I'm working on it. 
I was able to fix quite a bit of it. 
But the Token Ring stuff is 100% Linux only. 
 
I'll talk with uberlord about this and see what we can work out for it. 
 
Comment 4 Roy Marples (RETIRED) gentoo-dev 2005-09-05 23:17:43 UTC
What needs to happen is the code made as portable as possible.

When this cannot happen, the relevant section (like token ring) needs to be
wrapped with #ifdef DTOKENRING so we can easily enable/disable that part with
compile time flags.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-14 13:41:37 UTC
Seems like Roy suggests to use net-misc/dhcp rather, and that mostly works now.