Date: Thu, 14 Oct 2004 16:44:12 +0200 From: DanGer <danger@wilbury.sk> To: current@freebsd.org Subject: buildworld failture - solved Message-ID: <1974890227.20041014164412@wilbury.sk>
next in thread | raw e-mail | index | archive | help
Hello current, yesterday I was tring to upgrade my 5.2.1 to releng_5 and my buildworld everytime fails on the same thing: /../contrib/bind9/lib/dns/zt.c /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/openssl_link.c:38:25: openssl/err.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/openssl_link.c:39:26: openssl/rand.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/openssl_link.c:40:28: openssl/crypto.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/openssldh_link.c:40:24: openssl/dh.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/openssldsa_link.c:38:25: openssl/dsa.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/opensslrsa_link.c:39:25: openssl/err.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/opensslrsa_link.c:40:29: openssl/objects.h: No such file or directory /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/sec/dst/opensslrsa_link.c:41:25: openssl/rsa.h: No such file or directory mkdep: compile failed *** Error code 1 I was wondering, why it fails here, I had no idea, I tried to rm -rf /usr/src and then cvsuped again, but this didn't help anymore, just the same thing. At the end, I tried to check my make.conf and there it came. It was due to NO_OPENSSL in my make.conf, but I wonder, why this is like as it is. I want to have installed openssl from ports, and I didn't want to over-write it with the one, witch comes with the base system. Is this just a bug, or is it purpose? -- Best regards +----------==/\/\==----------+ | DanGer <danger@wilbury.sk> | | DanGer@IRCnet ICQ261701668 | | http://danger.homeunix.org | +----------==\/\/==----------+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1974890227.20041014164412>