From owner-freebsd-stable Sat Jul 20 05:06:45 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA06612 for stable-outgoing; Sat, 20 Jul 1996 05:06:45 -0700 (PDT) Received: from moon.yzit.edu.tw (moon.yzit.edu.tw [140.138.36.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA06605 for ; Sat, 20 Jul 1996 05:06:42 -0700 (PDT) Received: from Zappa ([140.115.2.119]) by moon.yzit.edu.tw (8.6.12/8.6.9) with SMTP id UAA26785 for ; Sat, 20 Jul 1996 20:10:17 +0800 Received: by Zappa with Microsoft Mail id <01BB7677.0E4354A0@Zappa>; Sat, 20 Jul 1996 20:07:19 +0800 Message-ID: <01BB7677.0E4354A0@Zappa> From: Jaw Jr-Chiang To: "'freebsd-stable@freebsd.org'" Subject: src-2.1.0146A make world fail! Date: Sat, 20 Jul 1996 20:07:07 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Could anyone help me solve this problem? I am using FreeBSD 2.1.0 Release and I want to upgrade to 2.1.5R So I fetch the FreeBSD-stable/ctm/src-2.1.0146A.gz and do ctm. After ctm, I make world. But, when it make ipfw, it shows many problem. What's wrong? Here is its error message: cc -O -c /usr/src/ctm/sbin/ipfw/ipfw.c /usr/src/ctm/sbin/ipfw/ipfw.c: In function `show_ipfw': /usr/src/ctm/sbin/ipfw/ipfw.c:114: structure has no member named `fw_number' /usr/src/ctm/sbin/ipfw/ipfw.c:121: structure has no member named `timestamp' /usr/src/ctm/sbin/ipfw/ipfw.c:125: structure has no member named `timestamp' /usr/src/ctm/sbin/ipfw/ipfw.c:137: `IP_FW_F_COUNT' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:137: (Each undeclared identifier is reported only once /usr/src/ctm/sbin/ipfw/ipfw.c:137: for each function it appears in.) /usr/src/ctm/sbin/ipfw/ipfw.c:237: `IP_FW_F_IN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:237: `IP_FW_F_OUT' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:249: `IP_FW_F_IFUWILD' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:258: `IP_FW_F_FRAG' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:261: structure has no member named `fw_ipopt' /usr/src/ctm/sbin/ipfw/ipfw.c:261: structure has no member named `fw_ipnopt' /usr/src/ctm/sbin/ipfw/ipfw.c:267: structure has no member named `fw_ipopt' /usr/src/ctm/sbin/ipfw/ipfw.c:267: `IP_FW_IPOPT_SSRR' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:268: structure has no member named `fw_ipnopt' /usr/src/ctm/sbin/ipfw/ipfw.c:269: structure has no member named `fw_ipopt' /usr/src/ctm/sbin/ipfw/ipfw.c:269: `IP_FW_IPOPT_LSRR' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:270: structure has no member named `fw_ipnopt' /usr/src/ctm/sbin/ipfw/ipfw.c:271: structure has no member named `fw_ipopt' /usr/src/ctm/sbin/ipfw/ipfw.c:271: `IP_FW_IPOPT_RR' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:272: structure has no member named `fw_ipnopt' /usr/src/ctm/sbin/ipfw/ipfw.c:273: structure has no member named `fw_ipopt' /usr/src/ctm/sbin/ipfw/ipfw.c:273: `IP_FW_IPOPT_TS' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:274: structure has no member named `fw_ipnopt' /usr/src/ctm/sbin/ipfw/ipfw.c:277: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:277: `IP_FW_TCPF_ESTAB' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:279: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:279: `IP_FW_TCPF_SYN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:280: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:280: `IP_FW_TCPF_ACK' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:282: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:282: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:288: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:288: `IP_FW_TCPF_FIN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:289: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:290: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:291: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:292: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:292: `IP_FW_TCPF_RST' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:293: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:294: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:294: `IP_FW_TCPF_PSH' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:295: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:296: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:297: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:298: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:298: `IP_FW_TCPF_URG' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:299: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:301: `IP_FW_F_ICMPBIT' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:308: structure has no member named `fw_icmptypes' /usr/src/ctm/sbin/ipfw/ipfw.c: In function `list': /usr/src/ctm/sbin/ipfw/ipfw.c:330: `IP_FW_GET' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c: In function `fill_tcpflag': /usr/src/ctm/sbin/ipfw/ipfw.c:490: `IP_FW_TCPF_SYN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:491: `IP_FW_TCPF_FIN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:492: `IP_FW_TCPF_ACK' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:493: `IP_FW_TCPF_PSH' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:494: `IP_FW_TCPF_RST' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:495: `IP_FW_TCPF_URG' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c: In function `fill_ipopt': /usr/src/ctm/sbin/ipfw/ipfw.c:537: `IP_FW_IPOPT_SSRR' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:538: `IP_FW_IPOPT_LSRR' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:539: `IP_FW_IPOPT_RR' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:540: `IP_FW_IPOPT_TS' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c: In function `fill_icmptypes': /usr/src/ctm/sbin/ipfw/ipfw.c:570: `IP_FW_F_ICMPBIT' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c: In function `delete': /usr/src/ctm/sbin/ipfw/ipfw.c:588: structure has no member named `fw_number' /usr/src/ctm/sbin/ipfw/ipfw.c: In function `add': /usr/src/ctm/sbin/ipfw/ipfw.c:610: structure has no member named `fw_number' /usr/src/ctm/sbin/ipfw/ipfw.c:621: `IP_FW_F_COUNT' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:696: `IP_FW_F_IFUWILD' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:708: `IP_FW_F_FRAG' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:711: `IP_FW_F_IN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:714: `IP_FW_F_OUT' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:718: structure has no member named `fw_ipopt' /usr/src/ctm/sbin/ipfw/ipfw.c:718: structure has no member named `fw_ipnopt' /usr/src/ctm/sbin/ipfw/ipfw.c:723: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:723: `IP_FW_TCPF_ESTAB' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:727: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:727: `IP_FW_TCPF_SYN' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:728: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:728: `IP_FW_TCPF_ACK' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:733: structure has no member named `fw_tcpf' /usr/src/ctm/sbin/ipfw/ipfw.c:733: structure has no member named `fw_tcpnf' /usr/src/ctm/sbin/ipfw/ipfw.c:740: structure has no member named `fw_icmptypes' /usr/src/ctm/sbin/ipfw/ipfw.c: In function `zero': /usr/src/ctm/sbin/ipfw/ipfw.c:763: `IP_FW_ZERO' undeclared (first use this function) /usr/src/ctm/sbin/ipfw/ipfw.c:776: structure has no member named `fw_number' /usr/src/ctm/sbin/ipfw/ipfw.c:780: structure has no member named `fw_number' *** Error code 1 Stop.