From owner-freebsd-current@FreeBSD.ORG Fri May 1 08:57:05 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DCB6A2D; Fri, 1 May 2015 08:57:05 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 06F9A1C9F; Fri, 1 May 2015 08:57:05 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B4071374; Fri, 1 May 2015 08:57:02 +0000 (UTC) Date: Fri, 1 May 2015 08:56:57 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, jkim@FreeBSD.org, emaste@FreeBSD.org, jhb@FreeBSD.org, neel@FreeBSD.org, gnn@FreeBSD.org, erj@FreeBSD.org, oshogbo@FreeBSD.org, melifaro@FreeBSD.org Message-ID: <608385509.102.1430470619608.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2716 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Fri, 01 May 2015 11:47:08 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 08:57:05 -0000 See Changes: [emaste] crunchide: Restore local EM_AARCH64 constant for bootstrapping Most of the EM_* constants are available in all supported host branches, but EM_AARCH64 was added relatively recently. Add it back to fix building HEAD on 10.x. Noticed by:=09adrian, jmallett [erj] Include makefiles necessary to make ixgbe build with the new code. Originally supposed to be included in r282289. Differential Revision: D2414 [erj] Add support for certain Intel X550 devices. These include standalone X550 adapters, X552 10GbE backplane, and X552/X557-AT 10GBASE-T; with the latter two being integrated into Xeon D So= Cs. As well, this bumps the ixgbe version number to 2.8.3, and includes updates to shared code for support for the new devices. Differential Revision: D2414 Reviewed by:=09gnn, adrian Approved by:=09jfv (mentor), gnn (mentor) [emaste] Actually add c++filt's Makefile Missed in r282285 Pointy hat to:=09emaste [neel] Don't require to be always included before . Only a subset of source files that include need to use the APIs that require the inclusion of . MFC after:=091 week [melifaro] Fix KASSERT introduced in r282155. Found by:=09dhw [emaste] Add ELF Tool Chain's c++filt to the build Differential Revision:=09https://reviews.freebsd.org/D2408 Reviewed by:=09brooks, imp Sponsored by:=09The FreeBSD Foundation [neel] When an instruction cannot be decoded just return to userspace so bh= yve(8) can dump the instruction bytes. Requested by:=09grehan MFC after:=091 week [oshogbo] Mark local function as static as a result of removing recursion. Approved by:=09pjd (mentor) [oshogbo] Rename macros to use prefix ERRNO. Add macro ERRNO_SET. Now ERRNO_{RESTORE/SAVE} must by used together, additional variable is not needed. Always use ERRNO_{SAVE/RESTORE/SET} macros. Approved by:=09pjd (mentor) [neel] Advertise the MTRR feature via CPUID and emulate the minimal set of = MTRR MSRs. This is required for booting Windows guests. Reported by:=09Leon Dang (ldang@nahannisys.com) MFC after:=092 weeks [jhb] Various fixes to the stats in igb(4), ixgbe(4), and ixl(4). - Use hardware counters for ifnet stats in igb(4) when possible. This ensures these stats include packets that bypass the regular stack via netmap. - Don't derefence values off the end of the igb(4) VF stats structure. Instead, add a dedicated if_get_counter method for igb(4) VF interfaces. - Report missed packets on igb(4) as input queue drops rather than an input error. - Report bug_ring drop counts as output queue drops for igb(4) and ixgbe(4)= . - Export the buf_ring drop stats for individual rings via sysctl on ixgbe(4). - Fix a typo that in ixl(4) that caused output queue drops to be reported as input queue drops and input queue drops to be unreported. Differential Revision:=09https://reviews.freebsd.org/D2402 Reviewed by:=09jfv, rstone (6) Sponsored by:=09Norse Corp, Inc. [jkim] Remove leftover from r282269. MFC after:=092 weeks X-MFC with:=09r282269 [gnn] Move the SIFTR DTrace probe out of the writing thread context and directly into the place where the data is collected. ------------------------------------------ [...truncated 315882 lines...] cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- control.o --- ctfconvert -L VERSION -g control.o --- netfront.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- blkfront.o --- ctfconvert -L VERSION -g blkfront.o --- xenstore.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- netback.o --- ctfconvert -L VERSION -g netback.o --- xenstore_dev.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- netfront.o --- ctfconvert -L VERSION -g netfront.o --- xenstored_dev.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- xenstore.o --- ctfconvert -L VERSION -g xenstore.o --- xenbus.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- xenstore_dev.o --- ctfconvert -L VERSION -g xenstore_dev.o --- xenbusb.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- xenstored_dev.o --- ctfconvert -L VERSION -g xenstored_dev.o --- xenbusb_front.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- blkback.o --- ctfconvert -L VERSION -g blkback.o --- xenbus.o --- ctfconvert -L VERSION -g xenbus.o --- xenbusb_back.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- pv.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- xenbusb_front.o --- ctfconvert -L VERSION -g xenbusb_front.o --- xenbusb_back.o --- ctfconvert -L VERSION -g xenbusb_back.o --- xenbusb.o --- ctfconvert -L VERSION -g xenbusb.o --- xenbus_if.o --- --- xenbusb_if.o --- --- xenbus_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I<= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/sys> -I -D_KERNEL -DHAVE_KERNEL_OP= TION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-= frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-floa= t -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagno= stics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-func= tion -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werr= or xenbus_if.c --- xenbusb_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I= -I -D_KERNEL -DHAVE_KERNEL_O= PTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf= -frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-flo= at -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protecto= r -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poin= ter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagn= ostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -= Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fun= ction -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Wer= ror xenbusb_if.c --- timer.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- xenbus_if.o --- ctfconvert -L VERSION -g xenbus_if.o --- subr_rtc.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- xenbusb_if.o --- ctfconvert -L VERSION -g xenbusb_if.o --- atrtc.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- pv.o --- ctfconvert -L VERSION -g pv.o --- clock_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HE= ADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-p= ointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno= -asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwar= f-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing= -prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign= -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-s= how-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-erro= r-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -= Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror clo= ck_if.c --- subr_rtc.o --- ctfconvert -L VERSION -g subr_rtc.o --- g_part.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- timer.o --- ctfconvert -L VERSION -g timer.o --- g_part_bsd.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- clock_if.o --- ctfconvert -L VERSION -g clock_if.o --- g_part_ebr.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- atrtc.o --- ctfconvert -L VERSION -g atrtc.o --- g_part_gpt.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_part_bsd.o --- ctfconvert -L VERSION -g g_part_bsd.o --- g_part_ebr.o --- ctfconvert -L VERSION -g g_part_ebr.o --- g_part_mbr.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_part_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPT= ION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-f= rame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float= -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector = -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointe= r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnos= tics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wn= o-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-funct= ion -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werro= r g_part_if.c --- g_part.o --- ctfconvert -L VERSION -g g_part.o --- g_raid_ctl.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_part_mbr.o --- ctfconvert -L VERSION -g g_part_mbr.o --- g_part_if.o --- ctfconvert -L VERSION -g g_part_if.o --- md_ddf.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- md_intel.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_part_gpt.o --- ctfconvert -L VERSION -g g_part_gpt.o --- md_jmicron.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_raid_ctl.o --- ctfconvert -L VERSION -g g_raid_ctl.o --- md_nvidia.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- md_jmicron.o --- ctfconvert -L VERSION -g md_jmicron.o --- md_intel.o --- ctfconvert -L VERSION -g md_intel.o --- md_promise.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- md_nvidia.o --- ctfconvert -L VERSION -g md_nvidia.o --- md_sii.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_raid_md_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -= I -I -D_KERNEL -DHAVE_KERNEL_= OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-fl= oat -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protect= or -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poi= nter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiag= nostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare = -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fu= nction -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -We= rror g_raid_md_if.c ctfconvert -L VERSION -g g_raid_md_if.o --- g_raid.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- md_sii.o --- ctfconvert -L VERSION -g md_sii.o --- tr_concat.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- md_promise.o --- ctfconvert -L VERSION -g md_promise.o --- tr_raid0.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- tr_concat.o --- ctfconvert -L VERSION -g tr_concat.o --- tr_raid1.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- md_ddf.o --- ctfconvert -L VERSION -g md_ddf.o --- tr_raid0.o --- ctfconvert -L VERSION -g tr_raid0.o --- tr_raid1e.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- tr_raid5.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_raid.o --- ctfconvert -L VERSION -g g_raid.o --- g_raid_tr_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -= I -I -D_KERNEL -DHAVE_KERNEL_= OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-fl= oat -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protect= or -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-poi= nter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiag= nostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare = -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fu= nction -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -We= rror g_raid_tr_if.c --- tr_raid1.o --- ctfconvert -L VERSION -g tr_raid1.o --- kern_linker.o --- --- tr_raid5.o --- ctfconvert -L VERSION -g tr_raid5.o --- kern_linker.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- link_elf.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- g_raid_tr_if.o --- ctfconvert -L VERSION -g g_raid_tr_if.o --- link_elf_obj.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- tr_raid1e.o --- ctfconvert -L VERSION -g tr_raid1e.o --- linker_if.o --- awk -f -c ; cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_H= EADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-= pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fn= o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwa= rf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissin= g-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sig= n -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-= show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-err= or-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function = -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror li= nker_if.c ctfconvert -L VERSION -g linker_if.o --- teken.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- link_elf.o --- ctfconvert -L VERSION -g link_elf.o --- cpu_switch.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- kern_linker.o --- ctfconvert -L VERSION -g kern_linker.o --- cpu_switch.o --- ctfconvert -L VERSION -g cpu_switch.o --- exception.o --- --- locore.o --- --- exception.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- locore.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- link_elf_obj.o --- ctfconvert -L VERSION -g link_elf_obj.o --- xen-locore.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- mpboot.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- xen-locore.o --- :45:1: warning: DWARF2 only supports one section per compilation unit .section __xen_guest ^ :46:2: warning: DWARF2 only supports one section per compilation unit .pushsection .note.Xen ; .align 4 ; .long 2f - 1f ; .long 4f - 3f ; .long = 6 ; 1:.asciz "Xen" ; 2:.align 4 ; 3:.asciz "FreeBSD" ; 4:.align 4 ; .popsec= tion ^ --- exception.o --- ctfconvert -L VERSION -g exception.o --- xen-locore.o --- ctfconvert -L VERSION -g xen-locore.o --- sigtramp.o --- --- support.o --- --- mpboot.o --- ctfconvert -L VERSION -g mpboot.o --- sigtramp.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- ia32_sigtramp.o --- --- support.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- ia32_sigtramp.o --- cc -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-strict-aliasing -g -n= ostdinc -I. -I -I -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer= -mno-omit-leaf-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstric= t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -W= undef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inclu= de-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautolo= gical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-e= rror-unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Dis= o9899:1999 -Werror --- sigtramp.o --- ctfconvert -L VERSION -g sigtramp.o --- support.o --- ctfconvert -L VERSION -g support.o --- acpi_wakeup.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror --- ia32_sigtramp.o --- ctfconvert -L VERSION -g ia32_sigtramp.o --- teken.o --- ctfconvert -L VERSION -g teken.o --- acpi_wakeup.o --- ctfconvert -L VERSION -g acpi_wakeup.o --- vers.c --- MAKE=3Dmake sh GENERIC --- vers.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -nostdinc -I. -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -i= nclude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__pri= ntf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-erro= r-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.debug --- linking kernel.debug ixgbe_api.o: In function `ixgbe_init_shared_code': = :101: undefined reference to `ixgbe_init_ops_X550' = :104: undefined reference to `ixgbe_init_ops_X550EM' *** [kernel.debug] Error code 1 make[2]: stopped in 1 error make[2]: stopped in *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure