From owner-cvs-all@FreeBSD.ORG Thu Jul 17 22:59:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B5437B401; Thu, 17 Jul 2003 22:59:20 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DEE143F85; Thu, 17 Jul 2003 22:59:18 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h6I5xE5v091329; Fri, 18 Jul 2003 07:59:14 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h6I5xEYO091328; Fri, 18 Jul 2003 07:59:14 +0200 (SAST) (envelope-from jhay) Date: Fri, 18 Jul 2003 07:59:14 +0200 From: John Hay To: Mark Murray Message-ID: <20030718055914.GA91210@zibbi.icomtek.csir.co.za> References: <200307162059.h6GKxG7n017157@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307162059.h6GKxG7n017157@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 05:59:21 -0000 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