Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 07:59:14 +0200
From:      John Hay <jhay@icomtek.csir.co.za>
To:        Mark Murray <markm@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile src/crypto/telnet/arpa telnet.h src/crypto/telnet/libtelnet auth-proto.h auth.c auth.h enc-proto.h enc_des.c encrypt.c encrypt.h genget.c getent.c kerberos.c ...
Message-ID:  <20030718055914.GA91210@zibbi.icomtek.csir.co.za>
In-Reply-To: <200307162059.h6GKxG7n017157@repoman.freebsd.org>
References:  <200307162059.h6GKxG7n017157@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 16, 2003 at 01:59:16PM -0700, Mark Murray wrote:
> markm       2003/07/16 13:59:16 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib                  Makefile 
>     libexec              Makefile 
>     usr.bin              Makefile 
>     kerberos5            Makefile Makefile.inc 
>     kerberos5/lib        Makefile 
>     kerberos5/libexec    Makefile 
>     kerberos5/usr.bin    Makefile 
>     lib/libtelnet        Makefile 
>     libexec/telnetd      Makefile 
>     secure               Makefile Makefile.inc 
>     secure/lib           Makefile 
>     secure/libexec       Makefile 
>     secure/usr.bin       Makefile 
>     usr.bin/telnet       Makefile 

Hi Mark, dit you test a make release with this? It seems to fail when it
tries to build the fixit crunch binary:

...
cc -Os -pipe -c chroot_stub.c
ld -dc -r -o chroot.lo chroot_stub.o /usr/obj//usr/src/usr.sbin/chroot/chroot.o
crunchide -k _crunched_chroot_stub chroot.lo
cc -static -o fixit_crunch fixit_crunch.o cat.lo chmod.lo cp.lo dd.lo df.lo echo
.lo expr.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo rm.lo rmdir.lo sleep.lo sync.lo b
sdlabel.lo clri.lo dmesg.lo fdisk.lo mknod.lo mount.lo mount_cd9660.lo mount_msd
osfs.lo reboot.lo restore.lo swapon.lo umount.lo ftp.lo telnet.lo vi.lo chown.lo
 chroot.lo -ledit -lgeom -lkvm -lm -lncurses -lutil
telnet.lo: In function `display':
telnet.lo(.text+0x122e): undefined reference to `EncryptStatus'
telnet.lo: In function `status':
telnet.lo(.text+0x1e85): undefined reference to `encrypt_display'
telnet.lo: In function `setpolicy':
telnet.lo(.text+0x1f3b): undefined reference to `ipsec_set_policy'
...
telnet.lo(.data+0x988): undefined reference to `auth_enable'
telnet.lo(.data+0x9c8): undefined reference to `EncryptEnable'
telnet.lo(.data+0x9e0): undefined reference to `EncryptDisable'
telnet.lo(.data+0x9f8): undefined reference to `EncryptType'
telnet.lo(.data+0xa10): undefined reference to `EncryptStart'
telnet.lo(.data+0xa28): undefined reference to `EncryptStop'
telnet.lo(.data+0xa40): undefined reference to `EncryptStartInput'
telnet.lo(.data+0xa58): undefined reference to `EncryptStopInput'
telnet.lo(.data+0xa70): undefined reference to `EncryptStartOutput'
telnet.lo(.data+0xa88): undefined reference to `EncryptStopOutput'
telnet.lo(.data+0xaa0): undefined reference to `EncryptStatus'
*** Error code 1

Stop in /usr/obj/usr/src/release/fixit_crunch.
*** Error code 1
...

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030718055914.GA91210>