Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2005 18:23:42 +0000
From:      Patrick Clery <Patrick.Clery@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   buildworld fails with libmd error
Message-ID:  <200509121823.43521.Patrick.Clery@gmail.com>

next in thread | raw e-mail | index | archive | help
When doing a `make buildworld`, I get the following error:


<<<EOD

===> sbin/md5
rm -f .depend
CC='/usr/bin/cc' mkdep -f .depend -a     /usr/src/sbin/md5/md5.c
/usr/src/sbin/md5/md5.c:30:20: sha256.h: No such file or directory
mkdep: compile failed
*** Error code 1
 
Stop in /usr/src/sbin/md5.
*** Error code 1
 
Stop in /usr/src/sbin.
*** Error code 1
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.

EOD;



/usr/src/lib/libmd/sha256.h does exist. Perhaps the include paths are wrong?

The current system is 5.4-STABLE as of Wed May 11 16:55:26 MDT 2005. However, 
I did run cvsup and sync to the latest -STABLE before buildworld today, as 
well as running `make clean` in /usr/src.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509121823.43521.Patrick.Clery>