Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2004 21:49:55 +0000 (GMT)
From:      Robert Watson <rwatson@freebsd.org>
To:        "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu>
Cc:        current@freebsd.org
Subject:   Re: udp_usrreq.c,v 1.162.2.4
Message-ID:  <Pine.NEB.3.96L.1041122214845.66539B-100000@fledge.watson.org>
In-Reply-To: <9B5C1FCAFB35084787C21EFFFA78DD9E7D6517@EBE1.gc.nat>

next in thread | previous in thread | raw e-mail | index | archive | help

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@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1041122214845.66539B-100000>