From owner-freebsd-i386@freebsd.org Mon May 16 07:16:52 2016 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 438D5B3C56F; Mon, 16 May 2016 07:16: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 27D5E1005; Mon, 16 May 2016 07:16: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 7F3E01084; Mon, 16 May 2016 07:16:52 +0000 (UTC) Date: Mon, 16 May 2016 07:16:50 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avg@FreeBSD.org, sgalabov@FreeBSD.org, arybchik@FreeBSD.org, truckman@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1759404510.9.1463383012527.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1337693037.4.1463375858002.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1337693037.4.1463375858002.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3131 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 07:16:52 -0000 FreeBSD_HEAD_i386 - Build #3131 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3131/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3131/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3131/console Change summaries: 299911 by arybchik: sfxge(4): fix license validation check for V3 licenses Length consistency checks were failing for ECC hashes. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299910 by sgalabov: Introduce basic etherswitch support for Ralink SoCs This revision introduces basic support for the internal ESW switch found Ralink/Mediatek SoCs such as RT3050, RT3352, RT5350, MT7628; and GSW found in MT7620 and MT7621. It only supports 802.1q VLANs and doesn't support external PHYs at the moment (only the ones that are built into the switch itself). Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6348 299909 by arybchik: sfxge(4): regenerate MCDI headers from firmwaresrc .yml Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299908 by avg: zfsctl_snapdir_lookup: always clear VV_ROOT flag of snapshot's root VV_ROOT Previosuly we did that only if the snapshot was mounted earlier, its root vnode got recycled and then we accessed it again. We never cleared the flag for a freshly mounted snapshot. That was very inconsistent and probably a source of some bugs. Or maybe that painted over some bugs which might get revealed now. We should consistently clear the flag because we try very hard to pretend that snapshots auto-mounted under .zfs are part of their original filesystem. In other words, we try to hide the fact that they are different filesystems / mountpoints. MFC after: 5 weeks 299907 by arybchik: sfxge(4): increase maximum size of license keys Increase buffer sizes for license keys to 160 bytes to accomodate ECDSA hashes. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299906 by avg: add zfs_vptocnp with special handling for snapshots under .zfs The logic is similar to that already present in zfs_dirlook() to handle a dot-dot lookup on a root vnode of a snapshot mounted under .zfs/snapshot/. illumos does not have an equivalent of vop_vptocnp, so there only the lookup had to be patched up. MFC after: 4 weeks 299905 by arybchik: sfxge(4): fix V1 licensing MCDI operations Implementation of the MCDI commands for Siena boards was requesting the wrong operation. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6370 299904 by arybchik: sfxge(4): improve PCIe link speed and width check Perform a more accurate check of whether the PCIe bandwidth is sufficient for the current/supported port modes. Give a different warning if there is sufficient bandwidth to achieve line rate, but the link is not fast enough for optimal latency. Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6369 299903 by arybchik: sfxge(4): cleanup: make TLV scans quieter Find end of segments in a more direct way that avoids an error report at the terminator. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6367 299902 by avg: mount_snapshot: consolidate all error handling This makes sure that the original vnode is always unlocked and released if any error happens. MFC after: 4 weeks 299901 by arybchik: sfxge(4): cleanup: make VPD lookups quieter A lookup on a VPD entry which is missing reports several failure messages as it propagates through wrapper functions. Restructured the wrappers to treat this gracefully as an expected case. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6366 299900 by avg: zfsctl: fix several problems with reference counts * Remove excessive references on a snapshot mountpoint vnode. zfsctl_snapdir_lookup() called VN_HOLD() on a vnode returned from zfsctl_snapshot_mknode() and the latter also had a call to VN_HOLD() on the same vnode. On top of that gfs_dir_create() already returns the vnode with the use count of 1 (set in getnewvnode). So there was 3 references on the vnode. * mount_snapshot() should keep a reference to a covered vnode. That reference is owned by the mountpoint (mounted snapshot filesystem). * Remove cryptic manipulations of a covered vnode in zfs_umount(). FreeBSD dounmount() already does the right thing and releases the covered vnode. PR: 207464 Reported by: dustinwenz@ebureau.com Tested by: Howard Powell MFC after: 3 weeks 299899 by arybchik: sfxge(4): cleanup: make licensing function quieter Silent handling of failure to invoke functions that are not supported on older licensing versions. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6365 299898 by arybchik: sfxge(4): restructure efx_lic to support V3 licensing Create separate implementations of the efx_lic API for each revision of the licensing system. All processing of the V1/V2 license partition is moved to efx_lic, and an implementation of V3 licensing uses the existing TLV functions with extensions for writing new TLV entries. Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6364 299897 by truckman: NULL releasedfl after calling deallocate_file_lock() which frees it to avoid a use-after-free error in the debuglog() call at the top of the loop. Reported by: Coverity CID: 1006080 MFC after: 1 week The end of the build log: [...truncated 2727 lines...] ar -crD libopenbsd.a `NM='nm' NMFLAGS='' lorder getdtablecount.o imsg-buffer.o imsg.o ohash.o | tsort -q` ranlib -D libopenbsd.a --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Regex.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Regex.o -MTRegex.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Regex.cpp -o Regex.o --- _bootstrap-tools-lib/libsqlite3 --- ===> lib/libsqlite3 (obj,all,install) --- _bootstrap-tools-usr.bin/rpcgen --- --- _bootstrap-tools-lib/libsqlite3 --- --- obj --- --- _bootstrap-tools-usr.bin/rpcgen --- ===> usr.bin/rpcgen (obj,all,install) --- _bootstrap-tools-lib/libsqlite3 --- /usr/obj/usr/src/tmp/usr/src/lib/libsqlite3 created for /usr/src/lib/libsqlite3 --- sqlite3.o --- cc -O2 -pipe -I/usr/src/lib/libsqlite3/../../contrib/sqlite3 -DUSE_PREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_POSIX_FALLOCATE=1 -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_RTREE -MD -MP -MF.depend.sqlite3.o -MTsqlite3.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/libsqlite3/../../contrib/sqlite3/sqlite3.c -o sqlite3.o --- _bootstrap-tools-usr.bin/rpcgen --- --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/rpcgen created for /usr/src/usr.bin/rpcgen --- .depend --- echo rpcgen.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- rpc_main.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_main.o -MTrpc_main.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_main.c -o rpc_main.o --- rpc_clntout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_clntout.o -MTrpc_clntout.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_clntout.c -o rpc_clntout.o --- _bootstrap-tools-lib/liby --- ===> lib/liby (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/liby created for /usr/src/lib/liby --- main.o --- cc -O2 -pipe -MD -MP -MF.depend.main.o -MTmain.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/liby/main.c -o main.o --- yyerror.o --- cc -O2 -pipe -MD -MP -MF.depend.yyerror.o -MTyyerror.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/liby/yyerror.c -o yyerror.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_cout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_cout.o -MTrpc_cout.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_cout.c -o rpc_cout.o --- _bootstrap-tools-lib/liby --- --- liby.a --- building static y library ar -crD liby.a `NM='nm' NMFLAGS='' lorder main.o yyerror.o | tsort -q` ranlib -D liby.a --- _libinstall --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 liby.a /usr/obj/usr/src/tmp/legacy/usr/lib/ --- _bootstrap-tools-lib/clang/libllvmsupport --- --- ScaledNumber.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.ScaledNumber.o -MTScaledNumber.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ScaledNumber.cpp -o ScaledNumber.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_hout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_hout.o -MTrpc_hout.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_hout.c -o rpc_hout.o --- _bootstrap-tools-usr.bin/yacc --- ===> usr.bin/yacc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc --- .depend --- echo yacc.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- closure.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.closure.o -MTclosure.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/closure.c -o closure.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_parse.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_parse.o -MTrpc_parse.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_parse.c -o rpc_parse.o --- _bootstrap-tools-usr.bin/yacc --- --- error.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.error.o -MTerror.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/error.c -o error.o --- graph.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.graph.o -MTgraph.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/graph.c -o graph.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_sample.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_sample.o -MTrpc_sample.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_sample.c -o rpc_sample.o --- _bootstrap-tools-usr.bin/yacc --- --- lalr.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.lalr.o -MTlalr.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/lalr.c -o lalr.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_scan.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_scan.o -MTrpc_scan.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_scan.c -o rpc_scan.o --- rpc_svcout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_svcout.o -MTrpc_svcout.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_svcout.c -o rpc_svcout.o --- _bootstrap-tools-usr.bin/yacc --- --- lr0.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.lr0.o -MTlr0.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/lr0.c -o lr0.o --- main.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.main.o -MTmain.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/main.c -o main.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_tblout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_tblout.o -MTrpc_tblout.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_tblout.c -o rpc_tblout.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SearchForAddressOfSpecialSymbol.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SearchForAddressOfSpecialSymbol.o -MTSearchForAddressOfSpecialSymbol.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp -o SearchForAddressOfSpecialSymbol.o --- Signals.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Signals.o -MTSignals.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Signals.cpp -o Signals.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_util.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_util.o -MTrpc_util.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/rpcgen/rpc_util.c -o rpc_util.o --- _bootstrap-tools-usr.bin/yacc --- --- mkpar.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.mkpar.o -MTmkpar.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/mkpar.c -o mkpar.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpcgen.full --- cc -O2 -pipe -g -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o rpcgen.full rpc_main.o rpc_clntout.o rpc_cout.o rpc_hout.o rpc_parse.o rpc_sample.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o -legacy --- _bootstrap-tools-usr.bin/yacc --- --- mstring.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.mstring.o -MTmstring.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/mstring.c -o mstring.o --- output.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.output.o -MToutput.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/output.c -o output.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpcgen.debug --- objcopy --only-keep-debug rpcgen.full rpcgen.debug --- rpcgen --- objcopy --strip-debug --add-gnu-debuglink=rpcgen.debug rpcgen.full rpcgen --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 rpcgen /usr/obj/usr/src/tmp/legacy/usr/bin/rpcgen sh /usr/src/tools/install.sh -o root -g wheel -m 444 rpcgen.debug /usr/obj/usr/src/tmp/legacy/usr/lib/debug/usr/bin/rpcgen.debug --- _bootstrap-tools-usr.bin/yacc --- --- reader.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.reader.o -MTreader.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/reader.c -o reader.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SmallPtrSet.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SmallPtrSet.o -MTSmallPtrSet.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallPtrSet.cpp -o SmallPtrSet.o --- _bootstrap-tools-usr.bin/yacc --- --- yaccpar.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.yaccpar.o -MTyaccpar.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/yaccpar.c -o yaccpar.o --- symtab.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.symtab.o -MTsymtab.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/symtab.c -o symtab.o --- verbose.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.verbose.o -MTverbose.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/verbose.c -o verbose.o --- warshall.o --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -MD -MP -MF.depend.warshall.o -MTwarshall.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/warshall.c -o warshall.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SmallVector.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SmallVector.o -MTSmallVector.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallVector.cpp -o SmallVector.o --- _bootstrap-tools-usr.bin/yacc --- --- yacc.full --- cc -O2 -pipe -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -DMAXTABLE=INT_MAX -DMIXEDCASE_FILENAMES=1 -DYYPATCH=20160324 -g -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o yacc.full closure.o error.o graph.o lalr.o lr0.o main.o mkpar.o mstring.o output.o reader.o yaccpar.o symtab.o verbose.o warshall.o -legacy --- yacc.debug --- objcopy --only-keep-debug yacc.full yacc.debug --- yacc --- objcopy --strip-debug --add-gnu-debuglink=yacc.debug yacc.full yacc --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 yacc /usr/obj/usr/src/tmp/legacy/usr/bin/yacc sh /usr/src/tools/install.sh -o root -g wheel -m 444 yacc.debug /usr/obj/usr/src/tmp/legacy/usr/lib/debug/usr/bin/yacc.debug --- _installlinks --- /usr/bin/byacc -> /usr/bin/yacc --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SourceMgr.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SourceMgr.o -MTSourceMgr.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SourceMgr.cpp -o SourceMgr.o --- _bootstrap-tools-usr.bin/xinstall --- ===> usr.bin/xinstall (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/xinstall --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- ===> usr.sbin/bsnmpd/gensnmptree (obj,all,install) --- _bootstrap-tools-usr.bin/xinstall --- --- .depend --- echo xinstall.full: /usr/lib/libc.a /usr/lib/libmd.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- xinstall.o --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -g -MD -MP -MF.depend.xinstall.o -MTxinstall.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/xinstall/xinstall.c -o xinstall.o --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.sbin/bsnmpd/gensnmptree created for /usr/src/usr.sbin/bsnmpd/gensnmptree --- _bootstrap-tools-usr.bin/xinstall --- /usr/src/usr.bin/xinstall/xinstall.c:862:11: warning: implicit declaration of function 'utimensat' is invalid in C99 [-Wimplicit-function-declaration] (void)utimensat(AT_FDCWD, tempfile, tsb, 0); ^ --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- --- .depend --- echo gensnmptree.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- gensnmptree.o --- cc -O2 -pipe -I/usr/src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/lib -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H -DHAVE_INTTYPES_H -g -MD -MP -MF.depend.gensnmptree.o -MTgensnmptree.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/gensnmptree/gensnmptree.c -o gensnmptree.o --- _bootstrap-tools-usr.bin/xinstall --- 1 warning generated. --- getid.o --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -g -MD -MP -MF.depend.getid.o -MTgetid.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/xinstall/../../contrib/mtree/getid.c -o getid.o --- xinstall.full --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -g -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o xinstall.full xinstall.o getid.o -lmd -legacy --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- --- gensnmptree.full --- cc -O2 -pipe -I/usr/src/usr.sbin/bsnmpd/gensnmptree/../../../contrib/bsnmp/lib -DQUADFMT='"llu"' -DQUADXFMT='"llx"' -DHAVE_STDINT_H -DHAVE_INTTYPES_H -g -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o gensnmptree.full gensnmptree.o -legacy --- _bootstrap-tools-usr.bin/xinstall --- xinstall.o: In function `install': /usr/src/usr.bin/xinstall/xinstall.c:919: undefined reference to `utimensat' /usr/src/usr.bin/xinstall/xinstall.c:862: undefined reference to `utimensat' --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- --- gensnmptree.debug --- objcopy --only-keep-debug gensnmptree.full gensnmptree.debug --- gensnmptree --- objcopy --strip-debug --add-gnu-debuglink=gensnmptree.debug gensnmptree.full gensnmptree --- _bootstrap-tools-usr.bin/xinstall --- cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [xinstall.full] Error code 1 make[3]: stopped in /usr/src/usr.bin/xinstall 1 error make[3]: stopped in /usr/src/usr.bin/xinstall *** [_bootstrap-tools-usr.bin/xinstall] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/usr.sbin/bsnmpd/gensnmptree *** [_bootstrap-tools-usr.sbin/bsnmpd/gensnmptree] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-lib/clang/libllvmsupport --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/lib/clang/libllvmsupport *** [_bootstrap-tools-lib/clang/libllvmsupport] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-lib/libsqlite3 --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/lib/libsqlite3 *** [_bootstrap-tools-lib/libsqlite3] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [_bootstrap-tools] 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/hudson3533323742778880847.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::104: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 Mon May 16 09:16:50 2016 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 62AE3B3DDC9; Mon, 16 May 2016 09:16: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 525E21E4D; Mon, 16 May 2016 09:16: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 9DDC610C6; Mon, 16 May 2016 09:16:50 +0000 (UTC) Date: Mon, 16 May 2016 09:16:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avg@FreeBSD.org, arybchik@FreeBSD.org, truckman@FreeBSD.org, sephe@FreeBSD.org, andrew@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1185510443.14.1463390210657.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1759404510.9.1463383012527.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1759404510.9.1463383012527.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3132 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 09:16:50 -0000 FreeBSD_HEAD_i386 - Build #3132 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3132/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3132/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3132/cons= ole Change summaries: 299928 by andrew: Introduce MSI and MSI-X support to intrng. This adds a new msi device interface with 5 methods to mirror the 5 MSI/MSI-X methods in the pcib interface. The pcib driver will need to perform a device specific lookup to find the MSI controller and pass this to intrng as the xref. Intrng will finally find the controller and have it handle the requested operation= . Obtained from:=09ABT Systems Ltd MFH:=09=09yes Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D5985 299927 by sephe: hyperv/vmbus: Use atomic_testandclear Prepare to use unsigned long for event channel bit array. Sponsored by:=09Microsoft OSTC Differential Revision:=09https://reviews.freebsd.org/D6382 299926 by truckman: Hoist the getpwnam() call outside the first if/else block in pam_sm_chauthtok(). Set user =3D getlogin() inside the true branch so that it is initialized for the following PAM_LOG() call. This is how it is done in pam_sm_authenticate(). Reported by:=09Coverity CID:=09=09272498 MFC after:=091 week 299925 by arybchik: sfxge(4): cleanup: quieten more common code MCDI handlers Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299924 by arybchik: sfxge(4): cleanup: remove misnamed function declaration Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299923 by arybchik: sfxge(4): cleanup: make MCDI license queries quieter in common code Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299922 by truckman: Don't call free_addrselectpolicy(&policyhead) before policyhead has been initialized. Reported by:=09Coverity CID:=09=091018727 299921 by truckman: Add an assertion to catch a potential underflow in an array index calculation, though this should not happen in the current code. Reported by:=09Coverity CID:=09=091008486 MFC after:=093 weeks 299920 by arybchik: sfxge(4): cleanup: simplify ef10_ev_qcreate Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299919 by arybchik: sfxge(4): translate MC_CMD_ERR_EEXIST to host errno value This is needed because the new MCDI command nvram_private_append can return MC_CMD_ERR_EEXIST Submitted by: Tom Millington Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299918 by arybchik: fxge(4): cleanup: run genfwdef to propogate prior changes to TLV headers Submitted by: Andrew Lee Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299917 by arybchik: sfxge(4): set TSOv2 feature flag on Medford Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299916 by avg: vfs_read_dirent: increment ncookies after adding a cookie It seems that at present vfs_read_dirent() is used only with filesystems that do not support cookies, so the bug never manifested itself. MFC after:=091 week 299915 by arybchik: sfxge(4): improve TX/RX queue error messages Report the full error descriptor in a form that can be passed to firmwaresrc/dpcpu/scripts/evdecode Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 1 week 299914 by avg: zfsctl_ops_snapshot: remove methods should never be called We pretend that snapshots mounted under .zfs are part of the original filesystem and we try very hard to hide vnodes on top of which the snapshot= s are mounted. Given that I believe that the removed operations should never be called. They might have been called previously because of issues fixed in r299906, r299908 and r299913. MFC after:=095 weeks 299913 by avg: dounmount: do not call mountcheckdirs() for mounts with MNT_IGNORE This is a bit hackish, but the flag is currently set only for ZFS snapshots mounted under .zfs. mountcheckdirs() can change cdir/rdir references to a covered vnode. But for the said snapshots the covered vnode is really ephemeral and it must never be accessed (except for a few specific cases). To do:=09consider removing mountcheckdirs() entirely MFC after:=095 days 299912 by sephe: atomic: Add testandclear on i386/amd64 Reviewed by:=09kib Sponsored by:=09Microsoft OSTC Differential Revision:=09https://reviews.freebsd.org/D6381 The end of the build log: [...truncated 2756 lines...] --- _bootstrap-tools-lib/libopenbsd --- --- imsg.o --- cc -O2 -pipe -I/usr/src/lib/libopenbsd -MD -MP -MF.depend.imsg.o -MTimsg.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/lib/libopenbsd/imsg.c -o imsg.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- _SCRIPTSINS_afmname --- sh /usr/src/tools/install.sh -o root -g wheel -m 555 /usr/src/gnu/usr.bi= n/groff/font/devps/../../../../../contrib/groff/font/devps/generate/afmname= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devps/afmname --- _SCRIPTSINS_symbol.sed --- sh /usr/src/tools/install.sh -o root -g wheel -m 555 /usr/src/gnu/usr.bi= n/groff/font/devps/../../../../../contrib/groff/font/devps/generate/symbol.= sed /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devps/symbol.sed --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 DESC prologue symbol= sl.pfa zapfdr.pfa /usr/src/gnu/usr.bin/groff/font/devps/../../../../../cont= rib/groff/font/devps/text.enc /usr/src/gnu/usr.bin/groff/font/devps/../../.= ./../../contrib/groff/font/devps/download /usr/src/gnu/usr.bin/groff/font/d= evps/../../../../../contrib/groff/font/devps/S /usr/src/gnu/usr.bin/groff/f= ont/devps/../../../../../contrib/groff/font/devps/ZD /usr/src/gnu/usr.bin/g= roff/font/devps/../../../../../contrib/groff/font/devps/ZDR /usr/src/gnu/us= r.bin/groff/font/devps/../../../../../contrib/groff/font/devps/SS /usr/src/= gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/AB /us= r/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/= ABI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font= /devps/AI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/grof= f/font/devps/AR /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contri= b/groff/font/devps/BMB /usr/src/gnu/usr.bin/groff/font/devps/../../../../..= /contrib/groff/font/devps/BMBI /usr/src/gnu/usr.bin/groff/font/devps/../../= ../../../contrib/groff/font/devps/BMI /usr/src/gnu/usr.bin/groff/font/devps= /../../../../../contrib/groff/font/devps/BMR /usr/src/gnu/usr.bin/groff/fon= t/devps/../../../../../contrib/groff/font/devps/CB /usr/src/gnu/usr.bin/gro= ff/font/devps/../../../../../contrib/groff/font/devps/CBI /usr/src/gnu/usr.= bin/groff/font/devps/../../../../../contrib/groff/font/devps/CI /usr/src/gn= u/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/CR /usr/= src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/HB= /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/de= vps/HBI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/= font/devps/HI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/= groff/font/devps/HR /usr/src/gnu/usr.bin/groff/font/devps/../../../../../co= ntrib/groff/font/devps/HNB /usr/src/gnu/usr.bin/groff/font/devps/../../../.= ./../contrib/groff/font/devps/HNBI /usr/src/gnu/usr.bin/groff/font/devps/..= /../../../../contrib/groff/font/devps/HNI /usr/src/gnu/usr.bin/groff/font/d= evps/../../../../../contrib/groff/font/devps/HNR /usr/src/gnu/usr.bin/groff= /font/devps/../../../../../contrib/groff/font/devps/NB /usr/src/gnu/usr.bin= /groff/font/devps/../../../../../contrib/groff/font/devps/NBI /usr/src/gnu/= usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/NI /usr/sr= c/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/NR /= usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devp= s/PB /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/fon= t/devps/PBI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/gr= off/font/devps/PI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../cont= rib/groff/font/devps/PR /usr/src/gnu/usr.bin/groff/font/devps/../../../../.= ./contrib/groff/font/devps/TB /usr/src/gnu/usr.bin/groff/font/devps/../../.= ./../../contrib/groff/font/devps/TBI /usr/src/gnu/usr.bin/groff/font/devps/= ../../../../../contrib/groff/font/devps/TI /usr/src/gnu/usr.bin/groff/font/= devps/../../../../../contrib/groff/font/devps/TR /usr/src/gnu/usr.bin/groff= /font/devps/../../../../../contrib/groff/font/devps/ZCMI /usr/src/gnu/usr.b= in/groff/font/devps/../../../../../contrib/groff/font/devps/EURO /usr/src/g= nu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/freeeur= o.pfa /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/fo= nt/devps/generate/Makefile /usr/src/gnu/usr.bin/groff/font/devps/../../../.= ./../contrib/groff/font/devps/generate/dingbats.map /usr/src/gnu/usr.bin/gr= off/font/devps/../../../../../contrib/groff/font/devps/generate/dingbats.rm= ap /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/= devps/generate/lgreekmap /usr/src/gnu/usr.bin/groff/font/devps/../../../../= ../contrib/groff/font/devps/generate/symbolchars /usr/src/gnu/usr.bin/groff= /font/devps/../../../../../contrib/groff/font/devps/generate/symbolsl.afm /= usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devp= s/generate/textmap /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devps/ --- _bootstrap-tools-lib/libopenbsd --- --- ohash.o --- cc -O2 -pipe -I/usr/src/lib/libopenbsd -MD -MP -MF.depend.ohash.o -MTohas= h.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inc= lude -c /usr/src/lib/libopenbsd/ohash.c -o ohash.o --- _bootstrap-tools-gnu/usr.bin/groff --- =3D=3D=3D> gnu/usr.bin/groff/font/devutf8 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI S L CW DESC= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devutf8/ --- _bootstrap-tools-lib/clang/libllvmsupport --- --- PrettyStackTrace.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.PrettyStac= kTrace.o -MTPrettyStackTrace.o -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -= Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib= /llvm/lib/Support/PrettyStackTrace.cpp -o PrettyStackTrace.o --- _bootstrap-tools-lib/libopenbsd --- --- libopenbsd.a --- building static openbsd library ar -crD libopenbsd.a `NM=3D'nm' NMFLAGS=3D'' lorder getdtablecount.o imsg-b= uffer.o imsg.o ohash.o | tsort -q`=20 ranlib -D libopenbsd.a --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Process.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Process.o = -MTProcess.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensio= ns -DCLOCK_PROCESS_CPUTIME_ID=3D15 -c /usr/src/lib/clang/libllvmsupport/../= ../../contrib/llvm/lib/Support/Process.cpp -o Process.o --- _bootstrap-tools-lib/libsqlite3 --- =3D=3D=3D> lib/libsqlite3 (obj,all,install) --- obj --- --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Program.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Program.o = -MTProgram.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensio= ns -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/= Program.cpp -o Program.o --- _bootstrap-tools-lib/libsqlite3 --- /usr/obj/usr/src/tmp/usr/src/lib/libsqlite3 created for /usr/src/lib/libsql= ite3 --- sqlite3.o --- cc -O2 -pipe -I/usr/src/lib/libsqlite3/../../contrib/sqlite3 -DUSE_PREAD= =3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -D= HAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS= _H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -D= HAVE_DLFCN_H=3D1 -DHAVE_USLEEP=3D1 -DHAVE_LOCALTIME_R=3D1 -DHAVE_GMTIME_= R=3D1 -DHAVE_DECL_STRERROR_R=3D1 -DHAVE_STRERROR_R=3D1 -DHAVE_POSIX_FALL= OCATE=3D1 -D_REENTRANT=3D1 -DSQLITE_THREADSAFE=3D1 -DSQLITE_ENABLE_FTS3 = -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_RTREE -MD -MP -MF.depend.sqlite3.o = -MTsqlite3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/lib/libsqlite3/../../contrib/sqlite3/sqlite3.c -o= sqlite3.o --- _bootstrap-tools-usr.bin/rpcgen --- =3D=3D=3D> usr.bin/rpcgen (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/rpcgen created for /usr/src/usr.bin/rp= cgen --- .depend --- echo rpcgen.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libeg= acy.a >> .depend --- rpc_main.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_main.o -MTrpc_main.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_main.c -o rpc_main.o --- _bootstrap-tools-lib/liby --- =3D=3D=3D> lib/liby (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/liby created for /usr/src/lib/liby --- main.o --- cc -O2 -pipe -MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-a= rguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/liby/ma= in.c -o main.o --- yyerror.o --- cc -O2 -pipe -MD -MP -MF.depend.yyerror.o -MTyyerror.o -std=3Dgnu99 -Qun= used-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/l= iby/yyerror.c -o yyerror.o --- liby.a --- building static y library ar -crD liby.a `NM=3D'nm' NMFLAGS=3D'' lorder main.o yyerror.o | tsort -q`= =20 ranlib -D liby.a --- _libinstall --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 liby.a /usr/obj/= usr/src/tmp/legacy/usr/lib/ --- _bootstrap-tools-lib/clang/libllvmsupport --- --- RWMutex.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.RWMutex.o = -MTRWMutex.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensio= ns -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/= RWMutex.cpp -o RWMutex.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_clntout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_clntout.o -MTrpc_clntout.o -std=3Dg= nu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr= /src/usr.bin/rpcgen/rpc_clntout.c -o rpc_clntout.o --- rpc_cout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_cout.o -MTrpc_cout.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_cout.c -o rpc_cout.o --- _bootstrap-tools-usr.bin/yacc --- =3D=3D=3D> usr.bin/yacc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc --- .depend --- echo yacc.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegac= y.a >> .depend --- closure.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.closu= re.o -MTclosure.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/= legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/closure.c -= o closure.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_hout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_hout.o -MTrpc_hout.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_hout.c -o rpc_hout.o --- _bootstrap-tools-usr.bin/yacc --- --- error.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.error= .o -MTerror.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/error.c -o erro= r.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- RandomNumberGenerator.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.RandomNumb= erGenerator.o -MTRandomNumberGenerator.o -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib= =3Dlibc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../..= /../contrib/llvm/lib/Support/RandomNumberGenerator.cpp -o RandomNumberGener= ator.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_parse.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_parse.o -MTrpc_parse.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /usr.bin/rpcgen/rpc_parse.c -o rpc_parse.o --- _bootstrap-tools-usr.bin/yacc --- --- graph.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.graph= .o -MTgraph.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/graph.c -o grap= h.o --- lalr.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.lalr.= o -MTlalr.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy= /usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/lalr.c -o lalr.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_sample.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_sample.o -MTrpc_sample.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/usr.bin/rpcgen/rpc_sample.c -o rpc_sample.o --- rpc_scan.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_scan.o -MTrpc_scan.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_scan.c -o rpc_scan.o --- _bootstrap-tools-usr.bin/yacc --- --- lr0.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.lr0.o= -MTlr0.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/u= sr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/lr0.c -o lr0.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_svcout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_svcout.o -MTrpc_svcout.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/usr.bin/rpcgen/rpc_svcout.c -o rpc_svcout.o --- _bootstrap-tools-usr.bin/yacc --- --- main.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.main.= o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy= /usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/main.c -o main.o --- mkpar.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.mkpar= .o -MTmkpar.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/mkpar.c -o mkpa= r.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_tblout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_tblout.o -MTrpc_tblout.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/usr.bin/rpcgen/rpc_tblout.c -o rpc_tblout.o --- _bootstrap-tools-usr.bin/yacc --- --- mstring.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.mstri= ng.o -MTmstring.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/= legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/mstring.c -= o mstring.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_util.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_util.o -MTrpc_util.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_util.c -o rpc_util.o --- _bootstrap-tools-usr.bin/yacc --- --- output.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.outpu= t.o -MToutput.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/output.c -o o= utput.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpcgen.full --- cc -O2 -pipe -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o rpcgen.ful= l rpc_main.o rpc_clntout.o rpc_cout.o rpc_hout.o rpc_parse.o rpc_sample.o r= pc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o -legacy --- rpcgen.debug --- objcopy --only-keep-debug rpcgen.full rpcgen.debug --- rpcgen --- objcopy --strip-debug --add-gnu-debuglink=3Drpcgen.debug rpcgen.full rpcge= n --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 rpcgen /usr/obj/= usr/src/tmp/legacy/usr/bin/rpcgen sh /usr/src/tools/install.sh -o root -g wheel -m 444 rpcgen.debug /usr/ob= j/usr/src/tmp/legacy/usr/lib/debug/usr/bin/rpcgen.debug --- _bootstrap-tools-usr.bin/yacc --- --- reader.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.reade= r.o -MTreader.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/reader.c -o r= eader.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Regex.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Regex.o -M= TRegex.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std= =3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions = -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Rege= x.cpp -o Regex.o --- ScaledNumber.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.ScaledNumb= er.o -MTScaledNumber.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr= /include -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++1= 1-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/li= b/Support/ScaledNumber.cpp -o ScaledNumber.o --- _bootstrap-tools-usr.bin/yacc --- --- yaccpar.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.yaccp= ar.o -MTyaccpar.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/= legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/yaccpar.c -= o yaccpar.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SearchForAddressOfSpecialSymbol.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SearchForA= ddressOfSpecialSymbol.o -MTSearchForAddressOfSpecialSymbol.o -Qunused-argum= ents -I/usr/obj/usr/src/tmp/legacy/usr/include -std=3Dc++11 -fno-exception= s -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -c /usr/src/lib/clang/l= ibllvmsupport/../../../contrib/llvm/lib/Support/SearchForAddressOfSpecialSy= mbol.cpp -o SearchForAddressOfSpecialSymbol.o --- _bootstrap-tools-usr.bin/yacc --- --- symtab.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.symta= b.o -MTsymtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/symtab.c -o s= ymtab.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Signals.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Signals.o = -MTSignals.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensio= ns -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/= Signals.cpp -o Signals.o --- _bootstrap-tools-usr.bin/yacc --- --- verbose.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.verbo= se.o -MTverbose.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/= legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/verbose.c -= o verbose.o --- warshall.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.warsh= all.o -MTwarshall.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/warshall.= c -o warshall.o --- yacc.full --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX -DM= IXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -std=3Dgnu99 -Qunused-argume= nts -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/t= mp/legacy/usr/lib -o yacc.full closure.o error.o graph.o lalr.o lr0.o main.= o mkpar.o mstring.o output.o reader.o yaccpar.o symtab.o verbose.o warshall= .o -legacy --- yacc.debug --- objcopy --only-keep-debug yacc.full yacc.debug --- yacc --- objcopy --strip-debug --add-gnu-debuglink=3Dyacc.debug yacc.full yacc --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 yacc /usr/obj/us= r/src/tmp/legacy/usr/bin/yacc sh /usr/src/tools/install.sh -o root -g wheel -m 444 yacc.debug /usr/obj/= usr/src/tmp/legacy/usr/lib/debug/usr/bin/yacc.debug --- _installlinks --- /usr/bin/byacc -> /usr/bin/yacc --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SmallPtrSet.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SmallPtrSe= t.o -MTSmallPtrSet.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/i= nclude -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-= extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/= Support/SmallPtrSet.cpp -o SmallPtrSet.o --- _bootstrap-tools-usr.bin/xinstall --- =3D=3D=3D> usr.bin/xinstall (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/= xinstall --- .depend --- echo xinstall.full: /usr/lib/libc.a /usr/lib/libmd.a /usr/obj/usr/src/tmp/l= egacy/usr/lib/libegacy.a >> .depend --- xinstall.o --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/us= r.bin/xinstall/../../lib/libnetbsd -g -MD -MP -MF.depend.xinstall.o -MTxins= tall.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/usr.bin/xinstall/xinstall.c -o xinstall.o /usr/src/usr.bin/xinstall/xinstall.c:862:11: warning: implicit declaration = of function 'utimensat' is invalid in C99 [-Wimplicit-function-declaration] (void)utimensat(AT_FDCWD, tempfile, tsb, 0)= ; ^ 1 warning generated. --- getid.o --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/us= r.bin/xinstall/../../lib/libnetbsd -g -MD -MP -MF.depend.getid.o -MTgetid.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/usr.bin/xinstall/../../contrib/mtree/getid.c -o getid.o --- xinstall.full --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr= .bin/xinstall/../../lib/libnetbsd -g -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/= usr/lib -o xinstall.full xinstall.o getid.o -lmd -legacy --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SmallVector.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SmallVecto= r.o -MTSmallVector.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/i= nclude -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-= extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/= Support/SmallVector.cpp -o SmallVector.o --- _bootstrap-tools-usr.bin/xinstall --- xinstall.o: In function `install': /usr/src/usr.bin/xinstall/xinstall.c:919: undefined reference to `utimensat= ' /usr/src/usr.bin/xinstall/xinstall.c:862: undefined reference to `utimensat= ' cc: error: linker command failed with exit code 1 (use -v to see invocation= ) *** [xinstall.full] Error code 1 make[3]: stopped in /usr/src/usr.bin/xinstall 1 error make[3]: stopped in /usr/src/usr.bin/xinstall *** [_bootstrap-tools-usr.bin/xinstall] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-lib/clang/libllvmsupport --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/lib/clang/libllvmsupport *** [_bootstrap-tools-lib/clang/libllvmsupport] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-lib/libsqlite3 --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/lib/libsqlite3 *** [_bootstrap-tools-lib/libsqlite3] Error code 2 make[2]: stopped in /usr/src 3 errors make[2]: stopped in /usr/src *** [_bootstrap-tools] 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/hudson8222887218196606842.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::104: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 Mon May 16 11:16:42 2016 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 81F19B3D638; Mon, 16 May 2016 11:16:42 +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 6F95B17ED; Mon, 16 May 2016 11:16:42 +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 BD07C1108; Mon, 16 May 2016 11:16:42 +0000 (UTC) Date: Mon, 16 May 2016 11:16:40 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, avos@FreeBSD.org, andrew@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <835490463.21.1463397402783.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1185510443.14.1463390210657.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1185510443.14.1463390210657.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3133 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 11:16:42 -0000 FreeBSD_HEAD_i386 - Build #3133 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3133/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3133/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3133/cons= ole Change summaries: 299937 by avos: rtwn: fix double free in raw xmit path. Reported by:=09mva 299936 by andrew: Add support for intrng to arm64. As the GICv3 drivers will need to be updated, and until further testing can be done, this is disabled for now. It is expected arm64 will switch to this interface, and the old interface will be removed before 11.0 is released. Obtained from:=09ABT Systems Ltd Relnotes:=09yes Sponsored by:=09The FreeBSD Foundation 299934 by andrew: Teach the ThunderX PCI PEM driver about intrng. This will be used later when arm64 is supported by intrng. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 299933 by hselasky: Implement more Linux device related functions in the LinuxKPI. While at it use NULL for some pointer checks. Bump the FreeBSD version to force recompilation of all kernel modules due to a structure size change. Obtained from:=09kmacy @ MFC after:=091 week Sponsored by:=09Mellanox Technologies 299932 by andrew: Add a pcib interface for use by interrupt controllers that need to translate the pci rid to a controller ID. The translation could be based on the 'msi-map' OFW property, a similar ACPI option, or hard-coded for hardware lacking the above options. Reviewed by:=09wma Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 299931 by hselasky: Don't dereference parent pointer when it is NULL. MFC after:=091 week Sponsored by:=09Mellanox Technologies 299930 by hselasky: Properly implement "cpu_has_clflush" macro. Suggested by:=09kib, jhb MFC after:=091 week Sponsored by:=09Mellanox Technologies 299929 by andrew: Re-commit r299467 having fixed the build: Add a new get_id interface to pci and pcib. This will allow us to both detect failures, and get different PCI IDs. For the former the interface returns an int to signal an error. The ID is returned at a uintptr_t * argument. For the latter there is a type argument that allows selecting the ID type. This only specifies a single type, however a MSI type will be added to handle the need to find the ID the hardware passes to the ARM GICv3 interrupt controller. A follow up commit will be made to remove pci_get_rid. Reviewed by: jhb, rstone (previous version) Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D6239 The end of the build log: [...truncated 2765 lines...] =3D=3D=3D> gnu/usr.bin/groff/font (install) --- realinstall --- =3D=3D=3D> gnu/usr.bin/groff/font/devX100 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 /usr/src/gnu/usr.bin= /groff/font/devX100/../../../../../contrib/groff/font/devX100/DESC /usr/src= /gnu/usr.bin/groff/font/devX100/../../../../../contrib/groff/font/devX100/T= R /usr/src/gnu/usr.bin/groff/font/devX100/../../../../../contrib/groff/font= /devX100/TI /usr/src/gnu/usr.bin/groff/font/devX100/../../../../../contrib/= groff/font/devX100/TB /usr/src/gnu/usr.bin/groff/font/devX100/../../../../.= ./contrib/groff/font/devX100/TBI /usr/src/gnu/usr.bin/groff/font/devX100/..= /../../../../contrib/groff/font/devX100/CR /usr/src/gnu/usr.bin/groff/font/= devX100/../../../../../contrib/groff/font/devX100/CI /usr/src/gnu/usr.bin/g= roff/font/devX100/../../../../../contrib/groff/font/devX100/CB /usr/src/gnu= /usr.bin/groff/font/devX100/../../../../../contrib/groff/font/devX100/CBI /= usr/src/gnu/usr.bin/groff/font/devX100/../../../../../contrib/groff/font/de= vX100/HR /usr/src/gnu/usr.bin/groff/font/devX100/../../../../../contrib/gro= ff/font/devX100/HI /usr/src/gnu/usr.bin/groff/font/devX100/../../../../../c= ontrib/groff/font/devX100/HB /usr/src/gnu/usr.bin/groff/font/devX100/../../= ../../../contrib/groff/font/devX100/HBI /usr/src/gnu/usr.bin/groff/font/dev= X100/../../../../../contrib/groff/font/devX100/NR /usr/src/gnu/usr.bin/grof= f/font/devX100/../../../../../contrib/groff/font/devX100/NI /usr/src/gnu/us= r.bin/groff/font/devX100/../../../../../contrib/groff/font/devX100/NB /usr/= src/gnu/usr.bin/groff/font/devX100/../../../../../contrib/groff/font/devX10= 0/NBI /usr/src/gnu/usr.bin/groff/font/devX100/../../../../../contrib/groff/= font/devX100/S /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devX100/ =3D=3D=3D> gnu/usr.bin/groff/font/devX100-12 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 /usr/src/gnu/usr.bin= /groff/font/devX100-12/../../../../../contrib/groff/font/devX100-12/DESC /u= sr/src/gnu/usr.bin/groff/font/devX100-12/../../../../../contrib/groff/font/= devX100-12/TR /usr/src/gnu/usr.bin/groff/font/devX100-12/../../../../../con= trib/groff/font/devX100-12/TI /usr/src/gnu/usr.bin/groff/font/devX100-12/..= /../../../../contrib/groff/font/devX100-12/TB /usr/src/gnu/usr.bin/groff/fo= nt/devX100-12/../../../../../contrib/groff/font/devX100-12/TBI /usr/src/gnu= /usr.bin/groff/font/devX100-12/../../../../../contrib/groff/font/devX100-12= /CR /usr/src/gnu/usr.bin/groff/font/devX100-12/../../../../../contrib/groff= /font/devX100-12/CI /usr/src/gnu/usr.bin/groff/font/devX100-12/../../../../= ../contrib/groff/font/devX100-12/CB /usr/src/gnu/usr.bin/groff/font/devX100= -12/../../../../../contrib/groff/font/devX100-12/CBI /usr/src/gnu/usr.bin/g= roff/font/devX100-12/../../../../../contrib/groff/font/devX100-12/HR /usr/s= rc/gnu/usr.bin/groff/font/devX100-12/../../../../../contrib/groff/font/devX= 100-12/HI /usr/src/gnu/usr.bin/groff/font/devX100-12/../../../../../contrib= /groff/font/devX100-12/HB /usr/src/gnu/usr.bin/groff/font/devX100-12/../../= ../../../contrib/groff/font/devX100-12/HBI /usr/src/gnu/usr.bin/groff/font/= devX100-12/../../../../../contrib/groff/font/devX100-12/NR /usr/src/gnu/usr= .bin/groff/font/devX100-12/../../../../../contrib/groff/font/devX100-12/NI = /usr/src/gnu/usr.bin/groff/font/devX100-12/../../../../../contrib/groff/fon= t/devX100-12/NB /usr/src/gnu/usr.bin/groff/font/devX100-12/../../../../../c= ontrib/groff/font/devX100-12/NBI /usr/src/gnu/usr.bin/groff/font/devX100-12= /../../../../../contrib/groff/font/devX100-12/S /usr/obj/usr/src/tmp/legacy= /usr/share/groff_font/devX100-12/ =3D=3D=3D> gnu/usr.bin/groff/font/devX75 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 /usr/src/gnu/usr.bin= /groff/font/devX75/../../../../../contrib/groff/font/devX75/DESC /usr/src/g= nu/usr.bin/groff/font/devX75/../../../../../contrib/groff/font/devX75/TR /u= sr/src/gnu/usr.bin/groff/font/devX75/../../../../../contrib/groff/font/devX= 75/TI /usr/src/gnu/usr.bin/groff/font/devX75/../../../../../contrib/groff/f= ont/devX75/TB /usr/src/gnu/usr.bin/groff/font/devX75/../../../../../contrib= /groff/font/devX75/TBI /usr/src/gnu/usr.bin/groff/font/devX75/../../../../.= ./contrib/groff/font/devX75/CR /usr/src/gnu/usr.bin/groff/font/devX75/../..= /../../../contrib/groff/font/devX75/CI /usr/src/gnu/usr.bin/groff/font/devX= 75/../../../../../contrib/groff/font/devX75/CB /usr/src/gnu/usr.bin/groff/f= ont/devX75/../../../../../contrib/groff/font/devX75/CBI /usr/src/gnu/usr.bi= n/groff/font/devX75/../../../../../contrib/groff/font/devX75/HR /usr/src/gn= u/usr.bin/groff/font/devX75/../../../../../contrib/groff/font/devX75/HI /us= r/src/gnu/usr.bin/groff/font/devX75/../../../../../contrib/groff/font/devX7= 5/HB /usr/src/gnu/usr.bin/groff/font/devX75/../../../../../contrib/groff/fo= nt/devX75/HBI /usr/src/gnu/usr.bin/groff/font/devX75/../../../../../contrib= /groff/font/devX75/NR /usr/src/gnu/usr.bin/groff/font/devX75/../../../../..= /contrib/groff/font/devX75/NI /usr/src/gnu/usr.bin/groff/font/devX75/../../= ../../../contrib/groff/font/devX75/NB /usr/src/gnu/usr.bin/groff/font/devX7= 5/../../../../../contrib/groff/font/devX75/NBI /usr/src/gnu/usr.bin/groff/f= ont/devX75/../../../../../contrib/groff/font/devX75/S /usr/obj/usr/src/tmp/= legacy/usr/share/groff_font/devX75/ =3D=3D=3D> gnu/usr.bin/groff/font/devX75-12 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 /usr/src/gnu/usr.bin= /groff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/DESC /usr= /src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/dev= X75-12/TR /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/= groff/font/devX75-12/TI /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../= ../../contrib/groff/font/devX75-12/TB /usr/src/gnu/usr.bin/groff/font/devX7= 5-12/../../../../../contrib/groff/font/devX75-12/TBI /usr/src/gnu/usr.bin/g= roff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/CR /usr/src= /gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/devX75-= 12/CI /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/grof= f/font/devX75-12/CB /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../.= ./contrib/groff/font/devX75-12/CBI /usr/src/gnu/usr.bin/groff/font/devX75-1= 2/../../../../../contrib/groff/font/devX75-12/HR /usr/src/gnu/usr.bin/groff= /font/devX75-12/../../../../../contrib/groff/font/devX75-12/HI /usr/src/gnu= /usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/H= B /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/fo= nt/devX75-12/HBI /usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../c= ontrib/groff/font/devX75-12/NR /usr/src/gnu/usr.bin/groff/font/devX75-12/..= /../../../../contrib/groff/font/devX75-12/NI /usr/src/gnu/usr.bin/groff/fon= t/devX75-12/../../../../../contrib/groff/font/devX75-12/NB /usr/src/gnu/usr= .bin/groff/font/devX75-12/../../../../../contrib/groff/font/devX75-12/NBI /= usr/src/gnu/usr.bin/groff/font/devX75-12/../../../../../contrib/groff/font/= devX75-12/S /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devX75-12/ =3D=3D=3D> gnu/usr.bin/groff/font/devascii (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI S L CW DESC= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devascii/ =3D=3D=3D> gnu/usr.bin/groff/font/devcp1047 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI S L CW DESC= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devcp1047/ =3D=3D=3D> gnu/usr.bin/groff/font/devdvi (install) --- _SCRIPTSINS_CompileFonts --- sh /usr/src/tools/install.sh -o root -g wheel -m 555 /usr/src/gnu/usr.bi= n/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/generate/Compi= leFonts /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devdvi/CompileFon= ts --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 DESC /usr/src/gnu/us= r.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/TR /usr/sr= c/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/TI= /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/d= evdvi/TB /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/grof= f/font/devdvi/TBI /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../con= trib/groff/font/devdvi/CW /usr/src/gnu/usr.bin/groff/font/devdvi/../../../.= ./../contrib/groff/font/devdvi/CWI /usr/src/gnu/usr.bin/groff/font/devdvi/.= ./../../../../contrib/groff/font/devdvi/HR /usr/src/gnu/usr.bin/groff/font/= devdvi/../../../../../contrib/groff/font/devdvi/HI /usr/src/gnu/usr.bin/gro= ff/font/devdvi/../../../../../contrib/groff/font/devdvi/HB /usr/src/gnu/usr= .bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/HBI /usr/sr= c/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/TR= EC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font= /devdvi/TIEC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/= groff/font/devdvi/TBEC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../.= ./contrib/groff/font/devdvi/TBIEC /usr/src/gnu/usr.bin/groff/font/devdvi/..= /../../../../contrib/groff/font/devdvi/CWEC /usr/src/gnu/usr.bin/groff/font= /devdvi/../../../../../contrib/groff/font/devdvi/CWIEC /usr/src/gnu/usr.bin= /groff/font/devdvi/../../../../../contrib/groff/font/devdvi/HREC /usr/src/g= nu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/HIEC = /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/de= vdvi/HBEC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/gro= ff/font/devdvi/HBIEC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../= contrib/groff/font/devdvi/TRTC /usr/src/gnu/usr.bin/groff/font/devdvi/../..= /../../../contrib/groff/font/devdvi/TITC /usr/src/gnu/usr.bin/groff/font/de= vdvi/../../../../../contrib/groff/font/devdvi/TBTC /usr/src/gnu/usr.bin/gro= ff/font/devdvi/../../../../../contrib/groff/font/devdvi/TBITC /usr/src/gnu/= usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/CWTC /us= r/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdv= i/CWITC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff= /font/devdvi/HRTC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../con= trib/groff/font/devdvi/HITC /usr/src/gnu/usr.bin/groff/font/devdvi/../../..= /../../contrib/groff/font/devdvi/HBTC /usr/src/gnu/usr.bin/groff/font/devdv= i/../../../../../contrib/groff/font/devdvi/HBITC /usr/src/gnu/usr.bin/groff= /font/devdvi/../../../../../contrib/groff/font/devdvi/MI /usr/src/gnu/usr.b= in/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/S /usr/src/gn= u/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/EX /us= r/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdv= i/SA /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/fo= nt/devdvi/SB /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/= groff/font/devdvi/SC /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../= contrib/groff/font/devdvi/generate/Makefile /usr/src/gnu/usr.bin/groff/font= /devdvi/../../../../../contrib/groff/font/devdvi/generate/msam.map /usr/src= /gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/gen= erate/msbm.map /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contri= b/groff/font/devdvi/generate/texb.map /usr/src/gnu/usr.bin/groff/font/devdv= i/../../../../../contrib/groff/font/devdvi/generate/texex.map /usr/src/gnu/= usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/generate= /texi.map /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/gro= ff/font/devdvi/generate/texmi.map /usr/src/gnu/usr.bin/groff/font/devdvi/..= /../../../../contrib/groff/font/devdvi/generate/texr.map /usr/src/gnu/usr.b= in/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/generate/texs= y.map /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/f= ont/devdvi/generate/textt.map /usr/src/gnu/usr.bin/groff/font/devdvi/../../= ../../../contrib/groff/font/devdvi/generate/textex.map /usr/src/gnu/usr.bin= /groff/font/devdvi/../../../../../contrib/groff/font/devdvi/generate/ec.map= /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/d= evdvi/generate/tc.map /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devd= vi/ =3D=3D=3D> gnu/usr.bin/groff/font/devhtml (install) --- _bootstrap-tools-usr.bin/rpcgen --- =3D=3D=3D> usr.bin/rpcgen (obj,all,install) --- _bootstrap-tools-gnu/usr.bin/groff --- --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI CR CI CB CB= I S DESC /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devhtml/ =3D=3D=3D> gnu/usr.bin/groff/font/devkoi8-r (install) --- _bootstrap-tools-usr.bin/rpcgen --- --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/rpcgen created for /usr/src/usr.bin/rp= cgen --- _bootstrap-tools-gnu/usr.bin/groff --- --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI S L CW DESC= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devkoi8-r/ =3D=3D=3D> gnu/usr.bin/groff/font/devlatin1 (install) --- _bootstrap-tools-usr.bin/rpcgen --- --- .depend --- echo rpcgen.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libeg= acy.a >> .depend --- rpc_main.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_main.o -MTrpc_main.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_main.c -o rpc_main.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI S L CW DESC= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devlatin1/ =3D=3D=3D> gnu/usr.bin/groff/font/devlbp (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 DESC /usr/src/gnu/us= r.bin/groff/font/devlbp/../../../../../contrib/groff/font/devlbp/HB /usr/sr= c/gnu/usr.bin/groff/font/devlbp/../../../../../contrib/groff/font/devlbp/HB= I /usr/src/gnu/usr.bin/groff/font/devlbp/../../../../../contrib/groff/font/= devlbp/HI /usr/src/gnu/usr.bin/groff/font/devlbp/../../../../../contrib/gro= ff/font/devlbp/HR /usr/src/gnu/usr.bin/groff/font/devlbp/../../../../../con= trib/groff/font/devlbp/HNB /usr/src/gnu/usr.bin/groff/font/devlbp/../../../= ../../contrib/groff/font/devlbp/HNBI /usr/src/gnu/usr.bin/groff/font/devlbp= /../../../../../contrib/groff/font/devlbp/HNI /usr/src/gnu/usr.bin/groff/fo= nt/devlbp/../../../../../contrib/groff/font/devlbp/HNR /usr/src/gnu/usr.bin= /groff/font/devlbp/../../../../../contrib/groff/font/devlbp/TB /usr/src/gnu= /usr.bin/groff/font/devlbp/../../../../../contrib/groff/font/devlbp/TBI /us= r/src/gnu/usr.bin/groff/font/devlbp/../../../../../contrib/groff/font/devlb= p/TI /usr/src/gnu/usr.bin/groff/font/devlbp/../../../../../contrib/groff/fo= nt/devlbp/TR /usr/src/gnu/usr.bin/groff/font/devlbp/../../../../../contrib/= groff/font/devlbp/CR /usr/src/gnu/usr.bin/groff/font/devlbp/../../../../../= contrib/groff/font/devlbp/CB /usr/src/gnu/usr.bin/groff/font/devlbp/../../.= ./../../contrib/groff/font/devlbp/CI /usr/src/gnu/usr.bin/groff/font/devlbp= /../../../../../contrib/groff/font/devlbp/ER /usr/src/gnu/usr.bin/groff/fon= t/devlbp/../../../../../contrib/groff/font/devlbp/EB /usr/src/gnu/usr.bin/g= roff/font/devlbp/../../../../../contrib/groff/font/devlbp/EI /usr/obj/usr/s= rc/tmp/legacy/usr/share/groff_font/devlbp/ =3D=3D=3D> gnu/usr.bin/groff/font/devlj4 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 DESC /usr/src/gnu/us= r.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/AB /usr/sr= c/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/AB= I /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/= devlj4/AI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/gro= ff/font/devlj4/AR /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../con= trib/groff/font/devlj4/ALBB /usr/src/gnu/usr.bin/groff/font/devlj4/../../..= /../../contrib/groff/font/devlj4/ALBR /usr/src/gnu/usr.bin/groff/font/devlj= 4/../../../../../contrib/groff/font/devlj4/AOB /usr/src/gnu/usr.bin/groff/f= ont/devlj4/../../../../../contrib/groff/font/devlj4/AOI /usr/src/gnu/usr.bi= n/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/AOR /usr/src/g= nu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/CB /u= sr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devl= j4/CBI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/= font/devlj4/CI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contri= b/groff/font/devlj4/CR /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../.= ./contrib/groff/font/devlj4/GB /usr/src/gnu/usr.bin/groff/font/devlj4/../..= /../../../contrib/groff/font/devlj4/GBI /usr/src/gnu/usr.bin/groff/font/dev= lj4/../../../../../contrib/groff/font/devlj4/GI /usr/src/gnu/usr.bin/groff/= font/devlj4/../../../../../contrib/groff/font/devlj4/GR /usr/src/gnu/usr.bi= n/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/LGB /usr/src/g= nu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/LGI /= usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/dev= lj4/LGR /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff= /font/devlj4/OB /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contr= ib/groff/font/devlj4/OBI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../..= /../contrib/groff/font/devlj4/OI /usr/src/gnu/usr.bin/groff/font/devlj4/../= ../../../../contrib/groff/font/devlj4/OR /usr/src/gnu/usr.bin/groff/font/de= vlj4/../../../../../contrib/groff/font/devlj4/TB /usr/src/gnu/usr.bin/groff= /font/devlj4/../../../../../contrib/groff/font/devlj4/TBI /usr/src/gnu/usr.= bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/TI /usr/src/= gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/TR /= usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/dev= lj4/TNRB /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/grof= f/font/devlj4/TNRBI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../c= ontrib/groff/font/devlj4/TNRI /usr/src/gnu/usr.bin/groff/font/devlj4/../../= ../../../contrib/groff/font/devlj4/TNRR /usr/src/gnu/usr.bin/groff/font/dev= lj4/../../../../../contrib/groff/font/devlj4/UB /usr/src/gnu/usr.bin/groff/= font/devlj4/../../../../../contrib/groff/font/devlj4/UBI /usr/src/gnu/usr.b= in/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/UI /usr/src/g= nu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/UR /u= sr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devl= j4/UCB /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/= font/devlj4/UCBI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../cont= rib/groff/font/devlj4/UCI /usr/src/gnu/usr.bin/groff/font/devlj4/../../../.= ./../contrib/groff/font/devlj4/UCR /usr/src/gnu/usr.bin/groff/font/devlj4/.= ./../../../../contrib/groff/font/devlj4/CLARENDON /usr/src/gnu/usr.bin/grof= f/font/devlj4/../../../../../contrib/groff/font/devlj4/CORONET /usr/src/gnu= /usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/devlj4/MARIGOL= D /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/groff/font/= devlj4/S /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../contrib/grof= f/font/devlj4/SYMBOL /usr/src/gnu/usr.bin/groff/font/devlj4/../../../../../= contrib/groff/font/devlj4/WINGDINGS /usr/obj/usr/src/tmp/legacy/usr/share/g= roff_font/devlj4/ =3D=3D=3D> gnu/usr.bin/groff/font/devps (install) --- _SCRIPTSINS_afmname --- sh /usr/src/tools/install.sh -o root -g wheel -m 555 /usr/src/gnu/usr.bi= n/groff/font/devps/../../../../../contrib/groff/font/devps/generate/afmname= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devps/afmname --- _SCRIPTSINS_symbol.sed --- sh /usr/src/tools/install.sh -o root -g wheel -m 555 /usr/src/gnu/usr.bi= n/groff/font/devps/../../../../../contrib/groff/font/devps/generate/symbol.= sed /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devps/symbol.sed --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 DESC prologue symbol= sl.pfa zapfdr.pfa /usr/src/gnu/usr.bin/groff/font/devps/../../../../../cont= rib/groff/font/devps/text.enc /usr/src/gnu/usr.bin/groff/font/devps/../../.= ./../../contrib/groff/font/devps/download /usr/src/gnu/usr.bin/groff/font/d= evps/../../../../../contrib/groff/font/devps/S /usr/src/gnu/usr.bin/groff/f= ont/devps/../../../../../contrib/groff/font/devps/ZD /usr/src/gnu/usr.bin/g= roff/font/devps/../../../../../contrib/groff/font/devps/ZDR /usr/src/gnu/us= r.bin/groff/font/devps/../../../../../contrib/groff/font/devps/SS /usr/src/= gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/AB /us= r/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/= ABI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font= /devps/AI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/grof= f/font/devps/AR /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contri= b/groff/font/devps/BMB /usr/src/gnu/usr.bin/groff/font/devps/../../../../..= /contrib/groff/font/devps/BMBI /usr/src/gnu/usr.bin/groff/font/devps/../../= ../../../contrib/groff/font/devps/BMI /usr/src/gnu/usr.bin/groff/font/devps= /../../../../../contrib/groff/font/devps/BMR /usr/src/gnu/usr.bin/groff/fon= t/devps/../../../../../contrib/groff/font/devps/CB /usr/src/gnu/usr.bin/gro= ff/font/devps/../../../../../contrib/groff/font/devps/CBI /usr/src/gnu/usr.= bin/groff/font/devps/../../../../../contrib/groff/font/devps/CI /usr/src/gn= u/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/CR /usr/= src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/HB= /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/de= vps/HBI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/= font/devps/HI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/= groff/font/devps/HR /usr/src/gnu/usr.bin/groff/font/devps/../../../../../co= ntrib/groff/font/devps/HNB /usr/src/gnu/usr.bin/groff/font/devps/../../../.= ./../contrib/groff/font/devps/HNBI /usr/src/gnu/usr.bin/groff/font/devps/..= /../../../../contrib/groff/font/devps/HNI /usr/src/gnu/usr.bin/groff/font/d= evps/../../../../../contrib/groff/font/devps/HNR /usr/src/gnu/usr.bin/groff= /font/devps/../../../../../contrib/groff/font/devps/NB /usr/src/gnu/usr.bin= /groff/font/devps/../../../../../contrib/groff/font/devps/NBI /usr/src/gnu/= usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/NI /usr/sr= c/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/NR /= usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devp= s/PB /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/fon= t/devps/PBI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/gr= off/font/devps/PI /usr/src/gnu/usr.bin/groff/font/devps/../../../../../cont= rib/groff/font/devps/PR /usr/src/gnu/usr.bin/groff/font/devps/../../../../.= ./contrib/groff/font/devps/TB /usr/src/gnu/usr.bin/groff/font/devps/../../.= ./../../contrib/groff/font/devps/TBI /usr/src/gnu/usr.bin/groff/font/devps/= ../../../../../contrib/groff/font/devps/TI /usr/src/gnu/usr.bin/groff/font/= devps/../../../../../contrib/groff/font/devps/TR /usr/src/gnu/usr.bin/groff= /font/devps/../../../../../contrib/groff/font/devps/ZCMI /usr/src/gnu/usr.b= in/groff/font/devps/../../../../../contrib/groff/font/devps/EURO /usr/src/g= nu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devps/freeeur= o.pfa /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/fo= nt/devps/generate/Makefile /usr/src/gnu/usr.bin/groff/font/devps/../../../.= ./../contrib/groff/font/devps/generate/dingbats.map /usr/src/gnu/usr.bin/gr= off/font/devps/../../../../../contrib/groff/font/devps/generate/dingbats.rm= ap /usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/= devps/generate/lgreekmap /usr/src/gnu/usr.bin/groff/font/devps/../../../../= ../contrib/groff/font/devps/generate/symbolchars /usr/src/gnu/usr.bin/groff= /font/devps/../../../../../contrib/groff/font/devps/generate/symbolsl.afm /= usr/src/gnu/usr.bin/groff/font/devps/../../../../../contrib/groff/font/devp= s/generate/textmap /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devps/ =3D=3D=3D> gnu/usr.bin/groff/font/devutf8 (install) --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 R I B BI S L CW DESC= /usr/obj/usr/src/tmp/legacy/usr/share/groff_font/devutf8/ --- realinstall_subdir_gnu/usr.bin/groff/man --- =3D=3D=3D> gnu/usr.bin/groff/man (install) --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_clntout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_clntout.o -MTrpc_clntout.o -std=3Dg= nu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr= /src/usr.bin/rpcgen/rpc_clntout.c -o rpc_clntout.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- realinstall_subdir_gnu/usr.bin/groff/tmac --- =3D=3D=3D> gnu/usr.bin/groff/tmac (install) --- beforeinstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 /usr/src/gnu/usr.bin/= groff/tmac/../../../../contrib/groff/tmac/man.local /usr/obj/usr/src/tmp/le= gacy/usr/share/tmac --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 /usr/src/gnu/usr.bin= /groff/tmac/../../../../contrib/groff/tmac/mandoc.tmac /usr/src/gnu/usr.bin= /groff/tmac/../../../../contrib/groff/tmac/andoc.tmac /usr/src/gnu/usr.bin/= groff/tmac/../../../../contrib/groff/tmac/an-old.tmac /usr/src/gnu/usr.bin/= groff/tmac/../../../../contrib/groff/tmac/me.tmac /usr/src/gnu/usr.bin/grof= f/tmac/../../../../contrib/groff/tmac/mdoc.tmac /usr/src/gnu/usr.bin/groff/= tmac/../../../../contrib/groff/tmac/pic.tmac /usr/src/gnu/usr.bin/groff/tma= c/../../../../contrib/groff/tmac/a4.tmac /usr/src/gnu/usr.bin/groff/tmac/..= /../../../contrib/groff/tmac/papersize.tmac /usr/src/gnu/usr.bin/groff/tmac= /../../../../contrib/groff/tmac/ec.tmac /usr/src/gnu/usr.bin/groff/tmac/../= ../../../contrib/groff/tmac/safer.tmac /usr/src/gnu/usr.bin/groff/tmac/../.= ./../../contrib/groff/tmac/trace.tmac /usr/src/gnu/usr.bin/groff/tmac/../..= /../../contrib/groff/tmac/ps.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../= ../contrib/groff/tmac/psold.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../.= ./contrib/groff/tmac/pspic.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../..= /contrib/groff/tmac/psatk.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../= contrib/groff/tmac/dvi.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../con= trib/groff/tmac/tty.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contri= b/groff/tmac/tty-char.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../cont= rib/groff/tmac/latin1.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../cont= rib/groff/tmac/latin2.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../cont= rib/groff/tmac/latin9.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../cont= rib/groff/tmac/cp1047.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../cont= rib/groff/tmac/unicode.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../con= trib/groff/tmac/X.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/= groff/tmac/Xps.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/gro= ff/tmac/lj4.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/= tmac/lbp.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tma= c/html.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/= html-end.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tma= c/devtag.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tma= c/europs.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tma= c/composite.tmac /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/= tmac/eqnrc /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/t= roffrc /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/tmac/troff= rc-end /usr/src/gnu/usr.bin/groff/tmac/koi8-r.tmac /usr/src/gnu/usr.bin/gro= ff/tmac/hyphen.ru /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff= /tmac/hyphen.us /usr/src/gnu/usr.bin/groff/tmac/../../../../contrib/groff/t= mac/hyphenex.us /usr/obj/usr/src/tmp/legacy/usr/share/tmac/ --- _SPECIALFILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 an.tmac man.tmac s.t= mac ms.tmac www.tmac /usr/obj/usr/src/tmp/legacy/usr/share/tmac/ --- _STRIPFILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 e.tmac doc.tmac mdoc= .local /usr/obj/usr/src/tmp/legacy/usr/share/tmac/ --- _MDOCFILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 doc-common doc-ditro= ff doc-nroff doc-syms fr.ISO8859-1 ru.KOI8-R /usr/obj/usr/src/tmp/legacy/us= r/share/tmac/mdoc/ --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_cout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_cout.o -MTrpc_cout.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_cout.c -o rpc_cout.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SmallVector.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SmallVecto= r.o -MTSmallVector.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/i= nclude -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-= extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/= Support/SmallVector.cpp -o SmallVector.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_hout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_hout.o -MTrpc_hout.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_hout.c -o rpc_hout.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SourceMgr.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SourceMgr.= o -MTSourceMgr.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-exte= nsions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort/SourceMgr.cpp -o SourceMgr.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_parse.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_parse.o -MTrpc_parse.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /usr.bin/rpcgen/rpc_parse.c -o rpc_parse.o --- rpc_sample.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_sample.o -MTrpc_sample.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/usr.bin/rpcgen/rpc_sample.c -o rpc_sample.o --- rpc_scan.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_scan.o -MTrpc_scan.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_scan.c -o rpc_scan.o --- _bootstrap-tools-lib/liby --- =3D=3D=3D> lib/liby (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/liby created for /usr/src/lib/liby --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_svcout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_svcout.o -MTrpc_svcout.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/usr.bin/rpcgen/rpc_svcout.c -o rpc_svcout.o --- _bootstrap-tools-lib/liby --- --- main.o --- cc -O2 -pipe -MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-a= rguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/liby/ma= in.c -o main.o --- yyerror.o --- cc -O2 -pipe -MD -MP -MF.depend.yyerror.o -MTyyerror.o -std=3Dgnu99 -Qun= used-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/l= iby/yyerror.c -o yyerror.o --- liby.a --- building static y library ar -crD liby.a `NM=3D'nm' NMFLAGS=3D'' lorder main.o yyerror.o | tsort -q`= =20 ranlib -D liby.a --- _libinstall --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 liby.a /usr/obj/= usr/src/tmp/legacy/usr/lib/ --- _bootstrap-tools-lib/clang/libllvmsupport --- --- SpecialCaseList.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.SpecialCas= eList.o -MTSpecialCaseList.o -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wn= o-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/l= lvm/lib/Support/SpecialCaseList.cpp -o SpecialCaseList.o --- _bootstrap-tools-usr.bin/rpcgen --- --- rpc_tblout.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_tblout.o -MTrpc_tblout.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/usr.bin/rpcgen/rpc_tblout.c -o rpc_tblout.o --- rpc_util.o --- cc -O2 -pipe -g -MD -MP -MF.depend.rpc_util.o -MTrpc_util.o -std=3Dgnu99 = -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/u= sr.bin/rpcgen/rpc_util.c -o rpc_util.o --- rpcgen.full --- cc -O2 -pipe -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o rpcgen.ful= l rpc_main.o rpc_clntout.o rpc_cout.o rpc_hout.o rpc_parse.o rpc_sample.o r= pc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o -legacy --- rpcgen.debug --- objcopy --only-keep-debug rpcgen.full rpcgen.debug --- rpcgen --- objcopy --strip-debug --add-gnu-debuglink=3Drpcgen.debug rpcgen.full rpcge= n --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 rpcgen /usr/obj/= usr/src/tmp/legacy/usr/bin/rpcgen sh /usr/src/tools/install.sh -o root -g wheel -m 444 rpcgen.debug /usr/ob= j/usr/src/tmp/legacy/usr/lib/debug/usr/bin/rpcgen.debug --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Statistic.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.Statistic.= o -MTStatistic.o -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-exte= nsions -c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort/Statistic.cpp -o Statistic.o --- _bootstrap-tools-usr.bin/yacc --- =3D=3D=3D> usr.bin/yacc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc --- .depend --- echo yacc.full: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegac= y.a >> .depend --- closure.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.closu= re.o -MTclosure.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/= legacy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/closure.c -= o closure.o --- _bootstrap-tools-usr.bin/xinstall --- --- _bootstrap-tools-usr.bin/yacc --- --- error.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.error= .o -MTerror.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/error.c -o erro= r.o --- _bootstrap-tools-usr.bin/xinstall --- =3D=3D=3D> usr.bin/xinstall (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/xinstall created for /usr/src/usr.bin/= xinstall --- .depend --- echo xinstall.full: /usr/lib/libc.a /usr/lib/libmd.a /usr/obj/usr/src/tmp/l= egacy/usr/lib/libegacy.a >> .depend --- xinstall.o --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/us= r.bin/xinstall/../../lib/libnetbsd -g -MD -MP -MF.depend.xinstall.o -MTxins= tall.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/usr.bin/xinstall/xinstall.c -o xinstall.o --- _bootstrap-tools-usr.bin/yacc --- --- graph.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.graph= .o -MTgraph.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/graph.c -o grap= h.o --- _bootstrap-tools-usr.bin/xinstall --- /usr/src/usr.bin/xinstall/xinstall.c:862:11: warning: implicit declaration = of function 'utimensat' is invalid in C99 [-Wimplicit-function-declaration] (void)utimensat(AT_FDCWD, tempfile, tsb, 0)= ; ^ --- _bootstrap-tools-usr.bin/yacc --- --- lalr.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.lalr.= o -MTlalr.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy= /usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/lalr.c -o lalr.o --- lr0.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.lr0.o= -MTlr0.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/u= sr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/lr0.c -o lr0.o --- _bootstrap-tools-usr.bin/xinstall --- 1 warning generated. --- getid.o --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/us= r.bin/xinstall/../../lib/libnetbsd -g -MD -MP -MF.depend.getid.o -MTgetid.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/usr.bin/xinstall/../../contrib/mtree/getid.c -o getid.o --- xinstall.full --- cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr= .bin/xinstall/../../lib/libnetbsd -g -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/= usr/lib -o xinstall.full xinstall.o getid.o -lmd -legacy --- _bootstrap-tools-usr.bin/yacc --- --- main.o --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20160324 -g -MD -MP -MF.depend.main.= o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy= /usr/include -c /usr/src/usr.bin/yacc/../../contrib/byacc/main.c -o main.o --- _bootstrap-tools-lib/clang/libllvmsupport --- --- StreamingMemoryObject.o --- c++ -O2 -pipe -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/in= clude -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang= /include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Supp= ort -I. -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib= /clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__S= TDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i= 386-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"i386-unknown-freebsd11.0\"= -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MP -MF.depend.StreamingM= emoryObject.o -MTStreamingMemoryObject.o -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -std=3Dc++11 -fno-exceptions -fno-rtti -stdlib= =3Dlibc++ -Wno-c++11-extensions -c /usr/src/lib/clang/libllvmsupport/../..= /../contrib/llvm/lib/Support/StreamingMemoryObject.cpp -o StreamingMemoryOb= ject.o --- _bootstrap-tools-usr.bin/xinstall --- xinstall.o: In function `install': /usr/src/usr.bin/xinstall/xinstall.c:919: undefined reference to `utimensat= ' /usr/src/usr.bin/xinstall/xinstall.c:862: undefined reference to `utimensat= ' cc: error: linker command failed with exit code 1 (use -v to see invocation= ) *** [xinstall.full] Error code 1 make[3]: stopped in /usr/src/usr.bin/xinstall 1 error make[3]: stopped in /usr/src/usr.bin/xinstall *** [_bootstrap-tools-usr.bin/xinstall] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-usr.bin/yacc --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/usr.bin/yacc *** [_bootstrap-tools-usr.bin/yacc] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-lib/clang/libllvmsupport --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/lib/clang/libllvmsupport *** [_bootstrap-tools-lib/clang/libllvmsupport] Error code 2 make[2]: stopped in /usr/src --- _bootstrap-tools-lib/libsqlite3 --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/lib/libsqlite3 *** [_bootstrap-tools-lib/libsqlite3] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [_bootstrap-tools] 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/hudson1323346553619901056.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::104: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 Mon May 16 14:24:14 2016 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 A157CB3C8CC; Mon, 16 May 2016 14:24:14 +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 952C91948; Mon, 16 May 2016 14:24:14 +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 AAEAE1176; Mon, 16 May 2016 14:24:14 +0000 (UTC) Date: Mon, 16 May 2016 14:24:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avg@FreeBSD.org, jilles@FreeBSD.org, andrew@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1090021154.26.1463408654707.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <835490463.21.1463397402783.JavaMail.jenkins@jenkins-9.freebsd.org> References: <835490463.21.1463397402783.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3134 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 14:24:14 -0000 FreeBSD_HEAD_i386 - Build #3134 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3134/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3134/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3134/console Change summaries: 299942 by jilles: install: Revert utimensat usage (r299850). This should fix the build on older stable/10, since install is a bootstrap tool. Pending a decision how to fix this properly, revert utimensat usage. Copies with the -p option will again appear older than the original almost always, but -p is not commonly used. 299941 by andrew: Call ofw_bus_msimap to find the parent MSI controller, it may not use the msi-parent property. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 299940 by avg: fix a vnode reference leak caused by illumos compat traverse() This commit partially reverts r273641 which introduced the leak. It did so to accomodate for some consumers of traverse() that expected the starting vnode to stay as-is. But that introduced the leak in the case when a mounted filesystem was found and its root vnode was returned. r299914 removed the troublesome consumers and now there is no reason to keep the starting vnode. So, now the new rules are: - if there is no mounted filesystem, then nothing is changed - otherwise the starting vnode is always released - the root vnode of the mounted filesystem is returned locked and referenced in the case of success MFC after: 5 weeks X-MFC after: r299914 299939 by andrew: Move the call to intr_pic_init_secondary to the same place as in the non-intrng case. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 299938 by avg: fix up r299902: mount_snapshot requires that the covered vnode is locked Previously that was not strictly enforced. MFC after: 4 weeks X-MFC with: r299902 From owner-freebsd-i386@freebsd.org Mon May 16 19:48:42 2016 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 8E3E3B3E8BE; Mon, 16 May 2016 19:48:42 +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 823121AF9; Mon, 16 May 2016 19:48:42 +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 D4BD01224; Mon, 16 May 2016 19:48:42 +0000 (UTC) Date: Mon, 16 May 2016 19:48:41 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: slm@FreeBSD.org, jkim@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1167 - Failure 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 19:48:42 -0000 FreeBSD_STABLE_10-i386 - Build #1167 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1= 167/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/116= 7/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1167= /console Change summaries: 299967 by slm: MFC r299276 Updates to mpr driver man page. - Add 3216 and 3224 support. - Add SSU, chain_alloc_fail, and spinup_wait_time information. - Clear up some sentences. - Correct some typos. 299966 by jkim: - Make libcrypto.so position independent on i386. - Enable linker error when libcrypto.so contains a relocation against text. - Add "Do not modify" comment to generated source files. - Set CC environment variable for Perl scripts to enable AVX instructions. - Update __FreeBSD_version to indicate libcrypto.so is position independent= . Note this is a direct commit because head has OpenSSL 1.0.2 branch but base= d on r299389, r299462, r299464, r299479, and r299480. 299964 by jkim: Detect Clang to support AVX instructions on x86 platforms. Note head (OpenSSL 1.0.2 branch) has similar changes. 299962 by slm: MFC r299263, r299265, r299266, r299267, r299268, r299269, r299270, r299271, r299272, r299274, r299275 - (r299263) Update MPI headers to version 42. - (r299265) Several style changes and add copyrights for 2016. - (r299266) Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HB= A's. - (r299267) No log bit in IOCStatus and endian-safe changes. Use MPI2_IOCSTATUS_MASK when checking IOCStatus to mask off the log bit, an= d make a few more things endian-safe. - (r299268) Change logging level for a debug string to use MPR_LOG instead = of MPR_INFO. - (r299269) Fix possible use of invalid pointer. It was possible to use an invalid pointer to get the target ID value. To fi= x this, initialize a local Target ID variable to an invalid value and change = that variable to a valid value only if the pointer to the Target ID is not NULL. - (r299270) No need to set the MPRSAS_SHUTDOWN flag because it's never used= . - (r299271) Use callout_reset_sbt() instead of callout_reset() if FreeBSD v= er is >=3D 1000029 - (r299272) done_ccb pointer can be used if it is NULL. To prevent this, move check for done_ccb =3D=3D NULL to before done_ccb is = used in mprsas_stop_unit_done(). - (r299274) Disks can go missing until a reboot is done in some cases. This is due to the DevHandle not being released, which causes the Firmware = to not allow that disk to be re-added. - (r299275) Bump version of mpr driver to 13.00.00.00-fbsd 299961 by asomers: MFC 298212 Add the ability to read a SAS device's Target Port NAA designator =09sys/cam/scsi/scsi_all.h =09sys/cam/scsi/scsi_all.c =09=09Add the scsi_devid_is_port_naa helper function The end of the build log: [...truncated 45924 lines...] --- sha1_one.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/sha/= sha1_one.c -o sha1_one.o --- sha1dgst.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/sha/= sha1dgst.c -o sha1dgst.o --- sha256.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/sha/= sha256.c -o sha256.o --- sha512.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/sha/= sha512.c -o sha512.o --- sha_dgst.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/sha/= sha_dgst.c -o sha_dgst.o --- sha_one.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/sha/= sha_one.c -o sha_one.o --- sha1-586.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../= ../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openss= l/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DL= FCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DO= PENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_= ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPO= OL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 = -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s= rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgnu89 -= 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-conve= rsion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenth= eses -Wa,--noexecstack -c /usr/src/secure/lib/libcrypto/i386/sha1-586.S -= o sha1-586.o --- sha256-586.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../= ../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openss= l/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DL= FCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DO= PENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_= ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPO= OL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 = -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s= rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgnu89 -= 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-conve= rsion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenth= eses -Wa,--noexecstack -c /usr/src/secure/lib/libcrypto/i386/sha256-586.S= -o sha256-586.o --- sha512-586.o --- --- srp_lib.o --- --- sha512-586.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../= ../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openss= l/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DL= FCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DO= PENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_= ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPO= OL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 = -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s= rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgnu89 -= 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-conve= rsion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenth= eses -Wa,--noexecstack -c /usr/src/secure/lib/libcrypto/i386/sha512-586.S= -o sha512-586.o --- srp_lib.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/srp/= srp_lib.c -o srp_lib.o --- srp_vfy.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/srp/= srp_vfy.c -o srp_vfy.o --- stack.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/stac= k/stack.c -o stack.o --- ts_asn1.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_asn1.c -o ts_asn1.o --- ts_conf.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_conf.c -o ts_conf.o --- ts_err.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_err.c -o ts_err.o --- ts_lib.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_lib.c -o ts_lib.o --- ts_req_print.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_req_print.c -o ts_req_print.o --- ts_req_utils.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_req_utils.c -o ts_req_utils.o --- ts_rsp_print.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_rsp_print.c -o ts_rsp_print.o --- ts_rsp_sign.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_rsp_sign.c -o ts_rsp_sign.o --- ts_rsp_utils.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_rsp_utils.c -o ts_rsp_utils.o --- ts_rsp_verify.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_rsp_verify.c -o ts_rsp_verify.o --- ts_verify_ctx.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ts/t= s_verify_ctx.c -o ts_verify_ctx.o --- txt_db.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/txt_= db/txt_db.c -o txt_db.o --- ui_compat.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ui/u= i_compat.c -o ui_compat.o --- ui_err.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ui/u= i_err.c -o ui_err.o --- ui_lib.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ui/u= i_lib.c -o ui_lib.o --- ui_openssl.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ui/u= i_openssl.c -o ui_openssl.o --- ui_util.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ui/u= i_util.c -o ui_util.o --- wp_dgst.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/whrl= pool/wp_dgst.c -o wp_dgst.o --- wp-mmx.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../= ../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openss= l/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DL= FCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DO= PENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_= ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPO= OL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 = -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/s= rc/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=3Dgnu89 -= 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-conve= rsion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parenth= eses -Wa,--noexecstack -c /usr/src/secure/lib/libcrypto/i386/wp-mmx.S -o = wp-mmx.o --- wp_block.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/whrl= pool/wp_block.c -o wp_block.o --- by_dir.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /by_dir.c -o by_dir.o --- by_file.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /by_file.c -o by_file.o --- x509_att.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_att.c -o x509_att.o --- x509_cmp.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_cmp.c -o x509_cmp.o --- x509_d2.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_d2.c -o x509_d2.o --- x509_def.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_def.c -o x509_def.o --- x509_err.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_err.c -o x509_err.o --- x509_ext.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_ext.c -o x509_ext.o --- x509_lu.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../cr--- x509_obj.o --- --- x509_lu.o --- ypto/openssl/crypto/x509/x509_lu.c -o x509_lu.o --- x509_obj.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_obj.c -o x509_obj.o --- x509_r2x.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_r2x.c -o x509_r2x.o --- x509_req.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_req.c -o x509_req.o --- x509_set.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_set.c -o x509_set.o --- x509_trs.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_trs.c -o x509_trs.o --- x509_txt.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_txt.c -o x509_txt.o --- x509_v3.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_v3.c -o x509_v3.o --- x509_vfy.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_vfy.c -o x509_vfy.o --- x509_vpm.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509_vpm.c -o x509_vpm.o --- x509cset.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509cset.c -o x509cset.o --- x509name.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509name.c -o x509name.o --- x509rset.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509rset.c -o x509rset.o --- x509spki.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509spki.c -o x509spki.o --- x509type.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x509type.c -o x509type.o --- x_all.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= /x_all.c -o x_all.o --- pcy_cache.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/pcy_cache.c -o pcy_cache.o --- pcy_data.o --- --- pcy_lib.o --- --- pcy_data.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/pcy_data.c -o pcy_data.o --- pcy_lib.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/pcy_lib.c -o pcy_lib.o --- pcy_map.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/pcy_map.c -o pcy_map.o --- pcy_node.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/pcy_node.c -o pcy_node.o --- pcy_tree.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/pcy_tree.c -o pcy_tree.o --- v3_addr.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_addr.c -o v3_addr.o --- v3_akey.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_akey.c -o v3_akey.o --- v3_akeya.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_akeya.c -o v3_akeya.o --- v3_alt.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_alt.c -o v3_alt.o --- v3_asid.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_asid.c -o v3_asid.o --- v3_bcons.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_bcons.c -o v3_bcons.o --- v3_bitst.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_bitst.c -o v3_bitst.o --- v3_conf.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_conf.c -o v3_conf.o --- v3_cpols.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_cpols.c -o v3_cpols.o --- v3_crld.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_crld.c -o v3_crld.o --- v3_enum.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_enum.c -o v3_enum.o --- v3_extku.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_extku.c -o v3_extku.o --- v3_genn.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_genn.c -o v3_genn.o --- v3_ia5.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_ia5.c -o v3_ia5.o --- v3_info.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_info.c -o v3_info.o --- v3_int.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_int.c -o v3_int.o --- v3_lib.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_lib.c -o v3_lib.o --- v3_ncons.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_ncons.c -o v3_ncons.o --- v3_ocsp.o --- --- v3_pci.o --- --- v3_ocsp.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_ocsp.c -o v3_ocsp.o --- v3_pci.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_pci.c -o v3_pci.o --- v3_pcia.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_pcia.c -o v3_pcia.o --- v3_pcons.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_pcons.c -o v3_pcons.o --- v3_pku.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_pku.c -o v3_pku.o --- v3_pmaps.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_pmaps.c -o v3_pmaps.o --- v3_prn.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_prn.c -o v3_prn.o --- v3_purp.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_purp.c -o v3_purp.o --- v3_skey.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_skey.c -o v3_skey.o --- v3_sxnet.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_sxnet.c -o v3_sxnet.o --- v3_utl.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3_utl.c -o v3_utl.o --- v3err.o --- cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/..= /../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_D= LFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -D= OPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5= _ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLP= OOL_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=3Dgnu89 = -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wn= o-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno= -unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conv= ersion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parent= heses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509= v3/v3err.c -o v3err.o --- libcrypto.so.7 --- building shared library libcrypto.so.7 cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o libcrypto.so.7 -Wl,-soname,libcrypto.so.7 `NM=3D'nm' lorder = cpt_err.So cryptlib.So cversion.So ex_data.So mem.So mem_dbg.So o_dir.So o_= fips.So o_init.So o_str.So o_time.So uid.So x86cpuid.So aes_cfb.So aes_ctr.= So aes_ecb.So aes_ige.So aes_misc.So aes_ofb.So aes_wrap.So aes-586.So aesn= i-x86.So vpaes-x86.So a_bitstr.So a_bool.So a_bytes.So a_d2i_fp.So a_digest= .So a_dup.So a_enum.So a_gentm.So a_i2d_fp.So a_int.So a_mbstr.So a_object.= So a_octet.So a_print.So a_set.So a_sign.So a_strex.So a_strnid.So a_time.S= o a_type.So a_utctm.So a_utf8.So a_verify.So ameth_lib.So asn1_err.So asn1_= gen.So asn1_lib.So asn1_par.So asn_mime.So asn_moid.So asn_pack.So bio_asn1= .So bio_ndef.So d2i_pr.So d2i_pu.So evp_asn1.So f_enum.So f_int.So f_string= .So i2d_pr.So i2d_pu.So n_pkey.So nsseq.So p5_pbe.So p5_pbev2.So p8_pkey.So= t_bitst.So t_crl.So t_pkey.So t_req.So t_spki.So t_x509.So t_x509a.So tasn= _dec.So tasn_enc.So tasn_fre.So tasn_new.So tasn_prn.So tasn_typ.So tasn_ut= l.So x_algor.So x_attrib.So x_bignum.So x_crl.So x_exten.So x_info.So x_lon= g.So x_name.So x_nx509.So x_pkey.So x_pubkey.So x_req.So x_sig.So x_spki.So= x_val.So x_x509.So x_x509a.So bf_cfb64.So bf_ecb.So bf_ofb64.So bf_skey.So= bf-586.So b_dump.So b_print.So b_sock.So bf_buff.So bf_nbio.So bf_null.So = bio_cb.So bio_err.So bio_lib.So bss_acpt.So bss_bio.So bss_conn.So bss_dgra= m.So bss_fd.So bss_file.So bss_log.So bss_mem.So bss_null.So bss_sock.So bn= _add.So bn_blind.So bn_const.So bn_ctx.So bn_depr.So bn_div.So bn_err.So bn= _exp.So bn_exp2.So bn_gcd.So bn_gf2m.So bn_kron.So bn_lib.So bn_mod.So bn_m= ont.So bn_mpi.So bn_mul.So bn_nist.So bn_prime.So bn_print.So bn_rand.So bn= _recp.So bn_shift.So bn_sqr.So bn_sqrt.So bn_word.So bn_x931p.So bn-586.So = co-586.So x86-gf2m.So x86-mont.So buf_err.So buf_str.So buffer.So cmll_cfb.= So cmll_ctr.So cmll_ecb.So cmll_ofb.So cmll_utl.So cmll-x86.So c_cfb64.So c= _ecb.So c_enc.So c_ofb64.So c_skey.So cm_ameth.So cm_pmeth.So cmac.So cms_a= sn1.So cms_att.So cms_dd.So cms_enc.So cms_env.So cms_err.So cms_ess.So cms= _io.So cms_lib.So cms_pwri.So cms_sd.So cms_smime.So c_rle.So c_zlib.So com= p_err.So comp_lib.So conf_api.So conf_def.So conf_err.So conf_lib.So conf_m= all.So conf_mod.So conf_sap.So cbc_cksm.So cbc_enc.So cfb64ede.So cfb64enc.= So cfb_enc.So des_old.So des_old2.So ecb3_enc.So ecb_enc.So ede_cbcm_enc.So= enc_read.So enc_writ.So fcrypt.So ofb64ede.So ofb64enc.So ofb_enc.So pcbc_= enc.So qud_cksm.So rand_key.So read2pwd.So rpc_enc.So set_key.So str2key.So= xcbc_enc.So crypt586.So des-586.So dh_ameth.So dh_asn1.So dh_check.So dh_d= epr.So dh_err.So dh_gen.So dh_key.So dh_lib.So dh_pmeth.So dh_prn.So dsa_am= eth.So dsa_asn1.So dsa_depr.So dsa_err.So dsa_gen.So dsa_key.So dsa_lib.So = dsa_ossl.So dsa_pmeth.So dsa_prn.So dsa_sign.So dsa_vrf.So dso_dlfcn.So dso= _err.So dso_lib.So dso_openssl.So ec2_mult.So ec2_oct.So ec2_smpl.So ec_ame= th.So ec_asn1.So ec_check.So ec_curve.So ec_cvt.So ec_err.So ec_key.So ec_l= ib.So ec_mult.So ec_oct.So ec_pmeth.So ec_print.So eck_prn.So ecp_mont.So e= cp_nist.So ecp_oct.So ecp_smpl.So ech_err.So ech_key.So ech_lib.So ech_ossl= .So ecs_asn1.So ecs_err.So ecs_lib.So ecs_ossl.So ecs_sign.So ecs_vrf.So en= g_all.So eng_cnf.So eng_cryptodev.So eng_ctrl.So eng_dyn.So eng_err.So eng_= fat.So eng_init.So eng_lib.So eng_list.So eng_openssl.So eng_pkey.So eng_rd= rand.So eng_rsax.So eng_table.So tb_asnmth.So tb_cipher.So tb_dh.So tb_dige= st.So tb_dsa.So tb_ecdh.So tb_ecdsa.So tb_pkmeth.So tb_rand.So tb_rsa.So tb= _store.So err.So err_all.So err_prn.So bio_b64.So bio_enc.So bio_md.So bio_= ok.So c_all.So c_allc.So c_alld.So digest.So e_aes.So e_aes_cbc_hmac_sha1.S= o e_bf.So e_camellia.So e_cast.So e_des.So e_des3.So e_idea.So e_null.So e_= old.So e_rc2.So e_rc4.So e_rc4_hmac_md5.So e_rc5.So e_seed.So e_xcbc_d.So e= ncode.So evp_acnf.So evp_cnf.So evp_enc.So evp_err.So evp_key.So evp_lib.So= evp_pbe.So evp_pkey.So m_dss.So m_dss1.So m_ecdsa.So m_md4.So m_md5.So m_m= dc2.So m_null.So m_ripemd.So m_sha.So m_sha1.So m_sigver.So m_wp.So names.S= o p5_crpt.So p5_crpt2.So p_dec.So p_enc.So p_lib.So p_open.So p_seal.So p_s= ign.So p_verify.So pmeth_fn.So pmeth_gn.So pmeth_lib.So hm_ameth.So hm_pmet= h.So hmac.So i_cbc.So i_cfb64.So i_ecb.So i_ofb64.So i_skey.So lh_stats.So = lhash.So md4_dgst.So md4_one.So md5_dgst.So md5_one.So md5-586.So mdc2_one.= So mdc2dgst.So cbc128.So ccm128.So cfb128.So ctr128.So cts128.So gcm128.So = ofb128.So xts128.So ghash-x86.So o_names.So obj_dat.So obj_err.So obj_lib.S= o obj_xref.So ocsp_asn.So ocsp_cl.So ocsp_err.So ocsp_ext.So ocsp_ht.So ocs= p_lib.So ocsp_prn.So ocsp_srv.So ocsp_vfy.So pem_all.So pem_err.So pem_info= .So pem_lib.So pem_oth.So pem_pk8.So pem_pkey.So pem_seal.So pem_sign.So pe= m_x509.So pem_xaux.So pvkfmt.So p12_add.So p12_asn.So p12_attr.So p12_crpt.= So p12_crt.So p12_decr.So p12_init.So p12_key.So p12_kiss.So p12_mutl.So p1= 2_npas.So p12_p8d.So p12_p8e.So p12_utl.So pk12err.So bio_pk7.So pk7_asn1.S= o pk7_attr.So pk7_doit.So pk7_lib.So pk7_mime.So pk7_smime.So pkcs7err.So p= queue.So md_rand.So rand_egd.So rand_err.So rand_lib.So rand_unix.So randfi= le.So rc2_cbc.So rc2_ecb.So rc2_skey.So rc2cfb64.So rc2ofb64.So rc4_utl.So = rc4-586.So rc5_ecb.So rc5_skey.So rc5cfb64.So rc5ofb64.So rc5-586.So rmd_dg= st.So rmd_one.So rmd-586.So rsa_ameth.So rsa_asn1.So rsa_chk.So rsa_crpt.So= rsa_depr.So rsa_eay.So rsa_err.So rsa_gen.So rsa_lib.So rsa_none.So rsa_nu= ll.So rsa_oaep.So rsa_pk1.So rsa_pmeth.So rsa_prn.So rsa_pss.So rsa_saos.So= rsa_sign.So rsa_ssl.So rsa_x931.So seed.So seed_cbc.So seed_cfb.So seed_ec= b.So seed_ofb.So sha1_one.So sha1dgst.So sha256.So sha512.So sha_dgst.So sh= a_one.So sha1-586.So sha256-586.So sha512-586.So srp_lib.So srp_vfy.So stac= k.So ts_asn1.So ts_conf.So ts_err.So ts_lib.So ts_req_print.So ts_req_utils= .So ts_rsp_print.So ts_rsp_sign.So ts_rsp_utils.So ts_rsp_verify.So ts_veri= fy_ctx.So txt_db.So ui_compat.So ui_err.So ui_lib.So ui_openssl.So ui_util.= So wp_dgst.So wp-mmx.So wp_block.So by_dir.So by_file.So x509_att.So x509_c= mp.So x509_d2.So x509_def.So x509_err.So x509_ext.So x509_lu.So x509_obj.So= x509_r2x.So x509_req.So x509_set.So x509_trs.So x509_txt.So x509_v3.So x50= 9_vfy.So x509_vpm.So x509cset.So x509name.So x509rset.So x509spki.So x509ty= pe.So x_all.So pcy_cache.So pcy_data.So pcy_lib.So pcy_map.So pcy_node.So p= cy_tree.So v3_addr.So v3_akey.So v3_akeya.So v3_alt.So v3_asid.So v3_bcons.= So v3_bitst.So v3_conf.So v3_cpols.So v3_crld.So v3_enum.So v3_extku.So v3_= genn.So v3_ia5.So v3_info.So v3_int.So v3_lib.So v3_ncons.So v3_ocsp.So v3_= pci.So v3_pcia.So v3_pcons.So v3_pku.So v3_pmaps.So v3_prn.So v3_purp.So v3= _skey.So v3_sxnet.So v3_utl.So v3err.So | tsort -q`=20 --- libcrypto.a --- building static crypto library ranlib -D libcrypto.a --- libcrypto.so.7 --- /usr/obj/usr/src/tmp/usr/bin/ld: warning: creating a DT_TEXTREL in a shared= object. cc: error: linker command failed with exit code 1 (use -v to see invocation= ) *** [libcrypto.so.7] Error code 1 make[4]: stopped in /usr/src/secure/lib/libcrypto 1 error make[4]: stopped in /usr/src/secure/lib/libcrypto *** [secure/lib/libcrypto__L] Error code 2 make[3]: stopped in /usr/src 1 error make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] 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/hudson2998999187095572033.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 + 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 May 16 20:27:21 2016 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 BF1E6B3DA30; Mon, 16 May 2016 20:27:21 +0000 (UTC) (envelope-from jkim@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 40D4F1EDE; Mon, 16 May 2016 20:27:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: FreeBSD_STABLE_10-i386 - Build #1167 - Failure To: jenkins-admin@FreeBSD.org, slm@FreeBSD.org, asomers@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org References: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> From: Jung-uk Kim Message-ID: <97583fb7-8ea1-a3d4-524f-073ed3780049@FreeBSD.org> Date: Mon, 16 May 2016 16:27:16 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="TlAKCMKVnHVE3JPD1GndQ4EKbfp5K9smp" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 20:27:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --TlAKCMKVnHVE3JPD1GndQ4EKbfp5K9smp Content-Type: multipart/mixed; boundary="Oq4ckmhFFNQ86d9GUN1efGTc3hVHlWBus" From: Jung-uk Kim To: jenkins-admin@FreeBSD.org, slm@FreeBSD.org, asomers@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <97583fb7-8ea1-a3d4-524f-073ed3780049@FreeBSD.org> Subject: Re: FreeBSD_STABLE_10-i386 - Build #1167 - Failure References: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> --Oq4ckmhFFNQ86d9GUN1efGTc3hVHlWBus Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/16/16 03:48 PM, jenkins-admin@FreeBSD.org wrote: > FreeBSD_STABLE_10-i386 - Build #1167 - Failure: >=20 > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i3= 86/1167/ > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386= /1167/changes > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/= 1167/console =2E.. Sorry, it's mine. I'm working on it. Jung-uk Kim --Oq4ckmhFFNQ86d9GUN1efGTc3hVHlWBus-- --TlAKCMKVnHVE3JPD1GndQ4EKbfp5K9smp 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 iQEcBAEBCAAGBQJXOi0oAAoJEHyflib82/FGdtIH/R0WXo5YnXNVOLo6KCZRWRne F63MLaWhadVX30aLBi9UPvufyt53HvDFJAFpeRmbB2uSlSlS4g+CWKRmnlSpLLjX 4rL4Liwh3MbZubxs1qs0HTaXoVzdEQLh+Tt8IPyMwKKUytM8Mn6qEdm1U7lxBCEZ 341s7MVVofbWf//KkSYQbodA80EN88zvqXZbiw0EsS0Ic+3ZPZXokl2ZaTR2Hum3 FJDA2U9v/jSyhstUR1MFsMjztC0R346iXIOIlLFkF1HXvEoLdnKmdAs0z0d2/L0O EKSbZHDwiKO9NuZIkIbvHAC7Wkt7GSyG59tEwlt7lqdw+9IFih6DJvxB9UroJUQ= =MYRU -----END PGP SIGNATURE----- --TlAKCMKVnHVE3JPD1GndQ4EKbfp5K9smp-- From owner-freebsd-i386@freebsd.org Tue May 17 06:15:04 2016 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 8B09DB3E700; Tue, 17 May 2016 06:15:04 +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 7F3131978; Tue, 17 May 2016 06:15:04 +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 B58A1A1; Tue, 17 May 2016 06:15:04 +0000 (UTC) Date: Tue, 17 May 2016 06:15:02 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jkim@FreeBSD.org, sephe@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <385414655.2.1463465704749.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> References: <750694276.33.1463428122879.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1168 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 06:15:04 -0000 FreeBSD_STABLE_10-i386 - Build #1168 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1168/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1168/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1168/console Change summaries: 300004 by sephe: MFC r298769, r299315 r298769 ============= tcp/syncache: Set flowid and hash type properly for SYN|ACK So the underlying drivers can use it to select the sending queue properly for SYN|ACK instead of rolling their own hash. Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6120 r299315 ============= tcp/syncache: Add comment for syncache_respond Suggested by: hiren, hps Reviewed by: sbruno Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6148 299983 by jkim: Hide OPENSSL_cpuid_setup and OPENSSL_ia32cap_P symbols from libcrypto.so. Note this is a direct commit because it is merged from OpenSSL upstream and head (OpenSSL 1.0.2 branch) already has the same change: https://github.com/openssl/openssl/commit/6206682 From owner-freebsd-i386@freebsd.org Fri May 20 19:32:20 2016 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 58ACEB448A4; Fri, 20 May 2016 19:32:20 +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 4C5781A71; Fri, 20 May 2016 19:32:20 +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 41EED1055; Fri, 20 May 2016 19:32:20 +0000 (UTC) Date: Fri, 20 May 2016 19:32:15 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, jhb@FreeBSD.org, trasz@FreeBSD.org, pfg@FreeBSD.org, dim@FreeBSD.org, sjg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <620563171.2.1463772740289.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3169 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 19:32:20 -0000 FreeBSD_HEAD_i386 - Build #3169 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3169/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3169/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3169/cons= ole Change summaries: 300322 by pfg: ed(1): Cleanups for the DES mode. - Use arc4random_uniform(3). - Prevent a segmentation fault when ed receives a signal while being in getpass(). [1] Obtained from:=09OpenBSD [1] (CVS Rev. 1.15) MFC after:=092 weeks 300320 by emaste: elftoolchain: backwards compatability for EM_IAMCU definition It is not provided by sys/elf_common.h on older stable/10. 300319 by pfg: GCC: Add support for named initializers for anonymous structs/unions. Missing hunk from r300301. Reported by:=09Ed Schouten Obtained from:=09OpenBSD (CVS rev. 1.2) 300318 by jhb: Implement support for RF_UNMAPPED and bus_map/unmap_resource on x86. Add implementations of bus_map/unmap_resource to the x86 nexus driver. Change bus_activate/deactivate_resource to honor RF_UNMAPPED and to use bus_map/unmap_resource to create/destroy the implicit mapping when RF_UNMAPPED is not set. Reviewed by:=09cem Differential Revision:=09https://reviews.freebsd.org/D5237 300317 by jhb: Add new bus methods for mapping resources. Add a pair of bus methods that can be used to "map" resources for direct CPU access using bus_space(9). bus_map_resource() creates a mapping and bus_unmap_resource() releases a previously created mapping. Mappings are described by 'struct resource_map' object. Pointers to these objects can be passed as the first argument to the bus_space wrapper API used for bus resources. Drivers that wish to map all of a resource using default settings (for example, using uncacheable memory attributes) do not need to change. However, drivers that wish to use non-default settings can now do so without jumping through hoops. First, an RF_UNMAPPED flag is added to request that a resource is not implicitly mapped with the default settings when it is activated. This permits other activation steps (such as enabling I/O or memory decoding in a device's PCI command register) to be taken without creating a mapping. Right now the AGP drivers don't set RF_ACTIVE to avoid using up a large amount of KVA to map the AGP aperture on 32-bit platforms. Once RF_UNMAPPED is supported on all platforms that support AGP this can be changed to using RF_UNMAPPED with RF_ACTIVE instead. Second, bus_map_resource accepts an optional structure that defines additional settings for a given mapping. For example, a driver can now request to map only a subset of a resource instead of the entire range. The AGP driver could also use this to only map the first page of the aperture (IIRC, it calls pmap_mapdev() directly to map the first page currently). I will also eventually change the PCI-PCI bridge driver to request mappings of the subset of the I/O window resource on its parent side to create mappings for child devices rather than passing child resources directly up to nexus to be mapped. This also permits bridges that do address translation to request suitable mappings from a resource on the "upper" side of the bus when mapping resources on the "lower" side of the bus. Another attribute that can be specified is an alternate memory attribute for memory-mapped resources. This can be used to request a Write-Combining mapping of a PCI BAR in an MI fashion. (Currently the drivers that do this call pmap_change_attr() directly for x86 only.) Note that this commit only adds the MI framework. Each platform needs to add support for handling RF_UNMAPPED and thew new bus_map/unmap_resource methods. Generally speaking, any drivers that are calling rman_set_bustag() and rman_set_bushandle() need to be updated. Discussed on:=09arch Reviewed by:=09cem Differential Revision:=09https://reviews.freebsd.org/D5237 300316 by jhb: Drop trailing asterisks. 300315 by trasz: Call the ICL module's handoff method even when using ICL proxy. The upcoming iSER code uses this. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation 300314 by dim: Pull in r270240 from upstream clang trunk (by me): Make __FreeBSD_cc_version predefined macro configurable at build time The `FreeBSDTargetInfo` class has always set the `__FreeBSD_cc_version` predefined macro to a rather static value, calculated from the major OS version. In the FreeBSD base system, we will start incrementing the value of this macro whenever we make any signifant change to clang, so we need a way to configure the macro's value at build time. Use `FREEBSD_CC_VERSION` for this, which we can define in the FreeBSD build system using either the `-D` command line option, or an include file. Stock builds will keep the earlier value. Differential Revision: http://reviews.llvm.org/D20037 Follow-up commits will start using the __FreeBSD_cc_version to determine whether a bootstrap compiler has to be built during buildworld. 300313 by sjg: Merge bmake-20160512 300311 by emaste: Update to ELF Tool Chain r3475 Improvements include: * Add support for reporting and handling a number of new constants in various tools, including: * CloudABI OSABI * DT_TLSDESC_* * i386, MIPS, SPARC and amd64 relocations * C++ demangler bug fixes * Man page updates * Improved input validation in several tools This update also reduces diffs against upstream as a number of fixes included in upstream were previously cherry-picked into FreeBSD. Sponsored by:=09The FreeBSD Foundation The end of the build log: [...truncated 21195 lines...] --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldctor.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldctor.o -MTldctor.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/ldctor.c -o ldctor.o --- all_subdir_gnu/usr.bin/binutils/as --- --- dw2gencfi.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.dw2gencfi.o -MTdw2gencfi.o -s= td=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -= c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/dw2genc= fi.c -o dw2gencfi.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldemul.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldemul.o -MTldemul.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/ldemul.c -o ldemul.o --- all_subdir_gnu/usr.bin/binutils/as --- --- dwarf2dbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.dwarf2dbg.o -MTdwarf2dbg.o -s= td=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -= c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/dwarf2d= bg.c -o dwarf2dbg.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldexp.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldexp.o -MTldexp.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contri= b/binutils/ld/ldexp.c -o ldexp.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- emul_vanilla.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.emul_vanilla.o -MTemul_vanilla.o -std=3Dgnu99 -Qunused-arguments -I/us= r/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbi= nutils/../../../../contrib/binutils/binutils/emul_vanilla.c -o emul_vanilla= .o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldfile.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldfile.o -MTldfile.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/ldfile.c -o ldfile.o --- all_subdir_gnu/usr.bin/binutils/as --- --- ecoff.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.ecoff.o -MTecoff.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/ecoff.c -o ecof= f.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- filemode.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.filemode.o -MTfilemode.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/.= ./../../../contrib/binutils/binutils/filemode.c -o filemode.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldgram.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldgram.o -MTldgram.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c ldgram.c -o ldgram.o --- all_subdir_gnu/usr.bin/binutils/as --- --- ehopt.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.ehopt.o -MTehopt.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/ehopt.c -o ehop= t.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- ieee.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.ieee.o -MTieee.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../../= ../contrib/binutils/binutils/ieee.c -o ieee.o --- all_subdir_gnu/usr.bin/binutils/as --- --- expr.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.expr.o -MTexpr.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/expr.c -o expr.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldlang.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldlang.o -MTldlang.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/ldlang.c -o ldlang.o --- ldlex.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldlex.o -MTldlex.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c ldlex.c -o ldlex.o --- all_subdir_gnu/usr.bin/binutils/as --- --- flonum-copy.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.flonum-copy.o -MTflonum-copy.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/flo= num-copy.c -o flonum-copy.o --- flonum-konst.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.flonum-konst.o -MTflonum-kons= t.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inc= lude -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/f= lonum-konst.c -o flonum-konst.o --- flonum-mult.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.flonum-mult.o -MTflonum-mult.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/flo= num-mult.c -o flonum-mult.o --- frags.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.frags.o -MTfrags.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/frags.c -o frag= s.o --- hash.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.hash.o -MThash.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/hash.c -o hash.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- rdcoff.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.rdcoff.o -MTrdcoff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../..= /../../contrib/binutils/binutils/rdcoff.c -o rdcoff.o --- all_subdir_gnu/usr.bin/binutils/as --- --- input-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.input-file.o -MTinput-file.o = -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include= -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/input= -file.c -o input-file.o --- input-scrub.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.input-scrub.o -MTinput-scrub.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/inp= ut-scrub.c -o input-scrub.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldmain.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldmain.o -MTldmain.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/ldmain.c -o ldmain.o --- all_subdir_gnu/usr.bin/binutils/as --- --- listing.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.listing.o -MTlisting.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/listing.c= -o listing.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- rddbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.rddbg.o -MTrddbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../.= ./../contrib/binutils/binutils/rddbg.c -o rddbg.o --- all_subdir_gnu/usr.bin/binutils/as --- --- literal.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.literal.o -MTliteral.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/literal.c= -o literal.o --- macro.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.macro.o -MTmacro.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/macro.c -o macr= o.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldmisc.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldmisc.o -MTldmisc.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/ldmisc.c -o ldmisc.o --- all_subdir_gnu/usr.bin/binutils/as --- --- messages.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.messages.o -MTmessages.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/messages.= c -o messages.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldver.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldver.o -MTldver.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contri= b/binutils/ld/ldver.c -o ldver.o --- ldwrite.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldwrite.o -MTldwrite.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../co= ntrib/binutils/ld/ldwrite.c -o ldwrite.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- rename.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.rename.o -MTrename.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../..= /../../contrib/binutils/binutils/rename.c -o rename.o --- all_subdir_gnu/usr.bin/binutils/as --- --- obj-elf.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.obj-elf.o -MTobj-elf.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/ob= j-elf.c -o obj-elf.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- lexsup.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.stabs.o -MTstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../.= ./../contrib/binutils/binutils/stabs.c -o stabs.o --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/as --- --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/as --- --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/as --- --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_str.c:509:7: error:= use of undeclared identifier 'EM_RISCV' case EM_RISCV: ^ 1 error generated. *** [elftc_reloc_type_str.o] Error code 1 make[3]: stopped in /usr/src/lib/libelftc 1 error make[3]: stopped in /usr/src/lib/libelftc *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson2200245320797855658.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::104: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 Fri May 20 21:31:05 2016 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 29024B424A6; Fri, 20 May 2016 21:31:05 +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 1AC6F1F37; Fri, 20 May 2016 21:31:05 +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 33E9C107D; Fri, 20 May 2016 21:31:05 +0000 (UTC) Date: Fri, 20 May 2016 21:31:01 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, jhb@FreeBSD.org, ken@FreeBSD.org, pfg@FreeBSD.org, kib@FreeBSD.org, bdrewery@FreeBSD.org, imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1636202187.6.1463779865224.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <620563171.2.1463772740289.JavaMail.jenkins@jenkins-9.freebsd.org> References: <620563171.2.1463772740289.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3170 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk X-Mailman-Approved-At: Fri, 20 May 2016 22:46:47 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 21:31:05 -0000 FreeBSD_HEAD_i386 - Build #3170 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3170/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3170/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3170/cons= ole Change summaries: 300334 by emaste: elftoolchain: backwards compatability for EM_RISCV definition It is not provided by sys/elf_common.h on older releases Reported by:=09Jenkins 300333 by pfg: gas: Implement the .inst assembler directive for arm. We normally use the binutils from ports but on other systems this is required for building gcc 4.9. Obtained from:=09OpenBSD (CVS rev. 1.5) MFC after:=093 weeks 300332 by kib: Check for overflow and return EINVAL if detected. Backport this and r300305 to i386. PR:=09209661 Reported and reviewed by:=09cturt Sponsored by:=09The FreeBSD Foundation MFC after:=093 days 300331 by jhb: Consistently set status to -1 when completing an AIO request with an error. Sponsored by:=09Chelsio Communications 300330 by imp: Large improvements to efi-show (though some weird problems linger). We now print only printable characters for the values and we print ascii strings as strings. 300329 by imp: Implement efi-set and efi-unset 300328 by imp: Cleanup to use %S. 300327 by ken: Add the density code for LTO-7 to libmt and the mt(1) man page. The density code and bits per mm values were obtained from an actual drive density report. The number of tracks were obtained from an LTO-7 hardware announcement on IBM's web site. Sponsored by:=09Spectra Logic MFC after:=093 days 300326 by bdrewery: Regenerate 300325 by bdrewery: Add a WITH_LIBSOFT 300324 by imp: Remove hf appending code from param.h for machine arch name. Submitted by: ian@ andyt@ The end of the build log: [...truncated 21400 lines...] --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- rename.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.rename.o -MTrename.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../..= /../../contrib/binutils/binutils/rename.c -o rename.o --- all_subdir_gnu/usr.bin/binutils/as --- --- obj-elf.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.obj-elf.o -MTobj-elf.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/ob= j-elf.c -o obj-elf.o --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.stabs.o -MTstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../.= ./../contrib/binutils/binutils/stabs.c -o stabs.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- all_subdir_gnu/usr.bin/binutils/as --- --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/as --- --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- symbols.o --- --- write.o --- --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/as --- --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson5492469390782792302.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::104: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 Fri May 20 23:30:26 2016 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 15686B43E73; Fri, 20 May 2016 23:30:26 +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 07D2D12A1; Fri, 20 May 2016 23:30:26 +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 22D9710A7; Fri, 20 May 2016 23:30:26 +0000 (UTC) Date: Fri, 20 May 2016 23:30:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <272493559.11.1463787026149.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1636202187.6.1463779865224.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1636202187.6.1463779865224.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3171 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 23:30:26 -0000 FreeBSD_HEAD_i386 - Build #3171 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3171/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3171/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3171/cons= ole Change summaries: 300336 by jhb: Move the KTR for the update of ddp_active_id on each completion under VERBOSE_TRACES. Sponsored by:=09Chelsio Communications The end of the build log: [...truncated 21503 lines...] cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- lexsup.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.stabs.o -MTstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../.= ./../contrib/binutils/binutils/stabs.c -o stabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/as --- --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- --- elftc_string_table.o --- --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_version.o --- --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- libelftc_bfdtarget.o --- --- libelftc_dem_arm.o --- --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- --- pe_buffer.o --- --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- --- pe_rich.o --- --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson2744339387689367792.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::104: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 May 21 01:30:35 2016 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 B2D81B436FA; Sat, 21 May 2016 01:30:35 +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 A5B361682; Sat, 21 May 2016 01:30:35 +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 B289410D0; Sat, 21 May 2016 01:30:35 +0000 (UTC) Date: Sat, 21 May 2016 01:30:34 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, pfg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <542462118.16.1463794235738.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <272493559.11.1463787026149.JavaMail.jenkins@jenkins-9.freebsd.org> References: <272493559.11.1463787026149.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3172 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 01:30:35 -0000 FreeBSD_HEAD_i386 - Build #3172 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3172/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3172/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3172/cons= ole Change summaries: 300340 by pfg: ed(1): simplify by using arc4random_buf(). Suggested by:=09ed 300337 by jhb: Add sglist functions for working with arrays of VM pages. sglist_count_vmpages() determines the number of segments required for a buffer described by an array of VM pages. sglist_append_vmpages() adds the segments described by such a buffer to an sglist. The latter function is largely pulled from sglist_append_bio(), and sglist_append_bio() now uses sglist_append_vmpages(). Reviewed by:=09kib Sponsored by:=09Chelsio Communications The end of the build log: [...truncated 21181 lines...] cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.obj-elf.o -MTobj-elf.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/ob= j-elf.c -o obj-elf.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldwrite.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldwrite.o -MTldwrite.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../co= ntrib/binutils/ld/ldwrite.c -o ldwrite.o --- lexsup.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- all_subdir_gnu/usr.bin/binutils/as --- --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.stabs.o -MTstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../.= ./../contrib/binutils/binutils/stabs.c -o stabs.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/as --- --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/as --- --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_string_table.o --- --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- --- pe_buffer.o --- --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson9195392252276913376.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::104: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 May 21 03:30:38 2016 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 3CA70B44684; Sat, 21 May 2016 03:30:38 +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 11BBF1703; Sat, 21 May 2016 03:30:38 +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 1836C10F9; Sat, 21 May 2016 03:30:38 +0000 (UTC) Date: Sat, 21 May 2016 03:30:37 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1512819809.20.1463801438108.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <542462118.16.1463794235738.JavaMail.jenkins@jenkins-9.freebsd.org> References: <542462118.16.1463794235738.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3173 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 03:30:38 -0000 FreeBSD_HEAD_i386 - Build #3173 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3173/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3173/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3173/cons= ole Change summaries: 300356 by asomers: Better document security_show_{success,info,badconfig} in /etc/periodic.con= f periodic(8) already handles the security_show_{success,info,badconfig} variables correctly. However, those variables aren't explicitly set in /etc/defaults/periodic.conf or anywhere else, which suggests to the user that they shouldn't be used. etc/defaults/periodic.conf =09Explicitly set defaults for security_show_{success,info,badconfig} usr.sbin/periodic/periodic.sh =09Update usage string usr.sbin/periodic/periodic.8 =09Minor man page updates One thing I'm _not_ doing is recommending setting security_output to /var/log/security.log or adding that file to /etc/newsyslog.conf, because periodic(8) would create it with default permissions, usually 644, and that's probably a bad idea. Reviewed by:=09brd MFC after:=094 weeks Sponsored by:=09Spectra Logic Corp Differential Revision:=09https://reviews.freebsd.org/D6477 300355 by bdrewery: Regenerate 300354 by bdrewery: Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set. This will still build the compiler for the target but will not build the bootstrap cross-compiler in the cross-tools phase. Other toolchain bootstrapping, such as elftoolchan and binutils, currently still occurs. This will utilize the default CC (cc, /usr/bin/cc) as an external compiler. This is planned to be on-by-default eventually. This will utilize the __FreeBSD_cc_version compiler macro defined in the source tree and compare it to CC's version. If they match then the cross-compiler is skipped. If [X]CC is an external compiler (absolute path) or WITHOUT_CROSS_COMPILER is already set, then this logic is skipped. If the expected bootstrap compiler type no longer matches the found CC compiler type (clang vs gcc), then the logic is skipped. As an extra safety check the version number is also compared from the compiler to the tree version. Clang: The macro FREEBSD_CC_VERSION is defined in: lib/clang/include/clang/Basic/Version.inc For clang -target will be used if TARGET_ARCH !=3D MACHINE_ARCH. This is from the current external toolchain logic. There is currently an assumption that the host compiler can build the TARGET_ARCH. This will usually be the case since we don't conditionalize target arch support in clang, but it will break when introducing new architectures. This problem is mitigated by incrementing the version when adding new architectures. GCC: The macro FBSD_CC_VER is defined in: gnu/usr.bin/cc/cc_tools/freebsd-native.h For GCC there is no simple -target support when TARGET_ARCH !=3D MACHINE_ARCH. In this case the opportunistic skip is not done. If we add proper support for this case in external toolchain logic then it will be fine to enable. This relies on the macros being incremented whenever any change occurs to these compilers that warrant rebuilding files. It also should never repeat earlier values. Reviewed by:=09brooks, bapt, imp Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D6357 300353 by bdrewery: Add FREEBSD_CC_VERSION which will be used to define __FreeBSD_cc_version. The WITH_SYSTEM_COMPILER build option will rely on this value to determine = what __FreeBSD_cc_version the source tree will produce. This value will be comp= ared against the /usr/bin/cc value to determine if a new compiler is needed. Start with 1100002 which is 1 more than than the value we've had since 3.8.0 to ensure that all changes since then are present. Reviewed by:=09dim Sponsored by:=09EMC / Isilon Storage Division 300352 by bdrewery: Enable external compiler logic if both bootstrap compilers are disabled. Reviewed by:=09brooks Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D6358 300351 by bdrewery: Fetch the __FreeBSD_cc_version as COMPILER_FREEBSD_VERSION. Reviewed by:=09brooks, bapt, dim Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D6356 300350 by bdrewery: Auto determine X_COMPILER_TYPE/X_COMPILER_VERSION if XCC is set. Reviewed by:=09brooks, bapt Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D6355 300349 by bdrewery: Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC. This is a NOP. Reviewed by:=09brooks, bapt Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D6354 300348 by bdrewery: Move external toolchain support earlier. This is to consolidate external toolchain and WITHOUT_CROSS_COMPILER suppor= t. Reviewed by:=09brooks, bapt Sponsored by:=09EMC / Isilon Storage Division Differential Revision:=09https://reviews.freebsd.org/D6353 300347 by bdrewery: WITH_META_MODE: Avoid rebuilds of cc_tools during target build. This is the same as r299289 and r297997. Sponsored by:=09EMC / Isilon Storage Division 300346 by bdrewery: WITH_META_MODE: Disable cookie handling for include installation. Using a cookie with meta mode causes it to *not rerun* (as normal make does) unless the command changes or filemon-detected files change. After all of the work done here it turns out that skipping installation is dangerous since the install commands use /*.h. The actual build command is not changing but the files installed are changing by the mere act of adding a new header into the source tree. Thus we cannot safely use meta mode logic here. It must always rerun and install the headers. The install -C flag at least prevents churning timestamps when installing a header that was already present. Sponsored by:=09EMC / Isilon Storage Division 300345 by bdrewery: WITH_META_MODE: Disable for 'make install' from top-level. See r298220 for more explanation. We don't want to prevent installing if a cookie exists for the install target. Sponsored by:=09EMC / Isilon Storage Division 300344 by bdrewery: WITH_META_MODE: Use META_MODE rather than .MAKE.MODE for buildkernel. This is mostly a style change so that other code does not duplicate it. The problem is when META_MODE needs to be disabled but it has been overridden by .MAKE.MODE. Sponsored by:=09EMC / Isilon Storage Division 300343 by bdrewery: WITH_META_MODE: Fix suffix transformation rules with guessed dependencies. This is the same problem as r290629. With META_MODE we do not generate .depend files, so there is no proper dependency to lookup. Guessed dependencies must be used. If this proves to be a problem then we will have to generate and use .depend files even with META_MODE. Sponsored by:=09EMC / Isilon Storage Division 300342 by bdrewery: WITH_DIRDEPS_BUILD: Fix forcing user to run bootstrap-tools. This is a follow-up to r299289. If the user did not run bootstrap-tools for this directory then just build the tool as normal. It assumes that TARGET =3D=3D MACHINE, but that was already the case before r299289. Sponsored by:=09EMC / Isilon Storage Division 300341 by bdrewery: FTS: Remove stale reference to nfs4 fs which was removed in r192578. MFC after:=092 weeks The end of the build log: [...truncated 21037 lines...] cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- all_subdir_gnu/usr.bin/binutils/as --- --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/as --- --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/as --- --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/as --- --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- --- prdbg.o --- --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- --- elftc_string_table.o --- --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- libelftc_bfdtarget.o --- --- libelftc_dem_arm.o --- --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- --- pe_buffer.o --- --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- --- pe_rich.o --- --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson7987979607700826380.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::104: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 May 21 09:30:25 2016 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 A140BB448FA; Sat, 21 May 2016 09:30: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 9448C1BD7; Sat, 21 May 2016 09:30: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 CC7DD1176; Sat, 21 May 2016 09:30:25 +0000 (UTC) Date: Sat, 21 May 2016 09:30:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dchagin@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1930814361.25.1463823025845.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1512819809.20.1463801438108.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1512819809.20.1463801438108.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3174 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 09:30:25 -0000 FreeBSD_HEAD_i386 - Build #3174 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3174/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3174/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3174/cons= ole Change summaries: 300360 by dchagin: Regen after r300359 (struct l_sched_param removal). MFC after:=091 week 300359 by dchagin: Correct an argument param of linux_sched_* system calls as a struct l_sched= _param does not defined due to it's nature. MFC after:=091 week The end of the build log: [...truncated 20942 lines...] --- ldver.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldver.o -MTldver.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contri= b/binutils/ld/ldver.c -o ldver.o --- ldwrite.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldwrite.o -MTldwrite.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../co= ntrib/binutils/ld/ldwrite.c -o ldwrite.o --- lexsup.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- all_subdir_gnu/usr.bin/binutils/as --- --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/as --- --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- all_subdir_gnu/usr.bin/binutils/as --- --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/as --- --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 --- all_subdir_gnu/usr.bin/binutils/as --- --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/as --- --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- --- elftc_string_table.o --- --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_version.o --- --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson1076256141752983910.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::104: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 May 21 11:30:39 2016 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 AA493B44338; Sat, 21 May 2016 11:30:39 +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 92A2C18F2; Sat, 21 May 2016 11:30: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 958C111A0; Sat, 21 May 2016 11:30:39 +0000 (UTC) Date: Sat, 21 May 2016 11:30:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: trasz@FreeBSD.org, kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <242330110.30.1463830239623.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1930814361.25.1463823025845.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1930814361.25.1463823025845.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3175 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 11:30:39 -0000 FreeBSD_HEAD_i386 - Build #3175 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3175/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3175/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3175/cons= ole Change summaries: 300369 by trasz: Provide a way for ICL modules to declare they support PIM_UNMAPPED. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation 300368 by trasz: Pass maxtags value to the ICL module. iSER needs it. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation 300366 by kib: Stop dropping and reacquiring Giant around geom calls in UFS. Sponsored by:=09The FreeBSD Foundation 300365 by kib: Remove zero assignments in the cdev allocator. cdp memory is requested with M_ZERO. Sponsored by:=09The FreeBSD Foundation MFC after:=092 weeks 300364 by kib: Improve handling of rdev->si_mountpt on mount and unmount of FFS volumes. Treat the field as a semaphore protecting availability of the device for mounting. Do no access devvp->v_rdev without the vnode lock owned. Protect change of the devvp->v_bufobj bo_ops vector with the vnode lock. Reviewed by:=09bde Sponsored by:=09The FreeBSD Foundation MFC after:=092 weeks The end of the build log: [...truncated 21127 lines...] --- obj-elf.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.obj-elf.o -MTobj-elf.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/ob= j-elf.c -o obj-elf.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ldwrite.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .ldwrite.o -MTldwrite.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../co= ntrib/binutils/ld/ldwrite.c -o ldwrite.o --- lexsup.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- all_subdir_gnu/usr.bin/binutils/as --- --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/as --- --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/as --- --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- libelftc_bfdtarget.o --- --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- --- pe_coff.o --- --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson8088873477515836138.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::104: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 May 21 13:30:32 2016 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 EC87EB456FC; Sat, 21 May 2016 13:30: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 DF4CE1B0A; Sat, 21 May 2016 13:30: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 24B3011CA; Sat, 21 May 2016 13:30:32 +0000 (UTC) Date: Sat, 21 May 2016 13:30:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: trasz@FreeBSD.org, kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <257641222.36.1463837432159.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <242330110.30.1463830239623.JavaMail.jenkins@jenkins-9.freebsd.org> References: <242330110.30.1463830239623.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3176 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 13:30:32 -0000 FreeBSD_HEAD_i386 - Build #3176 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3176/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3176/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3176/cons= ole Change summaries: 300371 by kib: Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt as the mount semaphore. Sponsored by:=09The FreeBSD Foundation MFC after:=092 weeks 300370 by trasz: Properly reset session state when using proxy and fail_on_disconnection=3D1= . Without it the reconnection would fail due to mismatched sequence numbers. MFC after:=091 month Sponsored by:=09The FreeBSD Foundation The end of the build log: [...truncated 21185 lines...] --- lexsup.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .lexsup.o -MTlexsup.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../cont= rib/binutils/ld/lexsup.c -o lexsup.o --- mri.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\= " -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/= tmp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\"= -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -D= TOOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr= /src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu= /usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -MD -MP -MF.depend= .mri.o -MTmri.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/bi= nutils/ld/mri.c -o mri.o --- all_subdir_gnu/usr.bin/binutils/as --- --- obj-elf.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.obj-elf.o -MTobj-elf.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/ob= j-elf.c -o obj-elf.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.stabs.o -MTstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../../.= ./../contrib/binutils/binutils/stabs.c -o stabs.o --- all_subdir_gnu/usr.bin/binutils/ld --- --- ld.bfd.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/= ld/../../../../contrib/binutils/include -DTARGET=3D\"i386-unknown-freebsd\"= -DDEFAULT_EMULATION=3D\"elf_i386_fbsd\" -DSCRIPTDIR=3D\"/usr/obj/usr/src/t= mp/usr/libdata\" -DBFD_VERSION_STRING=3D\""2.17.50 [FreeBSD] 2007-07-03"\" = -DBINDIR=3D\"/usr/bin\" -DTARGET_SYSTEM_ROOT=3D\"/usr/obj/usr/src/tmp\" -DT= OOLBINDIR=3D\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/= src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/= usr.bin/binutils/ld/../../../../contrib/binutils/bfd -g -std=3Dgnu99 -Qunus= ed-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/= usr/src/tmp/legacy/usr/lib -o ld.bfd.full eelf_i386_fbsd.o ldcref.o ldctor.= o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldv= er.o ldwrite.o lexsup.o mri.o ../libbfd/libbfd.a ../libiberty/libiberty.a = /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- ld.bfd.debug --- objcopy --only-keep-debug ld.bfd.full ld.bfd.debug --- ld.bfd --- objcopy --strip-debug --add-gnu-debuglink=3Dld.bfd.debug ld.bfd.full ld.bf= d --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- unwind-ia64.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.unwind-ia64.o -MTunwind-ia64.o -std=3Dgnu99 -Qunused-arguments -I/usr/= obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinu= tils/../../../../contrib/binutils/binutils/unwind-ia64.c -o unwind-ia64.o --- all_subdir_gnu/usr.bin/binutils/as --- --- output-file.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.output-file.o -MToutput-file.= o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/inclu= de -c /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/out= put-file.c -o output-file.o --- read.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.read.o -MTread.o -std=3Dgnu99= -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src= /gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/read.c -o read.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- version.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.version.o -MTversion.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/version.c -o version.o --- all_subdir_gnu/usr.bin/binutils/as --- --- sb.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.sb.o -MTsb.o -std=3Dgnu99 -Q= unused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu= /usr.bin/binutils/as/../../../../contrib/binutils/gas/sb.c -o sb.o --- stabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.stabs.o -MTstabs.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/stabs.c -o stab= s.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- wrstabs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/bin= utils/libbinutils -I/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/= usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binutils/libbinutils/../libbfd -I/u= sr/src/gnu/usr.bin/binutils/libbinutils/../../../../contrib/binutils/includ= e -DTARGET=3D\"i386-unknown-freebsd\" -DBFD_VERSION_STRING=3D\""2.17.50 [Fr= eeBSD] 2007-07-03"\" -D_GNU_SOURCE -DYY_NO_INPUT -I/usr/src/gnu/usr.bin/bin= utils/libbinutils/../../../../contrib/binutils/binutils -I/usr/src/gnu/usr.= bin/binutils/libbinutils/../../../../contrib/binutils/bfd -MD -MP -MF.depe= nd.wrstabs.o -MTwrstabs.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/binutils/libbinutils/../= ../../../contrib/binutils/binutils/wrstabs.c -o wrstabs.o --- all_subdir_gnu/usr.bin/binutils/as --- --- subsegs.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.subsegs.o -MTsubsegs.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/subsegs.c= -o subsegs.o --- symbols.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.symbols.o -MTsymbols.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/symbols.c= -o symbols.o --- write.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.write.o -MTwrite.o -std=3Dgnu= 99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/s= rc/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/write.c -o writ= e.o --- all_subdir_gnu/usr.bin/binutils/libbinutils --- --- libbinutils.a --- building static binutils library ar -crD libbinutils.a `NM=3D'nm' NMFLAGS=3D'' lorder arlex.o arparse.o arsu= p.o binemul.o bucomm.o debug.o dwarf.o emul_vanilla.o filemode.o ieee.o rdc= off.o rddbg.o rename.o stabs.o unwind-ia64.o version.o wrstabs.o | tsort -= q`=20 ranlib -D libbinutils.a --- all_subdir_gnu/usr.bin/binutils/as --- --- tc-i386.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET= _CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unkno= wn-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.= 50 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as= /../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../= ../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../c= ontrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/b= inutils/as/i386-freebsd -g -MD -MP -MF.depend.tc-i386.o -MTtc-i386.o -std= =3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -c = /usr/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc= -i386.c -o tc-i386.o --- all_subdir_gnu/usr.bin/binutils/objdump --- =3D=3D=3D> gnu/usr.bin/binutils/objdump (all) --- .depend --- echo objdump.full: /usr/lib/libc.a ../libbinutils/libbinutils.a ../libopcod= es/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /usr/obj/usr/sr= c/tmp/legacy/usr/lib/libegacy.a >> .depend --- objdump.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.objdump.o -M= Tobjdump.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/= usr/include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/bi= nutils/binutils/objdump.c -o objdump.o --- prdbg.o --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -MD -MP -MF.depend.prdbg.o -MTp= rdbg.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binuti= ls/binutils/prdbg.c -o prdbg.o --- objdump.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/obj/u= sr/src/tmp/usr/src/gnu/usr.bin/binutils/objdump/../libbfd -I/usr/src/gnu/us= r.bin/binutils/objdump/../../../../contrib/binutils/include -D_GNU_SOURCE -= I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bi= n/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION_STRI= NG=3D\""2.17.50 [FreeBSD] 2007-07-03"\" -g -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o objdump.full objdump.o prdbg.o ../libbinutils/libbinutils= .a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a /= usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- objdump.debug --- objcopy --only-keep-debug objdump.full objdump.debug --- objdump --- objcopy --strip-debug --add-gnu-debuglink=3Dobjdump.debug objdump.full obj= dump --- all_subdir_gnu/usr.bin/binutils/as --- --- as.full --- cc -O2 -pipe -DBFD_DEFAULT_TARGET_SIZE=3D32 -I. -I/usr/src/gnu/usr.bin/binu= tils/as -I/usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/obj/usr/src/tmp= /usr/src/gnu/usr.bin/binutils/as/../libbfd -I/usr/src/gnu/usr.bin/binutils/= as/../../../../contrib/binutils/include -DDEFAULT_ARCH=3D\"i386\" -DTARGET_= CPU=3D\"i386\" -DTARGET_OS=3D\"freebsd\" -DTARGET_CANONICAL=3D\"i386-unknow= n-freebsd\" -DTARGET_ALIAS=3D\"i386-unknown-freebsd\" -DVERSION=3D\""2.17.5= 0 [FreeBSD] 2007-07-03"\" -D_GNU_SOURCE -I/usr/src/gnu/usr.bin/binutils/as/= ../../../../contrib/binutils/gas -I/usr/src/gnu/usr.bin/binutils/as/../../.= ./../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils/gas/config -I/usr/src/gnu/usr.bin/binutils/as/../../../../co= ntrib/binutils -I/usr/src/gnu/usr.bin/binutils/as -I/usr/src/gnu/usr.bin/bi= nutils/as/i386-freebsd -g -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o = as.full app.o as.o atof-generic.o atof-ieee.o cond.o depend.o dw2gencfi.o d= warf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.= o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o mes= sages.o obj-elf.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o wri= te.o tc-i386.o ../libbfd/libbfd.a ../libiberty/libiberty.a ../libopcodes/l= ibopcodes.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a -legacy --- as.debug --- objcopy --only-keep-debug as.full as.debug --- as --- objcopy --strip-debug --add-gnu-debuglink=3Das.debug as.full as --- realinstall --- =3D=3D=3D> gnu/usr.bin/binutils/doc (install) =3D=3D=3D> gnu/usr.bin/binutils/libiberty (install) =3D=3D=3D> gnu/usr.bin/binutils/libbfd (install) =3D=3D=3D> gnu/usr.bin/binutils/libopcodes (install) =3D=3D=3D> gnu/usr.bin/binutils/libbinutils (install) =3D=3D=3D> gnu/usr.bin/binutils/as (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 as /usr/obj/usr/= src/tmp/usr/bin/as sh /usr/src/tools/install.sh -o root -g wheel -m 444 as.debug /usr/obj/us= r/src/tmp/usr/lib/debug/usr/bin/as.debug =3D=3D=3D> gnu/usr.bin/binutils/ld (install) --- _proginstall --- --- _FILESINS --- --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 ld.bfd /usr/obj/= usr/src/tmp/usr/bin/ld.bfd --- _FILESINS --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ldscripts/elf_i386_f= bsd.x ldscripts/elf_i386_fbsd.xbn ldscripts/elf_i386_fbsd.xc ldscripts/elf_= i386_fbsd.xd ldscripts/elf_i386_fbsd.xdc ldscripts/elf_i386_fbsd.xdw ldscri= pts/elf_i386_fbsd.xn ldscripts/elf_i386_fbsd.xr ldscripts/elf_i386_fbsd.xs = ldscripts/elf_i386_fbsd.xsc ldscripts/elf_i386_fbsd.xsw ldscripts/elf_i386_= fbsd.xu ldscripts/elf_i386_fbsd.xw /usr/obj/usr/src/tmp/usr/libdata/ldscrip= ts/ --- _proginstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 ld.bfd.debug /usr/ob= j/usr/src/tmp/usr/lib/debug/usr/bin/ld.bfd.debug --- _installlinks --- /usr/bin/ld -> /usr/bin/ld.bfd =3D=3D=3D> gnu/usr.bin/binutils/objdump (install) --- _proginstall --- sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 objdump /usr/obj= /usr/src/tmp/usr/bin/objdump sh /usr/src/tools/install.sh -o root -g wheel -m 444 objdump.debug /usr/o= bj/usr/src/tmp/usr/lib/debug/usr/bin/objdump.debug =3D=3D=3D> lib/libelftc (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libelftc created for /usr/src/lib/libelftc --- elftc_bfdtarget.o --- --- elftc_copyfile.o --- --- elftc_demangle.o --- --- elftc_reloc_type_str.o --- --- elftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_bfdtarget.o -MTelftc_bfdtarget= .o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -c /usr/src/contrib/elftoolchain/libelftc/elftc_bfdtarget.c -o elftc_bf= dtarget.o --- elftc_copyfile.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_copyfile.o -MTelftc_copyfile.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyf= ile.o --- elftc_demangle.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_demangle.o -MTelftc_demangle.o= -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/includ= e -c /usr/src/contrib/elftoolchain/libelftc/elftc_demangle.c -o elftc_deman= gle.o --- elftc_reloc_type_str.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_reloc_type_str.o -MTelftc_relo= c_type_str.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_reloc_type_st= r.c -o elftc_reloc_type_str.o --- elftc_set_timestamps.o --- --- elftc_string_table.o --- --- elftc_set_timestamps.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_set_timestamps.o -MTelftc_set_= timestamps.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legac= y/usr/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_set_timestamp= s.c -o elftc_set_timestamps.o --- elftc_string_table.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_string_table.o -MTelftc_string= _table.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/elftc_string_table.c -o= elftc_string_table.o --- elftc_version.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.elftc_version.o -MTelftc_version.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/lib/libelftc/elftc_version.c -o elftc_version.o --- libelftc_bfdtarget.o --- --- libelftc_dem_arm.o --- --- libelftc_bfdtarget.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_bfdtarget.o -MTlibelftc_bfd= target.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/us= r/include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c -o= libelftc_bfdtarget.o --- libelftc_dem_arm.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_arm.o -MTlibelftc_dem_a= rm.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/in= clude -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_arm.c -o libel= ftc_dem_arm.o --- libelftc_dem_gnu2.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu2.o -MTlibelftc_dem_= gnu2.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu2.c -o li= belftc_dem_gnu2.o --- libelftc_dem_gnu3.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_dem_gnu3.o -MTlibelftc_dem_= gnu3.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/= include -c /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c -o li= belftc_dem_gnu3.o --- libelftc_hash.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_hash.o -MTlibelftc_hash.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_hash.c -o libelftc_hash.= o --- libelftc_vstr.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/= elftoolchain/common -MD -MP -MF.depend.libelftc_vstr.o -MTlibelftc_vstr.o -= std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include = -c /usr/src/contrib/elftoolchain/libelftc/libelftc_vstr.c -o libelftc_vstr.= o --- libelftc.a --- building static elftc library ar -crD libelftc.a `NM=3D'nm' NMFLAGS=3D'' lorder elftc_bfdtarget.o elftc_c= opyfile.o elftc_demangle.o elftc_reloc_type_str.o elftc_set_timestamps.o el= ftc_string_table.o elftc_version.o libelftc_bfdtarget.o libelftc_dem_arm.o = libelftc_dem_gnu2.o libelftc_dem_gnu3.o libelftc_hash.o libelftc_vstr.o | = tsort -q`=20 ranlib -D libelftc.a --- _INCSINS --- sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/contrib/= elftoolchain/libelftc/libelftc.h /usr/obj/usr/src/tmp/usr/include/ =3D=3D=3D> lib/libpe (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/lib/libpe created for /usr/src/lib/libpe --- libpe_buffer.o --- --- libpe_coff.o --- --- libpe_dos.o --- --- libpe_init.o --- --- libpe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_b= uffer.o -MTlibpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/= src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain= /libpe/libpe_buffer.c -o libpe_buffer.o --- libpe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_c= off.o -MTlibpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_coff.c -o libpe_coff.o --- libpe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_d= os.o -MTlibpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /libpe_dos.c -o libpe_dos.o --- libpe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_i= nit.o -MTlibpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_init.c -o libpe_init.o --- libpe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_r= ich.o -MTlibpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/libpe_rich.c -o libpe_rich.o --- libpe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_s= ection.o -MTlibpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/us= r/src/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolcha= in/libpe/libpe_section.c -o libpe_section.o --- libpe_utils.o --- --- pe_buffer.o --- --- libpe_utils.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.libpe_u= tils.o -MTlibpe_utils.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/sr= c/tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/l= ibpe/libpe_utils.c -o libpe_utils.o --- pe_buffer.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_buff= er.o -MTpe_buffer.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_buffer.c -o pe_buffer.o --- pe_cntl.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_cntl= .o -MTpe_cntl.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= cntl.c -o pe_cntl.o --- pe_coff.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_coff= .o -MTpe_coff.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= coff.c -o pe_coff.o --- pe_dos.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_dos.= o -MTpe_dos.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/lega= cy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_do= s.c -o pe_dos.o --- pe_flag.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_flag= .o -MTpe_flag.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= flag.c -o pe_flag.o --- pe_init.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_init= .o -MTpe_init.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= init.c -o pe_init.o --- pe_rich.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_rich= .o -MTpe_rich.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/le= gacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe/pe_= rich.c -o pe_rich.o --- pe_section.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_sect= ion.o -MTpe_section.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/= tmp/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/lib= pe/pe_section.c -o pe_section.o --- pe_symtab.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_symt= ab.o -MTpe_symtab.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_symtab.c -o pe_symtab.o --- pe_update.o --- cc -O2 -pipe -I/usr/src/lib/libpe/../../contrib/elftoolchain/libpe -I/usr= /src/lib/libpe/../../contrib/elftoolchain/common -MD -MP -MF.depend.pe_upda= te.o -MTpe_update.o -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tm= p/legacy/usr/include -c /usr/src/lib/libpe/../../contrib/elftoolchain/libpe= /pe_update.c -o pe_update.o --- libpe.a --- building static pe library ar -crD libpe.a `NM=3D'nm' NMFLAGS=3D'' lorder libpe_buffer.o libpe_coff.o = libpe_dos.o libpe_init.o libpe_rich.o libpe_section.o libpe_utils.o pe_buff= er.o pe_cntl.o pe_coff.o pe_dos.o pe_flag.o pe_init.o pe_rich.o pe_section.= o pe_symtab.o pe_update.o | tsort -q`=20 ranlib -D libpe.a =3D=3D=3D> usr.bin/elfcopy (obj,all,install) --- obj --- /usr/obj/usr/src/tmp/usr/src/usr.bin/elfcopy created for /usr/src/usr.bin/e= lfcopy --- .depend --- echo objcopy.full: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libz.a /u= sr/lib/libbz2.a /usr/lib/liblzma.a /usr/lib/libpthread.a /usr/lib/libbsdxml= .a /usr/lib/libcrypto.a /usr/obj/usr/src/tmp/usr/src/lib/libelftc/libelftc.= a /usr/lib/libelf.a /usr/obj/usr/src/tmp/usr/src/lib/libpe/libpe.a /usr/obj= /usr/src/tmp/legacy/usr/lib/libegacy.a >> .depend --- archive.o --- --- ascii.o --- --- binary.o --- --- main.o --- --- archive.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.archive.o -MTarchive.o -std=3Dgnu99 -Qunused-arguments = -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/= elfcopy/archive.c -o archive.o --- ascii.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.ascii.o -MTascii.o -std=3Dgnu99 -Qunused-arguments -I/u= sr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfc= opy/ascii.c -o ascii.o --- binary.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.binary.o -MTbinary.o -std=3Dgnu99 -Qunused-arguments -I= /usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/el= fcopy/binary.c -o binary.o --- main.o --- cc -O2 -pipe -I/usr/src/contrib/elftoolchain/libelftc -I/usr/src/contrib/e= lftoolchain/libpe -I/usr/src/contrib/elftoolchain/common -DWITH_PE=3D1 -g -= MD -MP -MF.depend.main.o -MTmain.o -std=3Dgnu99 -Qunused-arguments -I/usr= /obj/usr/src/tmp/legacy/usr/include -c /usr/src/contrib/elftoolchain/elfcop= y/main.c -o main.o /usr/src/contrib/elftoolchain/elfcopy/main.c:212:15: error: use of undeclar= ed identifier 'ELFOSABI_CLOUDABI' {"cloudabi", ELFOSABI_CLOUDABI}, ^ 1 error generated. *** [main.o] Error code 1 make[3]: stopped in /usr/src/usr.bin/elfcopy 1 error make[3]: stopped in /usr/src/usr.bin/elfcopy *** [cross-tools] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_cross-tools] 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/hudson8097188322463082509.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::104: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 May 21 20:25:33 2016 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 88D01B4580E; Sat, 21 May 2016 20:25:33 +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 6A9C214CD; Sat, 21 May 2016 20:25:33 +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 D299491; Sat, 21 May 2016 20:25:33 +0000 (UTC) Date: Sat, 21 May 2016 20:25:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, emaste@FreeBSD.org, ian@FreeBSD.org, avg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <584440700.4.1463862333871.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <257641222.36.1463837432159.JavaMail.jenkins@jenkins-9.freebsd.org> References: <257641222.36.1463837432159.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #3177 - 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.22 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.22 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 20:25:33 -0000 FreeBSD_HEAD_i386 - Build #3177 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3177/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3177/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3177/console Change summaries: 300377 by pfg: ndis(4): Avoid overflow. This is a long standing problem: our random() function returns an unsigned integer but the rand provided by ndis(4) returns an int. Scale it down. MFC after: 2 weeks 300376 by pfg: ndis(4): Better mimic the behavior of rand() on Windows. In ndis(4) we expose a rand() function that was constantly reseeding with a time depending function every time it was called. This essentially broke the reasoning behind seeding, and rendered srand() a no-op. Keep it simple, just use random() and srandom() as it's meant to work. It would have been tempting to just go for arc4random() but we want to mimic Microsoft, and we don't need crypto-grade randomness here. PR: 209616 MFC after: 2 weeks 300375 by ian: Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modern compilers can emit arm instructions that require 8-byte alignment. The alignment-sensitive instructions were added in armv5, which has to be supported by our combined v4/v5 kernels, so the value is set uncoditionally for all arm architecture versions. Also adjust the comment to explain in more detail why the macros have the form and values they do. Per advice from bde@, maintain the unsignedness of the value of _ALIGNBYTES (but do so using his second choice of allowing sizeof() to supply the unsignedness, rather than just hardcoding '8U', which in my mind would require an even more verbose comment to explain why it's right). Also explain in the comment that the resulting type of _ALIGN() is equivelent to uinptr_t on arm (32-bit unsigned int), but it's purposely spelled as "unsigned" to avoid problems with including other header files. Even including machine/_types.h to allow use of __uintptr_t causes compilation failures because of this header being included (indirectly) in asm code. The discussion that led to this change (albeit at a glacial pace) is at https://lists.freebsd.org/pipermail/svn-src-head/2014-November/064593.html 300374 by emaste: elftoolchain: backwards compatability for ELFOSABI_CLOUDABI definition It is not provided by sys/elf_common.h on older releases or -current before March 2015. Reported by: Jenkins 300372 by avg: fix loss of taskqueue wakeups (introduced in r300113) Submitted by: kmacy Tested by: dchagin