Build failed in Jenkins: FreeBSD_HEAD #2753

From: <jenkins-admin_at_freebsd.org>
Date: Sun, 10 May 2015 16:32:51 +0000 (GMT)
See <https://jenkins.freebsd.org/job/FreeBSD_HEAD/2753/changes>

Changes:

[jilles] recv(),send(): Directly call interposing entry instead of going through PLT.

recv() and send()'s calls to recvfrom() and sendto() are much like
waitpid()'s call to wait4(), and likewise need not allow PLT interposing on
the called function.

[ian] Don't check the return value from self_reloc(), it can't fail and doesn't
return a value.

Despite what I said in my prior commit, it turns out this one platform
was checking the return value from the old self-reloc code (which returned
a hard-coded 0).

[ian] The self-relocation code is not efi-specific, move it to boot/common.

The function was defined as taking 4 parameters and returning EFI_STATUS,
but all existing callers (in asm code) passed only two parameters and don't
use the return value. The function signature now matches that usage, and
doesn't refer to efi-specific types.

Parameters and variables now use the cannonical typenames set up by elf.h
(Elf_Word, Elf_Addr, etc) instead of raw C types. Hopefully this will
prevent suprises as new platforms come along and use this code.

The function was renamed from _reloc() to self_reloc() to emphasize its
difference from the other elf relocation code found in boot/common.

Differential Revision:	https://reviews.freebsd.org/D2490

[thomas] Ensure libmd symbols do not clash with libcrypto

Add a prefix to all symbols in libmd to avoid incompatibilites
with same-named, but not binary compatible, symbols from libcrypto.

Also introduce Weak aliases to avoid the need to rebuild dependent
binaries and a major version bump.

PR:		199119
Differential Revision:	D2216
Reviewed by:	roberto, delphij
MFC after:	2 weeks

[hselasky] Put recycle pointer in own memory area which is not mmap'able.

------------------------------------------
[...truncated 82157 lines...]
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-nthash.c>:36:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4.h>:43:9: warning: 'MD4Pad' macro redefined [-Wmacro-redefined]
#define MD4Pad          _libmd_MD4Pad
        ^
<command line>:6:9: note: previous definition is here
#define MD4Pad __MD4Pad
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-nthash.c>:36:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4.h>:44:9: warning: 'MD4Final' macro redefined [-Wmacro-redefined]
#define MD4Final        _libmd_MD4Final
        ^
<command line>:4:9: note: previous definition is here
#define MD4Final __MD4Final
        ^
4 warnings generated.
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4c.c>:30:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4.h>:41:9: warning: 'MD4Init' macro redefined [-Wmacro-redefined]
#define MD4Init         _libmd_MD4Init
        ^
<command line>:3:9: note: previous definition is here
#define MD4Init __MD4Init
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4c.c>:30:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4.h>:42:9: warning: 'MD4Update' macro redefined [-Wmacro-redefined]
#define MD4Update       _libmd_MD4Update
        ^
<command line>:5:9: note: previous definition is here
#define MD4Update __MD4Update
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4c.c>:30:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4.h>:43:9: warning: 'MD4Pad' macro redefined [-Wmacro-redefined]
#define MD4Pad          _libmd_MD4Pad
        ^
<command line>:6:9: note: previous definition is here
#define MD4Pad __MD4Pad
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4c.c>:30:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md4.h>:44:9: warning: 'MD4Final' macro redefined [-Wmacro-redefined]
#define MD4Final        _libmd_MD4Final
        ^
<command line>:4:9: note: previous definition is here
#define MD4Final __MD4Final
        ^
4 warnings generated.
--- lib/libcom_err__L ---
--- error.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err> -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err/error.c> -o error.So
--- lib/libcrypt__L ---
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-sha256.c>:38:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256.h>:44:9: warning: 'SHA256_Init' macro redefined [-Wmacro-redefined]
#define SHA256_Init             _libmd_SHA256_Init
        ^
<command line>:11:9: note: previous definition is here
#define SHA256_Init __SHA256_Init
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-sha256.c>:38:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256.h>:45:9: warning: 'SHA256_Update' macro redefined [-Wmacro-redefined]
#define SHA256_Update           _libmd_SHA256_Update
        ^
<command line>:13:9: note: previous definition is here
#define SHA256_Update __SHA256_Update
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-sha256.c>:38:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256.h>:46:9: warning: 'SHA256_Final' macro redefined [-Wmacro-redefined]
#define SHA256_Final            _libmd_SHA256_Final
        ^
<command line>:12:9: note: previous definition is here
#define SHA256_Final __SHA256_Final
        ^
3 warnings generated.
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256c.c>:35:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256.h>:44:9: warning: 'SHA256_Init' macro redefined [-Wmacro-redefined]
#define SHA256_Init             _libmd_SHA256_Init
        ^
<command line>:11:9: note: previous definition is here
#define SHA256_Init __SHA256_Init
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256c.c>:35:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256.h>:45:9: warning: 'SHA256_Update' macro redefined [-Wmacro-redefined]
#define SHA256_Update           _libmd_SHA256_Update
        ^
<command line>:13:9: note: previous definition is here
#define SHA256_Update __SHA256_Update
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256c.c>:35:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha256.h>:46:9: warning: 'SHA256_Final' macro redefined [-Wmacro-redefined]
#define SHA256_Final            _libmd_SHA256_Final
        ^
<command line>:12:9: note: previous definition is here
#define SHA256_Final __SHA256_Final
        ^
