From owner-cvs-src@FreeBSD.ORG Mon May 19 22:57:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DA1F37B401; Mon, 19 May 2003 22:57:00 -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 386AD43FBD; Mon, 19 May 2003 22:56:58 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h4K5uq5v066008; Tue, 20 May 2003 07:56:52 +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 h4K5uqOU066007; Tue, 20 May 2003 07:56:52 +0200 (SAST) (envelope-from jhay) Date: Tue, 20 May 2003 07:56:52 +0200 From: John Hay To: Dag-Erling Smorgrav Message-ID: <20030520055652.GA65915@zibbi.icomtek.csir.co.za> References: <200305191552.h4JFq1UN006001@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305191552.h4JFq1UN006001@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 Makefile.inc1 src/bin/ed Makefile src/lib Makefile src/lib/libcrypt Makefile src/lib/libfetch Makefile src/lib/libpam/modules modules.inc src/libexec Makefile... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 05:57:00 -0000 On Mon, May 19, 2003 at 08:52:01AM -0700, Dag-Erling Smorgrav wrote: > des 2003/05/19 08:52:01 PDT > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > bin/ed Makefile > lib Makefile > lib/libcrypt Makefile > lib/libfetch Makefile > lib/libpam/modules modules.inc > libexec Makefile > share/examples/etc make.conf > share/man/man5 make.conf.5 > usr.bin Makefile > usr.bin/fetch Makefile > usr.sbin/pkg_install Makefile > usr.sbin/pkg_install/add Makefile > usr.sbin/pkg_install/create Makefile > usr.sbin/pkg_install/delete Makefile > usr.sbin/pkg_install/info Makefile > usr.sbin/pkg_install/version Makefile > usr.sbin/ppp Makefile > usr.sbin/pppd Makefile > usr.sbin/sendmail Makefile > usr.sbin/tcpdump/tcpdump Makefile > Log: > Retire the useless NOSECURE knob. Did you test this with a make release? My daily snapshot broke with: ########################## crunchide -k _crunched_usbdevs_stub usbdevs.lo cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo test.lo c pio.lo dhclient.lo fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rtsol. lo slattach.lo tunefs.lo camcontrol.lo find.lo minigzip.lo sed.lo arp.lo ppp.lo sysinstall.lo usbd.lo usbdevs.lo -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -l z -lnetgraph -ldialog -lncurses -ldisk -lcam -lsbuf -lufs ppp.lo: In function `DesEncrypt': ppp.lo(.text+0x2c421): undefined reference to `DES_set_key' ppp.lo(.text+0x2c42f): undefined reference to `DES_ecb_encrypt' ppp.lo: In function `MakeKey': ppp.lo(.text+0x2c3fa): undefined reference to `DES_set_odd_parity' ppp.lo: In function `MPPEKeyChange': ppp.lo(.text+0x2c97c): undefined reference to `RC4_set_key' ppp.lo(.text+0x2c98a): undefined reference to `RC4' ppp.lo: In function `MPPEOutput': ppp.lo(.text+0x2ca78): undefined reference to `RC4' ppp.lo(.text+0x2ca9a): undefined reference to `RC4' ppp.lo(.text+0x2cb10): undefined reference to `RC4_set_key' ppp.lo: In function `MPPEInput': ppp.lo(.text+0x2cc81): undefined reference to `RC4' ppp.lo(.text+0x2ccb2): undefined reference to `RC4' ppp.lo(.text+0x2cd13): undefined reference to `RC4_set_key' ppp.lo: In function `MPPEInitInput': ppp.lo(.text+0x2d3bc): undefined reference to `RC4_set_key' ppp.lo: In function `MPPEInitOutput': ppp.lo(.text+0x2d491): undefined reference to `RC4_set_key' *** Error code 1 Stop in /usr/obj/usr/src/release/boot_crunch. *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1 Stop in /home/src/release. ########################## John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org