In article <199902271936.laa25...@uop.cs.uop.edu>,
Bret Ford  <bf...@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                                               j...@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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to