Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 18:26:17 -0500 (EST)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        nrice@emu.sourcee.com, sgk@troutmask.apl.washington.edu
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: src/secure breaks world
Message-ID:  <199901212326.SAA14936@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> 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



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