From owner-freebsd-bugs Mon Jun 11 1:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74EDE37B405 for ; Mon, 11 Jun 2001 01:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5B8A3l98328; Mon, 11 Jun 2001 01:10:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 11 Jun 2001 01:10:03 -0700 (PDT) Message-Id: <200106110810.f5B8A3l98328@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Russell Jackson Subject: Re: i386/27975: make buildworld fails when updating from 4.2-release to 4.3-stable. stops at ipmon. Reply-To: Russell Jackson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/27975; it has been noted by GNATS. From: Russell Jackson To: freebsd-gnats-submit@FreeBSD.org, tubbs@home.se Cc: Subject: Re: i386/27975: make buildworld fails when updating from 4.2-release to 4.3-stable. stops at ipmon. Date: Sun, 10 Jun 2001 18:13:19 -0700 Previous fix submitted is incomplete. I tried recompiling the source tree to find the source still broken. Almost all source files in /usr/src/contrib/ipfilter have incorrect #include directives for various headers that are local to the program itself, but call them as if they are system headers with the prefix netinet/ (but in quotation marks rather than angle brackets). These need to be found in all .c files under /usr/src/contrib/ipfilter and have the 'netinet/' removed. I believe this should fix the build. I have not yet had a chance to test building the world again. I will post update of progress at first chance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message