3 warnings generated.
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-sha512.c>:38:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512.h>:44:9: warning: 'SHA512_Init' macro redefined [-Wmacro-redefined]
#define SHA512_Init             _libmd_SHA512_Init
        ^
<command line>:14:9: note: previous definition is here
#define SHA512_Init __SHA512_Init
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-sha512.c>:38:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512.h>:45:9: warning: 'SHA512_Update' macro redefined [-Wmacro-redefined]
#define SHA512_Update           _libmd_SHA512_Update
        ^
<command line>:16:9: note: previous definition is here
#define SHA512_Update __SHA512_Update
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-sha512.c>:38:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512.h>:46:9: warning: 'SHA512_Final' macro redefined [-Wmacro-redefined]
#define SHA512_Final            _libmd_SHA512_Final
        ^
<command line>:15:9: note: previous definition is here
#define SHA512_Final __SHA512_Final
        ^
3 warnings generated.
--- lib/libbz2__L ---
--- bzlib.So ---
--- lib/libcom_err__L ---
--- com_err.o ---
--- lib/libbz2__L ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libbz2/../../contrib/bzip2> -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -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 -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libbz2/../../contrib/bzip2/bzlib.c> -o bzlib.So
--- lib/libcom_err__L ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err> -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err/com_err.c> -o com_err.o
--- lib/libcrypt__L ---
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512c.c>:35:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512.h>:44:9: warning: 'SHA512_Init' macro redefined [-Wmacro-redefined]
#define SHA512_Init             _libmd_SHA512_Init
        ^
<command line>:14:9: note: previous definition is here
#define SHA512_Init __SHA512_Init
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512c.c>:35:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512.h>:45:9: warning: 'SHA512_Update' macro redefined [-Wmacro-redefined]
#define SHA512_Update           _libmd_SHA512_Update
        ^
<command line>:16:9: note: previous definition is here
#define SHA512_Update __SHA512_Update
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512c.c>:35:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/sha512.h>:46:9: warning: 'SHA512_Final' macro redefined [-Wmacro-redefined]
#define SHA512_Final            _libmd_SHA512_Final
        ^
<command line>:15:9: note: previous definition is here
#define SHA512_Final __SHA512_Final
        ^
3 warnings generated.
--- lib/libcom_err__L ---
--- error.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err> -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err/error.c> -o error.o
--- libcom_err.so.5 ---
building shared library libcom_err.so.5
cc  -Wl,--no-undefined -Wl,--version-script=<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err/version-script.map> -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libcom_err.so.5 -Wl,-soname,libcom_err.so.5  `NM='nm' lorder com_err.So error.So | tsort -q` 
--- lib/libcrypt__L ---
--- crypt.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/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 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt.c> -o crypt.So
--- lib/libcom_err__L ---
--- libcom_err.a ---
building static com_err library
--- lib/libcrypt__L ---
--- misc.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/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 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/misc.c> -o misc.So
--- lib/libcom_err__L ---
ranlib -D libcom_err.a
--- _libinstall ---
sh <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tools/install.sh> -C -o root -g wheel -m 444   libcom_err.a <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/lib>
sh <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tools/install.sh> -s -o root -g wheel -m 444     libcom_err.so.5 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/lib>
sh <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tools/install.sh> -l s libcom_err.so.5 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/lib/libcom_err.so>
--- _INCSINS ---
sh <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/tools/install.sh> -C -o root -g wheel -m 444  <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err/com_err.h> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcom_err/../../contrib/com_err/com_right.h> <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/include>
--- lib/libcrypt__L ---
--- crypt-md5.So ---
--- lib/libexpat__L ---
--- lib/libcrypt__L ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libutil> -I<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/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 -fstack-protector -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 <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-md5.c> -o crypt-md5.So
--- lib/libexpat__L ---
===> lib/libexpat (obj,depend,all,install)
--- lib/libcrypt__L ---
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-md5.c>:33:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md5.h>:10:9: error: 'MD5Init' macro redefined [-Werror,-Wmacro-redefined]
#define MD5Init         _libmd_MD5Init
        ^
<command line>:8:9: note: previous definition is here
#define MD5Init __MD5Init
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-md5.c>:33:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md5.h>:11:9: error: 'MD5Update' macro redefined [-Werror,-Wmacro-redefined]
#define MD5Update       _libmd_MD5Update
        ^
<command line>:10:9: note: previous definition is here
#define MD5Update __MD5Update
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-md5.c>:33:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md5.h>:12:9: error: 'MD5Pad' macro redefined [-Werror,-Wmacro-redefined]
#define MD5Pad          _libmd_MD5Pad
        ^
<command line>:11:9: note: previous definition is here
#define MD5Pad __MD5Pad
        ^
In file included from <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/crypt-md5.c>:33:
<https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt/../libmd/md5.h>:13:9: error: 'MD5Final' macro redefined [-Werror,-Wmacro-redefined]
#define MD5Final        _libmd_MD5Final
        ^
<command line>:9:9: note: previous definition is here
#define MD5Final __MD5Final
        ^
--- lib/libexpat__L ---
--- obj ---
--- lib/libcrypt__L ---
4 errors generated.
*** [crypt-md5.So] Error code 1

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libcrypt>
--- lib/libexpat__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libexpat>
--- lib/libbz2__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libbz2>
--- lib/libelf__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libelf>
A failure has been detected in another branch of the parallel make

make[3]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
*** [libraries] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make[2]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
*** [_libraries] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
*** [buildworld] Error code 2

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
1 error

make: stopped in <https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/>
Build step 'Execute shell' marked build as failure
Received on Sun May 10 2015 - 14:32:52 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:57 UTC