From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 22:56:26 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665DB776; Sat, 18 Apr 2015 22:56:26 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 522B6DA1; Sat, 18 Apr 2015 22:56:26 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 6C3B3581; Sat, 18 Apr 2015 22:56:26 +0000 (UTC) Date: Sat, 18 Apr 2015 22:56:25 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, kib@FreeBSD.org, rpaulo@FreeBSD.org, mav@FreeBSD.org, markj@FreeBSD.org, sjg@FreeBSD.org, jhibbits@FreeBSD.org Message-ID: <241191209.26.1429397785855.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2663 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 22:56:26 -0000 See Changes: [kib] Regen. [kib] Regen. [kib] The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and pwrite(2) syscalls are wrapped to provide compatibility with pre-7.x kernels which required padding before the off_t parameter. The fcntl(2) contains compatibility code to handle kernels before the struct flock was changed during the 8.x CURRENT development. The shims were reasonable to allow easier revert to the older kernel at that time. Now, two or three major releases later, shims do not serve any purpose. Such old kernels cannot handle current libc, so revert the compatibility code. Make padded syscalls support conditional under the COMPAT6 config option. For COMPAT32, the syscalls were under COMPAT6 already. Remove WITHOUT_SYSCALL_COMPAT build option, which only purpose was to (partially) disable the removed shims. Reviewed by:=09jhb, imp (previous versions) Discussed with:=09peter Sponsored by:=09The FreeBSD Foundation MFC after:=091 week [jhibbits] Implement hwpmc(4) for Freescale e500 core. This supports e500v1, e500v2, and e500mc. Tested only on e500v2, but the performance counters are identical across all, with e500mc having some additional events. Relnotes:=09Yes [kib] Make wait6(2), waitid(3) and ppoll(2) cancellation points. The waitid() function is required to be cancellable by the standard. The wait6() and ppoll() follow the other syscalls in their groups. Reviewed by:=09jhb, jilles (previous versions) Sponsored by:=09The FreeBSD Foundation MFC after:=091 week [kib] Revert unrelated chunk from the r281707. MFC after:=092 weeks [kib] Remove lazy pmap switch code from i386. Naive benchmark with md(4) shows no difference with the code removed. On both amd64 and i386, assert that a released pmap is not active. Proposed and reviewed by:=09alc Discussed with:=09Svatopluk Kraus , peter Sponsored by:=09The FreeBSD Foundation MFC after:=092 weeks [markj] Add manual pages for the io, ip, proc, sched, tcp and udp DTrace pr= oviders. The format of these pages is somewhat experimental, so they may be subject to further tweaking. Differential Revision:=09https://reviews.freebsd.org/D2170 Reviewed by:=09bcr, rpaulo MFC after:=092 weeks [rpaulo] Synaptics: don't report the middle button when clickPad is used. On trackpads that had support for both, we were sending two button events when the trackpad was pressed. Tested by:=09Jakob Alvermark MFC after:=091 week [kib] Complete r281670, unlist removed files. Sponsored by:=09The FreeBSD Foundation [markj] Remove unimplemented sched provider probes. They were added for compatibility with the sched provider in Solaris and illumos, but our sched provider is already incompatible since it uses nativ= e types, so there isn't much point in keeping them around. Differential Revision:=09https://reviews.freebsd.org/D2167 Reviewed by:=09rpaulo [markj] SDT(9): add a section on SDT providers, mentioning the "sdt" provid= er. Add examples demonstrating how one can list available providers and the DTrace probes provided by a provider. Differential Revision:=09https://reviews.freebsd.org/D2166 Reviewed by:=09rpaulo MFC after:=092 weeks [mav] Workaround bhyve virtual disks operation on top of GEOM providers. GEOM does not support scatter/gather lists in its I/Os. Such requests are cut in pieces by physio(), that may be problematic, if those pieces are not multiple of provider's sector size. If such case is detected, move the data through temporary sequential buffer. MFC after:=092 weeks [sjg] No need to delete export from filesystems which are not exported. [mav] Do not report stripe size if it is equal to sector size. MFC after:=091 week ------------------------------------------ [...truncated 103791 lines...] --- all_subdir_libmilter --- --- strl.o --- cc -O2 -pipe -I -I -I. -DNOT_SENDMAIL= -Dsm_snprintf=3Dsnprintf -D_THREAD_SAFE -DSM_CONF_POLL -DNETINET6 -std=3D= gnu99 -fstack-protector -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-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c -o strl.o --- all_subdir_libdwarf --- --- dwarf_pro_types.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_pro_types.= c -o dwarf_pro_types.o --- all_subdir_libnetgraph --- --- msg.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o msg.o --- all_subdir_libmilter --- --- worker.o --- cc -O2 -pipe -I -I -I. -DNOT_SENDMAIL= -Dsm_snprintf=3Dsnprintf -D_THREAD_SAFE -DSM_CONF_POLL -DNETINET6 -std=3D= gnu99 -fstack-protector -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-un= used-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter= -Wno-parentheses -Qunused-arguments -c -o w= orker.o --- all_subdir_libngatm --- --- traffic.So --- cc -fpic -DPIC -O2 -pipe -I -I -I= -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c -= o traffic.So --- all_subdir_libdwarf --- --- dwarf_pro_types.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pro_types.c -o dwarf_pro_types.So --- all_subdir_libnetgraph --- --- debug.o --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o debug.o --- all_subdir_libmilter --- --- libmilter.so.5 --- building shared library libmilter.so.5 --- all_subdir_libdwarf --- --- dwarf_pro_vars.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_pro_vars.c= -o dwarf_pro_vars.o --- all_subdir_libmilter --- cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libmilter.so.5 -Wl,-soname,libmilter.so.5 `NM=3D'nm' lorder = main.So engine.So listener.So handler.So comm.So monitor.So smfi.So signal.= So sm_gethost.So errstring.So strl.So worker.So | tsort -q`=20 --- libmilter.a --- building static milter library --- all_subdir_libdwarf --- --- dwarf_pro_vars.So --- --- all_subdir_libngatm --- --- uni_ie.So --- --- all_subdir_libdwarf --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pro_vars.c -o dwarf_pro_vars.So --- all_subdir_libngatm --- cc -fpic -DPIC -O2 -pipe -I -I -I= -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c -o= uni_ie.So --- all_subdir_libmilter --- ranlib -D libmilter.a --- all_subdir_libnetgraph --- --- libnetgraph.so.4 --- building shared library libnetgraph.so.4 cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libnetgraph.so.4 -Wl,-soname,libnetgraph.so.4 `NM=3D'nm' lor= der sock.So msg.So debug.So | tsort -q`=20 --- all_subdir_libnv --- =3D=3D=3D> lib/libnv (all) --- all_subdir_libdwarf --- --- dwarf_pro_weaks.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_pro_weaks.= c -o dwarf_pro_weaks.o --- all_subdir_libohash --- --- all_subdir_libnetgraph --- --- libnetgraph.a --- building static netgraph library --- all_subdir_libohash --- =3D=3D=3D> lib/libohash (all) --- all_subdir_libnetgraph --- ranlib -D libnetgraph.a --- all_subdir_libopie --- --- all_subdir_libohash --- --- ohash.o --- --- all_subdir_libopie --- =3D=3D=3D> lib/libopie (all) --- all_subdir_libohash --- cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -W= all -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-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c -o ohash.o --- all_subdir_libdwarf --- --- dwarf_pro_weaks.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pro_weaks.c -o dwarf_pro_weaks.So --- all_subdir_libpcap --- =3D=3D=3D> lib/libpcap (all) --- all_subdir_libohash --- --- libohash.a --- --- all_subdir_libpcap --- --- pcap-bpf.So --- --- all_subdir_libohash --- building static ohash library --- all_subdir_libpcap --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o pcap-bpf.So --- all_subdir_libdwarf --- --- dwarf_pubnames.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_pubnames.c= -o dwarf_pubnames.o --- all_subdir_libohash --- ranlib -D libohash.a --- all_subdir_libngatm --- --- uni_msg.So --- cc -fpic -DPIC -O2 -pipe -I -I -I= -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c -= o uni_msg.So --- all_subdir_libdwarf --- --- dwarf_pubnames.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pubnames.c -o dwarf_pubnames.So --- dwarf_pubtypes.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_pubtypes.c= -o dwarf_pubtypes.o --- dwarf_pubtypes.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_pubtypes.c -o dwarf_pubtypes.So --- all_subdir_libpcap --- --- pcap-netmap.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o pcap-netm= ap.So --- all_subdir_libdwarf --- --- dwarf_types.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_types.c -o= dwarf_types.o --- dwarf_types.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_types.c -o dwarf_types.So --- dwarf_vars.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_vars.c -o = dwarf_vars.o --- all_subdir_libpcap --- --- pcap-common.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o pcap-common.So --- all_subdir_libdwarf --- --- dwarf_vars.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_vars.c -o dwarf_vars.So --- all_subdir_libpcap --- --- inet.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o inet.So --- all_subdir_libdwarf --- --- dwarf_weaks.o --- cc -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror= -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Ws= witch -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 dwarf_weaks.c -o= dwarf_weaks.o --- all_subdir_libpcap --- --- fad-getad.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o fad-getad.So --- all_subdir_libdwarf --- --- dwarf_weaks.So --- cc -fpic -DPIC -O2 -pipe -I. -I -I -I -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c dwar= f_weaks.c -o dwarf_weaks.So --- all_subdir_libpcap --- --- gencode.So --- cc -fpic -DPIC -O2 -pipe -DHAVE_CONFIG_H -Dyylval=3Dpcapyylval -I -I. -D_U_=3D"__attr= ibute__((unused))" -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DINET6 -DHAVE_NET_PFVA= R_H -I -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-= knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o gencode.So --- all_subdir_libdwarf --- --- libdwarf.a --- building static dwarf library ranlib -D libdwarf.a --- libdwarf.so.4 --- building shared library libdwarf.so.4 cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libdwarf.so.4 -Wl,-soname,libdwarf.so.4 `NM=3D'nm' lorder dw= arf_abbrev.So dwarf_arange.So dwarf_attr.So dwarf_attrval.So dwarf_cu.So dw= arf_dealloc.So dwarf_die.So dwarf_dump.So dwarf_errmsg.So dwarf_finish.So d= warf_form.So dwarf_frame.So dwarf_funcs.So dwarf_init.So dwarf_lineno.So dw= arf_loclist.So dwarf_macinfo.So dwarf_pro_arange.So dwarf_pro_attr.So dwarf= _pro_die.So dwarf_pro_expr.So dwarf_pro_finish.So dwarf_pro_frame.So dwarf_= pro_funcs.So dwarf_pro_init.So dwarf_pro_lineno.So dwarf_pro_macinfo.So dwa= rf_pro_pubnames.So dwarf_pro_reloc.So dwarf_pro_sections.So dwarf_pro_types= .So dwarf_pro_vars.So dwarf_pro_weaks.So dwarf_pubnames.So dwarf_pubtypes.S= o dwarf_ranges.So dwarf_reloc.So dwarf_sections.So dwarf_seterror.So dwarf_= str.So dwarf_types.So dwarf_vars.So dwarf_weaks.So libdwarf.So libdwarf_abb= rev.So libdwarf_arange.So libdwarf_attr.So libdwarf_die.So libdwarf_error.S= o libdwarf_elf_access.So libdwarf_elf_init.So libdwarf_frame.So libdwarf_in= fo.So libdwarf_init.So libdwarf_lineno.So libdwarf_loc.So libdwarf_loclist.= So libdwarf_macinfo.So libdwarf_nametbl.So libdwarf_ranges.So libdwarf_relo= c.So libdwarf_rw.So libdwarf_sections.So libdwarf_str.So | tsort -q` -lelf --- all_subdir_libpmc --- =3D=3D=3D> lib/libpmc (all) --- libpmc.So --- cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-header= s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st= rings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -= Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-poin= ter-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o libpmc.So --- pmclog.So --- cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-header= s -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st= rings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -= Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-poin= ter-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c -o pmclog.So --- libpmc.So --- :302:1= : error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_C= LASS_P5'? PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC); ^ :273:3= : note: expanded from macro 'PMC_MDEP_TABLE' PMC_CLASS_##C, __VA_ARGS__ \ ^ :64:1: note: expanded from here PMC_CLASS_E500 ^ :144:2: note: 'PMC_CLASS_P5' declared here __PMC_CLASSES() ^ :125:2: note: expanded from macro '__PMC_CLASSES' __PMC_CLASS(P5) /* Intel Pentium counters */ \ ^ :143:24: note: expanded from macro '__PMC_CLASS' #define __PMC_CLASS(N) PMC_CLASS_##N , ^ :46:1: note: expanded from here PMC_CLASS_P5 ^ :302:4= 4: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_= CLASS_P5'? PMC_MDEP_TABLE(e500, E500, PMC_CLASS_SOFT, PMC_CLASS_E500, PMC_CLASS_TSC); ^~~~~~~~~~~~~~ PMC_CLASS_P5 :273:1= 8: note: expanded from macro 'PMC_MDEP_TABLE' PMC_CLASS_##C, __VA_ARGS__ \ ^ :144:2: note: 'PMC_CLASS_P5' declared here __PMC_CLASSES() ^ :125:2: note: expanded from macro '__PMC_CLASSES' __PMC_CLASS(P5) /* Intel Pentium counters */ \ ^ :143:24: note: expanded from macro '__PMC_CLASS' #define __PMC_CLASS(N) PMC_CLASS_##N , ^ :46:1: note: expanded from here PMC_CLASS_P5 ^ :2961:= 7: error: use of undeclared identifier 'PMC_CLASS_E500'; did you mean 'PMC_= CLASS_P5'? case PMC_CLASS_E500: ^~~~~~~~~~~~~~ PMC_CLASS_P5 :144:2: note: 'PMC_CLASS_P5' declared here __PMC_CLASSES() ^ :125:2: note: expanded from macro '__PMC_CLASSES' __PMC_CLASS(P5) /* Intel Pentium counters */ \ ^ :143:24: note: expanded from macro '__PMC_CLASS' #define __PMC_CLASS(N) PMC_CLASS_##N , ^ :46:1: note: expanded from here PMC_CLASS_P5 ^ :2961:= 7: error: duplicate case value 'PMC_CLASS_P5' case PMC_CLASS_E500: ^ :2925:= 7: note: previous case defined here case PMC_CLASS_P5: ^ 4 errors generated. *** [libpmc.So] Error code 1 make[5]: stopped in 1 error make[5]: stopped in *** [all_subdir_libpmc] Error code 2 make[4]: stopped in --- all_subdir_libngatm --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_libngatm] Error code 2 make[4]: stopped in --- all_subdir_libpcap --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_libpcap] Error code 2 make[4]: stopped in 3 errors make[4]: stopped in A failure has been detected in another branch of the parallel make make[3]: stopped in *** [libraries] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [_libraries] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure