From owner-freebsd-current Thu Jan 21 15:26:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13553 for freebsd-current-outgoing; Thu, 21 Jan 1999 15:26:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13536 for ; Thu, 21 Jan 1999 15:26:29 -0800 (PST) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id SAA14936; Thu, 21 Jan 1999 18:26:17 -0500 (EST) (envelope-from luoqi) Date: Thu, 21 Jan 1999 18:26:17 -0500 (EST) From: Luoqi Chen Message-Id: <199901212326.SAA14936@lor.watermarkgroup.com> To: nrice@emu.sourcee.com, sgk@troutmask.apl.washington.edu Subject: Re: src/secure breaks world Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, Jan 21, 1999 at 12:26:04PM -0800, Steve Kargl wrote: > > cd /usr/src/secure/lib/libcrypt; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj > > rm -f .depend /usr/obj/usr/src/secure/lib/libcrypt/GPATH /usr/obj/usr/src/secure/lib/libcrypt/GRTAGS /usr/obj/usr/src/secure/lib/libcrypt/GSYMS /usr/obj/usr/src/secure/lib/libcrypt/GTAGS > > make: don't know how to make crypt-md5.c. Stop > > *** Error code 2 > > 1 error > > > > Seem crypt-md5.c was moved into the attic, but the Makefile was updated. > > Do you mean "wasn't" updated? > > I am not sure that fixing the Makefile will resolve all the issues with the > recent libcrypt changes. I just finished a make world, here're the changes I made, Makefile.inc1: delete secure/lib/libcrypt from bootstrap library list lib/Makefile: delete secure/lib/libcrypt from SUBDIR list secure/lib/libcrypt: rename crypt.c to crypt-des.c -lq > -- > Regards, > Norman C. Rice, Jr. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message