Date: Fri, 9 Jan 2004 10:38:56 -0800 (PST) From: Jamie Bowden <ragnar@sysabend.org> To: current@FreeBSD.org Subject: Re: Look ma, the kernel don't compile no more... Message-ID: <20040109103822.Y78161-100000@moo.sysabend.org> In-Reply-To: <20040109103449.C78161-100000@moo.sysabend.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bad form, I know, but I forgot to mention this is RELENG_5_2. On Fri, 9 Jan 2004, Jamie Bowden wrote: > I cvsup'd this morning at ~11:50AM EDT and I get failures with GENERIC > and my custom kernel: > > sh /usr/src/sys/conf/newvers.sh GENERIC > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica > -I/usr/src/sys/contrib/ipfilter -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=15000 > -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 > -ffreestanding -Werror vers.c > linking kernel > ip_icmp.o: In function `icmp_input': > ip_icmp.o(.text+0x49d): undefined reference to `tcp_minmss' > tcp_input.o: In function `tcp_input': > tcp_input.o(.text+0x118a): undefined reference to `tcp_minmss' > tcp_input.o(.text+0x1197): undefined reference to `tcp_minmssoverload' > tcp_input.o(.text+0x11f4): undefined reference to `tcp_minmssoverload' > tcp_input.o(.text+0x120b): undefined reference to `tcp_minmss' > tcp_input.o: In function `tcp_mss': > tcp_input.o(.text+0x35b1): undefined reference to `tcp_minmss' > tcp_usrreq.o: In function `tcp_ctloutput': > tcp_usrreq.o(.text+0x1d54): undefined reference to `tcp_minmss' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > Jamie Bowden > > -- > "It was half way to Rivendell when the drugs began to take hold" > Hunter S Tolkien "Fear and Loathing in Barad Dur" > Iain Bowen <alaric@alaric.org.uk> > > > _______________________________________________ > 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" > Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hunter S Tolkien "Fear and Loathing in Barad Dur" Iain Bowen <alaric@alaric.org.uk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040109103822.Y78161-100000>