From owner-freebsd-stable Thu Oct 7 15:51:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from idiom.com (idiom.com [216.240.32.1]) by hub.freebsd.org (Postfix) with ESMTP id 014AD152F7 for ; Thu, 7 Oct 1999 15:51:25 -0700 (PDT) (envelope-from muir@idiom.com) Received: (from muir@localhost) by idiom.com (8.9.3/8.9.3) id PAA32196 for freebsd-stable@freebsd.org; Thu, 7 Oct 1999 15:31:08 -0700 (PDT) Date: Thu, 7 Oct 1999 15:31:08 -0700 (PDT) From: David Muir Sharnoff Message-Id: <199910072231.PAA32196@idiom.com> To: freebsd-stable@freebsd.org Subject: cannot compile ipfw... Did I miss something? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Recently (today) updated sources. -STABLE branch (RELENG_3). make buildworld dies in ipfw. Is there something I missed that needs to be done to get a clean compile? Thanks, -Dave Exact error: cc -O2 -pipe -m486 -Wall -I/usr/obj/charm/build/src/tmp/usr/include -c /charm/b uild/src/sbin/ipfw/ipfw.c /charm/build/src/sbin/ipfw/ipfw.c: In function `show_ipfw': /charm/build/src/sbin/ipfw/ipfw.c:251: `IP_FW_F_RND_MATCH' undeclared (first use this function) /charm/build/src/sbin/ipfw/ipfw.c:251: (Each undeclared identifier is reported o nly once /charm/build/src/sbin/ipfw/ipfw.c:251: for each function it appears in.) /charm/build/src/sbin/ipfw/ipfw.c:258: structure has no member named `fw_logamou nt' /charm/build/src/sbin/ipfw/ipfw.c:259: structure has no member named `fw_logamou nt' /charm/build/src/sbin/ipfw/ipfw.c:348: `IP_FW_F_UID' undeclared (first use this function) /charm/build/src/sbin/ipfw/ipfw.c:349: structure has no member named `fw_uid' /charm/build/src/sbin/ipfw/ipfw.c:354: structure has no member named `fw_uid' /charm/build/src/sbin/ipfw/ipfw.c:357: `IP_FW_F_GID' undeclared (first use this function) /charm/build/src/sbin/ipfw/ipfw.c:358: structure has no member named `fw_gid' /charm/build/src/sbin/ipfw/ipfw.c:363: structure has no member named `fw_gid' /charm/build/src/sbin/ipfw/ipfw.c: In function `add': /charm/build/src/sbin/ipfw/ipfw.c:1086: `IP_FW_F_RND_MATCH' undeclared (first us e this function) /charm/build/src/sbin/ipfw/ipfw.c:1195: structure has no member named `fw_logamo unt' /charm/build/src/sbin/ipfw/ipfw.c:1196: structure has no member named `fw_logamo unt' /charm/build/src/sbin/ipfw/ipfw.c:1279: `IP_FW_F_UID' undeclared (first use this function) /charm/build/src/sbin/ipfw/ipfw.c:1291: structure has no member named `fw_uid' /charm/build/src/sbin/ipfw/ipfw.c:1300: `IP_FW_F_GID' undeclared (first use this function) /charm/build/src/sbin/ipfw/ipfw.c:1312: structure has no member named `fw_gid' /charm/build/src/sbin/ipfw/ipfw.c:1439: structure has no member named `fw_logamo unt' /charm/build/src/sbin/ipfw/ipfw.c:1443: structure has no member named `fw_logamo unt' /charm/build/src/sbin/ipfw/ipfw.c:1447: structure has no member named `fw_loghig hest' /charm/build/src/sbin/ipfw/ipfw.c:1447: structure has no member named `fw_logamo unt' /charm/build/src/sbin/ipfw/ipfw.c: In function `resetlog': /charm/build/src/sbin/ipfw/ipfw.c:1505: `IP_FW_RESETLOG' undeclared (first use t his function) *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message