Date: Tue, 13 Sep 2005 09:48:04 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Patrick Clery <Patrick.Clery@gmail.com> Cc: freebsd-stable@FreeBSD.org Subject: Re: buildworld fails with libmd error Message-ID: <20050913064804.GD37280@ip.net.ua> 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
--fWddYNRDgTk9wQGZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 12, 2005 at 06:23:42PM +0000, Patrick Clery wrote: > When doing a `make buildworld`, I get the following error: >=20 >=20 > <<<EOD >=20 > =3D=3D=3D> sbin/md5 > rm -f .depend > CC=3D'/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 > =20 > Stop in /usr/src/sbin/md5. > *** Error code 1 > =20 > Stop in /usr/src/sbin. > *** Error code 1 > =20 > Stop in /usr/src. > *** Error code 1 > =20 > Stop in /usr/src. > *** Error code 1 > =20 > Stop in /usr/src. >=20 > EOD; >=20 >=20 >=20 > /usr/src/lib/libmd/sha256.h does exist. Perhaps the include paths are wro= ng? >=20 > The current system is 5.4-STABLE as of Wed May 11 16:55:26 MDT 2005. Howe= ver,=20 > I did run cvsup and sync to the latest -STABLE before buildworld today, a= s=20 > well as running `make clean` in /usr/src. >=20 During the buildworld, a new compile is built and is supposed to be used. The CC=3D'/usr/bin/cc' above prevents this from happening. Most likely it comes from /etc/make.conf. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --fWddYNRDgTk9wQGZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJnYkqRfpzJluFF4RAg//AJ0b3370jQXn1YCy0e2KnXuB0vgF8QCcDhlY M0aScO0X1xAyBS3GOAM7Ank= =eFyJ -----END PGP SIGNATURE----- --fWddYNRDgTk9wQGZ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050913064804.GD37280>