From owner-freebsd-stable@FreeBSD.ORG Mon Sep 12 13:09:06 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DAD16A426 for ; Mon, 12 Sep 2005 13:09:06 +0000 (GMT) (envelope-from ohmer@epita.info) Received: from marge.cload.net (ambres.net2.nerim.net [213.41.172.209]) by mx1.FreeBSD.org (Postfix) with SMTP id EA30B43D46 for ; Mon, 12 Sep 2005 13:09:05 +0000 (GMT) (envelope-from ohmer@epita.info) Received: (qmail 98649 invoked by uid 100); 12 Sep 2005 15:11:00 +0200 Received: from unknown (HELO moe) (213.41.180.70) by marge.cload.net with SMTP; 12 Sep 2005 15:11:00 +0200 Date: Mon, 12 Sep 2005 15:08:59 +0200 From: oHmEr To: freebsd-stable@freebsd.org Message-ID: <20050912150859.52023bc1@moe> In-Reply-To: <200509121823.43521.Patrick.Clery@gmail.com> References: <200509121823.43521.Patrick.Clery@gmail.com> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: buildworld fails with libmd error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:09:07 -0000 On Mon, 12 Sep 2005 18:23:42 +0000 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 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