From owner-freebsd-current Thu Mar 29 9:11: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 1B50F37B71B; Thu, 29 Mar 2001 09:11:03 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f2THAvv42640; Thu, 29 Mar 2001 19:10:57 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200103291710.f2THAvv42640@zibbi.icomtek.csir.co.za> Subject: Re: make release broken in telnetd In-Reply-To: <20010329150521.B21904@sunbay.com> from Ruslan Ermilov at "Mar 29, 2001 03:05:21 pm" To: ru@FreeBSD.org (Ruslan Ermilov) Date: Thu, 29 Mar 2001 19:10:57 +0200 (SAT) Cc: current@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ruslan, > > Could you please try the attached patch and let me know? > > I had to move -DRELEASE_CRUNCH to *_fixit.conf so that > ${OBJS} are computed correctly for usr.bin/telnet. I have tried it, but now it breaks in boot_crunch: ########## cc -O -pipe -DCRUNCHED_BINARY -c tunefs_stub.c ld -dc -r -o tunefs.lo tunefs_stub.o /usr/obj//usr/src/sbin/tunefs/tunefs.o crunchide -k _crunched_tunefs_stub tunefs.lo cc -static -o boot_crunch boot_crunch.o sh.lo find.lo sed.lo test.lo rm.lo pwd.l o ppp.lo sysinstall.lo newfs.lo minigzip.lo cpio.lo fsck.lo ifconfig.lo route.lo slattach.lo mount_nfs.lo dhclient.lo arp.lo hostname.lo rtsol.lo pccardc.lo pcc ardd.lo usbd.lo usbdevs.lo tunefs.lo -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpi o -lz -lnetgraph -ldialog -lncurses -lmytinfo -ldisk -lipx ppp.lo: In function `MakeKey': ppp.lo(.text+0xfe): undefined reference to `des_set_odd_parity' ppp.lo: In function `DesEncrypt': ppp.lo(.text+0x142): undefined reference to `des_set_key' ppp.lo(.text+0x14f): undefined reference to `des_ecb_encrypt' ppp.lo: In function `MPPEKeyChange': ppp.lo(.text+0x7b6): undefined reference to `RC4_set_key' ppp.lo(.text+0x7ca): undefined reference to `RC4' ppp.lo: In function `MPPEOutput': ppp.lo(.text+0x85b): undefined reference to `RC4_set_key' ppp.lo(.text+0x898): undefined reference to `RC4' ppp.lo(.text+0x8bd): undefined reference to `RC4' ppp.lo: In function `MPPEInput': ppp.lo(.text+0x9f7): undefined reference to `RC4_set_key' ppp.lo(.text+0xa18): undefined reference to `RC4' ppp.lo(.text+0xa4e): undefined reference to `RC4' *** Error code 1 Stop in /usr/src/release/boot_crunch. *** Error code 1 ... ########### John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message