From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 00:07:50 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 37E3C3FC for ; Sat, 31 Jan 2015 00:07:50 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id E62AFBF9 for ; Sat, 31 Jan 2015 00:07:48 +0000 (UTC) Received: (qmail 46005 invoked by uid 89); 31 Jan 2015 00:07:46 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.225) by mail.grem.de with ESMTPA; 31 Jan 2015 00:07:46 -0000 Date: Sat, 31 Jan 2015 01:07:45 +0100 From: Michael Gmelin To: jenkins-admin@freebsd.org Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #2282 Message-ID: <20150131010745.267f04a4@bsd64.grem.de> In-Reply-To: <26487026.16.1422659561748.JavaMail.jenkins@jenkins-9.freebsd.org> References: <26487026.16.1422659561748.JavaMail.jenkins@jenkins-9.freebsd.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, pfg@FreeBSD.org, nwhitehorn@FreeBSD.org 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: Sat, 31 Jan 2015 00:07:50 -0000 That's my mistake, should be fixed in r277957, sorry. On Fri, 30 Jan 2015 23:12:40 +0000 (GMT) jenkins-admin@freebsd.org wrote: > See > > Changes: > > [nwhitehorn] Use MBR by default on BIOS systems. An increasing number > of motherboards 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: jhb > Approved by: jhb > Differential Revision: https://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: clang static analyzer > MFC after: 1 week > > ------------------------------------------ > [...truncated 172127 lines...] > cc -pg -O2 -pipe -I. > -I/usr/obj > -I > -I > -I > -I > -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_pad.po --- sys.all__D --- --- biosdisk.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o biosdisk.o --- secure.all__D --- --- kexecdh.po --- cc -pg -O2 > -pipe -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_printw.po --- sys.all__D --- --- biosmem.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_redrawln.po --- sys.all__D --- --- biospnp.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o biospnp.o --- biospci.o --- cc -O2 -pipe -DLOADER_NFS_SUPPORT > -DCOMPORT=0x3f8 -DCOMSPEED=9600 -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU > -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_refresh.po --- secure.all__D --- --- msg.po --- cc -pg -O2 > -pipe -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -Qunused-arguments -c > > -o msg.po --- sys.all__D --- --- biossmap.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_restart.po --- sys.all__D --- --- bootinfo.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_scanw.po --- secure.all__D --- --- progressmeter.po --- cc > -pg -O2 -pipe -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -Qunused-arguments -c > > -o progressmeter.po --- sys.all__D --- --- bootinfo32.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_screen.po --- sys.all__D --- --- bootinfo64.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o bootinfo64.o --- secure.all__D --- --- dns.po --- cc -pg -O2 > -pipe -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_scroll.po --- sys.all__D --- --- comconsole.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_scrollok.po --- secure.all__D --- --- entropy.po --- cc -pg > -O2 -pipe -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -Qunused-arguments -c > > -o entropy.po --- sys.all__D --- --- devicename.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_scrreg.po --- sys.all__D --- --- elf32_freebsd.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o elf32_freebsd.o --- secure.all__D --- --- umac.po --- cc -pg -O2 > -pipe -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_set_term.po --- sys.all__D --- --- elf64_freebsd.o --- cc > -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o elf64_freebsd.o --- multiboot.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_slk.po --- sys.all__D --- --- multiboot_tramp.o --- cc -O2 > -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -no-integrated-as -m32 -c > > --- secure.all__D --- --- umac128.po --- cc -pg -O2 -pipe > -DHAVE_LDNS=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -Qunused-arguments -c > > -o umac128.po --- sys.all__D --- --- i386_copy.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_slkatr_set.po --- sys.all__D --- --- i386_module.o --- cc > -O2 -pipe -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o i386_module.o --- nullconsole.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -c > > -o lib_slkatrof.po --- sys.all__D --- --- pxe.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -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 -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -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=1 > -I > -I > -include ssh_namespace.h -include krb5_config.h -std=gnu99 > -fstack-protector -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-enum-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -Qunused-arguments -c > > -o ssh-pkcs11.po --- sys.all__D --- --- smbios.o --- cc -O2 -pipe > -DLOADER_NFS_SUPPORT -DCOMPORT=0x3f8 -DCOMSPEED=9600 > -DSMBIOS_SERIAL_NUMBERS -DTERM_EMU -Dalloca=__builtin_alloca > -I > -I > -I > -I > -I > -I. > -I > -fformat-extensions -march=i386 -ffreestanding -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=gnu99 > -Qunused-arguments -c > > -o smbios.o > :360:9: > warning: implicit declaration of function 'smbios_find_struct' is > invalid in C99 [-Wimplicit-function-declaration] info = > smbios_find_struct(0x00); ^ > :360:7: > warning: incompatible integer to pointer conversion assigning to > 'caddr_t' (aka 'char *') from 'int' [-Wint-conversion] info = > smbios_find_struct(0x00); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ > :364:7: > warning: incompatible integer to pointer conversion assigning to > 'caddr_t' (aka 'char *') from 'int' [-Wint-conversion] info = > 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 = > 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 -- Michael Gmelin