Subject: Re: failed kde3 build from source
To: None <tech-pkg@netbsd.org>
From: Amitai Schlair <schmonz@schmonz.com>
List: tech-pkg
Date: 06/11/2002 00:38:46
On Monday, June 10, 2002, at 07:30  PM, Marton Fabo wrote:

> The machine in question isn't at hand, so I can't tell the exact error
> message, but it complained about crypto.cpp in kdebase3.

Do you have the OpenSSL package installed? KDE3 requires it. I got an 
error similar to yours because when OpenSSL was skipped (due to my needing 
to accept its license), the build continued anyway.

You can make this sort of thing abort a build by setting IGNORE_FAIL in 
/etc/mk.conf. Personally, I think it'd be intuitive to have IGNORE_FAIL 
set by default.

- Amitai