Bug 14648

Summary: `make world' now requires -DNOCRYPT in my environment, where -DNOSECURE was suffient 2 months ago (and still in -STABLE).
Product: Base System Reporter: David E. O'Brien <obrien>
Component: binAssignee: ru <ru>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description David E. O'Brien freebsd_committer freebsd_triage 1999-11-01 18:30:01 UTC
If one CVSup's "src-all", `make world' now requires -DNOCRYPT in my environment, where -DNOSECURE was suffient (and probably not needed) 2 months ago (and still in -STABLE).

W/o -DNOCRYPT, `make world' errors out with:

cd /usr/src/secure/lib/libdes;  /usr/obj/usr/src/tmp/usr/bin/make beforeinstall
install -C -o root -g wheel -m 444 /usr/src/secure/lib/libdes/../../../crypto/li
bdes/des.h  /usr/obj/usr/src/tmp/usr/include
install: /usr/src/secure/lib/libdes/../../../crypto/libdes/des.h: No such file o
r directory
*** Error code 71

Stop in /usr/src/secure/lib/libdes.
*** Error code 1
Comment 1 David E. O'Brien freebsd_committer freebsd_triage 1999-11-01 18:38:02 UTC
Responsible Changed
From-To: freebsd-bugs->markm

Mark's the crypto guy. 
Comment 2 ru freebsd_committer freebsd_triage 2001-10-11 16:10:39 UTC
State Changed
From-To: open->closed

Fixed in Makefile.inc1,v 1.195 (HEAD) and v 1.141.2.34 (RELENG_4). 


Comment 3 ru freebsd_committer freebsd_triage 2001-10-11 16:10:39 UTC
Responsible Changed
From-To: markm->ru

The fix was mine.