From owner-freebsd-stable@FreeBSD.ORG Mon Aug 2 16:34:19 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A7516A4CE for ; Mon, 2 Aug 2004 16:34:19 +0000 (GMT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C164E43D2F for ; Mon, 2 Aug 2004 16:34:19 +0000 (GMT) (envelope-from ringworm@inbox.lv) Received: from pool0023.cvx28-bradley.dialup.earthlink.net ([209.179.128.23]) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BrflS-0006BA-00; Mon, 02 Aug 2004 09:34:18 -0700 From: "Michael C. Shultz" To: "jeev" Date: Mon, 2 Aug 2004 06:15:45 -0700 User-Agent: KMail/1.6.2 References: <3a5840$3pvr5m@mxip01a.cluster1.charter.net> In-Reply-To: <3a5840$3pvr5m@mxip01a.cluster1.charter.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <200408020615.46516.ringworm@inbox.lv> cc: freebsd-stable@freebsd.org Subject: Re: buildworld fails at sbin/ifconfig X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:34:19 -0000 On Friday 30 July 2004 10:13 am, you wrote: > http://www.pasteme.com/paste/794?tx=3Don&submit=3DFormat+it%21 hey did you ever fix that/ I=E2=80=99m having that problem on releng_4_10 =20 j cc -O -pipe -DUSE_IF_MEDIA -DINET6 -DUSE_VLANS -DUSE_IEEE80211 -DNS -Wall= =20 =2DWmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -I.. = -c=20 ifconfig.c ifconfig.c:244: `IFF_STATICARP' undeclared here (not in a function) ifconfig.c:244: initializer element is not constant ifconfig.c:244: (near initialization for `cmds[38].c_parameter') ifconfig.c:245: `IFF_STATICARP' undeclared here (not in a function) ifconfig.c:245: initializer element is not constant ifconfig.c:245: (near initialization for `cmds[39].c_parameter') *** Error code 1 Stop in /usr/src/sbin/ifconfig Its been a while since I saw this. the quick fix is to copy: /usr/src/sys/net/if.h over /usr/include/net/if.h If you want an explanation why this works just ask. FreeBSD folks turned do= wn=20 my problem report for this although the problem stil exists.... :( =2DMike