From owner-freebsd-current Thu Nov 22 11:26:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 0676437B418 for ; Thu, 22 Nov 2001 11:26:22 -0800 (PST) Received: from landons.vpp-office.uniserve.ca ([216.113.198.10] helo=pirahna.uniserve.com) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 166zUL-0009rW-00 for freebsd-current@freebsd.org; Thu, 22 Nov 2001 11:26:21 -0800 Message-Id: <5.1.0.14.0.20011122112024.02ac5188@pop.uniserve.com> X-Sender: landons@pop.uniserve.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 22 Nov 2001 11:26:19 -0800 To: freebsd-current@freebsd.org From: Landon Stewart Subject: problems with 'make buildworld' on current Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_1822718380==_.ALT" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=====================_1822718380==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed When I do a "make buildworld" I get an error about an incomplete type for field 'inc4_route'. I've read the /usr/src/UPDATING and found no real references to this type of problem. Am I jumping too far between 4.3-REL and current? Do I need some compile options? Do I need the compat4.x.i386 installed? Any other ideas? # uname -a FreeBSD pirahna.awe-full.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 ===> usr.bin/systat cc -nostdinc -O -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/systat/cmds.c ... ... cc -nostdinc -O -pipe -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/systat/tcp.c In file included from /usr/obj/usr/src/i386/usr/include/netinet/tcp_var.h:40, from /usr/src/usr.bin/systat/tcp.c:56: /usr/obj/usr/src/i386/usr/include/netinet/in_pcb.h:106: field `inc4_route' has incomplete type *** Error code 1 4 error codes follow this one, all the same, and then a "stop in /usr/src". --=====================_1822718380==_.ALT Content-Type: text/html; charset="us-ascii" When I do a "make buildworld" I get an error about an incomplete type for field 'inc4_route'.  I've read the /usr/src/UPDATING and found no real references to this type of problem.

Am I jumping too far between 4.3-REL and current?
Do I need some compile options? 
Do I need the compat4.x.i386 installed?
Any other ideas?

# uname -a
FreeBSD pirahna.awe-full.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386

===> usr.bin/systat
cc -nostdinc -O -pipe     -I/usr/obj/usr/src/i386/usr/include  -c /usr/src/usr.bin/systat/cmds.c
... <snip> ...
cc -nostdinc -O -pipe     -I/usr/obj/usr/src/i386/usr/include  -c /usr/src/usr.bin/systat/tcp.c
In file included from /usr/obj/usr/src/i386/usr/include/netinet/tcp_var.h:40,
                 from /usr/src/usr.bin/systat/tcp.c:56:
/usr/obj/usr/src/i386/usr/include/netinet/in_pcb.h:106: field `inc4_route' has incomplete type
*** Error code 1

4 error codes follow this one, all the same, and then a "stop in /usr/src".

--=====================_1822718380==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message