Failure to compile world
Alex Kuster
vertexSymphony at zoho.com
Tue Dec 20 03:31:56 UTC 2011
A follow-up on this is libc not building because of missing
SCTP_REMOTE_UDP_ENCAPS_PORT
apparently the Makefile doesn't include /sys/ into the includes of the libc.
My current version (/usr/include/netinet/sctp.h) lacks that definition,
it should look in the headers of the source, not the current system
headers ... so I just added that to the Makefile (
lib/libc/net/Makefile.inc ).
I'm leaving note if anyone else experiences the same problem.
More information about the freebsd-current
mailing list