Date: Sat, 27 Feb 1999 14:25:33 -0800 (PST) From: John Polstra <jdp@polstra.com> To: bford@uop.cs.uop.edu Cc: current@freebsd.org Subject: Re: Broken world Message-ID: <199902272225.OAA10686@vashon.polstra.com> In-Reply-To: <199902271936.LAA25060@uop.cs.uop.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199902271936.LAA25060@uop.cs.uop.edu>, Bret Ford <bford@uop.cs.uop.edu> wrote: > My 4.0-current buildworld broke. The sources were from yesterday > night. The system is currently 4.0-current from Feb 16. My UNIX > system is a 486 main board with an evergreen upgrade. The > world was almost over, too! Argh! :-) > > Bret Ford > > ===> usr.sbin/natd > gcc -O -Wall -I/tigger/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/natd/natd.c > /usr/src/usr.sbin/natd/natd.c: In function `SetAliasAddressFromIfName': > /usr/src/usr.sbin/natd/natd.c:702: warning: implicit declaration of function `SetPacketAliasAddress' > /usr/src/usr.sbin/natd/natd.c: In function `SetupPermanentLink': > /usr/src/usr.sbin/natd/natd.c:1203: warning: implicit declaration of function `PacketAliasPermanentLink' > gcc -O -Wall -I/tigger/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/natd/icmp.c > gcc -O -Wall -I/tigger/obj/usr/src/tmp/usr/include -o natd natd.o icmp.o -lalias > natd.o: In function `SetAliasAddressFromIfName': > natd.o(.text+0xc47): undefined reference to `SetPacketAliasAddress' > natd.o: In function `SetupPermanentLink': > natd.o(.text+0x12c4): undefined reference to `PacketAliasPermanentLink' > *** Error code 1 It was broken by the recent commit to "src/lib/libalias". You can probably get around it by reverting that directory to around Feb 25. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902272225.OAA10686>