Date: Mon, 11 Jun 2001 01:10:03 -0700 (PDT) From: Russell Jackson <rjackson@cs.csubak.edu> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/27975: make buildworld fails when updating from 4.2-release to 4.3-stable. stops at ipmon. Message-ID: <200106110810.f5B8A3l98328@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/27975; it has been noted by GNATS. From: Russell Jackson <rjackson@cs.csubak.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106110810.f5B8A3l98328>