Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2005 15:08:59 +0200
From:      oHmEr <ohmer@epita.info>
To:        freebsd-stable@freebsd.org
Subject:   Re: buildworld fails with libmd error
Message-ID:  <20050912150859.52023bc1@moe>
In-Reply-To: <200509121823.43521.Patrick.Clery@gmail.com>
References:  <200509121823.43521.Patrick.Clery@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Sep 2005 18:23:42 +0000
Patrick Clery <Patrick.Clery@gmail.com> wrote:

> 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.
> 

sha256 is now in the base system but your /usr/include isn't up to
date. simply copy /usr/src/lib/libmd/sha256.h to /usr/include to solve
the problem.
i think it should be written in /usr/src/UPDATING.


-- 
Matthieu Michaud | EPITA 2007
Phone: +33 6 13 40 49 29



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