From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 07:31:28 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 417A216A4CE for ; Sat, 6 Mar 2004 07:31:28 -0800 (PST) Received: from ringworm.home.com (93.pacwestuser.uia.net [131.161.68.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id E867E43D2F for ; Sat, 6 Mar 2004 07:31:26 -0800 (PST) (envelope-from ringworm@inbox.lv) Received: from ringworm.home.com (localhost [127.0.0.1]) by ringworm.home.com (8.12.9p2/8.12.9) with ESMTP id i26FUmrp009240 for ; Sat, 6 Mar 2004 07:30:50 -0800 (PST) (envelope-from ringworm@inbox.lv) Date: Sat, 6 Mar 2004 07:30:47 -0800 From: "Michael C. Shultz" To: freebsd-stable@freebsd.org Message-ID: <20040306153047.GA9127@ringworm.home.com> Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 2.0.14 Lines: 53 Subject: 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: Sat, 06 Mar 2004 15:31:28 -0000 I installed RELENG_4_9 from ftp5??.freebsd.org on 4 March then cvsup'ed stable and tried buildworld and received the following result. Other than buildworld fails everthing else seems to be running fine. I've tried searching the mail lists for anyone else with a similar problem and have come up with no results, seems most people load from CDROM, could that be why this only is failling for me? Thankyou. -Mike buildworld fails at: sbin/ifconfig message: cc -O -pipe -march=i486 -DUSE_IF_MEDIA -DINET6 -DUSE_VLANS - DUSE_IEEE80211 -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite- strings -Wnested-externs -I.. -c /storage/usr.src/sbin/ifconfig/ ifconfig.c /storage/usr.src/sbin/ifconfig/ifconfig.c:244: `IFF_STATICARP' undeclared here (not in a function) /storage/usr.src/sbin/ifconfig/ifconfig.c:244: initializer element is not constant /storage/usr.src/sbin/ifconfig/ifconfig.c:244: (near initialization for `cmds[38].c_parameter') /storage/usr.src/sbin/ifconfig/ifconfig.c:245: `IFF_STATICARP' undeclared here (not in a function) /storage/usr.src/sbin/ifconfig/ifconfig.c:245: initializer element is not constant /storage/usr.src/sbin/ifconfig/ifconfig.c:245: (near initialization for `cmds[39].c_parameter') *** Error code 1 Stop in /storage/usr.src/sbin/ifconfig. *** Error code 1 Stop in /storage/usr.src/sbin. *** Error code 1 Stop in /storage/usr.src. *** Error code 1 Stop in /storage/usr.src. Actions taken: 1. searched stable mail group for ifconfig.c AND 244, no relevant results. Re sup'ed yesterday ( 5 march ) and today, no help. I am assuming I have a bad header file somewhere, anyone know where IFF_STATICARP is defined? -Mike