Re: buildworld fails with libmd error

2005-09-12 Thread Ruslan Ermilov
On Mon, Sep 12, 2005 at 06:23:42PM +, Patrick Clery wrote: > When doing a `make buildworld`, I get the following error: > > > << > ===> 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 direc

Re: buildworld fails with libmd error

2005-09-12 Thread oHmEr
On Mon, 12 Sep 2005 18:23:42 + Patrick Clery <[EMAIL PROTECTED]> wrote: > When doing a `make buildworld`, I get the following error: > > > << > ===> 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

buildworld fails with libmd error

2005-09-12 Thread Patrick Clery
When doing a `make buildworld`, I get the following error: << 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 co