Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 00:11:21 +0200
From:      Thomas Quinot <thomas@FreeBSD.ORG>
To:        Ian Lepore <ian@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r282726 - head/lib/libmd
Message-ID:  <20150510221121.GB10340@melamine.cuivre.fr.eu.org>
In-Reply-To: <1431272444.6170.231.camel@freebsd.org>
References:  <201505101321.t4ADLa54030049@svn.freebsd.org> <1431266347.6170.221.camel@freebsd.org> <20150510142627.GA77866@melamine.cuivre.fr.eu.org> <1431272444.6170.231.camel@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Ian Lepore, 2015-05-10 :

> That gets past the bootstrapping problem, now it dies like this:
>=20
> --- lib/libcrypt__L ---
> --- crypt-md5.So ---
> cc  -fpic -DPIC  -O -pipe   -I/local/build/staging/freebsd/wand/src/lib/l=
ibcrypt/../libmd -I/local/build/staging/freebsd/wand/src/lib/libcrypt/../li=
butil -I/local/build/staging/freebsd/wand/src/lib/libcrypt -DHAS_DES -DHAS_=
BLOWFISH -DMD4Init=3D__MD4Init -DMD4Final=3D__MD4Final -DMD4Update=3D__MD4U=
pdate -DMD4Pad=3D__MD4Pad -DMD5Init=3D__MD5Init -DMD5Final=3D__MD5Final -DM=
D5Update=3D__MD5Update -DMD5Pad=3D__MD5Pad -DSHA256_Init=3D__SHA256_Init -D=
SHA256_Final=3D__SHA256_Final -DSHA256_Update=3D__SHA256_Update -DSHA512_In=
it=3D__SHA512_Init -DSHA512_Final=3D__SHA512_Final -DSHA512_Update=3D__SHA5=
12_Update -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-=
uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-u=
nused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-paren=
theses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local=
-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-=
arguments -c /local/build/staging/freebsd/wand/src/lib/libcrypt/crypt-md5.c=
 -o crypt-md5.So
>=20
> [...]
>=20
> --- lib/libcrypt__L ---
> In file included from /local/build/staging/freebsd/wand/src/lib/libcrypt/=
crypt-md5.c:33:
> /local/build/staging/freebsd/wand/src/lib/libcrypt/../libmd/md5.h:10:9: w=
arning: 'MD5Init' macro redefined [-Wmacro-redefined]
> #define MD5Init         _libmd_MD5Init
>         ^
> <command line>:8:9: note: previous definition is here
> #define MD5Init __MD5Init
>         ^

Cumulative fix for both this issue and the previous one committed as
rev. 282736. I was able to get a successul buildworld and buildkernel
with -j12.

Apologies for the breakage!

Thomas.




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