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>

index | next in thread | previous in thread | raw e-mail

* Ian Lepore, 2015-05-10 :

> That gets past the bootstrapping problem, now it dies like this:
> 
> --- lib/libcrypt__L ---
> --- crypt-md5.So ---
> cc  -fpic -DPIC  -O -pipe   -I/local/build/staging/freebsd/wand/src/lib/libcrypt/../libmd -I/local/build/staging/freebsd/wand/src/lib/libcrypt/../libutil -I/local/build/staging/freebsd/wand/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=__SHA512_Update -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-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
> 
> [...]
> 
> --- 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: warning: '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.



help

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