From owner-freebsd-current Sun Feb 27 23:31:56 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id BF94737B80F; Sun, 27 Feb 2000 23:31:53 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA25764; Sun, 27 Feb 2000 23:31:53 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38BA2468.DAF717DD@gorean.org> Date: Sun, 27 Feb 2000 23:31:52 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: current@FreeBSD.org Subject: Re: -current NO_OPENSSH NO_OPENSSL buildworld fails in src/usr.sbin/ppp/chap_ms.c References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > On Sun, 27 Feb 2000, Doug Barton wrote: > > > Howdy, > > > > I'm not ready to play with the openssl/ssh stuff yet, but I wanted to > > test Soren's latest ATA stuff so I cvsup'ed and started a buildworld > > with the following make.conf options: > > I'm testing the fix now..thanks. Ok, cool. I got the build going again by taking all the ppp stuff out of usr.sbin's Makefile and the buildworld completed successfully. I don't need ppp so it's no skin off my teeth. Perhaps you could shed some light on this. In ppp's Makefile I see this: .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH) This test adds a whole bunch of DES stuff to the build. It tests true for me because I have a 'secure' directory in my src tree even though my cvsup file only downloads the 'src-all' CVS repo. In that /usr/src/secure directory there is a bunch of DES code in the lib directory. So, I'm a bit confused.... In any case, since you have it in hand I'll wait for your wisdom. Let me know if you want me to test any patches... Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message