From owner-freebsd-i386@freebsd.org Mon Nov 23 10:09:55 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 975DAA35EAA; Mon, 23 Nov 2015 10:09:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7B145135E; Mon, 23 Nov 2015 10:09:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B08131EC5; Mon, 23 Nov 2015 10:09:55 +0000 (UTC) Date: Mon, 23 Nov 2015 10:09:54 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1292700473.99.1448273395690.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1229899027.93.1448129412100.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1229899027.93.1448129412100.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #658 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 10:09:55 -0000 FreeBSD_STABLE_10-i386 - Build #658 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 58/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/= console Change summaries: 291185 by ngie: MFC r291047: Don't leak work if __mlx4_register_vlan(..) fails in mlx4_master_immediate_activate_vlan_qos(..) Differential Revision: https://reviews.freebsd.org/D4203 Submitted by: Miles Olrich Sponsored by: EMC / Isilon Storage Division 291184 by hselasky: MFC r290650, r290709, r291067, r291068, r291069 and r291070: Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards from Mellanox Technologies. The current driver supports ethernet speeds up to and including 100 GBit/s. Infiniband support will be done later. The code added is not compiled by default, which will be done by a separate commit. Sponsored by:=09Mellanox Technologies Differential Revision:=09https://reviews.freebsd.org/D4177 Differential Revision:=09https://reviews.freebsd.org/D4178 Differential Revision:=09https://reviews.freebsd.org/D4179 Differential Revision:=09https://reviews.freebsd.org/D4180 291183 by ngie: MFC r290914: Integrate tools/regression/pipe in to the FreeBSD test suite as tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern The testcases will be converted over to ATF eventually, but for now will be integrated in as plain C tests Sponsored by: EMC / Isilon Storage Division 291182 by ngie: MFC r290909: Add some initial tests for SLIST and STAILQ macros Sponsored by: EMC / Isilon Storage Division 291179 by ngie: MFC r290911,r290912: r290911: Ignore EINTR from usleep(3) in try_locks(..) NetBSD's usleep(3) only returns -1/sets errno=3DEINVAL when `microseconds` is one million or more Submitted by: pho Sponsored by: EMC / Isilon Storage Division r290912: Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite= as tests/sys/kern/lockf_test Sponsored by: EMC / Isilon Storage Division 291178 by ngie: MFC r290532,r290561,r290843,r290844,r290845: r290532: Integrate tools/regression/lib/libc/locale into the FreeBSD test suite as lib/libc/tests/locale Sponsored by: EMC / Isilon Storage Division r290561: Delete leftover printfs from when these were TAP tests Sponsored by: EMC / Isilon Storage Division r290843: Polish up the tests a bit more after projects/collation was merged to head Provide more meaningful diagnostic messages if LC_CTYPE can't be set proper= ly instead of segfaulting, because setlocale returns NULL and strcmp(NULL, b) = will always segfault Split up the testcases so one failing (in this case en_US.ISO8859-15) won't cause the rest of the testcases to be skipped Remove some unused variables Sponsored by: EMC / Isilon Storage Division r290844: Polish up iswctype_test - Split up the testcases into C locale and ja_JP.eucJP testcases. - Avoid a segfault in the event that setlocale fails, similar to r290843 - Replace `sizeof(x) / sizeof(*x)` pattern with `nitems(x)` Sponsored by: EMC / Isilon Storage Division r290845: Remove unused variables; sort by alignment where needed Sponsored by: EMC / Isilon Storage Division 291177 by ngie: MFC r290850: Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings fr= om clang This pattern is used in other areas of lib/libc/rpc Sponsored by: EMC / Isilon Storage Division 291176 by ngie: MFC r290869: Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to mute -Wunused-but-set-variable warnings with gcc dealing with the function calls Reported by: gcc Sponsored by: EMC / Isilon Storage Division 291175 by ngie: MFC r290563,r290868,r291038: r290563: Integrate tools/regression/lib/libc/net into the FreeBSD test suite as lib/libc/tests/net Also, fix eui64_aton_test:test_str(..). The test was comparing the result of eui64_aton to a pointer of the expected result. Sponsored by: EMC / Isilon Storage Division r290868: Fix -Wformat issues Reported by: gcc Sponsored by: EMC / Isilon Storage Division r291038: Do not print out errno if the call succeeded unexpectedly; this was a mista= ke made in r290868 Reported by: jilles Sponsored by: EMC / Isilon Storage Division 291174 by ngie: MFC r290907: Expect all testcases dealing with invalid salts to fail on FreeBSD Sponsored by: EMC / Isilon Storage Division 291173 by ngie: MFC r290905,r290922: r290905: Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test The :encode_tv_random_million testcase fails the epsilon tests a few thousa= nd times out of one million, so expect the testcase to fail Submitted by: keramida Sponsored by: EMC / Isilon Storage Division r290922: Remove directory made obsolete by r290905 X-MFC note: stable/10 only Sponsored by: EMC / Isilon Storage Division The end of the build log: [...truncated 102290 lines...] =3D=3D=3D> sbin/geom/class/label (all) --- geom_label.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/label/../.. -std=3D= gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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 -Wno-em= pty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/g= eom/class/label/geom_label.c -o geom_label.So --- all_subdir_ggate --- --- ggatel.8.gz --- gzip -cn /usr/src/sbin/ggate/ggatel/ggatel.8 > ggatel.8.gz --- ggatel --- cc -O2 -pipe -DLIBGEOM -I/usr/src/sbin/ggate/ggatel/../shared -std=3Dgnu= 99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wn= o-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsh= adow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-ex= terns -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarati= ons -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-variable -o ggatel ggatel.o ggate.o -lgeom -lsbuf -lbsdxml -lutil --- secure.all__D --- --- x_attrib.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_attrib.c -o x_attrib.po --- lib.all__D --- --- all_subdir_libwrap --- =3D=3D=3D> lib/libwrap (all) --- all_subdir_libvgl --- --- text.po --- --- sbin.all__D --- --- all_subdir_geom --- --- subr.So --- --- lib.all__D --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/text.c -o = text.po --- sbin.all__D --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/label/../.. -std=3D= gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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 -Wno-em= pty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/g= eom/class/label/../../misc/subr.c -o subr.So --- lib.all__D --- --- all_subdir_libwrap --- --- clean_exit.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/clean_exit.c -o clean_exit.po /usr/src/lib/libwrap/../../contrib/tcp_wrappers/clean_exit.c:40:5: warning:= implicit declaration of function 'sleep' is invalid in C99 [-Wimplicit-fun= ction-declaration] sleep(5); ^ 1 warning generated. --- secure.all__D --- --- x_bignum.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_bignum.c -o x_bignum.po --- lib.all__D --- --- diag.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/diag.c -o diag.po --- all_subdir_libvgl --- --- mouse.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/mouse.c -o= mouse.po --- all_subdir_libwrap --- --- eval.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/eval.c -o eval.po --- sbin.all__D --- --- glabel.8.gz --- gzip -cn /usr/src/sbin/geom/class/label/glabel.8 > glabel.8.gz --- secure.all__D --- --- x_crl.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_crl.c -o x_crl.po --- lib.all__D --- --- fix_options.po --- --- sbin.all__D --- --- geom_label.so --- --- lib.all__D --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/fix_options.c -o fix_options.po --- sbin.all__D --- building shared library geom_label.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_label.so -Wl,-soname,geom_label.so `NM=3D'nm' lorder ge= om_label.So subr.So | tsort -q`=20 --- lib.all__D --- --- all_subdir_libvgl --- --- keyboard.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/keyboard.c= -o keyboard.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/mirror (all) --- lib.all__D --- --- all_subdir_libwrap --- --- fromhost.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/fromhost.c -o fromhost.po --- hosts_access.po --- --- all_subdir_libvgl --- --- libvgl_p.a --- building profiled vgl library --- all_subdir_libwrap --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c -o hosts_access.po --- sbin.all__D --- --- geom_mirror.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/mirror/../.. -std= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/geom/class/mirror/geom_mirror.c -o geom_mirror.So --- lib.all__D --- --- all_subdir_libvgl --- ranlib -D libvgl_p.a --- vgl.3.gz --- gzip -cn /usr/src/lib/libvgl/vgl.3 > vgl.3.gz --- all_subdir_libwrap --- /usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:272:8: warni= ng: declaration of 'struct hosts_info' will not be visible outside of this = function [-Wvisibility] struct hosts_info *host; ^ --- share.all__D --- --- lib.all__D --- /usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:309:6: warni= ng: implicit declaration of function 'yp_get_default_domain' is invalid in = C99 [-Wimplicit-function-declaration] yp_get_default_domain(&mydomain); ^ /usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:316:30: warn= ing: incompatible pointer types passing 'struct host_info *' to parameter o= f type 'struct hosts_info *' [-Wincompatible-pointer-types] return (hostfile_match(tok, host)); ^~~~ --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- /usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:480:21: warn= ing: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-= function-declaration] if ((mask_len =3D atoi(mask_tok)) < 0 || mask_len > 128) ^ --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- 4 warnings generated. --- hosts_ctl.po --- --- secure.all__D --- --- x_exten.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../..--- lib.all__D --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -Qunused-arguments= -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-switch= -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/= lib/libwrap/../../contrib/tcp_wrappers/hosts_ctl.c -o hosts_ctl.po --- secure.all__D --- /crypto/openssl/crypto/asn1/x_exten.c -o x_exten.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libwrap *** [all_subdir_libwrap] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/sbin/geom/class/mirror *** [_sub.all] Error code 2 make[5]: stopped in /usr/src/sbin/geom/class 1 error make[5]: stopped in /usr/src/sbin/geom/class *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sbin/geom 1 error make[4]: stopped in /usr/src/sbin/geom *** [all_subdir_geom] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson4286207762449016781.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 12:08:50 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04493A35519; Mon, 23 Nov 2015 12:08:50 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id E9E271A18; Mon, 23 Nov 2015 12:08:49 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1DB7B1F04; Mon, 23 Nov 2015 12:08:49 +0000 (UTC) Date: Mon, 23 Nov 2015 12:08:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <287304990.101.1448280529532.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #236 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 12:08:50 -0000 FreeBSD_STABLE_9-i386 - Build #236 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 6/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/c= onsole Change summaries: 291186 by ngie: MFstable/10 r291185: MFC r291047: Don't leak work if __mlx4_register_vlan(..) fails in mlx4_master_immediate_activate_vlan_qos(..) Differential Revision: https://reviews.freebsd.org/D4203 Submitted by: Miles Olrich Sponsored by: EMC / Isilon Storage Division The end of the build log: [...truncated 52194 lines...] cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/clientloop.c -o clientloop.o ranlib libbackend.a =3D=3D=3D> gnu/usr.bin/cc/cc (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshtty.c -o sshtty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools/option= s.c -o options.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect.c -o sshconnect.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect1.c -o sshconnect1.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect2.c -o sshconnect2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"4.2.1\"= -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/src/gnu/= usr.bin/cc/cc/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/mux.c -o mux.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/config/i386/driver-i386.c -o driver-i386.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_common.c -o roaming_common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/gccspec.c -o gccspec.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_client.c -o roaming_client.o gzip -cn /usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/doc/gcc.1 > gcc= .1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh.1 > ssh.1.= gz gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh_config.5 >= ssh_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /u= sr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o s= shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr= .o -lssh -lutil -lgssapi -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-add (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c= -o ssh-add.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/roaming_d= ummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.1 = > ssh-add.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o s= sh-add ssh-add.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-agent (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-a= gent.c -o ssh-agent.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/roami= ng_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agen= t.1 > ssh-agent.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o= ssh-agent ssh-agent.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keygen (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh= -keygen.c -o ssh-keygen.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/roa= ming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-key= gen.1 > ssh-keygen.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -static -o gcc gcc.o= opts-common.o options.o intl.o prefix.o version.o driver-i386.o gccspec.o = /usr/obj/usr/src/gnu/usr.bin/cc/cc/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/cc/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/cc1 (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c /usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/main.c -o main.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c /usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/c-parser.c -o c-p= arser.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c /usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/c-lang.c -o c-lan= g.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -= o ssh-keygen ssh-keygen.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keyscan (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/s= sh-keyscan.c -o ssh-keyscan.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/r= oaming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-ke= yscan.1 > ssh-keyscan.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private = -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.sbin (all) =3D=3D=3D> secure/usr.sbin/sshd (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c -o sshd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c -o auth-rhosts= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c -o auth-passwd= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c -o auth-rsa.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c -o auth-rh-rsa= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit.c -o audit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c -o audit-bsm.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In funct= ion 'audit_connection_from': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:365: warn= ing: passing argument 1 of 'aug_get_machine' discards qualifiers from point= er target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-linux.c -o audit-linux= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/platform.c -o platform.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c -o sshpty.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c -o sshlogin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c -o servconf.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c -o serverloop.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -static -o cc1-dummy main.o c-parser.o c-lang.o /usr/obj/usr/src/gnu/us= r.bin/cc/cc1/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../= libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libdecnumber/libdecn= umber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libiberty/libiberty.a ../cc_tools/genchecksum cc1-dummy > cc1-checksum.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c -o auth.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c cc1-checksum.c -o cc1-checksum.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -static -o cc1 cc1-checksum.o main.o c-parser.o c-lang.o /usr/obj/usr/s= rc/gnu/usr.bin/cc/cc1/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/c= c/cc1/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libdecnumbe= r/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libiberty/libiberty= .a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c -o auth1.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c -o auth2.o =3D=3D=3D> gnu/usr.bin/cc/include (all) =3D=3D=3D> gnu/usr.bin/cc/doc (all) (echo "@set version-GCC 4.2.1"; if [ "patched" =3D "experimental" ]; then = echo "@set DEVELOPMENT"; else echo "@clear DEVELOPMENT"; fi; echo "@se= t srcdir /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcclibs/libiberty"= ) > gcc-vers.texi makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/gcc.texi -o gcc.info makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/cpp.texi -o cpp.info makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/gccint.texi -o gccint.info cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c -o auth-optio= ns.o makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/cppinternals.texi -o cppinternals.i= nfo cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/session.c -o session.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c -o auth-chall.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c: In functio= n 'do_nologin': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c:1442: warni= ng: assignment discards qualifiers from pointer target type gzip -cn cpp.info > cpp.info.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c -o auth2-chall= .o gzip -cn cppinternals.info > cppinternals.info.gz gzip -cn gcc.info > gcc.info.gz gzip -cn gccint.info > gccint.info.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c -o groupaccess= .o =3D=3D=3D> gnu/usr.bin/cc/cpp (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-skey.c -o auth-skey.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-bsdauth.c -o auth-bsdau= th.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-hostbased.c -o auth2-h= ostbased.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-kbdint.c -o auth2-kbdi= nt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-none.c -o auth2-none.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-passwd.c -o auth2-pass= wd.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/cppspec.c -o cppspec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-pubkey.c -o auth2-pubk= ey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_mm.c -o monitor_mm.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor.c -o monitor.o gzip -cn /usr/src/gnu/usr.bin/cc/cpp/gcpp.1 > gcpp.1.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_wrap.c -o monitor_wr= ap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexdhs.c -o kexdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexgexs.c -o kexgexs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexecdhs.c -o kexecdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexc25519s.c -o kexc25519s.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-krb5.c -o auth-krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-gss.c -o auth2-gss.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv.c -o gss-serv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv-krb5.c -o gss-serv-= krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/loginrec.c -o loginrec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c -o auth-pam.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-shadow.c -o auth-shadow= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-sia.c -o auth-sia.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/md5crypt.c -o md5crypt.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-server.c -o sftp-server= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-common.c -o sftp-common= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_common.c -o roaming_= common.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_serv.c -o roaming_se= rv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-null.c -o sandbox-nu= ll.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-rlimit.c -o sandbox-= rlimit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-systrace.c -o sandbo= x-systrace.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-darwin.c -o sandbox-= darwin.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o gcpp gcc.o= opts-common.o options.o intl.o prefix.o version.o driver-i386.o cppspec.o = /usr/obj/usr/src/gnu/usr.bin/cc/cpp/../libcpp/libcpp.a /usr/obj/usr/src/gnu= /usr.bin/cc/cpp/../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-seccomp-filter.c -o = sandbox-seccomp-filter.o =3D=3D=3D> gnu/usr.bin/cc/cc1plus (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-capsicum.c -o sandbo= x-capsicum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > ssh= d.8.gz gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd_config.= 5 > sshd_config.5.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/main.c -o main.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-lang.c -o cp-lang.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/c-opts.c -o c-opts.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -L/usr/ob= j/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sshd sshd.o auth-r= hosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-li= nux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o= auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o = auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o au= th2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o = kexgexs.o kexecdhs.o kexc25519s.o auth-krb5.o auth2-gss.o gss-serv.o gss-se= rv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-se= rver.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox= -rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sand= box-capsicum.o gss-genr.o -lssh -lutil -lwrap -lpamcc -O2 -pipe -DGCCVER= =3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" -I/usr/obj/usr/src/= gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_= tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc -I/usr/src/= gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bi= n/cc/cc1plus/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/= cc1plus/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/c= c/cc1plus/../../../../contrib/gcclibs/libdecnumber -I/usr/src/gnu/usr.bin/c= c/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89 -fstack-protector -= c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/call.c -o call= .o -lbsm -lgssapi_krb5 -lgssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -lcr= ypt -lcrypto -lz -lpthread cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/class.c -o class.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cvt.c -o cvt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cxx-pretty-print.c -o cxx-pretty-print.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl.c -o decl.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl2.c -o decl2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/error.c -o error.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/expr.c -o expr.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/dump.c -o dump.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/friend.c -o friend.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/init.c -o init.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/lex.c -o lex.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/mangle.c -o mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/method.c -o method.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson553405230207828527.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 12:10:40 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54E3AA3563C; Mon, 23 Nov 2015 12:10:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D11951CAD; Mon, 23 Nov 2015 12:10:39 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 504E81F0B; Mon, 23 Nov 2015 12:10:40 +0000 (UTC) Date: Mon, 23 Nov 2015 12:10:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <850177140.103.1448280640297.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1292700473.99.1448273395690.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1292700473.99.1448273395690.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #659 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 12:10:40 -0000 FreeBSD_STABLE_10-i386 - Build #659 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 59/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/= console Change summaries: 291191 by ngie: MFC r290856: r290856 (by bap): also skip the definition of ':fopen_regular' to avoid the build to fail due= to unused variables defined by ATF macros 291190 by ngie: MFC r290572,r290646,r290848,r290849: r290572: Integrate tools/regression/lib/libc/gen into the FreeBSD test suite as lib/libc/tests/gen The code in test-fnmatch that was used for generating: - bin/sh/tests/builtins/case2.0 - bin/sh/tests/builtins/case3.0 has been left undisturbed. The target `make sh-tests` has been moved over from tools/regression/lib/libc/gen/Makefile to lib/libc/tests/gen/Makefile and made into a PHONY target case2.0 and case3.0 test input generation isn't being done automatically. This needs additional discussion. Sponsored by: EMC / Isilon Storage Division r290646: Add missing licensing boilerplate to test-fnmatch.c Carry over licensing author info from fnmatch_test.c (jilles@) Sponsored by: EMC / Isilon Storage Division r290848: Fix -Wunused warnings Sponsored by: EMC / Isilon Storage Division r290849: Fix -Wmissing-braces warnings by adding braces around all the testcase inputs Sponsored by: EMC / Isilon Storage Division 291189 by ngie: MFC r290870: Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility Sponsored by: EMC / Isilon Storage Division 291187 by ngie: MFC r264725: r264725 (by jilles): libc: Add fopen() test to regression Makefile. NOTE (ngie): this is a mergeinfo-only commit The end of the build log: [...truncated 101411 lines...] --- ea.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/ea.c -o ea.o --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/fsutil.c -o fsutil.o --- secure.all__D --- --- f_int.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/f_int.c -o f_int.po --- f_string.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/f_string.c -o f_string.po --- lib.all__D --- --- config_file.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/config_file.c -o = config_file.po --- secure.all__D --- --- i2d_pr.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/i2d_pr.c -o i2d_pr.po --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/inode.c -o inode.o --- rescue.all__D --- strip rescue --- secure.all__D --- --- i2d_pu.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/i2d_pu.c -o i2d_pu.po --- lib.all__D --- --- context.po --- --- rescue.all__D --- --- nextboot_FIXED --- --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/libunbound/context.c -= o context.po --- rescue.all__D --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextb= oot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhc= lient-script > dhclient_FIXED --- lib.all__D --- --- dname.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/dname.c -o d= name.po --- secure.all__D --- --- n_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/n_pkey.c -o n_pkey.po --- sbin.all__D --- --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/main.c -o main.o --- lib.all__D --- --- dns.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/cache/dns.c -= o dns.po --- secure.all__D --- --- nsseq.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/nsseq.c -o nsseq.po --- lib.all__D --- --- dns64.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/dns64/dns64.c -o dns64= .po --- all_subdir_libusbhid --- =3D=3D=3D> lib/libusbhid (all) --- descr.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr.c= -o descr.po --- all_subdir_libunbound --- --- dnstree.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/storage/dnstree.c= -o dnstree.po --- sbin.all__D --- --- pass1.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1.c -o pass1.o --- lib.all__D --- --- all_subdir_libusbhid --- --- descr_compat.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr_c= ompat.c -o descr_compat.po --- secure.all__D --- --- p5_pbe.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p5_pbe.c -o p5_pbe.po --- lib.all__D --- --- parse.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/parse.c= -o parse.po --- all_subdir_libunbound --- --- fptr_wlist.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/fptr_wlist.c -o f= ptr_wlist.po --- secure.all__D --- --- p5_pbev2.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p5_pbev2.c -o p5_pbev2.po --- lib.all__D --- --- infra.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/cache/infra.c= -o infra.po --- all_subdir_libusbhid --- --- usage.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/usage.c= -o usage.po --- all_subdir_libunbound --- --- iter_delegpt.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_delegpt.= c -o iter_delegpt.po --- all_subdir_libusbhid --- --- data.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/data.c = -o data.po --- sbin.all__D --- --- pass1b.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1b.c -o pass1b.o --- secure.all__D --- --- p8_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p8_pkey.c -o p8_pkey.po --- lib.all__D --- --- all_subdir_libunbound --- --- iter_donotq.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_donotq.c= -o iter_donotq.po --- all_subdir_libusbhid --- --- libusbhid_p.a --- building profiled usbhid library --- sbin.all__D --- --- pass2.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass2.c -o pass2.o --- lib.all__D --- ranlib -D libusbhid_p.a --- usbhid.3.gz --- gzip -cn /usr/src/lib/libusbhid/usbhid.3 > usbhid.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- --- all_subdir_libunbound --- --- iter_fwd.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_fwd.c -o= iter_fwd.po --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- secure.all__D --- --- t_bitst.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_bitst.c -o t_bitst.po --- lib.all__D --- --- iter_hints.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_hints.c = -o iter_hints.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_libunbound] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck_ffs *** [all_subdir_fsck_ffs] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson3953607498985298091.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 14:10:50 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 538EEA358CF; Mon, 23 Nov 2015 14:10:50 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 386E61BA0; Mon, 23 Nov 2015 14:10:50 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 2B8D21F4B; Mon, 23 Nov 2015 14:10:50 +0000 (UTC) Date: Mon, 23 Nov 2015 14:10:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <850177140.103.1448280640297.JavaMail.jenkins@jenkins-9.freebsd.org> References: <850177140.103.1448280640297.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #660 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 14:10:50 -0000 FreeBSD_STABLE_10-i386 - Build #660 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 60/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660/= console Change summaries: 291202 by hselasky: MFC r284722 and r284724: Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0. 291201 by hselasky: MFC r291072, r291168 and r291169: Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds by default and add a manual page for mlx5en. The mlx5 module contains shared code for both infiniband and ethernet. The mlx5en module contains specific code for ethernet functionality only. A mlx5ib module is in the works for infiniband support. Supported hardware: - ConnectX-4: 10/20/25/40/50/56/100Gb/s speeds. - ConnectX-4 LX: 10/25/40/50Gb/s speeds (low power consumption) Refer to the mlx5en(4) manual page for a comprehensive list. The team porting the mlx5 driver(s) to FreeBSD: - Hans Petter Selasky - Oded Shanoon - Meny Yossefi - Shany Michaely - Shahar Klein - Daria Genzel - Mark Bloch Differential Revision:=09https://reviews.freebsd.org/D4163 Sponsored by:=09Mellanox Technologies 291196 by smh: MFC r291071: Fix zfs(8) set options Sponsored by:=09Multiplay 291195 by smh: MFC r290406: Fix g_eli error loss conditions Sponsored by:=09Multiplay 291194 by smh: MFC r290708: Fix ixl debug sysctls panic Sponsored by:=09Multiplay The end of the build log: [...truncated 102052 lines...] --- bss_null.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= io/bss_null.c -o bss_null.po --- bss_sock.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= io/bss_sock.c -o bss_sock.po --- sbin.all__D --- --- ggate.o --- cc -O2 -pipe -I/usr/src/sbin/ggate/ggated/../shared -std=3Dgnu99 -Qunuse= d-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y= 2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunu= sed-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wre= dundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -c /usr/src/sbin/ggate/ggated/../shared/ggate.c -o ggate.o --- lib.all__D --- --- all_subdir_libvgl --- --- text.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/text.c -o = text.po --- all_subdir_libutil --- --- quotafile.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/quota= file.c -o quotafile.po --- secure.all__D --- --- bn_add.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_add.c -o bn_add.po --- sbin.all__D --- --- ggated.8.gz --- gzip -cn /usr/src/sbin/ggate/ggated/ggated.8 > ggated.8.gz --- ggated --- cc -O2 -pipe -I/usr/src/sbin/ggate/ggated/../shared -std=3Dgnu99 -Qunuse= d-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y= 2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunu= sed-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wre= dundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -o ggated ggated.o ggate.o -lpthread --- lib.all__D --- --- all_subdir_libvgl --- --- mouse.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/mouse.c -o= mouse.po --- sbin.all__D --- =3D=3D=3D> sbin/ggate/ggatel (all) --- ggatel.o --- --- secure.all__D --- --- bn_blind.po --- --- sbin.all__D --- cc -O2 -pipe -DLIBGEOM -I/usr/src/sbin/ggate/ggatel/../shared -std=3Dgnu= 99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wn= o-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsh= adow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-ex= terns -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarati= ons -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-variable -c /usr/src/sbin/ggate/ggatel/ggatel.c -o ggatel.o --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_blind.c -o bn_blind.po --- lib.all__D --- --- keyboard.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/keyboard.c= -o keyboard.po --- all_subdir_libutil --- --- realhostname.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/realh= ostname.c -o realhostname.po --- all_subdir_libvgl --- --- libvgl_p.a --- building profiled vgl library --- all_subdir_libutil --- --- stub.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/stub.= c -o stub.po --- all_subdir_libvgl --- ranlib -D libvgl_p.a --- vgl.3.gz --- gzip -cn /usr/src/lib/libvgl/vgl.3 > vgl.3.gz --- secure.all__D --- --- bn_const.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_const.c -o bn_const.po --- sbin.all__D --- --- ggate.o --- --- secure.all__D --- --- bn_ctx.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_ctx.c -o bn_ctx.po --- sbin.all__D --- cc -O2 -pipe -DLIBGEOM -I/usr/src/sbin/ggate/ggatel/../shared -std=3Dgnu= 99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wn= o-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsh= adow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-ex= terns -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarati= ons -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-variable -c /usr/src/sbin/ggate/ggatel/../shared/ggate.c -o ggate.o --- lib.all__D --- --- all_subdir_libutil --- --- trimdomain.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/trimd= omain.c -o trimdomain.po --- sbin.all__D --- --- ggatel.8.gz --- gzip -cn /usr/src/sbin/ggate/ggatel/ggatel.8 > ggatel.8.gz --- lib.all__D --- --- uucplock.po --- --- sbin.all__D --- --- all_subdir_growfs --- --- lib.all__D --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/uucpl= ock.c -o uucplock.po --- sbin.all__D --- =3D=3D=3D> sbin/growfs (all) --- growfs.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/growfs.c -o growfs.o --- secure.all__D --- --- bn_depr.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_depr.c -o bn_depr.po --- lib.all__D --- --- libutil_p.a --- building profiled util library --- sbin.all__D --- --- all_subdir_ggate --- --- ggatel --- cc -O2 -pipe -DLIBGEOM -I/usr/src/sbin/ggate/ggatel/../shared -std=3Dgnu= 99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wn= o-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsh= adow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-ex= terns -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarati= ons -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-variable -o ggatel ggatel.o ggate.o -lgeom -lsbuf -lbsdxml -lutil --- lib.all__D --- ranlib -D libutil_p.a --- expand_number.3.gz --- gzip -cn /usr/src/lib/libutil/expand_number.3 > expand_number.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- --- flopen.3.gz --- --- secure.all__D --- --- bn_div.po --- --- lib.all__D --- gzip -cn /usr/src/lib/libutil/flopen.3 > flopen.3.gz --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_div.c -o bn_div.po --- lib.all__D --- --- fparseln.3.gz --- gzip -cn /usr/src/lib/libutil/fparseln.3 > fparseln.3.gz --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- hexdump.3.gz --- gzip -cn /usr/src/lib/libutil/hexdump.3 > hexdump.3.gz --- humanize_number.3.gz --- gzip -cn /usr/src/lib/libutil/humanize_number.3 > humanize_number.3.gz --- kinfo_getallproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getallproc.3 > kinfo_getallproc.3.gz --- kinfo_getfile.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getfile.3 > kinfo_getfile.3.gz --- kinfo_getproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getproc.3 > kinfo_getproc.3.gz --- kinfo_getvmmap.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmmap.3 > kinfo_getvmmap.3.gz --- kinfo_getvmobject.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmobject.3 > kinfo_getvmobject.3.gz --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libutil *** [all_subdir_libutil] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- --- all_subdir_growfs --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/growfs *** [all_subdir_growfs] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson588562795862839349.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 16:08:08 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC5BDA363B1; Mon, 23 Nov 2015 16:08:08 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id B034B1F67; Mon, 23 Nov 2015 16:08:08 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 378701F84; Mon, 23 Nov 2015 16:08:08 +0000 (UTC) Date: Mon, 23 Nov 2015 16:08:05 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <645035739.109.1448294887345.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <287304990.101.1448280529532.JavaMail.jenkins@jenkins-9.freebsd.org> References: <287304990.101.1448280529532.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #237 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:08:09 -0000 FreeBSD_STABLE_9-i386 - Build #237 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 7/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/c= onsole Change summaries: 291206 by hselasky: MFC r277974: Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by using __DECONST. No functional change. Differential Revision: https://reviews.freebsd.org/D1743 291203 by hselasky: MFC r284722 and r284724: Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0. The end of the build log: [...truncated 52188 lines...] cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/usr.bin/openssl/../= ../../crypto/openssl -I/usr/src/secure/usr.bin/openssl/../../../crypto/open= ssl/crypto -I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDS= O_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH -I/usr/src/s= ecure/usr.bin/openssl -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/x509= .c -o x509.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/lex.c -o lex.o gzip -cn /usr/src/secure/usr.bin/openssl/man/CA.pl.1 > CA.pl.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/mangle.c -o mangle.o gzip -cn /usr/src/secure/usr.bin/openssl/man/asn1parse.1 > asn1parse.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ca.1 > ca.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ciphers.1 > ciphers.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/crl.1 > crl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/crl2pkcs7.1 > crl2pkcs7.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dgst.1 > dgst.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dhparam.1 > dhparam.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dsa.1 > dsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dsaparam.1 > dsaparam.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ec.1 > ec.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ecparam.1 > ecparam.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/enc.1 > enc.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/errstr.1 > errstr.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/gendsa.1 > gendsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/genrsa.1 > genrsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/nseq.1 > nseq.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ocsp.1 > ocsp.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/openssl.1 > openssl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/passwd.1 > passwd.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs12.1 > pkcs12.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs7.1 > pkcs7.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs8.1 > pkcs8.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rand.1 > rand.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/req.1 > req.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsa.1 > rsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsautl.1 > rsautl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_client.1 > s_client.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_server.1 > s_server.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_time.1 > s_time.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/sess_id.1 > sess_id.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/smime.1 > smime.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/speed.1 > speed.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/spkac.1 > spkac.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/verify.1 > verify.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/version.1 > version.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509.1 > x509.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509v3_config.1 > x509v3_confi= g.1.gz cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/usr.bin/openssl/../= ../../crypto/openssl -I/usr/src/secure/usr.bin/openssl/../../../crypto/open= ssl/crypto -I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDS= O_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH -I/usr/src/s= ecure/usr.bin/openssl -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o cms.o crl.o = crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine= .o errstr.o gendh.o gendsa.o genrsa.o nseq.o ocsp.o openssl.o passwd.o pkcs= 12.o pkcs7.o pkcs8.o prime.o rand.o req.o rsa.o rsautl.o s_cb.o s_client.o = s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o v= ersion.o x509.o -lssl -lcrypto =3D=3D=3D> secure/usr.bin/scp (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c -o scp.o cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/roaming_dummy.c -= o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/method.c -o method.o gzip -cn /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.1 > scp.1.= gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o scp s= cp.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/sftp (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.c -o sftp.= o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-client.c -= o sftp-client.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-common.c -= o sftp-common.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-glob.c -o = sftp-glob.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/progressmeter.c= -o progressmeter.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/roaming_dummy.c= -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.1 > sftp= .1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sftp= sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o roaming_dum= my.o -lssh -ledit -lncurses -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/ssh.c -o ssh.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/readconf.c -o readconf.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/clientloop.c -o clientloop.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshtty.c -o sshtty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect.c -o sshconnect.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect1.c -o sshconnect1.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect2.c -o sshconnect2.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/mux.c -o mux.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_common.c -o roaming_common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_client.c -o roaming_client.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh.1 > ssh.1.= gz gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh_config.5 >= ssh_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /u= sr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o s= shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr= .o -lssh -lutil -lgssapi -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-add (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c= -o ssh-add.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/roaming_d= ummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.1 = > ssh-add.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o s= sh-add ssh-add.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-agent (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-a= gent.c -o ssh-agent.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/roami= ng_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agen= t.1 > ssh-agent.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o= ssh-agent ssh-agent.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keygen (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh= -keygen.c -o ssh-keygen.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/roa= ming_dummy.c -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o gzip -cn /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-key= gen.1 > ssh-keygen.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -= o ssh-keygen ssh-keygen.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o =3D=3D=3D> secure/usr.bin/ssh-keyscan (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/s= sh-keyscan.c -o ssh-keyscan.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/r= oaming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-ke= yscan.1 > ssh-keyscan.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private = -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.sbin (all) =3D=3D=3D> secure/usr.sbin/sshd (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c -o sshd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c -o auth-rhosts= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c -o auth-passwd= .o ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c -o auth-rsa.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c -o auth-rh-rsa= .o =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit.c -o audit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c -o audit-bsm.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In funct= ion 'audit_connection_from': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:365: warn= ing: passing argument 1 of 'aug_get_machine' discards qualifiers from point= er target type cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-linux.c -o audit-linux= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/platform.c -o platform.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c -o sshpty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c -o sshlogin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c -o servconf.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c -o serverloop.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c -o auth.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c -o auth1.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c -o auth2.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c -o auth-optio= ns.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/session.c -o session.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c: In functio= n 'do_nologin': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c:1442: warni= ng: assignment discards qualifiers from pointer target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c -o auth-chall.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c -o auth2-chall= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c -o groupaccess= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-skey.c -o auth-skey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-bsdauth.c -o auth-bsdau= th.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-hostbased.c -o auth2-h= ostbased.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-kbdint.c -o auth2-kbdi= nt.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-none.c -o auth2-none.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-passwd.c -o auth2-pass= wd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-pubkey.c -o auth2-pubk= ey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_mm.c -o monitor_mm.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor.c -o monitor.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_wrap.c -o monitor_wr= ap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexdhs.c -o kexdhs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexgexs.c -o kexgexs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexecdhs.c -o kexecdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexc25519s.c -o kexc25519s.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-krb5.c -o auth-krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-gss.c -o auth2-gss.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv.c -o gss-serv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv-krb5.c -o gss-serv-= krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/loginrec.c -o loginrec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c -o auth-pam.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-shadow.c -o auth-shadow= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-sia.c -o auth-sia.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/md5crypt.c -o md5crypt.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-server.c -o sftp-server= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-common.c -o sftp-common= .o =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_common.c -o roaming_= common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_serv.c -o roaming_se= rv.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-null.c -o sandbox-nu= ll.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-rlimit.c -o sandbox-= rlimit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-systrace.c -o sandbo= x-systrace.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-darwin.c -o sandbox-= darwin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-seccomp-filter.c -o = sandbox-seccomp-filter.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-capsicum.c -o sandbo= x-capsicum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > ssh= d.8.gz gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd_config.= 5 > sshd_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -L/usr/ob= j/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sshd sshd.o auth-r= hosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-li= nux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o= auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o = auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o au= th2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o = kexgexs.o kexecdhs.o kexc25519s.o auth-krb5.o auth2-gss.o gss-serv.o gss-se= rv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-se= rver.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox= -rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sand= box-capsicum.o gss-genr.o -lssh -lutil -lwrap -lpam -lbsm -lgssapi_krb5 -lg= ssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -lcrypt -lcrypto -lz -lpthre= ad cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson3477857954921726019.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 16:10:34 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE5E6A364AB; Mon, 23 Nov 2015 16:10:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8E180122E; Mon, 23 Nov 2015 16:10:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id DB1A81F8B; Mon, 23 Nov 2015 16:10:34 +0000 (UTC) Date: Mon, 23 Nov 2015 16:10:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:10:34 -0000 FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 61/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/= console Change summaries: 291205 by hselasky: MFC r277974: Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by using __DECONST. No functional change. Differential Revision: https://reviews.freebsd.org/D1743 The end of the build log: [...truncated 101435 lines...] cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/stripe/../.. -std= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/geom/class/stripe/../../misc/subr.c -o subr.So --- lib.all__D --- --- thr_setschedparam.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_setschedparam.c -o thr_setschedparam= .po --- sbin.all__D --- --- gstripe.8.gz --- gzip -cn /usr/src/sbin/geom/class/stripe/gstripe.8 > gstripe.8.gz --- secure.all__D --- --- bn_gf2m.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_gf2m.c -o bn_gf2m.po --- lib.all__D --- --- all_subdir_libufs --- =3D=3D=3D> lib/libufs (all) --- block.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/blo= ck.c -o block.po --- all_subdir_libthr --- --- thr_sig.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_sig.c -o thr_sig.po --- sbin.all__D --- --- geom_stripe.so --- building shared library geom_stripe.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_stripe.so -Wl,-soname,geom_stripe.so `NM=3D'nm' lorder = geom_stripe.So subr.So | tsort -q`=20 --- lib.all__D --- --- all_subdir_libufs --- --- cgroup.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/cgr= oup.c -o cgroup.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/virstor (all) --- binstream.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -std= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/geom/class/virstor/../../../../sys/geom/virstor/binstream.c -o binstream.= So --- secure.all__D --- --- bn_kron.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_kron.c -o bn_kron.po --- lib.all__D --- --- inode.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/ino= de.c -o inode.po --- all_subdir_libthr --- --- thr_single_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_single_np.c -o thr_single_np.po --- sbin.all__D --- --- g_virstor_md.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -std= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/geom/class/virstor/../../../../sys/geom/virstor/g_virstor_md.c -o g_virst= or_md.So --- lib.all__D --- --- thr_sleepq.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_sleepq.c -o thr_sleepq.po --- sbin.all__D --- --- geom_virstor.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -std= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/geom/class/virstor/geom_virstor.c -o geom_virstor.So --- lib.all__D --- --- all_subdir_libufs --- --- sblock.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/sbl= ock.c -o sblock.po --- secure.all__D --- --- bn_lib.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_lib.c -o bn_lib.po --- lib.all__D --- --- all_subdir_libthr --- --- thr_spec.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_spec.c -o thr_spec.po --- all_subdir_libufs --- --- type.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/typ= e.c -o type.po --- sbin.all__D --- --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -std= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/geom/class/virstor/../../misc/subr.c -o subr.So --- lib.all__D --- --- ffs_subr.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_subr.c -o ffs_subr.po --- secure.all__D --- --- bn_mod.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_mod.c -o bn_mod.po --- lib.all__D --- --- all_subdir_libthr --- --- thr_spinlock.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_spinlock.c -o thr_spinlock.po --- all_subdir_libufs --- --- ffs_tables.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_tables.c -o ffs_tables.po --- sbin.all__D --- --- gvirstor.8.gz --- gzip -cn /usr/src/sbin/geom/class/virstor/gvirstor.8 > gvirstor.8.gz --- geom_virstor.so --- building shared library geom_virstor.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_virstor.so -Wl,-soname,geom_virstor.so `NM=3D'nm' lorde= r binstream.So g_virstor_md.So geom_virstor.So subr.So | tsort -q`=20 --- lib.all__D --- --- libufs_p.a --- building profiled ufs library --- secure.all__D --- --- bn_mont.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_mont.c -o bn_mont.po --- lib.all__D --- --- all_subdir_libthr --- --- thr_stack.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_stack.c -o thr_stack.po --- all_subdir_libufs --- ranlib -D libufs_p.a --- bread.3.gz --- gzip -cn /usr/src/lib/libufs/bread.3 > bread.3.gz --- cgread.3.gz --- gzip -cn /usr/src/lib/libufs/cgread.3 > cgread.3.gz --- libufs.3.gz --- gzip -cn /usr/src/lib/libufs/libufs.3 > libufs.3.gz --- sbread.3.gz --- gzip -cn /usr/src/lib/libufs/sbread.3 > sbread.3.gz --- ufs_disk_close.3.gz --- gzip -cn /usr/src/lib/libufs/ufs_disk_close.3 > ufs_disk_close.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- sbin.all__D --- --- all_subdir_growfs --- =3D=3D=3D> sbin/growfs (all) --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- sbin.all__D --- --- growfs.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/growfs.c -o growfs.o --- lib.all__D --- --- all_subdir_libthr --- --- thr_syscalls.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_syscalls.c -o thr_syscalls.po --- secure.all__D --- --- bn_mpi.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/b= n/bn_mpi.c -o bn_mpi.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libthr *** [all_subdir_libthr] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/growfs *** [all_subdir_growfs] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson3948917656251675340.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 16:20:41 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0795CA36764; Mon, 23 Nov 2015 16:20:41 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA9C719B1; Mon, 23 Nov 2015 16:20:40 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmec201 with SMTP id c201so112476676wme.1; Mon, 23 Nov 2015 08:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=10aTBVBT4aMV41Og4KEjk2DQTHg2Qrh2Y+5JJcjoRyk=; b=L/0KikaOlH7mRsopuZBRLASrDac5MByHz5Z3xB3aHvlv4kr9fvsdFO8Xb/sP6AwsY0 GfXPTcj2mp3eK8nwAYXqQSTNeoD8LmdoyGeHYDtZfzZGY9+Y9pN1B/NLTjpQNlK5YdkV uxLakQAx+52wtpgGudoNffjgPDsz/DpvqkOK9+x5uF0N5pRVVRxmz3ZFBns5pkNfQana QinB9fRXCfUiiDyvPfnTeAUmgUqLlq8dpbj1udsbXsLW7gv3dFxiWGnim9e3VosY5p00 AJ2hJPO/5FZoOlIlncRGHoVR8NJ7Wkz95EY65xRhSls04QFhENAy6B8jetddhnbVtwNn IIXA== X-Received: by 10.28.141.17 with SMTP id p17mr19153159wmd.35.1448295639069; Mon, 23 Nov 2015 08:20:39 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id vu4sm14043605wjc.2.2015.11.23.08.20.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Nov 2015 08:20:38 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 23 Nov 2015 17:20:36 +0100 From: Baptiste Daroussin To: jenkins-admin@FreeBSD.org Cc: freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151123162036.GA76516@ivaldir.etoilebsd.net> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:20:41 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 23, 2015 at 04:10:33PM +0000, jenkins-admin@FreeBSD.org wrote: > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: >=20 > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386= /661/ > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 61/changes > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/66= 1/console Someone needs to update the jenkins to the latest head. Best regards, Bapt --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZTPNQACgkQ8kTtMUmk6Ey5XQCgwUuDS9hnQqEY8wClQVnaQ+z4 lO4AmgKOsaE6yLalGHlWgXxx3HKMK9fy =TNqb -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-i386@freebsd.org Mon Nov 23 17:06:57 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA54CA324AC; Mon, 23 Nov 2015 17:06:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (freebsd2.cs.nctu.edu.tw [140.113.17.206]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2B711CB; Mon, 23 Nov 2015 17:06:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id 71C6626D4; Tue, 24 Nov 2015 01:06:50 +0800 (CST) Date: Tue, 24 Nov 2015 01:06:50 +0800 From: Li-Wen Hsu To: Baptiste Daroussin Cc: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20151123162036.GA76516@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 17:06:57 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 23, 2015 at 17:20:36 +0100, Baptiste Daroussin wrote: > On Mon, Nov 23, 2015 at 04:10:33PM +0000, jenkins-admin@FreeBSD.org wrote: > > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: > >=20 > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i3= 86/661/ > > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386= /661/changes > > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/= 661/console >=20 > Someone needs to update the jenkins to the latest head. The build happens in a jail built every time the job starts, by fetching the latest snapshot from: http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/base.txz It looks there is no /usr/bin/colldef. I haven't looked into what's going on here. Li-Wen --=20 Li-Wen Hsu http://lwhsu.org --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWU0eoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxMDdENTNGNjUyMTUzMzVCNzA5NDNGODQ2 NzI3RTc3Qzg4NjJCNjU2AAoJEGcn53yIYrZWj4wQAJp8R2oach5CZPmFQ7NkTUi0 VA5zCePl5TYcAtT8fue9UkV/CHGNEkTrBJXT1wTMQKwReWgBhAjRAhufJmYPqhqJ K0Ok+85qvoqURt6UbHchGng/wlFriJsR8dVE5wHdErIWdyPrbd/8dplGnI4x1a8m XTe8NaOWj8sk9a2w0hQcLkBH5YvUlzHbQx9QhJP6DjSomNpwaCxxongLoc7Zi/yf gfPyOaLMctFFz+55NubQLPPUdP+o55RxL8FLHe5JPsTvVhiBctvdLwqMesUO29Mu IsdlBSeRSfanrug6Jroh1X9LnQ1IZ2seGOX12ME18j4FIXhmKMydgf2V983rlC/f fNzcvrmvGed7za4nAlz2xu3nHhiDLd6gkRahEeSy0MdRFpJrzHVRW0rST1ECAEGK wF3PmNl86ch1FPjw8zYB7o9AskdPDgiSoiKDVRMS0vRAEVWFpTjQUC0u59eiNM8t fQ5ZJ2i0u1A5lUKArDBcI7GcWtrn9LfnQ7+4NFAoAtX0pM2JAiTsJkoCpUnNlh8c RNAYOU/FvzZfzspqaNkSaIlthyeIdwweYl+23kiyYWsx4hBgRPAqh6RF5kRfbwY2 BAgaebKb3CbV3Un4mADuyk3xOOkXebFyv1EoHBWlhlbdaEjFxpPQmHQLVjd2RTZr kTBn6RB5PZsgAieanXGy =IkJb -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-freebsd-i386@freebsd.org Mon Nov 23 18:10:22 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38CB8A35230; Mon, 23 Nov 2015 18:10:22 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0A71776; Mon, 23 Nov 2015 18:10:22 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 357261FC4; Mon, 23 Nov 2015 18:10:22 +0000 (UTC) Date: Mon, 23 Nov 2015 18:10:20 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jimharris@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <310062166.113.1448302221875.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #662 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 18:10:22 -0000 FreeBSD_STABLE_10-i386 - Build #662 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 62/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662/= console Change summaries: 291214 by jimharris: MFC r290199: nvd, nvme: report stripesize through GEOM disk layer Sponsored by:=09Intel 291213 by jimharris: MFC r290198: nvme: fix race condition in split bio completion path Sponsored by:=09Intel The end of the build log: [...truncated 101401 lines...] --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../..--- gnu.all__D --- ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/tex= info.txi texinfo.texi --- secure.all__D --- /crypto/openssl/crypto/asn1/a_octet.c -o a_octet.po --- gnu.all__D --- --- info.info.gz --- gzip -cn info.info > info.info.gz --- info-stnd.info.gz --- gzip -cn info-stnd.info > info-stnd.info.gz --- texinfo.info --- makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.i= nfo --- sbin.all__D --- --- fsdb.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/fsdb.c -o f= sdb.o --- secure.all__D --- --- a_print.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_print.c -o a_print.po --- lib.all__D --- --- val_utils.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_utils.c = -o val_utils.po --- gnu.all__D --- --- texinfo.info.gz --- gzip -cn texinfo.info > texinfo.info.gz --- secure.all__D --- --- a_set.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_set.c -o a_set.po --- lib.all__D --- --- all_subdir_libusb --- =3D=3D=3D> lib/libusb (all) --- all_subdir_libunbound --- --- validator.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/validator.c = -o validator.po --- secure.all__D --- --- a_sign.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_sign.c -o a_sign.po --- lib.all__D --- --- all_subdir_libusb --- --- libusb20.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb20.c -o libusb20.po --- sbin.all__D --- --- fsdbutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/fsdbutil.c = -o fsdbutil.o --- lib.all__D --- --- all_subdir_libunbound --- --- winsock_event.po --- --- secure.all__D --- --- a_strex.po --- --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/winsock_event.c -= o winsock_event.po --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_strex.c -o a_strex.po --- lib.all__D --- --- wire2str.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/ldns/wire2str.c -o wir= e2str.po --- all_subdir_libusb --- --- libusb20_desc.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb20_desc.c -o libusb20_desc.po --- sbin.all__D --- --- dir.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/../fsck_ffs= /dir.c -o dir.o --- secure.all__D --- --- a_strnid.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_strnid.c -o a_strnid.po --- lib.all__D --- --- libusb20_ugen20.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb20_ugen20.c -o libusb20_ugen20.p= o --- all_subdir_libunbound --- --- configparser.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c configparser.c -o configparser.po --- secure.all__D --- --- a_time.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_time.c -o a_time.po --- sbin.all__D --- --- ea.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/../fsck_ffs= /ea.c -o ea.o --- secure.all__D --- --- a_type.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_type.c -o a_type.po --- sbin.all__D --- --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/../fsck_ffs= /fsutil.c -o fsutil.o --- lib.all__D --- --- configlexer.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c configlexer.c -o configlexer.po --- all_subdir_libusb --- --- libusb01.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb01.c -o libusb01.po --- secure.all__D --- --- a_utctm.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_utctm.c -o a_utctm.po --- lib.all__D --- --- all_subdir_libunbound --- --- libunbound_p.a --- building profiled unbound library --- secure.all__D --- --- a_utf8.po --- --- lib.all__D --- --- all_subdir_libusb --- --- libusb10.po --- --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_utf8.c -o a_utf8.po --- lib.all__D --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb10.c -o libusb10.po --- all_subdir_libunbound --- ranlib -D libunbound_p.a --- secure.all__D --- --- a_verify.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_verify.c -o a_verify.po --- share.all__D --- =3D=3D=3D> share (all) --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/../fsck_ffs= /inode.c -o inode.o --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- secure.all__D --- --- ameth_lib.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/ameth_lib.c -o ameth_lib.po --- lib.all__D --- --- all_subdir_libusb --- --- libusb10_desc.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb10_desc.c -o libusb10_desc.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libusb *** [all_subdir_libusb] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsdb *** [all_subdir_fsdb] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson9122764244807728561.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Nov 23 18:15:45 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BE4FA354C3; Mon, 23 Nov 2015 18:15:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E64D1B2E; Mon, 23 Nov 2015 18:15:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmec201 with SMTP id c201so173797998wme.0; Mon, 23 Nov 2015 10:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=3mWndtKRxwc/5Qe2G1Vf713+ZrJdbBYDIfeDTZDs1w0=; b=jBDIrBA4QxP57N1kBsm+NezHgTNqFfgmZoUYTLpTqu74OXM+SzFIcllv3zT6fXGu/B Fi/zdduwWt7qkWGMej6thXY5ZT9xnuQ1OVE16SCCG98wHufGVr4ooOS6d3rqp6Ys9IjT GLULnJAVDW8B8mtVUXFtk0xP5SE5NUa6/IX4kJG2S6UGPMHo0CeQ8j2GiX8axUp6n7sX VVSdyvbv/tm0O/Bgnz1vX0gWLNTfKgvaU2j8sdyqouayZ7R2u+olnzUh9Rigupa79zpD 35vuUMG9Ol0Q/y/jGCC2zEz2cvUWi68kNPBSpmWeL+ts4K6oKbuKG6NL6TUGLJt/tTXN 8JIQ== X-Received: by 10.28.195.10 with SMTP id t10mr16906957wmf.11.1448302543266; Mon, 23 Nov 2015 10:15:43 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id uz5sm14495120wjc.8.2015.11.23.10.15.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Nov 2015 10:15:42 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 23 Nov 2015 19:15:40 +0100 From: Baptiste Daroussin To: Li-Wen Hsu Cc: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151123181540.GB76516@ivaldir.etoilebsd.net> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline In-Reply-To: <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 18:15:45 -0000 --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 24, 2015 at 01:06:50AM +0800, Li-Wen Hsu wrote: > On Mon, Nov 23, 2015 at 17:20:36 +0100, Baptiste Daroussin wrote: > > On Mon, Nov 23, 2015 at 04:10:33PM +0000, jenkins-admin@FreeBSD.org wro= te: > > > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: > > >=20 > > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-= i386/661/ > > > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i3= 86/661/changes > > > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i38= 6/661/console > >=20 > > Someone needs to update the jenkins to the latest head. >=20 > The build happens in a jail built every time the job starts, by fetching > the latest snapshot from: >=20 > http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/base.= txz >=20 > It looks there is no /usr/bin/colldef. I haven't looked into what's > going on here. >=20 Ok so it will be fixed by the next snapshot Best regards, Bapt --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZTV8wACgkQ8kTtMUmk6Eyv7gCgi3Wf3BIahzQIFjj30wHUwTXZ MXoAn2x0ziDetrz3fjvfFq6UERDmiY4/ =/2E5 -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP-- From owner-freebsd-i386@freebsd.org Mon Nov 23 20:10:17 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8526AA36011; Mon, 23 Nov 2015 20:10:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6CBCE1613; Mon, 23 Nov 2015 20:10:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 657C968; Mon, 23 Nov 2015 20:10:17 +0000 (UTC) Date: Mon, 23 Nov 2015 20:10:16 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <707111734.117.1448309417350.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <310062166.113.1448302221875.JavaMail.jenkins@jenkins-9.freebsd.org> References: <310062166.113.1448302221875.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #663 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 20:10:17 -0000 FreeBSD_STABLE_10-i386 - Build #663 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 63/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663/= console Change summaries: 291215 by smh: MFC r274366: Add missing privilege check when setting the dump device. Approved by:=09pjd, secteam (both no objections) Sponsored by:=09Multiplay The end of the build log: [...truncated 101290 lines...] cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_join.c -o thr_join.po --- secure.all__D --- --- x_info.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_info.c -o x_info.po --- sbin.all__D --- --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/multipath/../../../= ../sys -I/usr/src/sbin/geom/class/multipath/../.. -std=3Dgnu99 -Qunused-arg= uments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W= -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-p= arameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredunda= nt-decls -Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -c /usr/src/sbin/geom/class/multipat= h/../../misc/subr.c -o subr.So --- lib.all__D --- --- thr_list.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_list.c -o thr_list.po --- secure.all__D --- --- x_long.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_long.c -o x_long.po --- sbin.all__D --- --- gmultipath.8.gz --- gzip -cn /usr/src/sbin/geom/class/multipath/gmultipath.8 > gmultipath.8.gz --- secure.all__D --- --- x_name.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_name.c -o x_name.po --- sbin.all__D --- --- all_subdir_growfs --- --- getmntopts.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/../mount/getmntopts.c -o getmntopts.o --- all_subdir_geom --- --- geom_multipath.so --- building shared library geom_multipath.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_multipath.so -Wl,-soname,geom_multipath.so `NM=3D'nm' l= order geom_multipath.So subr.So | tsort -q`=20 --- lib.all__D --- --- thr_kern.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_kern.c -o thr_kern.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/nop (all) --- all_subdir_growfs --- --- growfs.8.gz --- gzip -cn /usr/src/sbin/growfs/growfs.8 > growfs.8.gz --- growfs --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -o gr= owfs growfs.o getmntopts.o -lutil --- all_subdir_geom --- --- geom_nop.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/nop/../.. -std=3Dgn= u99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -W= no-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-protot= ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws= hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-e= xterns -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/geo= m/class/nop/geom_nop.c -o geom_nop.So --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/nop/../.. -std=3Dgn= u99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -W= no-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-protot= ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws= hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-e= xterns -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/geo= m/class/nop/../../misc/subr.c -o subr.So --- all_subdir_gvinum --- =3D=3D=3D> sbin/gvinum (all) --- lib.all__D --- --- thr_kill.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_kill.c -o thr_kill.po --- sbin.all__D --- --- gvinum.o --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=3Dgnu99 -Qunused-arguments -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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -c /usr/src/sbin/gvinum/gvinum.c -o gvinum.o --- secure.all__D --- --- x_nx509.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_nx509.c -o x_nx509.po --- lib.all__D --- --- thr_main_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_main_np.c -o thr_main_np.po --- sbin.all__D --- --- all_subdir_geom --- --- gnop.8.gz --- gzip -cn /usr/src/sbin/geom/class/nop/gnop.8 > gnop.8.gz --- geom_nop.so --- building shared library geom_nop.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_nop.so -Wl,-soname,geom_nop.so `NM=3D'nm' lorder geom_n= op.So subr.So | tsort -q`=20 --- lib.all__D --- --- thr_multi_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_multi_np.c -o thr_multi_np.po --- secure.all__D --- --- x_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_pkey.c -o x_pkey.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/part (all) --- lib.all__D --- --- thr_mutex.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_mutex.c -o thr_mutex.po --- sbin.all__D --- --- geom_part.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/part/../.. -std=3Dg= nu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -= Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W= shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-= externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-emp= ty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/ge= om/class/part/geom_part.c -o geom_part.So --- secure.all__D --- --- x_pubkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_pubkey.c -o x_pubkey.po --- sbin.all__D --- --- all_subdir_gvinum --- --- geom_vinum_share.o --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=3Dgnu99 -Qunused-arguments -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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -c /usr/src/sbin/gvinum/../../sys/geom/vinum/geom_vinum_share.c -o = geom_vinum_share.o --- lib.all__D --- --- thr_mutexattr.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_mutexattr.c -o thr_mutexattr.po --- secure.all__D --- --- x_req.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_req.c -o x_req.po --- sbin.all__D --- --- gvinum.8.gz --- gzip -cn /usr/src/sbin/gvinum/gvinum.8 > gvinum.8.gz --- gvinum --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=3Dgnu99 -Qunused-arguments -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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -o gvinum gvinum.o geom_vinum_share.o -ledit -ltermcap -ldevstat -= lkvm -lgeom --- lib.all__D --- --- thr_once.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_once.c -o thr_once.po --- share.all__D --- =3D=3D=3D> share (all) --- _sub.all --- =3D=3D=3D> share/colldef (all) --- secure.all__D --- --- x_sig.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_sig.c -o x_sig.po --- lib.all__D --- --- thr_printf.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-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-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_printf.c -o thr_printf.po --- sbin.all__D --- --- all_subdir_geom --- --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/part/../.. -std=3Dg= nu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -= Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W= shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-= externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-emp= ty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/ge= om/class/part/../../misc/subr.c -o subr.So --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libthr *** [all_subdir_libthr] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/sbin/geom/class/part *** [_sub.all] Error code 2 make[5]: stopped in /usr/src/sbin/geom/class 1 error make[5]: stopped in /usr/src/sbin/geom/class *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sbin/geom 1 error make[4]: stopped in /usr/src/sbin/geom *** [all_subdir_geom] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson3560374706088704694.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Tue Nov 24 10:09:52 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B666A35D29; Tue, 24 Nov 2015 10:09:52 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 28B3F1891; Tue, 24 Nov 2015 10:09:52 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 369DE294; Tue, 24 Nov 2015 10:09:52 +0000 (UTC) Date: Tue, 24 Nov 2015 10:09:50 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: royger@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <9703568.123.1448359792193.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <707111734.117.1448309417350.JavaMail.jenkins@jenkins-9.freebsd.org> References: <707111734.117.1448309417350.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #664 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 10:09:52 -0000 FreeBSD_STABLE_10-i386 - Build #664 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 64/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/664= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/664/= console Change summaries: 291239 by royger: MFC r286999: xen: allow disabling PV disks and nics Sponsored by: Citrix Systems R&D The end of the build log: [...truncated 101305 lines...] --- dhclient.8.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient.8 > dhclient.8.gz --- secure.all__D --- --- p5_pbev2.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p5_pbev2.c -o p5_pbev2.po --- sbin.all__D --- --- dhclient.conf.5.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient.conf.5 > dhclient.conf.5.gz --- dhclient.leases.5.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient.leases.5 > dhclient.leases.5.gz --- dhcp-options.5.gz --- gzip -cn /usr/src/sbin/dhclient/dhcp-options.5 > dhcp-options.5.gz --- dhclient-script.8.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient-script.8 > dhclient-script.8.gz --- dhclient --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -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-tauto= logical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fun= ction -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -o dhclient dhclient.o clparse.o alloc.o dispatch.o hash.o bpf.o = options.o tree.o conflex.o errwarn.o inet.o packet.o convert.o tables.o par= se.o privsep.o -lutil --- all_subdir_dmesg --- =3D=3D=3D> sbin/dmesg (all) --- lib.all__D --- --- all_subdir_libufs --- =3D=3D=3D> lib/libufs (all) --- sbin.all__D --- --- dmesg.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -c /usr/src/sbin/dmesg/dmesg.c -o dmes= g.o --- lib.all__D --- --- block.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/blo= ck.c -o block.po --- secure.all__D --- --- p8_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p8_pkey.c -o p8_pkey.po --- sbin.all__D --- --- dmesg.8.gz --- gzip -cn /usr/src/sbin/dmesg/dmesg.8 > dmesg.8.gz --- dmesg --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -o dmesg dmesg.o -lkvm --- lib.all__D --- --- all_subdir_libucl --- --- ucl_util.po --- cc -pg -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include -I= /usr/src/lib/libucl/../../contrib/libucl/src -I/usr/src/lib/libucl/../../c= ontrib/libucl/uthash -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -W= no-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/sr= c/lib/libucl/../../contrib/libucl/src/ucl_util.c -o ucl_util.po --- all_subdir_libufs --- --- cgroup.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/cgr= oup.c -o cgroup.po --- sbin.all__D --- --- all_subdir_dump --- =3D=3D=3D> sbin/dump (all) --- itime.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/itime.c -o itime.o --- secure.all__D --- --- t_bitst.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_bitst.c -o t_bitst.po --- lib.all__D --- --- inode.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/ino= de.c -o inode.po --- sbin.all__D --- --- main.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/main.c -o main.o --- lib.all__D --- --- sblock.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/sbl= ock.c -o sblock.po --- secure.all__D --- --- t_crl.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_crl.c -o t_crl.po --- lib.all__D --- --- type.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/typ= e.c -o type.po --- secure.all__D --- --- t_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_pkey.c -o t_pkey.po --- sbin.all__D --- --- optr.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/optr.c -o optr.o --- lib.all__D --- --- ffs_subr.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_subr.c -o ffs_subr.po --- all_subdir_libucl --- --- xxhash.po --- cc -pg -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include -I= /usr/src/lib/libucl/../../contrib/libucl/src -I/usr/src/lib/libucl/../../c= ontrib/libucl/uthash -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -W= no-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/sr= c/lib/libucl/../../contrib/libucl/src/xxhash.c -o xxhash.po --- secure.all__D --- --- t_req.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_req.c -o t_req.po --- sbin.all__D --- --- dumprmt.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/dumprmt.c -o dumprmt.o --- lib.all__D --- --- all_subdir_libufs --- --- ffs_tables.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_tables.c -o ffs_tables.po --- all_subdir_libucl --- --- libucl_p.a --- building profiled ucl library --- all_subdir_libufs --- --- libufs_p.a --- building profiled ufs library --- all_subdir_libucl --- ranlib -D libucl_p.a --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- --- all_subdir_libufs --- ranlib -D libufs_p.a --- bread.3.gz --- gzip -cn /usr/src/lib/libufs/bread.3 > bread.3.gz --- share.all__D --- --- _sub.all --- --- lib.all__D --- --- cgread.3.gz --- gzip -cn /usr/src/lib/libufs/cgread.3 > cgread.3.gz --- share.all__D --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- libufs.3.gz --- gzip -cn /usr/src/lib/libufs/libufs.3 > libufs.3.gz --- sbread.3.gz --- gzip -cn /usr/src/lib/libufs/sbread.3 > sbread.3.gz --- ufs_disk_close.3.gz --- gzip -cn /usr/src/lib/libufs/ufs_disk_close.3 > ufs_disk_close.3.gz --- all_subdir_libugidfw --- =3D=3D=3D> lib/libugidfw (all) --- sbin.all__D --- --- tape.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/tape.c -o tape.o --- secure.all__D --- --- t_spki.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_spki.c -o t_spki.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libugidfw *** [all_subdir_libugidfw] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/dump *** [all_subdir_dump] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson5396983407968546197.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Tue Nov 24 12:10:02 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61CDBA36E9C; Tue, 24 Nov 2015 12:10:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 4647B14B9; Tue, 24 Nov 2015 12:10:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A2A892D9; Tue, 24 Nov 2015 12:09:59 +0000 (UTC) Date: Tue, 24 Nov 2015 12:09:51 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1217053857.125.1448366996804.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <9703568.123.1448359792193.JavaMail.jenkins@jenkins-9.freebsd.org> References: <9703568.123.1448359792193.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #665 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 12:10:02 -0000 FreeBSD_STABLE_10-i386 - Build #665 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 65/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/665= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/665/= console Change summaries: 291248 by smh: MFC r277082: Update to the shared code for Intel I40E drivers (by jfv) Sponsored by:=09Multiplay 291243 by smh: Belatedly bump __FreeBSD_version after r291215 Due to the change in args for g_dev_setdumpdev by r291215 belatedly bump __FreeBSD_version to allow any potential consumers to check for this, as requested by delphij. This is a direct commit to stable/10 Approved by:=09so (delphij) Sponsored by:=09Multiplay The end of the build log: [...truncated 102173 lines...] cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/uucpl= ock.c -o uucplock.po --- all_subdir_libunbound --- --- tube.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/tube.c -o tube.po --- sbin.all__D --- --- g_bde_lock.o --- cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -c /usr/src/sbin/gbde/../../sys/geom/bde/g_bde_lock.= c -o g_bde_lock.o --- lib.all__D --- --- all_subdir_libutil --- --- libutil_p.a --- building profiled util library --- all_subdir_libunbound --- --- val_anchor.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_anchor.c= -o val_anchor.po --- all_subdir_libutil --- ranlib -D libutil_p.a --- expand_number.3.gz --- gzip -cn /usr/src/lib/libutil/expand_number.3 > expand_number.3.gz --- flopen.3.gz --- gzip -cn /usr/src/lib/libutil/flopen.3 > flopen.3.gz --- fparseln.3.gz --- gzip -cn /usr/src/lib/libutil/fparseln.3 > fparseln.3.gz --- hexdump.3.gz --- gzip -cn /usr/src/lib/libutil/hexdump.3 > hexdump.3.gz --- humanize_number.3.gz --- --- sbin.all__D --- --- gbde.8.gz --- gzip -cn /usr/src/sbin/gbde/gbde.8 > gbde.8.gz --- lib.all__D --- gzip -cn /usr/src/lib/libutil/humanize_number.3 > humanize_number.3.gz --- kinfo_getallproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getallproc.3 > kinfo_getallproc.3.gz --- sbin.all__D --- --- template.o --- cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -c template.c -o template.o --- lib.all__D --- --- kinfo_getfile.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getfile.3 > kinfo_getfile.3.gz --- secure.all__D --- --- cms_smime.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/c= ms/cms_smime.c -o cms_smime.po --- lib.all__D --- --- kinfo_getproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getproc.3 > kinfo_getproc.3.gz --- kinfo_getvmmap.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmmap.3 > kinfo_getvmmap.3.gz --- kinfo_getvmobject.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmobject.3 > kinfo_getvmobject.3.gz --- sbin.all__D --- --- gbde --- cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -o gbde gbde.o template.o rijndael-alg-fst.o rijnda= el-api-fst.o sha2.o g_bde_lock.o -lmd -lutil -lgeom --- lib.all__D --- --- kld.3.gz --- gzip -cn /usr/src/lib/libutil/kld.3 > kld.3.gz --- login_auth.3.gz --- --- all_subdir_libunbound --- --- val_kcache.po --- --- all_subdir_libutil --- gzip -cn /usr/src/lib/libutil/login_auth.3 > login_auth.3.gz --- all_subdir_libunbound --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_kcache.c= -o val_kcache.po --- all_subdir_libutil --- --- login_cap.3.gz --- gzip -cn /usr/src/lib/libutil/login_cap.3 > login_cap.3.gz --- login_class.3.gz --- gzip -cn /usr/src/lib/libutil/login_class.3 > login_class.3.gz --- login_ok.3.gz --- gzip -cn /usr/src/lib/libutil/login_ok.3 > login_ok.3.gz --- login_times.3.gz --- gzip -cn /usr/src/lib/libutil/login_times.3 > login_times.3.gz --- login_tty.3.gz --- gzip -cn /usr/src/lib/libutil/login_tty.3 > login_tty.3.gz --- sbin.all__D --- --- all_subdir_geom --- =3D=3D=3D> sbin/geom (all) --- lib.all__D --- --- pidfile.3.gz --- gzip -cn /usr/src/lib/libutil/pidfile.3 > pidfile.3.gz --- property.3.gz --- gzip -cn /usr/src/lib/libutil/property.3 > property.3.gz --- pty.3.gz --- gzip -cn /usr/src/lib/libutil/pty.3 > pty.3.gz --- sbin.all__D --- --- _sub.all --- --- lib.all__D --- --- quotafile.3.gz --- gzip -cn /usr/src/lib/libutil/quotafile.3 > quotafile.3.gz --- sbin.all__D --- =3D=3D=3D> sbin/geom/core (all) --- lib.all__D --- --- realhostname.3.gz --- gzip -cn /usr/src/lib/libutil/realhostname.3 > realhostname.3.gz --- all_subdir_libunbound --- --- val_kentry.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_kentry.c= -o val_kentry.po --- all_subdir_libutil --- --- realhostname_sa.3.gz --- gzip -cn /usr/src/lib/libutil/realhostname_sa.3 > realhostname_sa.3.gz --- _secure_path.3.gz --- gzip -cn /usr/src/lib/libutil/_secure_path.3 > _secure_path.3.gz --- trimdomain.3.gz --- gzip -cn /usr/src/lib/libutil/trimdomain.3 > trimdomain.3.gz --- uucplock.3.gz --- gzip -cn /usr/src/lib/libutil/uucplock.3 > uucplock.3.gz --- sbin.all__D --- --- geom.o --- --- lib.all__D --- --- pw_util.3.gz --- --- sbin.all__D --- cc -O2 -pipe -DGEOM_CLASS_DIR=3D\"/lib/geom\" -I/usr/src/sbin/geom/core/= ../../../sys -I/usr/src/sbin/geom/core -I/usr/src/sbin/geom/core/.. -std=3D= gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -= Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested= -externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c /usr/src/sbin/geom/core/geom.c -o geom.o --- lib.all__D --- gzip -cn /usr/src/lib/libutil/pw_util.3 > pw_util.3.gz --- login.conf.5.gz --- gzip -cn /usr/src/lib/libutil/login.conf.5 > login.conf.5.gz --- share.all__D --- =3D=3D=3D> share (all) --- _sub.all --- =3D=3D=3D> share/colldef (all) --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- --- all_subdir_libunbound --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_libunbound] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sbin/geom/core *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sbin/geom 1 error make[4]: stopped in /usr/src/sbin/geom *** [all_subdir_geom] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson4359037285151919215.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Tue Nov 24 14:07:36 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79DC0A36D1C; Tue, 24 Nov 2015 14:07:36 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 671371DC3; Tue, 24 Nov 2015 14:07:36 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 8F696321; Tue, 24 Nov 2015 14:07:33 +0000 (UTC) Date: Tue, 24 Nov 2015 14:07:27 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <713543256.127.1448374050788.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <645035739.109.1448294887345.JavaMail.jenkins@jenkins-9.freebsd.org> References: <645035739.109.1448294887345.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #238 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:07:36 -0000 FreeBSD_STABLE_9-i386 - Build #238 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 8/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/238/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/238/c= onsole Change summaries: 291255 by hselasky: MFC r291146: Add support for Kana and Eisu keys to the USB keyboard driver. PR:=09=09204709 291251 by hselasky: MFC r290326: Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimising allocation of DMA bounce buffers. Discussed with:=09ian @ The end of the build log: [...truncated 52196 lines...] crunchide -k _crunched_mount_udf_stub mount_udf.lo cc -nostdlib -Wl,-dc -r -o mount_unionfs.lo mount_unionfs_stub.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/mount_unionfs/mount_unionfs.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/mount_unionfs/getmntopts.o crunchide -k _crunched_mount_unionfs_stub mount_unionfs.lo cc -nostdlib -Wl,-dc -r -o newfs.lo newfs_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/newfs/newfs.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/newfs/mkfs.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/newfs/geom_bsd= _enc.o crunchide -k _crunched_newfs_stub newfs.lo cc -nostdlib -Wl,-dc -r -o newfs_msdos.lo newfs_msdos_stub.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/sbin/newfs_msdos/newfs_msdos.o crunchide -k _crunched_newfs_msdos_stub newfs_msdos.lo cc -nostdlib -Wl,-dc -r -o nos-tun.lo nos-tun_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/nos-tun/nos-tun.o crunchide -k _crunched_nos_tun_stub nos-tun.lo cc -nostdlib -Wl,-dc -r -o ping.lo ping_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/sbin/ping/ping.o crunchide -k _crunched_ping_stub ping.lo cc -nostdlib -Wl,-dc -r -o reboot.lo reboot_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/reboot/reboot.o crunchide -k _crunched_reboot_stub reboot.lo cc -nostdlib -Wl,-dc -r -o restore.lo restore_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/restore/main.o /usr/obj/usr/src/rescue/rescue//usr/s= rc/sbin/restore/interactive.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= restore/restore.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/restore/dirs= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/restore/symtab.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/restore/tape.o /usr/obj/usr/src/rescue/r= escue//usr/src/sbin/restore/utilities.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/restore/dumprmt.o crunchide -k _crunched_restore_stub restore.lo cc -nostdlib -Wl,-dc -r -o rcorder.lo rcorder_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/rcorder/ealloc.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/rcorder/hash.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/rcord= er/rcorder.o crunchide -k _crunched_rcorder_stub rcorder.lo cc -nostdlib -Wl,-dc -r -o route.lo route_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/route/route.o crunchide -k _crunched_route_stub route.lo cc -nostdlib -Wl,-dc -r -o routed.lo routed_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/routed/if.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/routed/input.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/main.= o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/output.o /usr/obj/usr= /src/rescue/rescue//usr/src/sbin/routed/parms.o /usr/obj/usr/src/rescue/res= cue//usr/src/sbin/routed/radix.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/routed/rdisc.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/table= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/trace.o crunchide -k _crunched_routed_stub routed.lo cc -nostdlib -Wl,-dc -r -o rtquery.lo rtquery_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/routed/rtquery/rtquery.o crunchide -k _crunched_rtquery_stub rtquery.lo cc -nostdlib -Wl,-dc -r -o rtsol.lo rtsol_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/rtsol/rtsold.o /usr/obj/usr/src/rescue/rescue//usr/src/s= bin/rtsol/rtsol.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/rtsol/if.o /= usr/obj/usr/src/rescue/rescue//usr/src/sbin/rtsol/probe.o /usr/obj/usr/src/= rescue/rescue//usr/src/sbin/rtsol/dump.o /usr/obj/usr/src/rescue/rescue//us= r/src/sbin/rtsol/rtsock.o crunchide -k _crunched_rtsol_stub rtsol.lo cc -nostdlib -Wl,-dc -r -o savecore.lo savecore_stub.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/savecore/savecore.o crunchide -k _crunched_savecore_stub savecore.lo cc -nostdlib -Wl,-dc -r -o spppcontrol.lo spppcontrol_stub.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/sbin/spppcontrol/spppcontrol.o crunchide -k _crunched_spppcontrol_stub spppcontrol.lo cc -nostdlib -Wl,-dc -r -o swapon.lo swapon_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/swapon/swapon.o crunchide -k _crunched_swapon_stub swapon.lo cc -nostdlib -Wl,-dc -r -o sysctl.lo sysctl_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/sysctl/sysctl.o crunchide -k _crunched_sysctl_stub sysctl.lo cc -nostdlib -Wl,-dc -r -o tunefs.lo tunefs_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/tunefs/tunefs.o crunchide -k _crunched_tunefs_stub tunefs.lo cc -nostdlib -Wl,-dc -r -o umount.lo umount_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/umount/umount.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/umount/vfslist.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/umount= /mounttab.o crunchide -k _crunched_umount_stub umount.lo cc -nostdlib -Wl,-dc -r -o atmconfig.lo atmconfig_stub.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/atm/atmconfig/main.o /usr/obj/usr/src/rescue/res= cue//usr/src/sbin/atm/atmconfig/diag.o /usr/obj/usr/src/rescue/rescue//usr/= src/sbin/atm/atmconfig/natm.o crunchide -k _crunched_atmconfig_stub atmconfig.lo cc -nostdlib -Wl,-dc -r -o ping6.lo ping6_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/ping6/ping6.o crunchide -k _crunched_ping6_stub ping6.lo cc -nostdlib -Wl,-dc -r -o ipf.lo ipf_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/sbin/ipf/ipf/ipf.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/i= pf/ipf/ipfcomp.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipf_y= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipf_l.o /usr/obj/us= r/src/rescue/rescue//usr/src/sbin/ipf/ipf/bpf_filter.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/ipf/ipf/addicmp.o /usr/obj/usr/src/rescue/rescue//= usr/src/sbin/ipf/ipf/addipopt.o /usr/obj/usr/src/rescue/rescue//usr/src/sbi= n/ipf/ipf/alist_free.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf= /alist_new.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/bcopywrap= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/binprint.o /usr/obj= /usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/buildopts.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/ipf/ipf/checkrev.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/count4bits.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/ipf/ipf/count6bits.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ip= f/ipf/debug.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/facpri.o= /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/fill6bits.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/flags.o /usr/obj/usr/src/rescue= /rescue//usr/src/sbin/ipf/ipf/gethost.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/ipf/ipf/getifname.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/getnattype.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/g= etport.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/getportproto.= o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/getproto.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/getsumd.o /usr/obj/usr/src/resc= ue/rescue//usr/src/sbin/ipf/ipf/hostname.o /usr/obj/usr/src/rescue/rescue//= usr/src/sbin/ipf/ipf/icmpcode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbi= n/ipf/ipf/initparse.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/= ionames.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipf_dotuning= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipft_ef.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipft_hx.o /usr/obj/usr/src/resc= ue/rescue//usr/src/sbin/ipf/ipf/ipft_pc.o /usr/obj/usr/src/rescue/rescue//u= sr/src/sbin/ipf/ipf/ipft_sn.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/ipft_td.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipft= _tx.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipoptsec.o /usr/= obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/kmem.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/ipf/ipf/kmemcpywrap.o /usr/obj/usr/src/rescue/resc= ue//usr/src/sbin/ipf/ipf/kvatoname.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/ipf/ipf/load_file.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf= /ipf/load_hash.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_= hashnode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_http.o= /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_pool.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_poolnode.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/sbin/ipf/ipf/load_url.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/ipf/ipf/mutex_emul.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/ipf/ipf/nametokva.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/nat_setgroupmap.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/= ipf/ntomask.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/optname.= o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/optprint.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/optprintv6.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/ipf/ipf/optvalue.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/portname.o /usr/obj/usr/src/rescue/rescue//usr/src/= sbin/ipf/ipf/print_toif.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/= ipf/printactivenat.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/p= rintaps.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printbuf.o /= usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printfr.o /usr/obj/usr/= src/rescue/rescue//usr/src/sbin/ipf/ipf/printfraginfo.o /usr/obj/usr/src/re= scue/rescue//usr/src/sbin/ipf/ipf/printhash.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/printhash_live.o /usr/obj/usr/src/rescue/rescue//us= r/src/sbin/ipf/ipf/printhashdata.o /usr/obj/usr/src/rescue/rescue//usr/src/= sbin/ipf/ipf/printhashnode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/i= pf/ipf/printhostmap.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/= printhostmask.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printi= fname.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printip.o /usr= /obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printlog.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/sbin/ipf/ipf/printmask.o /usr/obj/usr/src/rescue/r= escue//usr/src/sbin/ipf/ipf/printnat.o /usr/obj/usr/src/rescue/rescue//usr/= src/sbin/ipf/ipf/printpacket.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin= /ipf/ipf/printpacket6.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ip= f/printpool.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printpoo= l_live.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printpooldata= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printpoolnode.o /us= r/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printportcmp.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printproto.o /usr/obj/usr/src/re= scue/rescue//usr/src/sbin/ipf/ipf/printsbuf.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/printstate.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/ipf/ipf/printtqtable.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/printtunable.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf= /remove_hash.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/remove_= hashnode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/remove_pool= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/remove_poolnode.o /= usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/resetlexer.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/ipf/ipf/rwlock_emul.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/ipf/ipf/tcp_flags.o /usr/obj/usr/src/rescue/resc= ue//usr/src/sbin/ipf/ipf/tcpflags.o /usr/obj/usr/src/rescue/rescue//usr/src= /sbin/ipf/ipf/tcpoptnames.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ip= f/ipf/v6ionames.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/v6op= tvalue.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/var.o /usr/ob= j/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/verbose.o crunchide -k _crunched_ipf_stub ipf.lo cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/files.c -o files.o cc -nostdlib -Wl,-dc -r -o zfs.lo zfs_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/cddl/sbin/zfs/zfs_main.o /usr/obj/usr/src/rescue/rescue//usr/src/= cddl/sbin/zfs/zfs_iter.o crunchide -k _crunched_zfs_stub zfs.lo cc -nostdlib -Wl,-dc -r -o zpool.lo zpool_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/cddl/sbin/zpool/zpool_main.o /usr/obj/usr/src/rescue/rescue//= usr/src/cddl/sbin/zpool/zpool_vdev.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/cddl/sbin/zpool/zpool_iter.o /usr/obj/usr/src/rescue/rescue//usr/src/cddl= /sbin/zpool/zpool_util.o /usr/obj/usr/src/rescue/rescue//usr/src/cddl/sbin/= zpool/zfs_comutil.o /usr/obj/usr/src/rescue/rescue//usr/src/cddl/sbin/zpool= /timestamp.o crunchide -k _crunched_zpool_stub zpool.lo cc -nostdlib -Wl,-dc -r -o bsdlabel.lo bsdlabel_stub.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/bsdlabel/bsdlabel.o /usr/obj/usr/src/rescue/rescue= //usr/src/sbin/bsdlabel/geom_bsd_enc.o crunchide -k _crunched_bsdlabel_stub bsdlabel.lo cc -nostdlib -Wl,-dc -r -o sconfig.lo sconfig_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/sconfig/sconfig.o crunchide -k _crunched_sconfig_stub sconfig.lo cc -nostdlib -Wl,-dc -r -o fdisk.lo fdisk_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/fdisk/fdisk.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/fdisk/geom_mbr_enc.o crunchide -k _crunched_fdisk_stub fdisk.lo cc -nostdlib -Wl,-dc -r -o dhclient.lo dhclient_stub.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/dhclient/dhclient.o /usr/obj/usr/src/rescue/rescue= //usr/src/sbin/dhclient/clparse.o /usr/obj/usr/src/rescue/rescue//usr/src/s= bin/dhclient/alloc.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/= dispatch.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/hash.o /us= r/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/bpf.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/dhclient/options.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/dhclient/tree.o /usr/obj/usr/src/rescue/rescue//usr/src/sbi= n/dhclient/conflex.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/= errwarn.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/inet.o /usr= /obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/packet.o /usr/obj/usr/src= /rescue/rescue//usr/src/sbin/dhclient/convert.o /usr/obj/usr/src/rescue/res= cue//usr/src/sbin/dhclient/tables.o /usr/obj/usr/src/rescue/rescue//usr/src= /sbin/dhclient/parse.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclien= t/privsep.o crunchide -k _crunched_dhclient_stub dhclient.lo cc -nostdlib -Wl,-dc -r -o head.lo head_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/head/head.o crunchide -k _crunched_head_stub head.lo cc -nostdlib -Wl,-dc -r -o mt.lo mt_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/mt/mt.o crunchide -k _crunched_mt_stub mt.lo cc -nostdlib -Wl,-dc -r -o nc.lo nc_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/nc/netcat.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin= /nc/atomicio.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/nc/socks.o crunchide -k _crunched_nc_stub nc.lo cc -nostdlib -Wl,-dc -r -o sed.lo sed_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/sed/compile.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/sed/main.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/sed/misc.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/sed/process.o crunchide -k _crunched_sed_stub sed.lo cc -nostdlib -Wl,-dc -r -o tail.lo tail_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/tail/forward.o /usr/obj/usr/src/rescue/rescue//usr/src/= usr.bin/tail/misc.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tail/re= ad.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tail/reverse.o /usr/ob= j/usr/src/rescue/rescue//usr/src/usr.bin/tail/tail.o crunchide -k _crunched_tail_stub tail.lo cc -nostdlib -Wl,-dc -r -o tee.lo tee_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/tee/tee.o crunchide -k _crunched_tee_stub tee.lo cc -nostdlib -Wl,-dc -r -o gzip.lo gzip_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/gzip/gzip.o crunchide -k _crunched_gzip_stub gzip.lo cc -nostdlib -Wl,-dc -r -o bzip2.lo bzip2_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/bzip2/bzip2.o crunchide -k _crunched_bzip2_stub bzip2.lo cc -nostdlib -Wl,-dc -r -o less.lo less_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/less/main.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/less/screen.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/bra= c.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/ch.o /usr/obj/usr/= src/rescue/rescue//usr/src/usr.bin/less/charset.o /usr/obj/usr/src/rescue/r= escue//usr/src/usr.bin/less/cmdbuf.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/usr.bin/less/command.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/le= ss/cvt.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/decode.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/less/edit.o /usr/obj/usr/src/re= scue/rescue//usr/src/usr.bin/less/filename.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/less/forwback.o /usr/obj/usr/src/rescue/rescue//usr/src/u= sr.bin/less/help.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/ifi= le.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/input.o /usr/obj/= usr/src/rescue/rescue//usr/src/usr.bin/less/jump.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/less/line.o /usr/obj/usr/src/rescue/rescue//usr/src= /usr.bin/less/linenum.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/les= s/lsystem.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/mark.o /us= r/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/optfunc.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/less/option.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/less/opttbl.o /usr/obj/usr/src/rescue/rescue//usr/src/u= sr.bin/less/os.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/outpu= t.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/pattern.o /usr/obj= /usr/src/rescue/rescue//usr/src/usr.bin/less/position.o /usr/obj/usr/src/re= scue/rescue//usr/src/usr.bin/less/prompt.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/less/search.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.b= in/less/signal.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/tags.= o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/ttyin.o /usr/obj/usr= /src/rescue/rescue//usr/src/usr.bin/less/version.o crunchide -k _crunched_less_stub less.lo cc -nostdlib -Wl,-dc -r -o xz.lo xz_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/xz/args.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/x= z/coder.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/file_io.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/hardware.o /usr/obj/usr/src/= rescue/rescue//usr/src/usr.bin/xz/list.o /usr/obj/usr/src/rescue/rescue//us= r/src/usr.bin/xz/main.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/= message.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/options.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/signals.o /usr/obj/usr/src/r= escue/rescue//usr/src/usr.bin/xz/suffix.o /usr/obj/usr/src/rescue/rescue//u= sr/src/usr.bin/xz/util.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz= /tuklib_open_stdxxx.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tu= klib_progname.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_e= xit.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_cpucores.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_mbstr_width.o /us= r/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_mbstr_fw.o crunchide -k _crunched_xz_stub xz.lo cc -nostdlib -Wl,-dc -r -o tar.lo tar_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/tar/bsdtar.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.= bin/tar/cmdline.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/getda= te.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/read.o /usr/obj/us= r/src/rescue/rescue//usr/src/usr.bin/tar/subst.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/tar/tree.o /usr/obj/usr/src/rescue/rescue//usr/src/us= r.bin/tar/util.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/write.= o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/err.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/tar/line_reader.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/tar/matching.o /usr/obj/usr/src/rescue/rescue//usr/= src/usr.bin/tar/pathmatch.o crunchide -k _crunched_tar_stub tar.lo cc -nostdlib -Wl,-dc -r -o vi.lo vi_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/vi/cl_bsd.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin= /vi/cl_funcs.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/cl_main.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/cl_read.o /usr/obj/usr/= src/rescue/rescue//usr/src/usr.bin/vi/cl_screen.o /usr/obj/usr/src/rescue/r= escue//usr/src/usr.bin/vi/cl_term.o /usr/obj/usr/src/rescue/rescue//usr/src= /usr.bin/vi/cut.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/delete= .o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/exf.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/vi/key.o /usr/obj/usr/src/rescue/rescue//u= sr/src/usr.bin/vi/line.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi= /log.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/main.o /usr/obj/u= sr/src/rescue/rescue//usr/src/usr.bin/vi/mark.o /usr/obj/usr/src/rescue/res= cue//usr/src/usr.bin/vi/msg.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.b= in/vi/options.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/options_= f.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/put.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/screen.o /usr/obj/usr/src/rescue/rescu= e//usr/src/usr.bin/vi/search.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.= bin/vi/seq.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/recover.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/util.o /usr/obj/usr/src/r= escue/rescue//usr/src/usr.bin/vi/ex.o /usr/obj/usr/src/rescue/rescue//usr/s= rc/usr.bin/vi/ex_abbrev.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/v= i/ex_append.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_args.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_argv.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/ex_at.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/vi/ex_bang.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.= bin/vi/ex_cd.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_cmd.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_cscope.o /usr/obj/usr= /src/rescue/rescue//usr/src/usr.bin/vi/ex_delete.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/vi/ex_display.o /usr/obj/usr/src/rescue/rescue//usr= /src/usr.bin/vi/ex_edit.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/v= i/ex_equal.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_file.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_filter.o /usr/obj/usr/= src/rescue/rescue//usr/src/usr.bin/vi/ex_global.o /usr/obj/usr/src/rescue/r= escue//usr/src/usr.bin/vi/ex_init.o /usr/obj/usr/src/rescue/rescue//usr/src= /usr.bin/vi/ex_join.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex= _map.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_mark.o /usr/ob= j/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_mkexrc.o /usr/obj/usr/src/re= scue/rescue//usr/src/usr.bin/vi/ex_move.o /usr/obj/usr/src/rescue/rescue//u= sr/src/usr.bin/vi/ex_open.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin= /vi/ex_preserve.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_pri= nt.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_put.o /usr/obj/u= sr/src/rescue/rescue//usr/src/usr.bin/vi/ex_quit.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/vi/ex_read.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/usr.bin/vi/ex_screen.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi= /ex_script.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_set.o /u= sr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_shell.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/vi/ex_shift.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/vi/ex_source.o /usr/obj/usr/src/rescue/rescue//usr/src/= usr.bin/vi/ex_stop.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_= subst.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_tag.o /usr/ob= j/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_txt.o /usr/obj/usr/src/rescu= e/rescue//usr/src/usr.bin/vi/ex_undo.o /usr/obj/usr/src/rescue/rescue//usr/= src/usr.bin/vi/ex_usage.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/v= i/ex_util.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_version.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_visual.o /usr/obj/us= r/src/rescue/rescue//usr/src/usr.bin/vi/ex_write.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/vi/ex_yank.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/usr.bin/vi/ex_z.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_t= cl.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_perl.o /usr/obj/= usr/src/rescue/rescue//usr/src/usr.bin/vi/getc.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/vi/v_at.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/vi/v_ch.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_cmd.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_delete.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/v_ex.o /usr/obj/usr/src/rescue/rescue/= /usr/src/usr.bin/vi/v_increment.o /usr/obj/usr/src/rescue/rescue//usr/src/u= sr.bin/vi/v_init.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_itx= t.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_left.o /usr/obj/us= r/src/rescue/rescue//usr/src/usr.bin/vi/v_mark.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/vi/v_match.o /usr/obj/usr/src/rescue/rescue//usr/src/= usr.bin/vi/v_paragraph.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi= /v_put.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_redraw.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_replace.o /usr/obj/usr/src= /rescue/rescue//usr/src/usr.bin/vi/v_right.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/vi/v_screen.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/vi/v_scroll.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_sea= rch.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_section.o /usr/o= bj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_sentence.o /usr/obj/usr/src/= rescue/rescue//usr/src/usr.bin/vi/v_status.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/vi/v_txt.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bi= n/vi/v_ulcase.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_undo.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_util.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/v_word.o /usr/obj/usr/src/rescue/rescu= e//usr/src/usr.bin/vi/v_xchar.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/vi/v_yank.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_z.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_zexit.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/vi/vi.o /usr/obj/usr/src/rescue/rescue//us= r/src/usr.bin/vi/vs_line.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/= vi/vs_msg.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/vs_refresh.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/vs_relative.o /usr/obj/= usr/src/rescue/rescue//usr/src/usr.bin/vi/vs_smap.o /usr/obj/usr/src/rescue= /rescue//usr/src/usr.bin/vi/vs_split.o crunchide -k _crunched_vi_stub vi.lo cc -nostdlib -Wl,-dc -r -o id.lo id_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/id/id.o crunchide -k _crunched_id_stub id.lo cc -nostdlib -Wl,-dc -r -o chroot.lo chroot_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.sbin/chroot/chroot.o cc -nostdlib -Wl,-dc -r -o chown.lo chown_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.sbin/chown/chown.o crunchide -k _crunched_chroot_stub chroot.lo crunchide -k _crunched_chown_stub chown.lo cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date= .lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.l= o ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.= lo setfacl.lo sh.lo sleep.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontr= ol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.= lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.= lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo k= ldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount= _cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo moun= t_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot= .lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.l= o spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6= .lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head= .lo mt.lo nc.lo sed.lo tail.lo tee.lo gzip.lo bzip2.lo less.lo xz.lo tar.lo= vi.lo id.lo chroot.lo chown.lo /usr/obj/usr/src/rescue/rescue/../librescue= /exec.o /usr/obj/usr/src/rescue/rescue/../librescue/getusershell.o /usr/obj= /usr/src/rescue/rescue/../librescue/login_class.o /usr/obj/usr/src/rescue/r= escue/../librescue/popen.o /usr/obj/usr/src/rescue/rescue/../librescue/rcmd= sh.o /usr/obj/usr/src/rescue/rescue/../librescue/sysctl.o /usr/obj/usr/src/= rescue/rescue/../librescue/system.o -lcrypt -ledit -ljail -lkvm -ll -ltermc= ap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs_core -= lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lread= line -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/float.c -o float.o nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2347): warning: warning: mktemp() possibly used unsafely; consider= using mkstemp() cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/footnote.c -o footnote.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/html.c -o html.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o strip rescue cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/index.c -o index.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/insertion.c -o insertion.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/lang.c -o lang.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/macro.c -o macro.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/makeinfo.c -o makeinfo.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/multi.c -o multi.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/node.c -o node.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/sectioning.c -o sectioning.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/toc.c -o toc.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/xml.c -o xml.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/xref.c -o xref.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o gzip -cn /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/= doc/makeinfo.1 > makeinfo.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -o makeinfo cmds.o defun.o files.o float.o footnote.o html.= o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o= toc.o xml.o xref.o /usr/obj/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi= /libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/info (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/dir.c -o dir.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/display.c -o display.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/doc.c -o doc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/dribble.c -o dribble.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/echo-area.c -o echo-are= a.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/filesys.c -o filesys.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/footnotes.c -o footnote= s.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/gc.c -o gc.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/indices.c -o indices.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/info-utils.c -o info-ut= ils.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/info.c -o info.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/infodoc.c -o infodoc.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/infomap.c -o infomap.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/m-x.c -o m-x.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/man.c -o man.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/nodemenu.c -o nodemenu.= o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/nodes.c -o nodes.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/search.c -o search.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/session.c -o session.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/signals.c -o signals.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/terminal.c -o terminal.= o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/tilde.c -o tilde.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/variables.c -o variable= s.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/window.c -o window.o ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c gzip -cn /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/doc/= info.1 > info.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o gzip -cn /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/doc/= info.5 > info.5.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a gzip -cn /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/doc/= texinfo.5 > texinfo.5.gz =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -o info dir.o dis= play.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o inf= o-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.= o session.o signals.o terminal.o tilde.o variables.o window.o -ltermcap /us= r/obj/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o =3D=3D=3D> gnu/usr.bin/texinfo/infokey (all) cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/u= sr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=3Dgnu99 -fstac= k-protector -c /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/te= xinfo/info/infokey.c -o infokey.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/u= sr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=3Dgnu99 -fstac= k-protector -c /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/te= xinfo/info/key.c -o key.o gzip -cn /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/d= oc/infokey.1 > infokey.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/u= sr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=3Dgnu99 -fstac= k-protector -o infokey infokey.o key.o /usr/obj/usr/src/gnu/usr.bin/texin= fo/infokey/../libtxi/libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/install-info (all) cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src/= gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib -std=3Dgnu= 99 -fstack-protector -c /usr/src/gnu/usr.bin/texinfo/install-info/../../.= ./../contrib/texinfo/util/install-info.c -o install-info.o gzip -cn /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texi= nfo/doc/install-info.1 > install-info.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src/= gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib -std=3Dgnu= 99 -fstack-protector -o install-info install-info.o /usr/obj/usr/src/gnu= /usr.bin/texinfo/install-info/../libtxi/libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/texindex (all) cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib= /texinfo/util/texindex.c -o texindex.o gzip -cn /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/= doc/texindex.1 > texindex.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -o texindex texindex.o /usr/obj/usr/src/gnu/usr.bin/texinfo= /texindex/../libtxi/libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/doc (all) makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texin= fo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/tex= info.txi texinfo.texi makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texin= fo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.i= nfo gzip -cn info.info > info.info.gz gzip -cn info-stnd.info > info-stnd.info.gz gzip -cn texinfo.info > texinfo.info.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson2225321982132271128.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Tue Nov 24 14:09:31 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93656A36DE4; Tue, 24 Nov 2015 14:09:31 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 76C781F15; Tue, 24 Nov 2015 14:09:31 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 6D716322; Tue, 24 Nov 2015 14:09:31 +0000 (UTC) Date: Tue, 24 Nov 2015 14:09:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2075977422.129.1448374171420.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1217053857.125.1448366996804.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1217053857.125.1448366996804.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #666 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:09:31 -0000 FreeBSD_STABLE_10-i386 - Build #666 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 66/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/666= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/666/= console Change summaries: 291254 by hselasky: MFC r291146: Add support for Kana and Eisu keys to the USB keyboard driver. PR:=09=09204709 291253 by hselasky: MFC r291145: Fix scancodes for Kana and Eisu keys. PR:=09=09204709 291250 by hselasky: MFC r290326: Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimising allocation of DMA bounce buffers. Discussed with:=09ian @ The end of the build log: [...truncated 100911 lines...] sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextb= oot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhc= lient-script > dhclient_FIXED --- lib.all__D --- --- _inffast.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c _inffast.c -o= _inffast.po --- secure.all__D --- --- f_string.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/f_string.c -o f_string.po --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/inode.c -o inode.o --- all_subdir_fsck_msdosfs --- =3D=3D=3D> sbin/fsck_msdosfs (all) --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/main.c -o main.o --- lib.all__D --- --- _inflate.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c _inflate.c -o= _inflate.po --- secure.all__D --- --- i2d_pr.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/i2d_pr.c -o i2d_pr.po --- sbin.all__D --- --- check.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/check.c -o check.o --- boot.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/boot.c -o boot.o --- secure.all__D --- --- i2d_pu.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/i2d_pu.c -o i2d_pu.po --- sbin.all__D --- --- fat.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/fat.c -o fat.o --- secure.all__D --- --- n_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/n_pkey.c -o n_pkey.po --- sbin.all__D --- --- all_subdir_fsck_ffs --- --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/main.c -o main.o --- secure.all__D --- --- nsseq.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/nsseq.c -o nsseq.po --- sbin.all__D --- --- all_subdir_fsck_msdosfs --- --- dir.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/dir.c -o dir.o --- all_subdir_fsck_ffs --- --- pass1.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1.c -o pass1.o --- secure.all__D --- --- p5_pbe.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p5_pbe.c -o p5_pbe.po --- lib.all__D --- --- _inftrees.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c _inftrees.c -= o _inftrees.po --- _zutil.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c _zutil.c -o _= zutil.po --- secure.all__D --- --- p5_pbev2.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p5_pbev2.c -o p5_pbev2.po --- lib.all__D --- --- libstand_p.a --- building profiled stand library ranlib -D libstand_p.a --- all_subdir_libstdbuf --- =3D=3D=3D> lib/libstdbuf (all) --- sbin.all__D --- --- pass1b.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1b.c -o pass1b.o --- lib.all__D --- --- stdbuf.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdbuf/stdbuf.= c -o stdbuf.po --- secure.all__D --- --- p8_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/p8_pkey.c -o p8_pkey.po --- sbin.all__D --- --- all_subdir_fsck_msdosfs --- --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/../fsck/fsutil.c -o fsutil.o --- lib.all__D --- --- libstdbuf_p.a --- building profiled stdbuf library ranlib -D libstdbuf_p.a --- libstdbuf.3.gz --- gzip -cn /usr/src/lib/libstdbuf/libstdbuf.3 > libstdbuf.3.gz --- sbin.all__D --- --- all_subdir_fsck_ffs --- --- pass2.o --- --- lib.all__D --- --- all_subdir_libstdthreads --- --- sbin.all__D --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=3Dgnu99 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass2.c -o pass2.o --- lib.all__D --- =3D=3D=3D> lib/libstdthreads (all) --- sbin.all__D --- --- all_subdir_fsck_msdosfs --- --- fsck_msdosfs.8.gz --- gzip -cn /usr/src/sbin/fsck_msdosfs/fsck_msdosfs.8 > fsck_msdosfs.8.gz --- lib.all__D --- --- call_once.po --- --- sbin.all__D --- --- fsck_msdosfs --- --- lib.all__D --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/cal= l_once.c -o call_once.po --- sbin.all__D --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable = -o fsck_msdosfs main.o check.o boot.o fat.o dir.o fsutil.o=20 --- lib.all__D --- --- cnd.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/cnd= .c -o cnd.po --- share.all__D --- =3D=3D=3D> share (all) --- secure.all__D --- --- t_bitst.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_bitst.c -o t_bitst.po --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- mtx.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/mtx= .c -o mtx.po --- thrd.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/thr= d.c -o thrd.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- --- all_subdir_fsck_ffs --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck_ffs *** [all_subdir_fsck_ffs] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libstdthreads *** [all_subdir_libstdthreads] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson5210545020163322658.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 00:10:27 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40ADAA363FE; Wed, 25 Nov 2015 00:10:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 316E71B16; Wed, 25 Nov 2015 00:10:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 485C54F1; Wed, 25 Nov 2015 00:10:23 +0000 (UTC) Date: Wed, 25 Nov 2015 00:10:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jkim@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1934146359.131.1448410220500.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2075977422.129.1448374171420.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2075977422.129.1448374171420.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #667 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 00:10:27 -0000 FreeBSD_STABLE_10-i386 - Build #667 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 67/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/667= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/667/= console Change summaries: 291268 by jkim: MFC:=09r289425 Add support for ARM EABI. Note it is not a direct MFC because some macros are not defined in this branch. The end of the build log: [...truncated 100951 lines...] cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_print.c -o a_print.po --- lib.all__D --- --- mesh.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/mesh.c -o mes= h.po --- secure.all__D --- --- a_set.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_set.c -o a_set.po --- sbin.all__D --- --- geom_mbr_enc.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c /usr/src/sbin/fdisk/../../sys/geom/geom_mbr_enc.c -o geom_= mbr_enc.o --- lib.all__D --- --- mini_event.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/mini_event.c -o m= ini_event.po --- sbin.all__D --- --- fdisk.8.gz --- gzip -cn /usr/src/sbin/fdisk/fdisk.8 > fdisk.8.gz --- fdisk --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -o fdisk fdisk.o geom_mbr_enc.o -lgeom -lbsdxml -lsbuf --- secure.all__D --- --- a_sign.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_sign.c -o a_sign.po --- sbin.all__D --- --- all_subdir_ffsinfo --- =3D=3D=3D> sbin/ffsinfo (all) --- rescue.all__D --- strip rescue --- lib.all__D --- --- modstack.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/modstack.c -o= modstack.po --- sbin.all__D --- --- ffsinfo.o --- cc -O2 -pipe -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -c /usr/src/sbin/ffsinfo/ffsinfo.c -o ffsinfo= .o --- rescue.all__D --- --- nextboot_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextb= oot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhc= lient-script > dhclient_FIXED --- lib.all__D --- --- all_subdir_libusbhid --- =3D=3D=3D> lib/libusbhid (all) --- all_subdir_libunbound --- --- module.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/module.c -o modul= e.po --- secure.all__D --- --- a_strex.po --- --- lib.all__D --- --- all_subdir_libusbhid --- --- descr.po --- --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_strex.c -o a_strex.po --- lib.all__D --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr.c= -o descr.po --- all_subdir_libunbound --- --- msgencode.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/msgencode.c = -o msgencode.po --- all_subdir_libusbhid --- --- descr_compat.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr_c= ompat.c -o descr_compat.po --- sbin.all__D --- --- debug.o --- cc -O2 -pipe -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -c /usr/src/sbin/ffsinfo/../growfs/debug.c -o= debug.o --- lib.all__D --- --- parse.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/parse.c= -o parse.po --- all_subdir_libunbound --- --- msgparse.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/msgparse.c -= o msgparse.po --- secure.all__D --- --- a_strnid.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_strnid.c -o a_strnid.po --- lib.all__D --- --- msgreply.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/msgreply.c -= o msgreply.po --- all_subdir_libusbhid --- --- usage.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/usage.c= -o usage.po --- sbin.all__D --- --- ffsinfo.8.gz --- gzip -cn /usr/src/sbin/ffsinfo/ffsinfo.8 > ffsinfo.8.gz --- ffsinfo --- cc -O2 -pipe -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -o ffsinfo ffsinfo.o debug.o -lufs --- secure.all__D --- --- a_time.po --- --- lib.all__D --- --- all_subdir_libunbound --- --- net_help.po --- --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_time.c -o a_time.po --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/net_help.c -o net= _help.po --- sbin.all__D --- --- all_subdir_fsck --- =3D=3D=3D> sbin/fsck (all) --- lib.all__D --- --- all_subdir_libusbhid --- --- data.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/data.c = -o data.po --- sbin.all__D --- --- fsck.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -c /usr/src/sbin/fsck/fsck.c -o fsck.o --- lib.all__D --- --- libusbhid_p.a --- building profiled usbhid library --- secure.all__D --- --- a_type.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_type.c -o a_type.po --- lib.all__D --- ranlib -D libusbhid_p.a --- usbhid.3.gz --- gzip -cn /usr/src/lib/libusbhid/usbhid.3 > usbhid.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- all_subdir_libunbound --- --- netevent.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/netevent.c -o net= event.po --- secure.all__D --- --- a_utctm.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/a_utctm.c -o a_utctm.po --- sbin.all__D --- --- fsutil.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -c /usr/src/sbin/fsck/fsutil.c -o fsut= il.o --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck *** [all_subdir_fsck] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_libunbound] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson1399491343946645721.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 10:07:31 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB928A35ED4; Wed, 25 Nov 2015 10:07:31 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5A71126; Wed, 25 Nov 2015 10:07:31 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B52B4647; Wed, 25 Nov 2015 10:07:31 +0000 (UTC) Date: Wed, 25 Nov 2015 10:07:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <284796844.136.1448446051704.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <713543256.127.1448374050788.JavaMail.jenkins@jenkins-9.freebsd.org> References: <713543256.127.1448374050788.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #239 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:07:31 -0000 FreeBSD_STABLE_9-i386 - Build #239 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 9/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/239/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/239/c= onsole Change summaries: 291297 by ngie: MFstable/10 r291294: MFC r258245: r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by:=09swildner@dragonflybsd.org The end of the build log: [...truncated 52195 lines...] gzip -cn /usr/src/secure/usr.bin/openssl/man/genrsa.1 > genrsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/nseq.1 > nseq.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ocsp.1 > ocsp.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/openssl.1 > openssl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/passwd.1 > passwd.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs12.1 > pkcs12.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs7.1 > pkcs7.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs8.1 > pkcs8.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rand.1 > rand.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/req.1 > req.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsa.1 > rsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsautl.1 > rsautl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_client.1 > s_client.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_server.1 > s_server.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_time.1 > s_time.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/sess_id.1 > sess_id.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/smime.1 > smime.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/speed.1 > speed.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/spkac.1 > spkac.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/verify.1 > verify.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/version.1 > version.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509.1 > x509.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509v3_config.1 > x509v3_confi= g.1.gz cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/usr.bin/openssl/../= ../../crypto/openssl -I/usr/src/secure/usr.bin/openssl/../../../crypto/open= ssl/crypto -I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDS= O_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH -I/usr/src/s= ecure/usr.bin/openssl -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o cms.o crl.o = crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine= .o errstr.o gendh.o gendsa.o genrsa.o nseq.o ocsp.o openssl.o passwd.o pkcs= 12.o pkcs7.o pkcs8.o prime.o rand.o req.o rsa.o rsautl.o s_cb.o s_client.o = s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o v= ersion.o x509.o -lssl -lcrypto =3D=3D=3D> secure/usr.bin/scp (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c -o scp.o cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/roaming_dummy.c -= o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.1 > scp.1.= gz cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o scp s= cp.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/sftp (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.c -o sftp.= o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-client.c -= o sftp-client.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-common.c -= o sftp-common.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-glob.c -o = sftp-glob.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o gcpp gcc.o= opts-common.o options.o intl.o prefix.o version.o driver-i386.o cppspec.o = /usr/obj/usr/src/gnu/usr.bin/cc/cpp/../libcpp/libcpp.a /usr/obj/usr/src/gnu= /usr.bin/cc/cpp/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/cc1plus (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/progressmeter.c= -o progressmeter.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/roaming_dummy.c= -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/main.c -o main.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-lang.c -o cp-lang.o gzip -cn /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.1 > sftp= .1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/c-opts.c -o c-opts.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/call.c -o call.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sftp= sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o roaming_dum= my.o -lssh -ledit -lncurses -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/class.c -o class.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/ssh.c -o ssh.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/readconf.c -o readconf.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cvt.c -o cvt.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/clientloop.c -o clientloop.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshtty.c -o sshtty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cxx-pretty-print.c -o cxx-pretty-print.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect.c -o sshconnect.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl.c -o decl.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect1.c -o sshconnect1.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect2.c -o sshconnect2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl2.c -o decl2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/error.c -o error.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/mux.c -o mux.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_common.c -o roaming_common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/expr.c -o expr.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_client.c -o roaming_client.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/gss-genr.c -o gss-genr.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/dump.c -o dump.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/friend.c -o friend.o gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh.1 > ssh.1.= gz gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh_config.5 >= ssh_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /u= sr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o s= shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr= .o -lssh -lutil -lgssapi -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-add (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c= -o ssh-add.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/roaming_d= ummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.1 = > ssh-add.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/init.c -o init.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/lex.c -o lex.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o s= sh-add ssh-add.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-agent (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-a= gent.c -o ssh-agent.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/roami= ng_dummy.c -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/mangle.c -o mangle.o gzip -cn /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agen= t.1 > ssh-agent.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o= ssh-agent ssh-agent.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keygen (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh= -keygen.c -o ssh-keygen.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/roa= ming_dummy.c -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/method.c -o method.o gzip -cn /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-key= gen.1 > ssh-keygen.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -= o ssh-keygen ssh-keygen.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o =3D=3D=3D> secure/usr.bin/ssh-keyscan (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/s= sh-keyscan.c -o ssh-keyscan.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/r= oaming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-ke= yscan.1 > ssh-keyscan.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private = -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.sbin (all) =3D=3D=3D> secure/usr.sbin/sshd (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c -o sshd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c -o auth-rhosts= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c -o auth-passwd= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c -o auth-rsa.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c -o auth-rh-rsa= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit.c -o audit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c -o audit-bsm.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In funct= ion 'audit_connection_from': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:365: warn= ing: passing argument 1 of 'aug_get_machine' discards qualifiers from point= er target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-linux.c -o audit-linux= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/platform.c -o platform.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c -o sshpty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c -o sshlogin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c -o servconf.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c -o serverloop.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c -o auth.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c -o auth1.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c -o auth2.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c -o auth-optio= ns.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/session.c -o session.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c: In functio= n 'do_nologin': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c:1442: warni= ng: assignment discards qualifiers from pointer target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c -o auth-chall.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c -o auth2-chall= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c -o groupaccess= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-skey.c -o auth-skey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-bsdauth.c -o auth-bsdau= th.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-hostbased.c -o auth2-h= ostbased.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-kbdint.c -o auth2-kbdi= nt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-none.c -o auth2-none.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-passwd.c -o auth2-pass= wd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-pubkey.c -o auth2-pubk= ey.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_mm.c -o monitor_mm.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor.c -o monitor.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_wrap.c -o monitor_wr= ap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexdhs.c -o kexdhs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexgexs.c -o kexgexs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexecdhs.c -o kexecdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexc25519s.c -o kexc25519s.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-krb5.c -o auth-krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-gss.c -o auth2-gss.o =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv.c -o gss-serv.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv-krb5.c -o gss-serv-= krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/loginrec.c -o loginrec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c -o auth-pam.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-shadow.c -o auth-shadow= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-sia.c -o auth-sia.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/md5crypt.c -o md5crypt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-server.c -o sftp-server= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-common.c -o sftp-common= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_common.c -o roaming_= common.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_serv.c -o roaming_se= rv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-null.c -o sandbox-nu= ll.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-rlimit.c -o sandbox-= rlimit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-systrace.c -o sandbo= x-systrace.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-darwin.c -o sandbox-= darwin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-seccomp-filter.c -o = sandbox-seccomp-filter.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-capsicum.c -o sandbo= x-capsicum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > ssh= d.8.gz gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd_config.= 5 > sshd_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -L/usr/ob= j/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sshd sshd.o auth-r= hosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-li= nux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o= auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o = auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o au= th2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o = kexgexs.o kexecdhs.o kexc25519s.o auth-krb5.o auth2-gss.o gss-serv.o gss-se= rv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-se= rver.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox= -rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sand= box-capsicum.o gss-genr.o -lssh -lutil -lwrap -lpam -lbsm -lgssapi_krb5 -lg= ssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -lcrypt -lcrypto -lz -lpthre= ad cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson3899172331301509722.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 10:10:02 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D7B3A36102; Wed, 25 Nov 2015 10:10:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD5E1357; Wed, 25 Nov 2015 10:10:02 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 32DFF648; Wed, 25 Nov 2015 10:10:02 +0000 (UTC) Date: Wed, 25 Nov 2015 10:10:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <548737874.138.1448446202180.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1934146359.131.1448410220500.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1934146359.131.1448410220500.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #668 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:10:02 -0000 FreeBSD_STABLE_10-i386 - Build #668 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 68/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/668= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/668/= console Change summaries: 291295 by smh: MFC r291012: Document loader(8) dumpdev option Sponsored by:=09Multiplay 291294 by ngie: MFC r258245: r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by:=09swildner@dragonflybsd.org 291293 by ngie: MFC r264737: Discussed with: jilles r264737 (by jilles): libc/stdio: Fail fdopen() on an execute-only fd. An execute-only fd (opened with O_EXEC) allows neither read() nor write() and is therefore incompatible with all stdio modes. Therefore, the [EINVAL] error applies. Also adjust the similar check in freopen() with a NULL path, even though this checks an fd which is already from a FILE. The end of the build log: [...truncated 101650 lines...] --- secure.all__D --- --- t_req.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_req.c -o t_req.po --- lib.all__D --- --- uucplock.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/uucpl= ock.c -o uucplock.po --- all_subdir_libvgl --- --- bitmap.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/bitmap.c -= o bitmap.po --- all_subdir_libutil --- --- libutil_p.a --- building profiled util library ranlib -D libutil_p.a --- expand_number.3.gz --- gzip -cn /usr/src/lib/libutil/expand_number.3 > expand_number.3.gz --- flopen.3.gz --- gzip -cn /usr/src/lib/libutil/flopen.3 > flopen.3.gz --- fparseln.3.gz --- gzip -cn /usr/src/lib/libutil/fparseln.3 > fparseln.3.gz --- hexdump.3.gz --- gzip -cn /usr/src/lib/libutil/hexdump.3 > hexdump.3.gz --- secure.all__D --- --- t_spki.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_spki.c -o t_spki.po --- lib.all__D --- --- humanize_number.3.gz --- gzip -cn /usr/src/lib/libutil/humanize_number.3 > humanize_number.3.gz --- kinfo_getallproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getallproc.3 > kinfo_getallproc.3.gz --- kinfo_getfile.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getfile.3 > kinfo_getfile.3.gz --- kinfo_getproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getproc.3 > kinfo_getproc.3.gz --- kinfo_getvmmap.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmmap.3 > kinfo_getvmmap.3.gz --- kinfo_getvmobject.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmobject.3 > kinfo_getvmobject.3.gz --- kld.3.gz --- gzip -cn /usr/src/lib/libutil/kld.3 > kld.3.gz --- login_auth.3.gz --- gzip -cn /usr/src/lib/libutil/login_auth.3 > login_auth.3.gz --- login_cap.3.gz --- gzip -cn /usr/src/lib/libutil/login_cap.3 > login_cap.3.gz --- login_class.3.gz --- gzip -cn /usr/src/lib/libutil/login_class.3 > login_class.3.gz --- login_ok.3.gz --- gzip -cn /usr/src/lib/libutil/login_ok.3 > login_ok.3.gz --- login_times.3.gz --- gzip -cn /usr/src/lib/libutil/login_times.3 > login_times.3.gz --- login_tty.3.gz --- gzip -cn /usr/src/lib/libutil/login_tty.3 > login_tty.3.gz --- pidfile.3.gz --- gzip -cn /usr/src/lib/libutil/pidfile.3 > pidfile.3.gz --- all_subdir_libvgl --- --- text.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/text.c -o = text.po --- all_subdir_libutil --- --- property.3.gz --- gzip -cn /usr/src/lib/libutil/property.3 > property.3.gz --- pty.3.gz --- gzip -cn /usr/src/lib/libutil/pty.3 > pty.3.gz --- quotafile.3.gz --- gzip -cn /usr/src/lib/libutil/quotafile.3 > quotafile.3.gz --- realhostname.3.gz --- gzip -cn /usr/src/lib/libutil/realhostname.3 > realhostname.3.gz --- secure.all__D --- --- t_x509.po --- --- lib.all__D --- --- realhostname_sa.3.gz --- --- secure.all__D --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_x509.c -o t_x509.po --- lib.all__D --- gzip -cn /usr/src/lib/libutil/realhostname_sa.3 > realhostname_sa.3.gz --- _secure_path.3.gz --- gzip -cn /usr/src/lib/libutil/_secure_path.3 > _secure_path.3.gz --- trimdomain.3.gz --- gzip -cn /usr/src/lib/libutil/trimdomain.3 > trimdomain.3.gz --- uucplock.3.gz --- gzip -cn /usr/src/lib/libutil/uucplock.3 > uucplock.3.gz --- pw_util.3.gz --- gzip -cn /usr/src/lib/libutil/pw_util.3 > pw_util.3.gz --- login.conf.5.gz --- gzip -cn /usr/src/lib/libutil/login.conf.5 > login.conf.5.gz --- secure.all__D --- --- t_x509a.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/t_x509a.c -o t_x509a.po --- sbin.all__D --- --- getmntopts.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/../mount/getmntopts.c -o getmntopts.o --- lib.all__D --- --- all_subdir_libvgl --- --- mouse.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/mouse.c -o= mouse.po --- sbin.all__D --- --- growfs.8.gz --- gzip -cn /usr/src/sbin/growfs/growfs.8 > growfs.8.gz --- growfs --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -o gr= owfs growfs.o getmntopts.o -lutil --- lib.all__D --- --- keyboard.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/keyboard.c= -o keyboard.po --- share.all__D --- =3D=3D=3D> share (all) --- sbin.all__D --- --- all_subdir_gvinum --- =3D=3D=3D> sbin/gvinum (all) --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- libvgl_p.a --- building profiled vgl library --- secure.all__D --- --- tasn_dec.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -= DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWH= IRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/= asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/= usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgn= u89 -Qunused-arguments -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/tasn_dec.c -o tasn_dec.po --- sbin.all__D --- --- gvinum.o --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=3Dgnu99 -Qunused-arguments -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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -c /usr/src/sbin/gvinum/gvinum.c -o gvinum.o --- lib.all__D --- ranlib -D libvgl_p.a --- vgl.3.gz --- gzip -cn /usr/src/lib/libvgl/vgl.3 > vgl.3.gz --- all_subdir_libwrap --- =3D=3D=3D> lib/libwrap (all) --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/collde= f/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libwrap *** [all_subdir_libwrap] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/gvinum *** [all_subdir_gvinum] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson7432405802309362443.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 10:25:18 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11D60A36504; Wed, 25 Nov 2015 10:25:18 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id F30441CD7; Wed, 25 Nov 2015 10:25:17 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id E899C657; Wed, 25 Nov 2015 10:25:17 +0000 (UTC) Date: Wed, 25 Nov 2015 10:25:14 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, ae@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1582136844.140.1448447117860.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1760 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:25:18 -0000 FreeBSD_HEAD_i386 - Build #1760 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1760/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1760/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1760/console Change summaries: 291296 by ngie: Link localeconv(3) to localeconv_l(3) MFC after: 3 days 291292 by ae: Overhaul if_enc(4) and make it loadable in run-time. Use hhook(9) framework to achieve ability of loading and unloading if_enc(4) kernel module. INET and INET6 code on initialization registers two helper hooks points in the kernel. if_enc(4) module uses these helper hook points and registers its hooks. IPSEC code uses these hhook points to call helper hooks implemented in if_enc(4). 291291 by ae: Check that hhk_helper pointer isn't NULL before access. It isn't forbidden to use NULL pointer for hook_helper in hookinfo structure when hhook_add_hook() adds new helper hook. The end of the build log: [...truncated 161523 lines...] CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/i2c/controllers/pcf/../../../../dev/pcf/pcf.c /usr/src/sys/modules/i2c/controllers/pcf/../../../../dev/pcf/pcf_isa.c --- depend_subdir_iic --- --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/i2c/iic/../../../dev/iicbus/iic.c --- depend_subdir_cyapa --- --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- depend_subdir_smb --- --- machine --- --- depend_subdir_cyapa --- --- bus_if.h --- --- depend_subdir_smb --- machine -> /usr/src/sys/i386/include --- depend_subdir_cyapa --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- depend_subdir_smb --- --- x86 --- x86 -> /usr/src/sys/x86/include --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- depend_subdir_cyapa --- --- smbus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/smbus/smbus_if.m -h --- depend_subdir_smb --- --- smbus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/smbus/smbus_if.m -h --- depend_subdir_cyapa --- --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- depend_subdir_isl --- ===> i2c/isl (depend) --- depend_subdir_smb --- --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/i2c/smb/../../../dev/smbus/smb.c --- depend_subdir_if_disc --- ===> if_disc (depend) --- depend_subdir_i2c --- --- depend_subdir_isl --- --- machine --- --- depend_subdir_cyapa --- --- .depend --- rm -f .depend --- depend_subdir_isl --- machine -> /usr/src/sys/i386/include --- depend_subdir_cyapa --- CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/i2c/cyapa/../../../dev/cyapa/cyapa.c --- depend_subdir_isl --- --- x86 --- x86 -> /usr/src/sys/x86/include --- depend_subdir_if_disc --- --- machine --- --- depend_subdir_i2c --- --- vnode_if_newproto.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -p --- depend_subdir_if_disc --- machine -> /usr/src/sys/i386/include --- x86 --- --- depend_subdir_if_edsc --- ===> if_edsc (depend) --- depend_subdir_if_disc --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/if_disc/../../net/if_disc.c --- depend_subdir_i2c --- --- vnode_if_typedef.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -q --- depend_subdir_if_edsc --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- depend_subdir_i2c --- --- device_if.h --- --- depend_subdir_if_edsc --- --- .depend --- --- depend_subdir_i2c --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- depend_subdir_if_edsc --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/if_edsc/../../net/if_edsc.c --- depend_subdir_i2c --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- depend_subdir_if_enc --- ===> if_enc (depend) --- depend_subdir_i2c --- --- smbus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/smbus/smbus_if.m -h --- depend_subdir_if_epair --- ===> if_epair (depend) --- depend_subdir_i2c --- --- vnode_if.h --- awk -f /usr/src/sys/tools/vnode_if.awk /usr/src/sys/kern/vnode_if.src -h --- depend_subdir_if_gif --- ===> if_gif (depend) --- depend_subdir_if_enc --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/net/if_enc.c --- depend_subdir_if_epair --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/if_epair/../../net/if_epair.c --- depend_subdir_i2c --- --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/modules/i2c/isl/../../../dev/isl/isl.c --- depend_subdir_if_enc --- /usr/src/sys/net/if_enc.c:33:10: fatal error: 'opt_enc.h' file not found #include "opt_enc.h" ^ --- depend_subdir_if_gif --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- .depend --- rm -f .depend CC='cc' mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I/usr/src/sys -I/usr/obj/usr/src/sys/GENERIC -D__printf__=__freebsd_kprintf__ -std=iso9899:1999 /usr/src/sys/net/if_gif.c /usr/src/sys/netinet/in_gif.c /usr/src/sys/netinet6/in6_gif.c --- depend_subdir_if_enc --- 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /usr/src/sys/modules/if_enc 1 error make[4]: stopped in /usr/src/sys/modules/if_enc *** [depend_subdir_if_enc] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_if_epair --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_epair *** [depend_subdir_if_epair] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_i2c --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/i2c/isl *** [depend_subdir_isl] Error code 2 make[4]: stopped in /usr/src/sys/modules/i2c 1 error make[4]: stopped in /usr/src/sys/modules/i2c *** [depend_subdir_i2c] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_if_gif --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_gif *** [depend_subdir_if_gif] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-depend] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2175149660498813595.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/var/empty: Operation not permitted rm: FreeBSD_HEAD_i386/var: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 14:30:01 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA89FA3715A; Wed, 25 Nov 2015 14:30:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id ADC5E188A; Wed, 25 Nov 2015 14:30:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3614E6F8; Wed, 25 Nov 2015 14:30:00 +0000 (UTC) Date: Wed, 25 Nov 2015 14:29:58 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ume@FreeBSD.org, ae@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1516307138.147.1448461799723.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1582136844.140.1448447117860.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1582136844.140.1448447117860.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1761 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 14:30:01 -0000 FreeBSD_HEAD_i386 - Build #1761 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1761/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1761/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1761/console Change summaries: 291299 by ae: Fix the build. 291298 by ume: Fix udp entry of `netstat -TW'. The end of the build log: [...truncated 180716 lines...] ctfconvert -L VERSION -g if_bridge.o --- all_subdir_if_edsc --- ctfconvert -L VERSION -g if_edsc.o --- all_subdir_if_bridge --- --- if_bridge.kld --- ld -d -warn-common -r -d -o if_bridge.kld if_bridge.o ctfmerge -L VERSION -g -o if_bridge.kld if_bridge.o --- all_subdir_if_edsc --- --- if_edsc.kld --- ld -d -warn-common -r -d -o if_edsc.kld if_edsc.o ctfmerge -L VERSION -g -o if_edsc.kld if_edsc.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_edsc.kld export_syms | xargs -J% objcopy % if_edsc.kld --- all_subdir_if_bridge --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_bridge.kld export_syms | xargs -J% objcopy % if_bridge.kld --- all_subdir_if_edsc --- --- if_edsc.ko.full --- ld -Bshareable -d -warn-common -o if_edsc.ko.full if_edsc.kld --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:104:43: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' --- all_subdir_if_edsc --- --- if_edsc.ko.debug --- objcopy --only-keep-debug if_edsc.ko.full if_edsc.ko.debug --- all_subdir_if_bridge --- --- if_bridge.ko.full --- ld -Bshareable -d -warn-common -o if_bridge.ko.full if_bridge.kld --- all_subdir_if_edsc --- --- if_edsc.ko --- objcopy --strip-debug --add-gnu-debuglink=if_edsc.ko.debug if_edsc.ko.full if_edsc.ko --- all_subdir_ibcs2 --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ibcs2.kld export_syms | xargs -J% objcopy % ibcs2.kld --- tbinstal.o --- --- modules-all --- --- all_subdir_if_bridge --- --- if_bridge.ko.debug --- --- tbinstal.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/tables/tbinstal.c --- modules-all --- objcopy --only-keep-debug if_bridge.ko.full if_bridge.ko.debug --- all_subdir_if_enc --- static VNET_DEFINE(int, filter_mask_in) = IPSEC_ENC_BEFORE; ^ /usr/src/sys/net/if_enc.c:105:40: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, bpf_mask_in) = IPSEC_ENC_BEFORE; ^ /usr/src/sys/net/if_enc.c:106:44: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, filter_mask_out) = IPSEC_ENC_BEFORE; ^ --- all_subdir_if_bridge --- --- if_bridge.ko --- objcopy --strip-debug --add-gnu-debuglink=if_bridge.ko.debug if_bridge.ko.full if_bridge.ko --- all_subdir_if_epair --- ===> if_epair (all) --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:107:41: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' --- all_subdir_ibcs2 --- --- ibcs2.ko.full --- ld -Bshareable -d -warn-common -o ibcs2.ko.full ibcs2.kld --- all_subdir_if_enc --- static VNET_DEFINE(int, bpf_mask_out) = IPSEC_ENC_BEFORE | IPSEC_ENC_AFTER; ^ /usr/src/sys/net/if_enc.c:107:60: error: use of undeclared identifier 'IPSEC_ENC_AFTER' static VNET_DEFINE(int, bpf_mask_out) = IPSEC_ENC_BEFORE | IPSEC_ENC_AFTER; ^ /usr/src/sys/net/if_enc.c:226:9: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->af != hhook_id) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:229:22: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_IN' if (((hhook_type == HHOOK_TYPE_IPSEC_IN && ^ /usr/src/sys/net/if_enc.c:230:10: error: incomplete definition of type 'struct ipsec_ctx_data' (ctx->enc & V_bpf_mask_in) != 0) || ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ --- all_subdir_ibcs2 --- --- ibcs2.ko.debug --- objcopy --only-keep-debug ibcs2.ko.full ibcs2.ko.debug --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:231:21: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_OUT' (hhook_type == HHOOK_TYPE_IPSEC_OUT && ^ /usr/src/sys/net/if_enc.c:232:10: error: incomplete definition of type 'struct ipsec_ctx_data' --- all_subdir_ibcs2 --- --- ibcs2.ko --- --- all_subdir_if_enc --- (ctx->enc & V_bpf_mask_out) != 0)) && ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:234:15: error: incomplete definition of type 'struct ipsec_ctx_data' hdr.af = ctx->af; ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:235:16: error: incomplete definition of type 'struct ipsec_ctx_data' hdr.spi = ctx->sav->spi; ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:237:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->sav->alg_enc != SADB_EALG_NONE) ~~~^ --- all_subdir_ibcs2 --- objcopy --strip-debug --add-gnu-debuglink=ibcs2.ko.debug ibcs2.ko.full ibcs2.ko --- all_subdir_if_enc --- /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:239:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->sav->alg_auth != SADB_AALG_NONE) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:241:49: error: incomplete definition of type 'struct ipsec_ctx_data' bpf_mtap2(ifp->if_bpf, &hdr, sizeof(hdr), *ctx->mp); ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:245:7: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_IN' case HHOOK_TYPE_IPSEC_IN: ^ /usr/src/sys/net/if_enc.c:246:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->enc == IPSEC_ENC_BEFORE) { ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ --- all_subdir_if_gif --- ===> if_gif (all) --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:246:19: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' if (ctx->enc == IPSEC_ENC_BEFORE) { ^ /usr/src/sys/net/if_enc.c:250:13: error: incomplete definition of type 'struct ipsec_ctx_data' (*ctx->mp)->m_pkthdr.len); ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** [if_enc.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/if_enc 1 error make[4]: stopped in /usr/src/sys/modules/if_enc *** [all_subdir_if_enc] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_if_epair --- --- if_epair.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/if_epair/../../net/if_epair.c -o if_epair.o --- all_subdir_if_gif --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_gif *** [all_subdir_if_gif] Error code 2 make[3]: stopped in /usr/src/sys/modules --- tbinstal.o --- ctfconvert -L VERSION -g tbinstal.o --- modules-all --- --- all_subdir_if_epair --- ctfconvert -L VERSION -g if_epair.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_epair *** [all_subdir_if_epair] Error code 2 make[3]: stopped in /usr/src/sys/modules 3 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson1830684169722280679.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/var/empty: Operation not permitted rm: FreeBSD_HEAD_i386/var: Directory not empty rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 15:13:06 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E60EA37AF1; Wed, 25 Nov 2015 15:13:06 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5DED1104E; Wed, 25 Nov 2015 15:13:06 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id EAC81724; Wed, 25 Nov 2015 15:13:06 +0000 (UTC) Date: Wed, 25 Nov 2015 15:13:06 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2106820497.151.1448464386931.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <548737874.138.1448446202180.JavaMail.jenkins@jenkins-9.freebsd.org> References: <548737874.138.1448446202180.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #669 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 15:13:06 -0000 FreeBSD_STABLE_10-i386 - Build #669 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/669/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/669/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/669/console Change summaries: No changes From owner-freebsd-i386@freebsd.org Wed Nov 25 15:16:18 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2C4FA37BB9; Wed, 25 Nov 2015 15:16:18 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id E23081217; Wed, 25 Nov 2015 15:16:18 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id D0BB4725; Wed, 25 Nov 2015 15:16:18 +0000 (UTC) Date: Wed, 25 Nov 2015 15:16:17 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <83506141.153.1448464578799.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <284796844.136.1448446051704.JavaMail.jenkins@jenkins-9.freebsd.org> References: <284796844.136.1448446051704.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #240 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 15:16:19 -0000 FreeBSD_STABLE_9-i386 - Build #240 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/240/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/240/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/240/console Change summaries: No changes From owner-freebsd-i386@freebsd.org Wed Nov 25 16:29:40 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7572A37B3F; Wed, 25 Nov 2015 16:29:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C56DA137D; Wed, 25 Nov 2015 16:29:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id CD03674F; Wed, 25 Nov 2015 16:29:40 +0000 (UTC) Date: Wed, 25 Nov 2015 16:29:39 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: fabient@FreeBSD.org, hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <899669768.155.1448468980805.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1516307138.147.1448461799723.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1516307138.147.1448461799723.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1762 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 16:29:40 -0000 FreeBSD_HEAD_i386 - Build #1762 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1762/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1762/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1762/console Change summaries: 291302 by hselasky: Update usage: - Add missing description of "-c" option. - Add one more usage example. 291301 by fabient: The r241129 description was wrong that the scenario is possible only for read locks on pcbs. The same race can happen with write lock semantics as well. The race scenario: - Two threads (1 and 2) locate pcb with writer semantics (INPLOOKUP_WLOCKPCB) and do in_pcbref() on it. - 1 and 2 both drop the inp hash lock. - Another thread (3) grabs the inp hash lock. Then it runs in_pcbfree(), which wlocks the pcb. They must happen faster than 1 or 2 come INP_WLOCK()! - 1 and 2 congest in INP_WLOCK(). - 3 does in_pcbremlists(), drops hash lock, and runs in_pcbrele_wlocked(), which doesn't free the pcb due to two references on it. Then it unlocks the pcb. - 1 (or 2) gets wlock on the pcb, runs in_pcbrele_wlocked(), which doesn't report inp as freed, due to 2 (or 1) still helding extra reference on it. The thread tries to do smth with a disconnected pcb and crashes. Submitted by: emeric.poupon@stormshield.eu Reviewed by: gleb@ MFC after: 1 week Sponsored by: Stormshield Tested by: Cassiano Peixoto, Stormshield 291300 by hselasky: Add simple indent wrapper tool for style(9) checking GIT/SVN patches. The indent_wrapper tool only accepts full context diffs and works by identifying the surrounding C-block touched by a diff and passing only that to indent for styling. In the end a diff is produced or an external tool like meld can be invoked, to show the styling differences. The end of the build log: [...truncated 181356 lines...] --- if_disc.ko.debug --- objcopy --only-keep-debug if_disc.ko.full if_disc.ko.debug --- if_disc.ko --- objcopy --strip-debug --add-gnu-debuglink=if_disc.ko.debug if_disc.ko.full if_disc.ko --- all_subdir_if_edsc --- --- if_edsc.kld --- ld -d -warn-common -r -d -o if_edsc.kld if_edsc.o --- all_subdir_ibcs2 --- --- ibcs2.kld --- --- all_subdir_if_enc --- --- all_subdir_ibcs2 --- ld -d -warn-common -r -d -o ibcs2.kld ibcs2_errno.o ibcs2_ipc.o ibcs2_stat.o ibcs2_misc.o ibcs2_fcntl.o ibcs2_signal.o ibcs2_sysent.o ibcs2_ioctl.o ibcs2_socksys.o ibcs2_util.o ibcs2_xenix.o ibcs2_xenix_sysent.o ibcs2_isc.o ibcs2_isc_sysent.o ibcs2_msg.o ibcs2_other.o ibcs2_sysi86.o ibcs2_sysvec.o --- all_subdir_if_edsc --- ctfmerge -L VERSION -g -o if_edsc.kld if_edsc.o --- all_subdir_if_enc --- ===> if_enc (all) --- all_subdir_if_edsc --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_edsc.kld export_syms | xargs -J% objcopy % if_edsc.kld --- if_edsc.ko.full --- ld -Bshareable -d -warn-common -o if_edsc.ko.full if_edsc.kld --- all_subdir_ibcs2 --- ctfmerge -L VERSION -g -o ibcs2.kld ibcs2_errno.o ibcs2_ipc.o ibcs2_stat.o ibcs2_misc.o ibcs2_fcntl.o ibcs2_signal.o ibcs2_sysent.o ibcs2_ioctl.o ibcs2_socksys.o ibcs2_util.o ibcs2_xenix.o ibcs2_xenix_sysent.o ibcs2_isc.o ibcs2_isc_sysent.o ibcs2_msg.o ibcs2_other.o ibcs2_sysi86.o ibcs2_sysvec.o --- all_subdir_if_edsc --- --- if_edsc.ko.debug --- objcopy --only-keep-debug if_edsc.ko.full if_edsc.ko.debug --- if_edsc.ko --- objcopy --strip-debug --add-gnu-debuglink=if_edsc.ko.debug if_edsc.ko.full if_edsc.ko --- tbfadt.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/tables/tbfadt.c --- modules-all --- --- all_subdir_if_enc --- --- if_enc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/net/if_enc.c -o if_enc.o --- all_subdir_ibcs2 --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ibcs2.kld export_syms | xargs -J% objcopy % ibcs2.kld --- ibcs2.ko.full --- ld -Bshareable -d -warn-common -o ibcs2.ko.full ibcs2.kld --- ibcs2.ko.debug --- objcopy --only-keep-debug ibcs2.ko.full ibcs2.ko.debug --- ibcs2.ko --- objcopy --strip-debug --add-gnu-debuglink=ibcs2.ko.debug ibcs2.ko.full ibcs2.ko --- all_subdir_if_epair --- --- tbfadt.o --- ctfconvert -L VERSION -g tbfadt.o --- modules-all --- ===> if_epair (all) --- all_subdir_if_gif --- ===> if_gif (all) --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:104:43: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, filter_mask_in) = IPSEC_ENC_BEFORE; ^ /usr/src/sys/net/if_enc.c:105:40: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, bpf_mask_in) = IPSEC_ENC_BEFORE; ^ --- all_subdir_if_epair --- --- if_epair.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/if_epair/../../net/if_epair.c -o if_epair.o --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:106:44: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, filter_mask_out) = IPSEC_ENC_BEFORE; ^ --- all_subdir_if_gif --- --- if_gif.o --- --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:107:41: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, bpf_mask_out) = IPSEC_ENC_BEFORE | IPSEC_ENC_AFTER; ^ /usr/src/sys/net/if_enc.c:107:60: error: use of undeclared identifier 'IPSEC_ENC_AFTER' static VNET_DEFINE(int, bpf_mask_out) = IPSEC_ENC_BEFORE | IPSEC_ENC_AFTER; ^ --- all_subdir_if_gif --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/net/if_gif.c -o if_gif.o --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:226:9: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->af != hhook_id) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:229:22: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_IN' if (((hhook_type == HHOOK_TYPE_IPSEC_IN && ^ /usr/src/sys/net/if_enc.c:230:10: error: incomplete definition of type 'struct ipsec_ctx_data' (ctx->enc & V_bpf_mask_in) != 0) || ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:231:21: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_OUT' (hhook_type == HHOOK_TYPE_IPSEC_OUT && ^ /usr/src/sys/net/if_enc.c:232:10: error: incomplete definition of type 'struct ipsec_ctx_data' (ctx->enc & V_bpf_mask_out) != 0)) && ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:234:15: error: incomplete definition of type 'struct ipsec_ctx_data' hdr.af = ctx->af; ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:235:16: error: incomplete definition of type 'struct ipsec_ctx_data' hdr.spi = ctx->sav->spi; ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:237:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->sav->alg_enc != SADB_EALG_NONE) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:239:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->sav->alg_auth != SADB_AALG_NONE) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:241:49: error: incomplete definition of type 'struct ipsec_ctx_data' bpf_mtap2(ifp->if_bpf, &hdr, sizeof(hdr), *ctx->mp); ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:245:7: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_IN' case HHOOK_TYPE_IPSEC_IN: ^ /usr/src/sys/net/if_enc.c:246:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->enc == IPSEC_ENC_BEFORE) { ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:246:19: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' if (ctx->enc == IPSEC_ENC_BEFORE) { ^ /usr/src/sys/net/if_enc.c:250:13: error: incomplete definition of type 'struct ipsec_ctx_data' (*ctx->mp)->m_pkthdr.len); ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** [if_enc.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/if_enc 1 error make[4]: stopped in /usr/src/sys/modules/if_enc *** [all_subdir_if_enc] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_if_epair --- ctfconvert -L VERSION -g if_epair.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_epair *** [all_subdir_if_epair] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_if_gif --- ctfconvert -L VERSION -g if_gif.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_gif *** [all_subdir_if_gif] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_if_bridge --- ctfconvert -L VERSION -g if_bridge.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_bridge *** [all_subdir_if_bridge] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson4103707632507652984.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/var/empty: Operation not permitted rm: FreeBSD_HEAD_i386/var: Directory not empty rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 20:30:46 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8971CA37214; Wed, 25 Nov 2015 20:30:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7789C1F4A; Wed, 25 Nov 2015 20:30:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 8A5DC838; Wed, 25 Nov 2015 20:30:46 +0000 (UTC) Date: Wed, 25 Nov 2015 20:30:44 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: gjb@FreeBSD.org, adrian@FreeBSD.org, bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <665601706.165.1448483446533.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <899669768.155.1448468980805.JavaMail.jenkins@jenkins-9.freebsd.org> References: <899669768.155.1448468980805.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1763 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 20:30:46 -0000 FreeBSD_HEAD_i386 - Build #1763 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1763/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1763/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1763/console Change summaries: 291316 by bdrewery: META MODE: Don't add staged DPADDs to DIRDEPS when bootstrapping gendirdeps. This was finding libraries that were installed into DESTDIR/usr/lib, where DESTDIR is the stage directory, and then adding in usr/lib to DIRDEPS. Just exclude the STAGE_ROOT if defined. Discussed with: sjg Sponsored by: EMC / Isilon Storage Division 291315 by bdrewery: META MODE: Define variables this file uses that were defined elsewhere. Discussed with: sjg Sponsored by: EMC / Isilon Storage Division 291314 by bdrewery: META MODE: Don't truncate DIRDEPS for bootstrapping during gendirdeps. Reviewed by: sjg Sponsored by: EMC / Isilon Storage Division 291313 by bdrewery: META MODE: Rework circular dependency guard for librtld_db/libproc. librtld_db only needs libutil.h to build, not the libproc library. So it can safely use its header and allow libproc to depend on librtld_rb to be built first to link. This is required after fixing ld --sysroot in r291226. Sponsored by: EMC / Isilon Storage Division 291312 by bdrewery: META MODE: Revert r287879 so that 'make -V' still uses AUTO_OBJ. This has caused much confusion for myself as there are quite a lot of variables that depend on having a proper ${.OBJDIR}. Sponsored by: EMC / Isilon Storage Division 291311 by bdrewery: META MODE: Fix 'make the-lot' with recent locale changes Sponsored by: EMC / Isilon Storage Division 291310 by bdrewery: Stop building vers.c in include/ and only build the needed osreldate.h. Because of how osreldate.h was being built with newvers.sh, which always spat out a vers.c dependent on SVN or git, the meta mode build was considering osreldate.h to depend on the current git or SVN index. This would lead to entire tree rebuilds when modifying git's index. There's no reason to be generating vers.c here so just skip it. While here, in mk-osreldate.sh rename PARAM_H to proper PARAMFILE (which newvers.sh already has a default for) and remove unneeded export. Sponsored by: EMC / Isilon Storage Division 291309 by bdrewery: META MODE: Avoid creating TESTS directories for bootstrap. Sponsored by: EMC / Isilon Storage Division 291308 by bdrewery: META MODE: Don't override DESTDIR to the default when building the toolchain. For this case, the normal META MODE staging logic should be used. The BSARGS having DESTDIR= is due to Makefile.inc1 overriding DESTDIR to something when appropriate. For the toolchain stage META MODE is in charge of it, not Makefile.inc1. At least include/, if staging it to the host stagedir, was impacted from this. Staging of include.host is not yet done. Sponsored by: EMC / Isilon Storage Division 291307 by bdrewery: META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division 291306 by gjb: Fix tmpfs(5) '/tmp' mount point. A stray trailing space snuck in with one of the recent changes, making r290550 and r290573 effectively no-op. MFC after: 3 days Sponsored by: The FreeBSD Foundation 291305 by bdrewery: META MODE: Remove bin/cat.host dependency. This likely slipped in during early testing; local.dirdeps.mk always excludes bin/cat.host now. Sponsored by: EMC / Isilon Storage Division 291304 by adrian: [ath] listen to all beacons in IBSS and software beacon miss. I added MYBEACON support a while ago to listen to beacons that are only for your configured BSSID. For AR9380 and later NICs this results in a lot less chip wakeups in station mode as it then only shows you beacons that are destined to you. However in IBSS mode you really do want to hear all beacons so you can do IBSS merges. Oops. So only use MYBEACON for STA + not-scanning, and just use BEACON for the other modes it used to use BEACON for. This doesn't completely fix IBSS merges though - there are still some conditions to chase down and fix. 291303 by adrian: [net80211] log the A-MPDU setup attempt count as part of debugging. I've seen some cases where we get stuck in a loop constantly trying to negotiate A-MPDU TX which is definitely not supposed to happen. This will let me see if it's something funky with the retry count or not. The end of the build log: [...truncated 180680 lines...] cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/if_edsc/../../net/if_edsc.c -o if_edsc.o --- all_subdir_if_bridge --- ld -d -warn-common -r -d -o if_bridge.kld if_bridge.o ctfmerge -L VERSION -g -o if_bridge.kld if_bridge.o --- all_subdir_geom --- --- geom_vinum_share.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_share.c -o geom_vinum_share.o --- all_subdir_if_bridge --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_bridge.kld export_syms | xargs -J% objcopy % if_bridge.kld --- rsdumpinfo.o --- ctfconvert -L VERSION -g rsdumpinfo.o --- modules-all --- --- all_subdir_geom --- --- geom_vinum_list.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_list.c -o geom_vinum_list.o --- all_subdir_if_bridge --- --- if_bridge.ko.full --- ld -Bshareable -d -warn-common -o if_bridge.ko.full if_bridge.kld --- if_bridge.ko.debug --- objcopy --only-keep-debug if_bridge.ko.full if_bridge.ko.debug --- if_bridge.ko --- objcopy --strip-debug --add-gnu-debuglink=if_bridge.ko.debug if_bridge.ko.full if_bridge.ko --- all_subdir_geom --- --- geom_vinum_rm.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_rm.c -o geom_vinum_rm.o --- all_subdir_if_edsc --- ctfconvert -L VERSION -g if_edsc.o --- if_edsc.kld --- ld -d -warn-common -r -d -o if_edsc.kld if_edsc.o ctfmerge -L VERSION -g -o if_edsc.kld if_edsc.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_edsc.kld export_syms | xargs -J% objcopy % if_edsc.kld --- if_edsc.ko.full --- ld -Bshareable -d -warn-common -o if_edsc.ko.full if_edsc.kld --- if_edsc.ko.debug --- objcopy --only-keep-debug if_edsc.ko.full if_edsc.ko.debug --- if_edsc.ko --- objcopy --strip-debug --add-gnu-debuglink=if_edsc.ko.debug if_edsc.ko.full if_edsc.ko --- all_subdir_geom --- --- geom_vinum_init.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_init.c -o geom_vinum_init.o --- geom_vinum_rm.o --- ctfconvert -L VERSION -g geom_vinum_rm.o --- all_subdir_if_enc --- ===> if_enc (all) --- all_subdir_geom --- --- geom_vinum_share.o --- ctfconvert -L VERSION -g geom_vinum_share.o --- geom_vinum_list.o --- ctfconvert -L VERSION -g geom_vinum_list.o --- all_subdir_if_epair --- ===> if_epair (all) --- rsinfo.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/resources/rsinfo.c --- modules-all --- --- all_subdir_if_enc --- --- if_enc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/net/if_enc.c -o if_enc.o --- all_subdir_if_epair --- --- if_epair.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/if_epair/../../net/if_epair.c -o if_epair.o --- all_subdir_geom --- --- geom_vinum_init.o --- ctfconvert -L VERSION -g geom_vinum_init.o --- rsinfo.o --- ctfconvert -L VERSION -g rsinfo.o --- modules-all --- --- geom_vinum_state.o --- --- rsio.o --- --- modules-all --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/geom/geom_vinum/../../../geom/vinum/geom_vinum_state.c -o geom_vinum_state.o --- rsio.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/resources/rsio.c --- modules-all --- --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:104:43: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' --- rsio.o --- ctfconvert -L VERSION -g rsio.o --- modules-all --- static VNET_DEFINE(int, filter_mask_in) = IPSEC_ENC_BEFORE; ^ --- all_subdir_if_gif --- ===> if_gif (all) --- all_subdir_if_enc --- /usr/src/sys/net/if_enc.c:105:40: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, bpf_mask_in) = IPSEC_ENC_BEFORE; ^ /usr/src/sys/net/if_enc.c:106:44: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, filter_mask_out) = IPSEC_ENC_BEFORE; ^ /usr/src/sys/net/if_enc.c:107:41: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static VNET_DEFINE(int, bpf_mask_out) = IPSEC_ENC_BEFORE | IPSEC_ENC_AFTER; ^ /usr/src/sys/net/if_enc.c:107:60: error: use of undeclared identifier 'IPSEC_ENC_AFTER' static VNET_DEFINE(int, bpf_mask_out) = IPSEC_ENC_BEFORE | IPSEC_ENC_AFTER; ^ /usr/src/sys/net/if_enc.c:226:9: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->af != hhook_id) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:229:22: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_IN' if (((hhook_type == HHOOK_TYPE_IPSEC_IN && ^ /usr/src/sys/net/if_enc.c:230:10: error: incomplete definition of type 'struct ipsec_ctx_data' (ctx->enc & V_bpf_mask_in) != 0) || ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:231:21: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_OUT' (hhook_type == HHOOK_TYPE_IPSEC_OUT && ^ /usr/src/sys/net/if_enc.c:232:10: error: incomplete definition of type 'struct ipsec_ctx_data' (ctx->enc & V_bpf_mask_out) != 0)) && ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:234:15: error: incomplete definition of type 'struct ipsec_ctx_data' hdr.af = ctx->af; ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:235:16: error: incomplete definition of type 'struct ipsec_ctx_data' hdr.spi = ctx->sav->spi; ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:237:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->sav->alg_enc != SADB_EALG_NONE) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:239:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->sav->alg_auth != SADB_AALG_NONE) ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:241:49: error: incomplete definition of type 'struct ipsec_ctx_data' bpf_mtap2(ifp->if_bpf, &hdr, sizeof(hdr), *ctx->mp); ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:245:7: error: use of undeclared identifier 'HHOOK_TYPE_IPSEC_IN' case HHOOK_TYPE_IPSEC_IN: ^ /usr/src/sys/net/if_enc.c:246:10: error: incomplete definition of type 'struct ipsec_ctx_data' if (ctx->enc == IPSEC_ENC_BEFORE) { ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ /usr/src/sys/net/if_enc.c:246:19: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' if (ctx->enc == IPSEC_ENC_BEFORE) { ^ /usr/src/sys/net/if_enc.c:250:13: error: incomplete definition of type 'struct ipsec_ctx_data' (*ctx->mp)->m_pkthdr.len); ~~~^ /usr/src/sys/netipsec/ipsec.h:261:8: note: forward declaration of 'struct ipsec_ctx_data' struct ipsec_ctx_data; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** [if_enc.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/if_enc 1 error make[4]: stopped in /usr/src/sys/modules/if_enc --- all_subdir_if_gif --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_gif --- all_subdir_if_enc --- *** [all_subdir_if_enc] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_if_gif --- *** [all_subdir_if_gif] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_geom --- ctfconvert -L VERSION -g geom_vinum_state.o A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/geom/geom_vinum *** [all_subdir_geom_vinum] Error code 2 make[4]: stopped in /usr/src/sys/modules/geom 1 error make[4]: stopped in /usr/src/sys/modules/geom *** [all_subdir_geom] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_if_epair --- ctfconvert -L VERSION -g if_epair.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/if_epair *** [all_subdir_if_epair] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson4312820052929087802.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 22:16:47 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D002BA37C0E; Wed, 25 Nov 2015 22:16:47 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id AA12713BC; Wed, 25 Nov 2015 22:16:47 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id DB34688E; Wed, 25 Nov 2015 22:16:47 +0000 (UTC) Date: Wed, 25 Nov 2015 22:16:46 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: lidl@FreeBSD.org, bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2077754732.171.1448489807861.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <665601706.165.1448483446533.JavaMail.jenkins@jenkins-9.freebsd.org> References: <665601706.165.1448483446533.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1764 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 22:16:47 -0000 FreeBSD_HEAD_i386 - Build #1764 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1764/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1764/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1764/cons= ole Change summaries: 291332 by bdrewery: Rename Makefile.inc1 to dtrace.test.mk to avoid clash with top-level Makefi= le.inc1. Discussed with:=09ngie, markj Sponsored by:=09EMC / Isilon Storage Division 291331 by bdrewery: Avoid requiring 'make depend' here. Really this should not be a DPSRCS. The acct_test.c should not #include convert.c, but just link it in as a normal SRCS. MFC after:=091 week Sponsored by:=09EMC / Isilon Storage Division 291330 by bdrewery: Replace DPSRCS that work fine in SRCS. This is so that 'make depend' is not a required build step in these files. DPSRCS is overall unneeded. DPSRCS already contains SRCS, so anything which can safely be in SRCS should be. DPSRCS is mostly just a way to generate files that should not be linked into the final PROG/LIB. For headers and grammars it is safe for them to be in SRCS since they will be excluded during linking and installation. The only remaining uses of DPSRCS are for generating .c or .o files that must be built before 'make depend' can run 'mkdep' on the SRCS c files list. A semi-proper example is in tests/sys/kern/acct/Makefile where a checked-in .c file has an #include on a generated .c file. The generated .c file should not be linked into the final PROG though since it is #include'd. The more proper way here is just to build/link it in though without DPSRCS. Another example is in sys/modules/linux/Makefile where a shell script runs to parse a DPSRCS .o file that should not be linked into the module. Beyond those, the need for DPSRCS is largely unneeded, redundant, and forces 'make depend' to be ran. Generally, these Makefiles should avoid the need for DPSRCS and define proper dependencies for their files as well. An example of an improper usage and why this matters is in usr.bin/netstat. nl_defs.h was only in DPSRCS and so was not generated during 'make all', but only during 'make depend'. The files including it lacked proper depenencies on it, which forced running 'make depend' to workaround that bug. The 'make depend' target should mostly be used for incremental build help, not to produce a working build. This specific example was broken in the meta build until r287905 since it does not run 'make depend'. The gnu/lib/libreadline/readline case is fine since bsd.lib.mk has 'OBJS: SRCS:M*.h' when there is no .depend file. Sponsored by:=09EMC / Isilon Storage Division MFC after:=091 week 291329 by bdrewery: Remove redundant DPSRCS which were already in SRCS. DPSRCS already contains all of SRCS. MFC after:=091 week Sponsored by:=09EMC / Isilon Storage Division 291328 by lidl: Have syslogd honor 'mesg' status when logging to users. PR:=09=09bin/196742 Submitted by:=09jef at mail acme com Approved by:=09rpaulo (mentor) Differential Revision:=09https://reviews.freebsd.org/D4270 291327 by bdrewery: Define a LIBDIR for every library that LIBADD provides. This is going to be used to allow DIRDEPS to be bootstrapped off of LIBADD/DPADD. It currently works for internal libraries which have a DIR defined for them but also use the .a library from a src-mapped obj directory. It can also be useful for using -L without a --sysroot per LIBADD to use the OBJDIR version of the libraries. I didn't review every LIBADD, so it is possible this is missing some. Sponsored by:=09EMC / Isilon Storage Division 291326 by bdrewery: Fix spelling error. 291325 by bdrewery: META MODE: Avoid dirdep dependency on lib/libmd. This avoids using the staged headers for sys/crypto/sha2/*.h, such as sha25= 6.h, which added an unneeded pre-build dependency on libmd to libcrypt. This header is an INCS in lib/libmd, but found via .PATH in sys/crypto/sha2. Since the libcrypt build was already using the in-src libmd headers directly, just teach it how to find the sha256.h header as well. Sponsored by:=09EMC / Isilon Storage Division 291324 by bdrewery: META MODE: Fix MACHINE=3Dhost builds. We need to not use -nostdinc since it breaks building of clang itself. Use -isystem rather than -I/usr/include and -nostdinc which gets us using the stage include directory before searching the real host headers. This allows removing more of the -I hacks to get host headers since the headers are no longer excluded. The -B seemed unneeded. This fixes building of secure/lib/libcrypto which was looking at the /usr/include/openssl/asn1.h header rather than the staged one. This fixes building of clang which wants to find its own internal headers in the STAGEDIR/usr/lib/clang/* path. Sponsored by:=09EMC / Isilon Storage Division 291323 by bdrewery: Stop looking up the same id(1) results in sub-makes. Sponsored by:=09EMC / Isilon Storage Division 291322 by bdrewery: META MODE: Remove unneeded libmd.host dependency for xinstall.host. This is chasing r291026. Sponsored by:=09EMC / Isilon Storage Division 291321 by bdrewery: META MODE: Fix 'make bootstrap-tools'. The main problem was bitrot after elftoolchain being swapped in for the GNU toolchain. This also reworks how the list of 'host allowed' libraries is determined to only allow INTERNALLIBs, which is needed for libelftc to come in. For usr.bin/readelf use the same hack, as libelf and libdward, to bring in the needed sys/ headers for host builds. This has not yet been a problem d= ue to readelf not being built as a host tool in buildworld. This is possible in the meta build though when building the toolchain. Sponsored by:=09EMC / Isilon Storage Division 291320 by bdrewery: META MODE: Don't create .meta files when symlinking sources into the obj di= rectory. Tracking these leads to situations where meta mode will consider the file to be out of date if /bin/sh or /bin/ln are newer than the source file. There's no reason for meta mode to do this as make is already handling the rebuild dependency fine. Sponsored by:=09EMC / Isilon Storage Division 291319 by bdrewery: META MODE: Add more hosttools needed pre-universe. Sponsored by:=09EMC / Isilon Storage Division 291318 by bdrewery: META MODE: Show PATH on errors. Sponsored by:=09EMC / Isilon Storage Division 291317 by bdrewery: META MODE: Need to include the LEGACY_TOOLS directories into PATH. This is just as Makefile.inc1 does it for these phases. Otherwise some of the build tools are not found and used properly, such as 'make-roken' in the kerberos5 build on older releases. Sponsored by:=09EMC / Isilon Storage Division The end of the build log: [...truncated 96239 lines...] --- getprotoent_test --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=3D.depend.getprotoent_test = NO_SUBDIR=3D1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS= =3D PROG=3Dgetprotoent_test ) --- all_subdir_kerberos5 --- --- prompter_posix.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimd= al/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/a= sn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I= /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/= kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/u= sr/src/kerberos5/lib/libkrb5/../../include -std=3Dgnu99 -fstack-protector-s= trong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypt= o/heimdal/lib/krb5/prompter_posix.c -o prompter_posix.po --- all_subdir_lib --- --- t_getprotoent.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/u= sr/src/contrib/netbsd-tests -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch= -enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/ne= tbsd-tests/lib/libc/net/t_getprotoent.c -o t_getprotoent.o --- getprotoent_test --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/usr/= src/contrib/netbsd-tests -std=3Dgnu99 -fstack-protector-strong -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-en= um -Wno-knr-promoted-parameter -Qunused-arguments -L/usr/obj/usr/src//lib/= libnetbsd -o getprotoent_test t_getprotoent.o -lnetbsd -lprivateatf-c --- ether_aton_test --- (cd /usr/src/lib/libc/tests/net && DEPENDFILE=3D.depend.ether_aton_test N= O_SUBDIR=3D1 make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS= =3D PROG=3Dether_aton_test ) --- t_ether_aton.o --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/u= sr/src/contrib/netbsd-tests -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch= -enum -Wno-knr-promoted-parameter -Qunused-arguments -c /usr/src/contrib/ne= tbsd-tests/lib/libc/net/t_ether_aton.c -o t_ether_aton.o --- all_subdir_kerberos5 --- --- rd_cred.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimd= al/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/a= sn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I= /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/= kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/u= sr/src/kerberos5/lib/libkrb5/../../include -std=3Dgnu99 -fstack-protector-s= trong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypt= o/heimdal/lib/krb5/rd_cred.c -o rd_cred.po --- all_subdir_rescue --- --- pass1.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -c /usr/src/sbin/fsdb/../fsck_ffs/pass1.c -o pass1.o --- all_subdir_lib --- --- aton_ether_subr.o --- --- all_subdir_gnu --- 2 warnings generated. --- all_subdir_lib --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/u= sr/src/contrib/netbsd-tests -std=3Dgnu99 -fstack-protector-strong -Wsystem-= headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch= -enum -Wno-knr-promoted-parameter -Qunused-arguments -c aton_ether_subr.c -= o aton_ether_subr.o --- all_subdir_gnu --- --- valarith.o --- cc -O2 -pipe -Dxregcomp=3Dregcomp -Dxre_exec=3Dre_exec -Dxregexec=3Dreg= exec -Dxre_search=3Dre_search -Dxre_compile_fastmap=3Dre_compile_fastmap -D= xregerror=3Dregerror -Dxre_comp=3Dre_comp -Dxre_set_syntax=3Dre_set_syntax = -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=3D1 -DTUI=3D1 -DDEBUGDIR=3D\"/usr/l= ib/debug\" -I. -I/usr/src/gnu/usr.bin/gdb/libgdb/../arch/i386 -I/usr/src/gn= u/usr.bin/gdb/libgdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/libgd= b/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../= contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/g= db/config -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/binutils/in= clude -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/include -I/= usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/binutils/bfd -I/usr/obj/= usr/src/gnu/usr.bin/gdb/libgdb/../../../lib/libreadline/readline/.. -std=3D= gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/gnu/usr.bin= /gdb/libgdb/../../../../contrib/gdb/gdb/valarith.c -o valarith.o --- all_subdir_lib --- --- ether_aton_test --- cc -O2 -pipe -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/usr/= src/contrib/netbsd-tests -std=3Dgnu99 -fstack-protector-strong -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-en= um -Wno-knr-promoted-parameter -Qunused-arguments -L/usr/obj/usr/src//lib/= libnetbsd -o ether_aton_test aton_ether_subr.o t_ether_aton.o -lnetbsd -lp= rivateatf-c --- nsdispatch_test --- echo '#! /usr/libexec/atf-sh' > nsdispatch_test.tmp cat /usr/src/contrib/netbsd-tests/lib/libc/net/t_nsdispatch.sh >>nsdispatch= _test.tmp chmod +x nsdispatch_test.tmp mv nsdispatch_test.tmp nsdispatch_test --- protoent_test --- echo '#! /usr/libexec/atf-sh' > protoent_test.tmp cat /usr/src/contrib/netbsd-tests/lib/libc/net/t_protoent.sh >>protoent_tes= t.tmp chmod +x protoent_test.tmp mv protoent_test.tmp protoent_test --- servent_test --- echo '#! /usr/libexec/atf-sh' > servent_test.tmp cat /usr/src/contrib/netbsd-tests/lib/libc/net/t_servent.sh >>servent_test.= tmp chmod +x servent_test.tmp mv servent_test.tmp servent_test --- Kyuafile.auto --- =3D=3D=3D> lib/libc/tests/regex (all) --- h_regex --- (cd /usr/src/lib/libc/tests/regex && DEPENDFILE=3D.depend.h_regex NO_SUBD= IR=3D1 make -f /usr/src/lib/libc/tests/regex/Makefile _RECURSING_PROGS=3D = PROG=3Dh_regex ) --- main.o --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -I/usr/src/l= ib/libc/regex -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werro= r -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bod= y -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 /usr/src/contrib/netbsd-tests/lib= /libc/regex/main.c -o main.o --- all_subdir_kerberos5 --- --- rd_error.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimd= al/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/a= sn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I= /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/= kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/u= sr/src/kerberos5/lib/libkrb5/../../include -std=3Dgnu99 -fstack-protector-s= trong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypt= o/heimdal/lib/krb5/rd_error.c -o rd_error.po --- all_subdir_lib --- --- split.o --- --- all_subdir_rescue --- --- pass1b.o --- --- all_subdir_lib --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -I/usr/src/l= ib/libc/regex -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werro= r -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bod= y -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 /usr/src/contrib/netbsd-tests/lib= /libc/regex/split.c -o split.o --- all_subdir_rescue --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -c /usr/src/sbin/fsdb/../fsck_ffs/pass1b.c -o pass1b.o --- all_subdir_lib --- --- debug.o --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -I/usr/src/l= ib/libc/regex -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werro= r -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bod= y -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 /usr/src/contrib/netbsd-tests/lib= /libc/regex/debug.c -o debug.o --- all_subdir_rescue --- --- pass2.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -c /usr/src/sbin/fsdb/../fsck_ffs/pass2.c -o pass2.o --- all_subdir_gnu --- --- valops.o --- cc -O2 -pipe -Dxregcomp=3Dregcomp -Dxre_exec=3Dre_exec -Dxregexec=3Dreg= exec -Dxre_search=3Dre_search -Dxre_compile_fastmap=3Dre_compile_fastmap -D= xregerror=3Dregerror -Dxre_comp=3Dre_comp -Dxre_set_syntax=3Dre_set_syntax = -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=3D1 -DTUI=3D1 -DDEBUGDIR=3D\"/usr/l= ib/debug\" -I. -I/usr/src/gnu/usr.bin/gdb/libgdb/../arch/i386 -I/usr/src/gn= u/usr.bin/gdb/libgdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/libgd= b/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../= contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/g= db/config -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/binutils/in= clude -I/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/include -I/= usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/binutils/bfd -I/usr/obj/= usr/src/gnu/usr.bin/gdb/libgdb/../../../lib/libreadline/readline/.. -std=3D= gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/gnu/usr.bin= /gdb/libgdb/../../../../contrib/gdb/gdb/valops.c -o valops.o --- all_subdir_lib --- --- h_regex --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -I/usr/src/lib/= libc/regex -std=3Dgnu99 -fstack-protector-strong -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 -W= no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co= nversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -Qunused-arguments -o h_regex main.o split.o debug.o =20 --- exhaust_test --- (cd /usr/src/lib/libc/tests/regex && DEPENDFILE=3D.depend.exhaust_test NO= _SUBDIR=3D1 make -f /usr/src/lib/libc/tests/regex/Makefile _RECURSING_PROGS= =3D PROG=3Dexhaust_test ) --- t_exhaust.o --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -DREGEX_SPEN= CER -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -std=3Dgnu99 -= fstack-protector-strong -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-pare= ntheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-loca= l-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused= -arguments -c /usr/src/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c -o t= _exhaust.o --- all_subdir_kerberos5 --- --- rd_priv.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimd= al/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/a= sn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I= /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/= kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/u= sr/src/kerberos5/lib/libkrb5/../../include -std=3Dgnu99 -fstack-protector-s= trong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypt= o/heimdal/lib/krb5/rd_priv.c -o rd_priv.po --- all_subdir_lib --- --- exhaust_test --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -DREGEX_SPENCER= -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -L/usr/obj/usr/src//lib/libnetbsd -o exhaust_test t_exhaust.o -ln= etbsd -lprivateatf-c --- all_subdir_rescue --- --- pass3.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -c /usr/src/sbin/fsdb/../fsck_ffs/pass3.c -o pass3.o --- all_subdir_lib --- --- regex_att_test --- (cd /usr/src/lib/libc/tests/regex && DEPENDFILE=3D.depend.regex_att_test = NO_SUBDIR=3D1 make -f /usr/src/lib/libc/tests/regex/Makefile _RECURSING_PRO= GS=3D PROG=3Dregex_att_test ) --- t_regex_att.o --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -DREGEX_SPEN= CER -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -std=3Dgnu99 -= fstack-protector-strong -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-pare= ntheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-loca= l-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused= -arguments -c /usr/src/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c -o= t_regex_att.o --- all_subdir_rescue --- --- pass4.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -c /usr/src/sbin/fsdb/../fsck_ffs/pass4.c -o pass4.o --- all_subdir_kerberos5 --- --- rd_rep.po --- cc -pg -O2 -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimd= al/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/a= sn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I= /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/ipc -I/usr/src/= kerberos5/lib/libkrb5/../../../crypto/heimdal/base -I. -DHAVE_CONFIG_H -I/u= sr/src/kerberos5/lib/libkrb5/../../include -std=3Dgnu99 -fstack-protector-s= trong -Qunused-arguments -c /usr/src/kerberos5/lib/libkrb5/../../../crypt= o/heimdal/lib/krb5/rd_rep.c -o rd_rep.po --- all_subdir_rescue --- --- pass5.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -c /usr/src/sbin/fsdb/../fsck_ffs/pass5.c -o pass5.o --- all_subdir_lib --- --- regex_att_test --- cc -O2 -pipe -I/usr/src/contrib/netbsd-tests/lib/libc/regex -DREGEX_SPENCER= -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -std=3Dgnu99 -fst= ack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-t= ypedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-ar= guments -L/usr/obj/usr/src//lib/libnetbsd -o regex_att_test t_regex_att.o = -lnetbsd -lutil -lprivateatf-c --- regex_test --- echo '#! /usr/libexec/atf-sh' > regex_test.tmp cat /usr/src/contrib/netbsd-tests/lib/libc/regex/t_regex.sh >>regex_test.tm= p chmod +x regex_test.tmp mv regex_test.tmp regex_test --- Kyuafile.auto --- =3D=3D=3D> lib/libc/tests/rpc (all) --- rpc_test --- (cd /usr/src/lib/libc/tests/rpc && DEPENDFILE=3D.depend.rpc_test NO_SUBDI= R=3D1 make -f /usr/src/lib/libc/tests/rpc/Makefile _RECURSING_PROGS=3D PRO= G=3Drpc_test ) make[7]: make[7]: don't know how to make .o. Stop make[7]: stopped in /usr/src/lib/libc/tests/rpc *** [rpc_test] Error code 2 make[6]: stopped in /usr/src/lib/libc/tests/rpc 1 error make[6]: stopped in /usr/src/lib/libc/tests/rpc *** [all] Error code 2 make[5]: stopped in /usr/src/lib/libc/tests 1 error make[5]: stopped in /usr/src/lib/libc/tests *** [all] Error code 2 make[4]: stopped in /usr/src/lib/libc 1 error make[4]: stopped in /usr/src/lib/libc --- all_subdir_kerberos5 --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/kerberos5/lib/libkrb5 *** [all] Error code 2 make[4]: stopped in /usr/src/kerberos5/lib 1 error make[4]: stopped in /usr/src/kerberos5/lib --- all_subdir_lib --- *** [all_subdir_libc] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib --- all_subdir_kerberos5 --- *** [all_subdir_lib] Error code 2 make[3]: stopped in /usr/src/kerberos5 1 error make[3]: stopped in /usr/src/kerberos5 *** [all_subdir_kerberos5] Error code 2 make[2]: stopped in /usr/src --- all_subdir_lib --- *** [all_subdir_lib] Error code 2 make[2]: stopped in /usr/src --- all_subdir_rescue --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/sbin/fsdb *** [fsdb_make] Error code 2 make[5]: stopped in /usr/obj/usr/src/rescue/rescue 1 error make[5]: stopped in /usr/obj/usr/src/rescue/rescue *** [objs] Error code 2 make[4]: stopped in /usr/src/rescue/rescue 1 error make[4]: stopped in /usr/src/rescue/rescue *** [all] Error code 2 make[3]: stopped in /usr/src/rescue 1 error make[3]: stopped in /usr/src/rescue *** [all_subdir_rescue] Error code 2 make[2]: stopped in /usr/src --- all_subdir_gnu --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/gnu/usr.bin/gdb/libgdb *** [all] Error code 2 make[5]: stopped in /usr/src/gnu/usr.bin/gdb 1 error make[5]: stopped in /usr/src/gnu/usr.bin/gdb *** [all_subdir_gdb] Error code 2 make[4]: stopped in /usr/src/gnu/usr.bin 1 error make[4]: stopped in /usr/src/gnu/usr.bin *** [all_subdir_usr.bin] Error code 2 make[3]: stopped in /usr/src/gnu 1 error make[3]: stopped in /usr/src/gnu *** [all_subdir_gnu] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson6372661437055574473.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Wed Nov 25 22:37:00 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F529A36099; Wed, 25 Nov 2015 22:37:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 55A4E11DF; Wed, 25 Nov 2015 22:37:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 4DC1E1FB6; Wed, 25 Nov 2015 22:37:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id F07E2180BA; Wed, 25 Nov 2015 22:36:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id VNdixnnZ1Qhj; Wed, 25 Nov 2015 22:36:57 +0000 (UTC) Subject: Re: FreeBSD_HEAD_i386 - Build #1764 - Still Failing DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 98B02180B5 To: jenkins-admin@FreeBSD.org, lidl@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org, Glen Barber , ngie@FreeBSD.org References: <665601706.165.1448483446533.JavaMail.jenkins@jenkins-9.freebsd.org> <2077754732.171.1448489807861.JavaMail.jenkins@jenkins-9.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5656380B.7070600@FreeBSD.org> Date: Wed, 25 Nov 2015 14:36:59 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <2077754732.171.1448489807861.JavaMail.jenkins@jenkins-9.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3RL1lEL8AcQKkKOxiu3AXX7PGbDclNK8K" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 22:37:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3RL1lEL8AcQKkKOxiu3AXX7PGbDclNK8K Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/25/2015 2:16 PM, jenkins-admin@FreeBSD.org wrote: > make[7]: make[7]: don't know how to make .o. Stop My bad. Fixed. --=20 Regards, Bryan Drewery --3RL1lEL8AcQKkKOxiu3AXX7PGbDclNK8K Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWVjgLAAoJEDXXcbtuRpfPWVsIALantNu1PDB4quIqIr40+RdE UHaCZg3v49BwxK39gc65tRqpVeywlakXUM9PnsQroyjnLbOTqSHspQ3WraQ0KGoN Dm0bUMX9bpD2O94yxRjWZ5hS/Aco+0/dcYLXAhOt7XdPzQWHGhB27gdnjgPfMaAU EhYfYli2JpELnWRW1cAZOBWrACQhgTE3QDqIFI3AyNy7kWCoJnr1p0NvO9SFZvc1 NIovgmgU3jD6m+VqnSRdrLHUuyxdHlmCjdPZrXt9PcuBT+g7Bi+NfhyAfLxmEGV9 ILx6fPqg9CTTKwTb6wrFgr8urcU9l8ECzHmw5p5b+EBKSPeUI7nx35Ab6NrLYBI= =3nSU -----END PGP SIGNATURE----- --3RL1lEL8AcQKkKOxiu3AXX7PGbDclNK8K-- From owner-freebsd-i386@freebsd.org Thu Nov 26 00:36:37 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C10E3A37A78; Thu, 26 Nov 2015 00:36:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id B17DA156A; Thu, 26 Nov 2015 00:36:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 787D48E6; Thu, 26 Nov 2015 00:36:37 +0000 (UTC) Date: Thu, 26 Nov 2015 00:36:31 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, bdrewery@FreeBSD.org, gnn@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <432398430.177.1448498196125.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2077754732.171.1448489807861.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2077754732.171.1448489807861.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1765 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 00:36:37 -0000 FreeBSD_HEAD_i386 - Build #1765 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1765/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1765/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1765/console Change summaries: 291341 by gnn: Summary: A simple script to print the return value of any function, with or without wild cards. 291340 by bdrewery: Follow-up r291338 to handle .d, .y and .l files better as well. X-MFC-With: r291338 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division 291339 by bdrewery: Follow-up r291330: h_testbits.h is only needed by xdr_test. X-MFC-With: r291330 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 291338 by bdrewery: Fix the "common object" handling to not depend on ".o" if SRCS only contains headers. This resulted in 'don't know how to make .o.' errors after the changes in r289286. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division 291337 by ngie: Link fclose(3) to fdclose(3) X-MFC with: r285140 MFC after: 3 weeks (need to evaluate whether or not r285140 can be MFCed) Sponsored by: EMC / Isilon Storage Division 291335 by ngie: Fix building sys/modules/if_enc by adding missing headers X-MFC with: r291292, r291299 (if that ever happens) Pointyhat to: ae From owner-freebsd-i386@freebsd.org Sat Nov 28 00:13:25 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2728A3AEF7; Sat, 28 Nov 2015 00:13:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A497F10AA; Sat, 28 Nov 2015 00:13:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A66A91215; Sat, 28 Nov 2015 00:13:25 +0000 (UTC) Date: Sat, 28 Nov 2015 00:13:23 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, tuexen@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <102615045.207.1448669605650.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1781 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 00:13:26 -0000 FreeBSD_HEAD_i386 - Build #1781 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1781/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1781/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1781/cons= ole Change summaries: 291411 by adrian: [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT= is set. 291410 by tuexen: Take also the send queue and sent queue into account when triggering the sending of outgoing stream reset requests. MFC after:=093 days 291409 by emaste: kbdmap: include filename when reporting fopen() failure Previously only one of two cases reported the file name. Use the same error string in both cases. Sponsored by:=09The FreeBSD Foundation The end of the build log: [...truncated 173170 lines...] awk -f /usr/src/sys/conf/kmod_syms.awk coretemp.kld export_syms | xargs -J= % objcopy % coretemp.kld --- coretemp.ko.full --- ld -Bshareable -d -warn-common -o coretemp.ko.full coretemp.kld --- coretemp.ko.debug --- objcopy --only-keep-debug coretemp.ko.full coretemp.ko.debug --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_alq.o --- all_subdir_coretemp --- --- coretemp.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcoretemp.ko.debug coretemp.ko.= full coretemp.ko --- all_subdir_cp --- =3D=3D=3D> cp (all) --- exdump.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/execute= r/exdump.c --- modules-all --- --- cpddk.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cp/../../dev/cp/cpddk.c -o c= pddk.o --- exdump.o --- ctfconvert -L VERSION -g exdump.o --- modules-all --- --- all_subdir_cpuctl --- =3D=3D=3D> cpuctl (all) --- cpuctl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpuctl/../../dev/cpuctl/cpuc= tl.c -o cpuctl.o ctfconvert -L VERSION -g cpuctl.o --- cpuctl.kld --- ld -d -warn-common -r -d -o cpuctl.kld cpuctl.o ctfmerge -L VERSION -g -o cpuctl.kld cpuctl.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cpuctl.kld export_syms | xargs -J% = objcopy % cpuctl.kld --- cpuctl.ko.full --- ld -Bshareable -d -warn-common -o cpuctl.ko.full cpuctl.kld --- cpuctl.ko.debug --- objcopy --only-keep-debug cpuctl.ko.full cpuctl.ko.debug --- cpuctl.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcpuctl.ko.debug cpuctl.ko.full= cpuctl.ko --- all_subdir_cp --- --- if_cp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cp/../../dev/cp/if_cp.c -o i= f_cp.o --- all_subdir_ath --- --- ar9300_reset.o --- ctfconvert -L VERSION -g ar9300_reset.o --- all_subdir_cpufreq --- =3D=3D=3D> cpufreq (all) --- ichss.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpufreq/../../dev/cpufreq/ic= hss.c -o ichss.o ctfconvert -L VERSION -g ichss.o --- powernow.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpufreq/../../x86/cpufreq/po= wernow.c -o powernow.o --- all_subdir_cp --- ctfconvert -L VERSION -g if_cp.o --- all_subdir_cpufreq --- --- smist.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpufreq/../../x86/cpufreq/sm= ist.c -o smist.o --- powernow.o --- ctfconvert -L VERSION -g powernow.o --- all_subdir_ath --- --- if_ath.o --- ctfconvert -L VERSION -g if_ath.o --- if_ath_debug.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENE= RIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -m= no-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_at= h_debug.c -o if_ath_debug.o --- all_subdir_cpufreq --- --- est.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpufreq/../../x86/cpufreq/es= t.c -o est.o --- smist.o --- ctfconvert -L VERSION -g smist.o --- exfield.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/execute= r/exfield.c --- modules-all --- --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_debug.o --- if_ath_keycache.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENE= RIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -m= no-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_at= h_keycache.c -o if_ath_keycache.o --- exfield.o --- ctfconvert -L VERSION -g exfield.o --- modules-all --- --- all_subdir_cpufreq --- --- hwpstate.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpufreq/../../x86/cpufreq/hw= pstate.c -o hwpstate.o --- est.o --- ctfconvert -L VERSION -g est.o --- exfldio.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/execute= r/exfldio.c --- modules-all --- --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_keycache.o --- all_subdir_cpufreq --- --- hwpstate.o --- ctfconvert -L VERSION -g hwpstate.o --- p4tcc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cpufreq/../../x86/cpufreq/p4= tcc.c -o p4tcc.o --- exfldio.o --- ctfconvert -L VERSION -g exfldio.o --- modules-all --- --- all_subdir_crypto --- --- all_subdir_ath --- --- if_ath_sysctl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENE= RIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -m= no-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_at= h_sysctl.c -o if_ath_sysctl.o --- all_subdir_crypto --- =3D=3D=3D> crypto (all) --- criov.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/crypto/../../opencrypto/crio= v.c -o criov.o --- all_subdir_cpufreq --- ctfconvert -L VERSION -g p4tcc.o --- cpufreq.kld --- ld -d -warn-common -r -d -o cpufreq.kld ichss.o est.o hwpstate.o p4tcc.o po= wernow.o smist.o ctfmerge -L VERSION -g -o cpufreq.kld ichss.o est.o hwpstate.o p4tcc.o powe= rnow.o smist.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cpufreq.kld export_syms | xargs -J%= objcopy % cpufreq.kld --- cpufreq.ko.full --- ld -Bshareable -d -warn-common -o cpufreq.ko.full cpufreq.kld --- cpufreq.ko.debug --- objcopy --only-keep-debug cpufreq.ko.full cpufreq.ko.debug --- cpufreq.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcpufreq.ko.debug cpufreq.ko.fu= ll cpufreq.ko --- all_subdir_crypto --- --- xform.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/crypto/../../opencrypto/xfor= m.c -o xform.o --- criov.o --- ctfconvert -L VERSION -g criov.o --- all_subdir_cryptodev --- =3D=3D=3D> cryptodev (all) --- all_subdir_cp --- --- cpddk.o --- ctfconvert -L VERSION -g cpddk.o --- if_cp.kld --- ld -d -warn-common -r -d -o if_cp.kld if_cp.o cpddk.o ctfmerge -L VERSION -g -o if_cp.kld if_cp.o cpddk.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_cp.kld export_syms | xargs -J% o= bjcopy % if_cp.kld --- all_subdir_cryptodev --- --- cryptodev.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cryptodev/../../opencrypto/c= ryptodev.c -o cryptodev.o --- all_subdir_cp --- --- if_cp.ko.full --- ld -Bshareable -d -warn-common -o if_cp.ko.full if_cp.kld --- if_cp.ko.debug --- objcopy --only-keep-debug if_cp.ko.full if_cp.ko.debug --- if_cp.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dif_cp.ko.debug if_cp.ko.full i= f_cp.ko --- all_subdir_crypto --- --- cast.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/crypto/../../opencrypto/cast= .c -o cast.o --- xform.o --- ctfconvert -L VERSION -g xform.o --- all_subdir_cs --- =3D=3D=3D> cs (all) --- if_cs.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/cs/../../dev/cs/if_cs.c -o i= f_cs.o --- all_subdir_crypto --- --- cast.o --- ctfconvert -L VERSION -g cast.o --- cryptodeflate.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/crypto/../../opencrypto/cryp= todeflate.c -o cryptodeflate.o --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_sysctl.o --- all_subdir_crypto --- ctfconvert -L VERSION -g cryptodeflate.o --- rmd160.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss= ing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-e= rror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function= -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-av= x -std=3Diso9899:1999 -c /usr/src/sys/modules/crypto/../../opencrypto/rmd1= 60.c -o rmd160.o --- all_subdir_ath --- --- if_ath_tx.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENE= RIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -m= no-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_at= h_tx.c -o if_ath_tx.o --- all_subdir_cryptodev --- ctfconvert -L VERSION -g cryptodev.o --- cryptodev.kld --- ld -d -warn-common -r -d -o cryptodev.kld cryptodev.o ctfmerge -L VERSION -g -o cryptodev.kld cryptodev.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk cryptodev.kld export_syms | xargs -= J% objcopy % cryptodev.kld --- cryptodev.ko.full --- ld -Bshareable -d -warn-common -o cryptodev.ko.full cryptodev.kld --- cryptodev.ko.debug --- objcopy --only-keep-debug cryptodev.ko.full cryptodev.ko.debug --- cryptodev.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcryptodev.ko.debug cryptodev.k= o.full cryptodev.ko --- all_subdir_ath --- --- if_ath_tx_ht.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENE= RIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -m= no-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_at= h_tx_ht.c -o if_ath_tx_ht.o /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx_ht.c:631:21: error: use of= undeclared identifier 'ATH_DEBUG_XMIT' if (sc->sc_debug & ATH_DEBUG_XMIT) ^ 1 error generated. *** [if_ath_tx_ht.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/ath --- all_subdir_cs --- ctfconvert -L VERSION -g if_cs.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/cs *** [all_subdir_cs] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_crypto --- ctfconvert -L VERSION -g rmd160.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/crypto *** [all_subdir_crypto] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- --- if_ath_tx.o --- ctfconvert -L VERSION -g if_ath_tx.o 1 error make[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 make[3]: stopped in /usr/src/sys/modules 3 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson8783285499030879788.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Sat Nov 28 02:21:27 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41793A3B81B; Sat, 28 Nov 2015 02:21:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 290251379; Sat, 28 Nov 2015 02:21:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id EAB401262; Sat, 28 Nov 2015 02:21:25 +0000 (UTC) Date: Sat, 28 Nov 2015 02:21:22 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ume@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1172001684.211.1448677284338.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <102615045.207.1448669605650.JavaMail.jenkins@jenkins-9.freebsd.org> References: <102615045.207.1448669605650.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1782 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 02:21:27 -0000 FreeBSD_HEAD_i386 - Build #1782 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1782/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1782/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1782/console Change summaries: 291416 by adrian: Add AR9530 (honeybee) config option. 291415 by ume: Regen src.conf.5 for recent option changes. 291414 by ume: Fix breakage by recent collation change. LC_ALL has to be exported. 291413 by adrian: * Add device string for QCA955x (scorpion); * Add device ID and device string for QCA953x (honeybee). 291412 by adrian: wrap in ATH_DEBUG. Thanks sparc64 build!