| Summary: | make buildworld fails when updating from 4.2-release to 4.3-stable. stops at ipmon. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | tubbs <tubbs> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
tubbs
2001-06-08 23:50:00 UTC
Modify the following lines in ipmon.c /* Edited from "netinit/ip_compat.h" - Russell Jackson 6/10/2001 */ #include "ip_compat.h" /* Edited from "netinit/ip_nat.h" Russell Jackson 6/10/2001 */ #include "ip_nat.h" Fixes the undefined symbol errors Please reply if find any problems 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. State Changed From-To: open->closed Superseded by PR 28002. |