From owner-freebsd-current@FreeBSD.ORG Thu Mar 12 20:35:24 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A366661B; Thu, 12 Mar 2015 20:35:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 905C983B; Thu, 12 Mar 2015 20:35:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id CF0C929A9; Thu, 12 Mar 2015 20:35:23 +0000 (UTC) Date: Thu, 12 Mar 2015 20:35:20 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, glebius@FreeBSD.org, jhb@FreeBSD.org, ian@FreeBSD.org, mav@FreeBSD.org, nwhitehorn@FreeBSD.org Message-ID: <1580886437.4.1426192523504.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2532 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 12 Mar 2015 20:35:24 -0000 See Changes: [ian] Nullterminate strings returned via sysctl. PR:=09=09195668 [ian] Nullterminate strings returned via sysctl. PR:=09=09195668 [ian] Nullterminate strings returned via sysctl. PR:=09=09195668 [jhb] Spin the twiddle in dosfs to give visual feedback for disk I/O on FAT filesystems as is done for other filesystems in the loader. MFC after:=091 week [jhb] Allow the EFI loader to work with large kernels and/or modules (for example, a large mfsroot). Note that for EFI the kernel and modules (as well as other metadata files such as splash screens or memory disk images) are loaded into a statically-sized staging area. When the EFI loader exits it copies this staging area down to the location the kernel expects to run at. - Add bounds checking to the copy routines to fail attempts to access memory outside of the staging area. Previously loading a combined kernel + modules larger than the staging size (32MB) would overflow the staging area trashing whatever memory was afterwards. Under Intel's OVMF firmware for qemu this resulted in fatal faults in the firmware itself. Now the attempt will fail with ENOMEM. - Allow the staging area size to be configured at compile time via an EFI_STAGING_SIZE variable in src.conf or on the command line. It accepts the size of the staging area in MB. The default size remains 32MB. MFC after:=092 weeks Sponsored by:=09Cisco Systems, Inc. [nwhitehorn] The H_VIO_SIGNAL hypercall only enables interrupts for future = received packets and does not schedule interrupts for any packets currently enqueued. Close two races where enqueued packets may not ever trigger interrupts. The first of these, at adapter initialization time, was especially severe since a rush of enqueued packets could actually fill the receive buffer completely, stalling the interface forever. MFC after:=092 weeks [mav] Make DIOCGATTR in device mode handle "GEOM::candelete". MFC after:=093 days [glebius] Add -p parameter to list PCI device to pass through to the guest. Reviewed by:=09neel ------------------------------------------ [...truncated 273766 lines...] cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_rx_edma.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_ael1002.o --- cxgb_mv88e1xxx.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I -DHAVE_KERNEL_OPTION_HEADERS -includ= e -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ath --- --- if_ath_tx_edma.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl.o --- ctl_backend.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_crypto --- ctfconvert -L VERSION -g cryptosoft.o --- crypto.ko.debug --- ld -d -warn-common -r -d -o crypto.ko.debug crypto.o cryptodev_if.o criov.o= cryptosoft.o xform.o cast.o cryptodeflate.o rmd160.o rijndael-alg-fst.o ri= jndael-api.o skipjack.o bf_enc.o bf_ecb.o bf_skey.o camellia.o camellia-api= .o des_ecb.o des_enc.o des_setkey.o sha1.o sha2.o sha256c.o siphash.o gmac.= o gfmult.o ctfmerge -L VERSION -g -o crypto.ko.debug crypto.o cryptodev_if.o criov.o c= ryptosoft.o xform.o cast.o cryptodeflate.o rmd160.o rijndael-alg-fst.o rijn= dael-api.o skipjack.o bf_enc.o bf_ecb.o bf_skey.o camellia.o camellia-api.o= des_ecb.o des_enc.o des_setkey.o sha1.o sha2.o sha256c.o siphash.o gmac.o = gfmult.o :> export_syms awk -f crypto.ko.debug export_syms | xargs -J% objcopy % crypto.ko.debug --- crypto.ko.symbols --- --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_mv88e1xxx.o --- all_subdir_crypto --- objcopy --only-keep-debug crypto.ko.debug crypto.ko.symbols --- crypto.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dcrypto.ko.symbols crypto.ko.deb= ug crypto.ko --- all_subdir_cxgb --- --- cxgb_xgmac.o --- --- exresolv.o --- --- modules-all --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I -DHAVE_KERNEL_OPTION_HEADERS -includ= e -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -mno-aes -mno-avx -std=3Diso9899:1999 -c --- exresolv.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -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 -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc= lude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mn= o-avx -std=3Diso9899:1999 -Werror --- modules-all --- --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_backend.o --- ctl_backend_ramdisk.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_tx_edma.o --- exresolv.o --- ctfconvert -L VERSION -g exresolv.o --- modules-all --- --- all_subdir_cxgb --- --- cxgb_vsc7323.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I -DHAVE_KERNEL_OPTION_HEADERS -includ= e -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ath --- --- if_ath_spectral.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_backend_ramdisk.o --- ctl_cmd_table.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c ctfconvert -L VERSION -g ctl_cmd_table.o --- ctl_frontend.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_spectral.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_vsc7323.o --- all_subdir_cxgbe --- =3D=3D=3D> cxgbe (all) --- _sub.all --- =3D=3D=3D> cxgbe/if_cxgbe (all) --- all_subdir_ath --- --- if_ath_btcoex.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_cxgb --- --- cxgb_xgmac.o --- ctfconvert -L VERSION -g cxgb_xgmac.o --- cxgb_t3_hw.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I -DHAVE_KERNEL_OPTION_HEADERS -includ= e -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_cxgbe --- --- t4_mp_ring.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I= -fno-com= mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno= -error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e= quality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthes= es-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -= mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_frontend.o --- ctl_frontend_internal.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_mp_ring.o --- t4_netmap.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I= -fno-com= mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno= -error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e= quality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthes= es-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -= mno-avx -std=3Diso9899:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_btcoex.o --- if_ath_lna_div.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_frontend_internal.o --- ctl_scsi_all.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c ctfconvert -L VERSION -g ctl_scsi_all.o --- ctl_tpc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_lna_div.o --- ah_osdep.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_netmap.o --- all_subdir_ath --- ctfconvert -L VERSION -g ah_osdep.o --- all_subdir_cxgbe --- --- t4_hw.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I= -fno-com= mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno= -error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e= quality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthes= es-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -= mno-avx -std=3Diso9899:1999 -c --- all_subdir_ath --- --- sample.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_tpc.o --- ctl_tpc_local.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c ctfconvert -L VERSION -g ctl_tpc_local.o --- ctl_error.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g sample.o --- dfs_null.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTI= ON_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno= -sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -= fstack-protector -gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty= -body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-err= or-pointer-sign -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-= pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show= -option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-e= mpty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno= -error-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_error.o --- ctl_util.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c ctfconvert -L VERSION -g ctl_util.o --- ctl_backend_block.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- ctfconvert -L VERSION -g dfs_null.o --- if_ath.ko.debug --- ld -d -warn-common -r -d -o if_ath.ko.debug if_ath.o if_ath_alq.o if_ath_de= bug.o if_ath_keycache.o if_ath_sysctl.o if_ath_tx.o if_ath_tx_ht.o if_ath_l= ed.o if_ath_rx.o if_ath_tdma.o if_ath_beacon.o if_ath_rx_edma.o if_ath_tx_e= dma.o if_ath_spectral.o if_ath_btcoex.o if_ath_lna_div.o ah_osdep.o ah.o ah= _regdomain.o ah_eeprom_v3.o ah_eeprom_v1.o ar5210_attach.o ar5210_beacon.o = ar5210_interrupts.o ar5210_keycache.o ar5210_misc.o ar5210_phy.o ar5210_pow= er.o ar5210_recv.o ar5210_reset.o ar5210_xmit.o ar5211_attach.o ar5211_beac= on.o ar5211_interrupts.o ar5211_keycache.o ar5211_misc.o ar5211_phy.o ar521= 1_power.o ar5211_recv.o ar5211_reset.o ar5211_xmit.o ar5212_ani.o ar5212_at= tach.o ar5212_beacon.o ar5212_eeprom.o ar5212_gpio.o ar5212_interrupts.o ar= 5212_keycache.o ar5212_misc.o ar5212_phy.o ar5212_power.o ar5212_recv.o ar5= 212_reset.o ar5212_rfgain.o ar5212_xmit.o ar5111.o ar5112.o ar2413.o ar2425= .o ar5413.o ah_eeprom_v14.o ah_eeprom_v4k.o ar5416_ani.o ar5416_attach.o ar= 5416_beacon.o ar5416_btcoex.o ar5416_cal.o ar5416_cal_iq.o ar5416_cal_adcga= in.o ar5416_cal_adcdc.o ar5416_eeprom.o ar5416_gpio.o ar5416_interrupts.o a= r5416_keycache.o ar5416_misc.o ar5416_phy.o ar5416_power.o ar5416_radar.o a= r5416_spectral.o ar5416_recv.o ar5416_reset.o ar5416_xmit.o ar2133.o ar9160= _attach.o ar9130_attach.o ar9130_eeprom.o ar9130_phy.o ar9280.o ar9280_atta= ch.o ar9280_olc.o ar9285.o ar9285_reset.o ar9285_attach.o ar9285_cal.o ar92= 85_phy.o ar9285_diversity.o ar9285_btcoex.o ah_eeprom_9287.o ar9287.o ar928= 7_reset.o ar9287_attach.o ar9287_cal.o ar9287_olc.o ar9300_interrupts.o ar9= 300_radar.o ar9300_ani.o ar9300_keycache.o ar9300_radio.o ar9300_xmit.o ar9= 300_attach.o ar9300_mci.o ar9300_stub.o ar9300_xmit_ds.o ar9300_beacon.o ar= 9300_misc.o ar9300_recv.o ar9300_stub_funcs.o ar9300_eeprom.o ar9300_paprd.= o ar9300_recv_ds.o ar9300_freebsd.o ar9300_phy.o ar9300_reset.o ar9300_gpio= .o ar9300_power.o ar9300_timer.o sample.o dfs_null.o ctfmerge -L VERSION -g -o if_ath.ko.debug if_ath.o if_ath_alq.o if_ath_debu= g.o if_ath_keycache.o if_ath_sysctl.o if_ath_tx.o if_ath_tx_ht.o if_ath_led= .o if_ath_rx.o if_ath_tdma.o if_ath_beacon.o if_ath_rx_edma.o if_ath_tx_edm= a.o if_ath_spectral.o if_ath_btcoex.o if_ath_lna_div.o ah_osdep.o ah.o ah_r= egdomain.o ah_eeprom_v3.o ah_eeprom_v1.o ar5210_attach.o ar5210_beacon.o ar= 5210_interrupts.o ar5210_keycache.o ar5210_misc.o ar5210_phy.o ar5210_power= .o ar5210_recv.o ar5210_reset.o ar5210_xmit.o ar5211_attach.o ar5211_beacon= .o ar5211_interrupts.o ar5211_keycache.o ar5211_misc.o ar5211_phy.o ar5211_= power.o ar5211_recv.o ar5211_reset.o ar5211_xmit.o ar5212_ani.o ar5212_atta= ch.o ar5212_beacon.o ar5212_eeprom.o ar5212_gpio.o ar5212_interrupts.o ar52= 12_keycache.o ar5212_misc.o ar5212_phy.o ar5212_power.o ar5212_recv.o ar521= 2_reset.o ar5212_rfgain.o ar5212_xmit.o ar5111.o ar5112.o ar2413.o ar2425.o= ar5413.o ah_eeprom_v14.o ah_eeprom_v4k.o ar5416_ani.o ar5416_attach.o ar54= 16_beacon.o ar5416_btcoex.o ar5416_cal.o ar5416_cal_iq.o ar5416_cal_adcgain= .o ar5416_cal_adcdc.o ar5416_eeprom.o ar5416_gpio.o ar5416_interrupts.o ar5= 416_keycache.o ar5416_misc.o ar5416_phy.o ar5416_power.o ar5416_radar.o ar5= 416_spectral.o ar5416_recv.o ar5416_reset.o ar5416_xmit.o ar2133.o ar9160_a= ttach.o ar9130_attach.o ar9130_eeprom.o ar9130_phy.o ar9280.o ar9280_attach= .o ar9280_olc.o ar9285.o ar9285_reset.o ar9285_attach.o ar9285_cal.o ar9285= _phy.o ar9285_diversity.o ar9285_btcoex.o ah_eeprom_9287.o ar9287.o ar9287_= reset.o ar9287_attach.o ar9287_cal.o ar9287_olc.o ar9300_interrupts.o ar930= 0_radar.o ar9300_ani.o ar9300_keycache.o ar9300_radio.o ar9300_xmit.o ar930= 0_attach.o ar9300_mci.o ar9300_stub.o ar9300_xmit_ds.o ar9300_beacon.o ar93= 00_misc.o ar9300_recv.o ar9300_stub_funcs.o ar9300_eeprom.o ar9300_paprd.o = ar9300_recv_ds.o ar9300_freebsd.o ar9300_phy.o ar9300_reset.o ar9300_gpio.o= ar9300_power.o ar9300_timer.o sample.o dfs_null.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_t3_hw.o --- cxgb_main.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I -DHAVE_KERNEL_OPTION_HEADERS -includ= e -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_backend_block.o --- ctl_frontend_cam_sim.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_ath --- :> export_syms awk -f if_ath.ko.debug export_syms | xargs -J% objcopy % if_ath.ko.debug --- if_ath.ko.symbols --- objcopy --only-keep-debug if_ath.ko.debug if_ath.ko.symbols --- if_ath.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dif_ath.ko.symbols if_ath.ko.deb= ug if_ath.ko --- exresop.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -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 -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc= lude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mn= o-avx -std=3Diso9899:1999 -Werror --- modules-all --- --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_frontend_cam_sim.o --- scsi_ctl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_hw.o --- t4_l2t.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I= -fno-com= mon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I -= mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchr= onous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno= -error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e= quality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthes= es-equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -= mno-avx -std=3Diso9899:1999 -c --- exresop.o --- ctfconvert -L VERSION -g exresop.o --- modules-all --- --- all_subdir_ctl --- --- ctl_frontend_iscsi.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include -I. -I -I -fno-common -g -fno-omit-frame= -pointer -mno-omit-leaf-frame-pointer -I -mcmodel=3Dkernel -mno-= red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-exte= rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wca= st-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-d= irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error= -unused-function -Wno-error-pointer-sign -mno-aes -mno-avx -std=3Diso989= 9:1999 -c --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_main.o --- all_subdir_ctl --- --- scsi_ctl.o --- ctfconvert -L VERSION -g scsi_ctl.o --- exstore.o --- cc -c -O2 -pipe -fno-strict-aliasing -g -Wall -Wredundant-decls -Wnested-= externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -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 -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inc= lude opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mc= model=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchron= ous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wno-e= rror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -W= no-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -mno-aes -mn= o-avx -std=3Diso9899:1999 -Werror --- modules-all --- --- all_subdir_cxgb --- --- cxgb_aq100x.o --- --- all_subdir_cxgbe --- :324:12: error: incompatible pointer types pas= sing 'struct sbuf **' to parameter of type 'struct sbuf *'; remove & [-Werr= or,-Wincompatible-pointer-types] sbuf_putc(&sb, 0); /* nullterm */ ^~~ :77:30: not= e: passing argument to parameter here int sbuf_putc(struct sbuf *, int); ^ 1 error generated. --- all_subdir_cxgb --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I -DHAVE_KERNEL_OPTION_HEADERS -includ= e -I. -I -I -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float = -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-= parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ffor= mat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -mno-aes -mno-avx -std=3Diso9899:1999 -c --- all_subdir_cxgbe --- *** [t4_l2t.o] Error code 1 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_cxgbe] Error code 2 make[3]: stopped in --- exstore.o --- ctfconvert -L VERSION -g exstore.o --- modules-all --- --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_aq100x.o A failure has been detected in another branch of the parallel make make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_cxgb] Error code 2 make[3]: stopped in --- all_subdir_ctl --- --- ctl_frontend_iscsi.o --- ctfconvert -L VERSION -g ctl_frontend_iscsi.o A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_ctl] Error code 2 make[3]: stopped in 3 errors make[3]: stopped in *** [modules-all] Error code 2 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