Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: dhcpcd-5.1.1 compiling error
Date: Fri, 25 Sep 2009 00:37:54
Message-Id: h9h3br$olg$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: dhcpcd-5.1.1 compiling error by Hung Dang
1 On 09/25/2009 03:22 AM, Hung Dang wrote:
2 > walt wrote:
3 >> On 09/24/2009 02:06 PM, Hung Dang wrote:
4 >>> Hi all,
5 >>>
6 >>> I get the following errors when compiling net-misc/dhcpcd-5.1.1. Do you
7 >>> know which package net/if_dl.h and net80211/ieee80211_ioctl.h are
8 >>> belong to?
9 >>>
10 >>> if-bsd.c:37:23: error: net/if_dl.h: No such file or directory
11 >>> if-bsd.c:43:40: error: net80211/ieee80211_ioctl.h: No such file or
12 >>> directory
13 >>
14 >> I'm sorry but I don't know. I see that the ebuild mentions the KEYWORDS
15 >> ~sparc-fbsd and ~x86-fbsd. Are you using one of those platforms?
16 >
17 > Hi Walt,
18 > This is a AMD64 system. The interesting thing is I have another system
19 > which has similar USE flags and it does not have those header files ,
20 > however, I can compile this version of dhcpcd without any problem.
21
22 If this is an AMD64 system, then something has gone totally haywire; the
23 errors you posted indicate that dhcpcd thinks it's being compiled on
24 BSD. "if-bsd.c" is a source file that does not get compiled on Linux;
25 "if-linux.c" does.
26
27 Can you post your "emerge --info"? Maybe someone can spot something
28 wrong in it.

Replies

Subject Author
Re: [gentoo-user] Re: dhcpcd-5.1.1 compiling error Hung Dang <hungptit@×××××.com>