Hi there,
I'm going nuts for about a week now trying to make buildworld.
I've cvsupped the source for 9.0-RELEASE My supfile:
All my ports are up to date; portupgrade -a worked fine.
Every time I try to make buildworld, I get the error
In the latest instance, it broke while making libarchive.
I have found a few problem reports about this for 9.0 but they all seem to concern builds done with -DWITHOUT_OPENSSL or -DWITHOUT_CRYPT.
I have not specified this anywhere - it's not in /etc/make.conf or /etc/src.conf. I can't find anything on WITH_OPENSSL or WITH_CRYPT; do I need to specify this somewhere?
Please help, this is driving me insane.
I'm going nuts for about a week now trying to make buildworld.
I've cvsupped the source for 9.0-RELEASE My supfile:
Code:
*default host=cvsup.de.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_9 (I have a separate supfile with tag=. for ports)
*default delete use-rel-suffix
*default compress
src-all
Every time I try to make buildworld, I get the error
Code:
sha2.h: no such file or directory
I have found a few problem reports about this for 9.0 but they all seem to concern builds done with -DWITHOUT_OPENSSL or -DWITHOUT_CRYPT.
I have not specified this anywhere - it's not in /etc/make.conf or /etc/src.conf. I can't find anything on WITH_OPENSSL or WITH_CRYPT; do I need to specify this somewhere?
Please help, this is driving me insane.