* 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/li
 b/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.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to