From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 23:12:42 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 8D08316C; Fri, 30 Jan 2015 23:12:42 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 797FB697; Fri, 30 Jan 2015 23:12:42 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 2342EF32; Fri, 30 Jan 2015 23:12:41 +0000 (UTC) Date: Fri, 30 Jan 2015 23:12:40 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, nwhitehorn@FreeBSD.org, pfg@FreeBSD.org, grembo@FreeBSD.org Message-ID: <26487026.16.1422659561748.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2282 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: Fri, 30 Jan 2015 23:12:42 -0000 See Changes: [nwhitehorn] Use MBR by default on BIOS systems. An increasing number of mo= therboards assume that GPT means UEFI boot, resulting in the installation of uninstallable systems. This needs a little more work before MFC, in particular based on disk size (> 2 TB + BIOS + MBR is not workable). That will come soon. [grembo] New function smbios_match to detect BIOS versions during boot Motivation is to introduce BIOS specific quirks early in the boot process. smbios_match can be called before malloc is avaible, that's why parts of smbios_detect have been moved into a separate function smbios_probe that will be called by smbios_detect as well as smbios_match. Reviewed by:=09jhb Approved by:=09jhb Differential Revision: =09https://reviews.freebsd.org/D1679 [pfg] msun: use previously ignored value. This fixes evaluation of exceptional values in scalblnl(). While here, simplify the code as suggested by Bruce Evans. Reported by:=09clang static analyzer MFC after:=091 week ------------------------------------------ [...truncated 172127 lines...] cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_pad.po --- sys.all__D --- --- biosdisk.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o biosdisk.o --- secure.all__D --- --- kexecdh.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o kexecdh.po --- lib.all__D --- --- lib_printw.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_printw.po --- sys.all__D --- --- biosmem.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o biosmem.o --- secure.all__D --- --- kexecdhc.po --- --- lib.all__D --- --- lib_redrawln.po --- --- secure.all__D --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o kexecdhc.po --- lib.all__D --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_redrawln.po --- sys.all__D --- --- biospnp.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o biospnp.o --- biospci.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o biospci.o --- lib.all__D --- --- lib_refresh.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_refresh.po --- secure.all__D --- --- msg.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o msg.po --- sys.all__D --- --- biossmap.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o biossmap.o --- lib.all__D --- --- lib_restart.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_restart.po --- sys.all__D --- --- bootinfo.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o bootinfo.o --- lib.all__D --- --- lib_scanw.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_scanw.po --- secure.all__D --- --- progressmeter.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o progressmeter.po --- sys.all__D --- --- bootinfo32.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o bootinfo32.o --- lib.all__D --- --- lib_screen.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_screen.po --- sys.all__D --- --- bootinfo64.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o bootinfo64.o --- secure.all__D --- --- dns.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o dns.po --- lib.all__D --- --- lib_scroll.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_scroll.po --- sys.all__D --- --- comconsole.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o comconsole.o --- lib.all__D --- --- lib_scrollok.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_scrollok.po --- secure.all__D --- --- entropy.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o entropy.po --- sys.all__D --- --- devicename.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o devicename.o --- lib.all__D --- --- lib_scrreg.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_scrreg.po --- sys.all__D --- --- elf32_freebsd.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o elf32_freebsd.o --- secure.all__D --- --- umac.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o umac.po --- lib.all__D --- --- lib_set_term.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_set_term.po --- sys.all__D --- --- elf64_freebsd.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o elf64_freebsd.o --- multiboot.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o multiboot.o --- lib.all__D --- --- lib_slk.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_slk.po --- sys.all__D --- --- multiboot_tramp.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -D= SMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -I= -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx = -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 -= Qunused-arguments -no-integrated-as -m32 -c --- secure.all__D --- --- umac128.po --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o umac128.po --- sys.all__D --- --- i386_copy.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o i386_copy.o --- lib.all__D --- --- lib_slkatr_set.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_slkatr_set.po --- sys.all__D --- --- i386_module.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o i386_module.o --- nullconsole.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o nullconsole.o --- lib.all__D --- --- lib_slkatrof.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_slkatrof.po --- sys.all__D --- --- pxe.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o pxe.o --- lib.all__D --- --- lib_slkatron.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_slkatron.po --- lib_slkatrset.po --- cc -pg -O2 -pipe -I. -I/usr/obj -I -I -I -I -Wall -DNDEBUG -DHAVE_CONFIG_H -D= FREEBSD_NATIVE -DTERMIOS -std=3Dgnu99 -fstack-protector -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Qunused-arguments -c -o lib_slkatrset.po --- sys.all__D --- --- pxetramp.o --- --- secure.all__D --- --- ssh-pkcs11.po --- --- sys.all__D --- as --32 -o pxetramp.o --- secure.all__D --- cc -pg -O2 -pipe -DHAVE_LDNS=3D1 -I -I -i= nclude ssh_namespace.h -include krb5_config.h -std=3Dgnu99 -fstack-protecto= r -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-= variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equal= ity -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c -o ssh-pkcs11.po --- sys.all__D --- --- smbios.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=3D0x3f8 -DCOMSPEED=3D9600 -= DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=3D__builtin_alloca -I -= I -I -I -I -I. -I -fformat-extensions -march=3Di386 -ffreestanding -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 = -Qunused-arguments -c -o smbios.o :360:9: warning: implicit declaration of function 'smbios_find_struct'= is invalid in C99 [-Wimplicit-function-declaration] info =3D smbios_find_struct(0x00); ^ :360:7: warning: incompatible integer to pointer conversion assigning = to 'caddr_t' (aka 'char *') from 'int' [-Wint-conversion] info =3D smbios_find_struct(0x00); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ :364:7: warning: incompatible integer to pointer conversion assigning = to 'caddr_t' (aka 'char *') from 'int' [-Wint-conversion] info =3D smbios_find_struct(0x01); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ :372:1: error: static declaration of 'smbios_find_struct' follows non-= static declaration smbios_find_struct(int type) ^ :360:9: note: previous implicit declaration is here info =3D smbios_find_struct(0x00); ^ 3 warnings and 1 error generated. *** [smbios.o] Error code 1 make[6]: stopped in 1 error make[6]: stopped in *** [_sub.all] Error code 2 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 *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [sys.all__D] Error code 2 make[2]: stopped in --- lib.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_ncurses] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_ncurses] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [lib.all__D] Error code 2 make[2]: stopped in --- secure.all__D --- 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 *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [secure.all__D] Error code 2 make[2]: stopped in --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in *** [all_subdir_clang] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_clang] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [usr.bin.all__D] Error code 2 make[2]: stopped in 4 errors make[2]: stopped in *** [everything] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure