udp_usrreq.c,v 1.162.2.4

Robert Watson rwatson at freebsd.org
Mon Nov 22 13:51:44 PST 2004


On Mon, 22 Nov 2004, Robin P. Blanchard wrote:

> Cannot build releng_5 with said file...

This is because you're building without INET6 in your kernel config, and
that commit contains a bug wherein there's an unused variable in the event
that INET6 isn't compiled in.  I did a follow up commit shortly afterwards
to merge the commit that fixed that in the original (and that I
accidentally didn't merge), so you likely just caught the bad window.  Try
cvsuping again?

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert at fledge.watson.org      Principal Research Scientist, McAfee Research


> 
> cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -march=pentiumpro
> -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
> -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I/usr/src/sys
> -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq
> -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf
> -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd
> -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000 -fno-builtin -mno-align-long-strings
> -mpreferred-stack-boundary=2 -ffreestanding -Werror
> /usr/src/sys/netinet/udp_usrreq.c
> /usr/src/sys/netinet/udp_usrreq.c: In function `udp_append':
> /usr/src/sys/netinet/udp_usrreq.c:421: warning: unused variable `udp_in6'
> *** Error code 1
> 
> 
> 
> ---------------------------------------
> Robin P. Blanchard
> Systems Integration Specialist
> Georgia Center for Continuing Education
> fon: 706.542.2404 < > fax: 706.542.6546
> ---------------------------------------
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
> 



More information about the freebsd-current mailing list