From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 01:59:36 2014 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 42E13493; Wed, 5 Nov 2014 01:59:36 +0000 (UTC) Received: from shxd.cx (unknown [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE9E8C7; Wed, 5 Nov 2014 01:59:36 +0000 (UTC) Received: from [129.253.54.225] (port=33942 helo=THEMADHATTER) by shxd.cx with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Xlcw3-000Opx-50; Tue, 04 Nov 2014 04:10:07 -0800 From: To: , , , References: <2082513738.13.1415150183558.JavaMail.jenkins@jenkins-9.freebsd.org> <071201cff898$c2804f60$4780ee20$@FreeBSD.org> In-Reply-To: <071201cff898$c2804f60$4780ee20$@FreeBSD.org> Subject: RE: Build failed in Jenkins: FreeBSD_HEAD #1772 Date: Tue, 4 Nov 2014 17:59:26 -0800 Message-ID: <072001cff89c$21251a20$636f4e60$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQFU6sJXFq5u+rI9u48MSZBAFFgcQgIOfGcXnTbuj0A= Content-Language: en-us Sender: devin@shxd.cx Cc: dteske@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: Wed, 05 Nov 2014 01:59:36 -0000 Build is unbroken ;D Thanks! hehe (and sorry) http://svnweb.freebsd.org/base?view=3Drevision&revision=3D274121 shurd and I learned today that WARNS=3D6 means something different on -CURRENT than on 9 or 10 (or at least, the 9 and 10 that I have deployed for my testing [smiles]). --=20 Devin > -----Original Message----- > From: devin@shxd.cx [mailto:devin@shxd.cx] On Behalf Of > dteske@FreeBSD.org > Sent: Tuesday, November 4, 2014 5:35 PM > To: freebsd-current@freebsd.org; dumbbell@FreeBSD.org; > des@FreeBSD.org; bapt@FreeBSD.org; dteske@FreeBSD.org > Subject: RE: Build failed in Jenkins: FreeBSD_HEAD #1772 >=20 > Fixing!!!!! >=20 > Sorry! Pointy-Hat!!!! (really pointy) > -- > Devin >=20 > > -----Original Message----- > > From: jenkins-admin@freebsd.org [mailto:jenkins-admin@freebsd.org] > > Sent: Tuesday, November 4, 2014 5:16 PM > > To: jenkins-admin@FreeBSD.org; freebsd-current@freebsd.org; > > dumbbell@FreeBSD.org; des@FreeBSD.org; bapt@FreeBSD.org; > > dteske@FreeBSD.org > > Subject: Build failed in Jenkins: FreeBSD_HEAD #1772 > > > > See > > > > > > Changes: > > > > [dumbbell] vt(4): Support syscons' SC_HISTORY_SIZE to configure = history > size > > > > Therefore, to set histry size to 2000 lines, add the following line = to > > your kernel configuration file: > > options SC_HISTORY_SIZE=3D2000 > > > > The default history remains at 500 lines. > > > > MFC after: 1 week > > > > [dteske] Add new libraries/utilities for data throughput = visualization. > > dpv(3): dialog progress view library > > dpv(1): stream data from stdin or multiple paths with dialog = progress view > > figpar(3): configuration file parsing library > > > > Reviews: D714 > > Reviewed by: jelischer, shurd > > Discussed at: MeetBSD California 2014 Vendor/Dev Summit > > Discussed on: -current > > MFC after: 21 days > > X-MFC-to: stable/10 stable/9 > > > > [des] [SA-14:25] Fix kernel stack disclosure in setlogin(2) / = getlogin(2). > > [SA-14:26] Fix remote command execution in ftp(1). > > > > Approved by: so (des) > > > > [bapt] Partially fix indentation issues to improve readability = helping > > cooperation with > > Dragonfly folks > > > > PR: 194785 > > Submitted by: Fran=C3=A7ois Tigeot (ftigeot@wolfpond.org) > > > > [des] When reseeding the DPRNG, we're supposed to hash the current = key > > and > > some accumulated entropy twice and use that as the new key. Due to = a > > typo, we were using the output of the first hash round instead of = the > > second. Correct this, but eliminate temp[] since we can reuse = hash[]. > > Also add comments explaining what is going on and why. > > > > Noticed by: Sami Farin > > Reviewed by: markm@ > > Approved by: so (des) > > > > ------------------------------------------ > > [...truncated 97827 lines...] > > --- all_subdir_libcalendar --- > > --- easter.So --- > > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector = -Wsystem-headers - > > Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict- > > prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type = -Wcast- > > qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast- > align > > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold- > > style-definition -Wno-pointer-sign -Wmissing-variable-declarations - > > Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused- > > const-variable -Qunused-arguments -c > > > = > /easter.c> -o easter.So > > --- all_subdir_libbsm --- > > --- bsm_fcntl.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_fcntl.c> -o bsm_fcntl.So > > --- bsm_flags.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_flags.c> -o bsm_flags.So > > --- all_subdir_libcalendar --- > > --- calendar.o --- > > cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror - > Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes - > > Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual = -Wwrite- > > strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar- > > subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style- > > definition -Wno-pointer-sign -Wmissing-variable-declarations = -Wthread- > > safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const- > variable - > > Qunused-arguments -c > > > = > /calendar.c> -o calendar.o > > --- easter.o --- > > cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror - > Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes - > > Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual = -Wwrite- > > strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar- > > subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style- > > definition -Wno-pointer-sign -Wmissing-variable-declarations = -Wthread- > > safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const- > variable - > > Qunused-arguments -c > > > = > /easter.c> -o easter.o > > --- all_subdir_libbsm --- > > --- bsm_io.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_io.c> -o bsm_io.So > > --- all_subdir_libalias --- > > --- alias_mod.o --- > > --- all_subdir_libcalendar --- > > --- libcalendar.so.5 --- > > --- all_subdir_libalias --- > > cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Wall -Wno- > > format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing- > > prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings = - > > Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts - > > Winline -Wnested-externs -Wredundant-decls -Wold-style-definition - > Wno- > > pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno- > empty- > > body -Wno-string-plus-int -Wno-unused-const-variable -Qunused- > > arguments -c > > > = > lias/../../../sys/netinet/libalias/alias_mod.c> -o alias_mod.o > > --- all_subdir_libcalendar --- > > building shared library libcalendar.so.5 > > --- all_subdir_libalias --- > > --- alias_db.o --- > > 5 warnings generated. > > --- alias_mod.o --- > > > = > lias/../../../sys/netinet/libalias/alias_mod.c>:130:28: warning: no = previous > > extern declaration for non-static variable 'dll_chain' = [-Wmissing-variable- > > declarations] > > SLIST_HEAD(dll_chain, dll) dll_chain =3D = SLIST_HEAD_INITIALIZER(dll_chain); > > ^ > > --- all_subdir_libbsm --- > > --- bsm_mask.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_mask.c> -o bsm_mask.So > > --- all_subdir_libalias --- > > 1 warning generated. > > --- libalias.so.7 --- > > building shared library libalias.so.7 > > --- all_subdir_libcalendar --- > > --- libcalendar.a --- > > --- all_subdir_libbsm --- > > --- bsm_notify.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_notify.c> -o bsm_notify.So > > --- all_subdir_libcalendar --- > > building static calendar library > > ranlib -D libcalendar.a > > --- all_subdir_libcom_err --- > > =3D=3D=3D> lib/libcom_err (all) > > --- all_subdir_libbsm --- > > --- bsm_socket_type.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_socket_type.c> -o bsm_socket_type.So > > --- all_subdir_libalias --- > > --- libalias.a --- > > building static alias library > > --- all_subdir_libcom_err --- > > --- _sub.all --- > > =3D=3D=3D> lib/libcom_err/doc (all) > > --- all_subdir_libalias --- > > ranlib -D libalias.a > > =3D=3D=3D> lib/libalias/modules (all) > > --- all_subdir_libbsm --- > > --- bsm_token.So --- > > --- bsm_user.So --- > > --- bsm_token.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_token.c> -o bsm_token.So > > --- bsm_user.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_user.c> -o bsm_user.So > > --- all_subdir_libalias --- > > --- _sub.all --- > > =3D=3D=3D> lib/libalias/modules/cuseeme (all) > > --- alias_cuseeme.So --- > > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector = -Wsystem-headers - > > Werror -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 > > > = > dules/cuseeme/../../../../sys/netinet/libalias/alias_cuseeme.c> -o > > alias_cuseeme.So > > --- all_subdir_libbsm --- > > --- bsm_wrappers.So --- > > cc -fpic -DPIC -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_wrappers.c> -o bsm_wrappers.So > > --- all_subdir_libalias --- > > --- alias_cuseeme.o --- > > cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror - > > 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 > > > = > dules/cuseeme/../../../../sys/netinet/libalias/alias_cuseeme.c> -o > > alias_cuseeme.o > > --- all_subdir_libcompat --- > > =3D=3D=3D> lib/libcompat (all) > > --- all_subdir_libalias --- > > --- libalias_cuseeme.so --- > > building shared library libalias_cuseeme.so > > --- libalias_cuseeme.a --- > > building static alias_cuseeme library > > ranlib -D libalias_cuseeme.a > > --- all_subdir_libcrypt --- > > =3D=3D=3D> lib/libcrypt (all) > > --- all_subdir_libcompat --- > > --- ftime.o --- > > cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS - > > > = I > /../libc/locale> -std=3Dgnu99 -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 > > > = > 4.1/ftime.c> -o ftime.o > > --- all_subdir_libalias --- > > =3D=3D=3D> lib/libalias/modules/dummy (all) > > --- all_subdir_libcompat --- > > In file included from > > > = > 4.1/ftime.c>:37: > > > /usr/obj > usr/include/sys/timeb.h>:42:2: warning: "this file includes = > > which is deprecated" [-W#warnings] > > #warning "this file includes which is deprecated" > > ^ > > --- all_subdir_libdevinfo --- > > --- all_subdir_libcompat --- > > 1 warning generated. > > --- all_subdir_libdevinfo --- > > =3D=3D=3D> lib/libdevinfo (all) > > --- all_subdir_libcompat --- > > --- re_comp.o --- > > --- all_subdir_libalias --- > > --- alias_dummy.So --- > > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector = -Wsystem-headers - > > Werror -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 > > > = > dules/dummy/../../../../sys/netinet/libalias/alias_dummy.c> -o > > alias_dummy.So > > --- all_subdir_libcompat --- > > cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS - > > > = I > /../libc/locale> -std=3Dgnu99 -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 > > > = > 4.3/re_comp.c> -o re_comp.o > > --- all_subdir_libdevinfo --- > > --- devinfo.So --- > > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -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 > > > = > devinfo.c> -o devinfo.So > > --- all_subdir_libcompat --- > > --- rexec.o --- > > cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS - > > > = I > /../libc/locale> -std=3Dgnu99 -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 > > > = > 4.3/rexec.c> -o rexec.o > > --- all_subdir_libalias --- > > --- alias_dummy.o --- > > cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror - > > 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 > > > = > dules/dummy/../../../../sys/netinet/libalias/alias_dummy.c> -o > > alias_dummy.o > > --- libalias_dummy.so --- > > building shared library libalias_dummy.so > > --- all_subdir_libdevinfo --- > > --- devinfo.o --- > > cc -O2 -pipe -std=3Dgnu99 -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 > > > = > devinfo.c> -o devinfo.o > > --- all_subdir_libalias --- > > --- libalias_dummy.a --- > > building static alias_dummy library > > ranlib -D libalias_dummy.a > > =3D=3D=3D> lib/libalias/modules/ftp (all) > > --- all_subdir_libbsm --- > > --- bsm_audit.o --- > > cc -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_audit.c> -o bsm_audit.o > > --- all_subdir_libcompat --- > > --- cuserid.o --- > > cc -O2 -pipe -DLIBC_SCCS -DSYSLIBC_SCCS - > > > = I > /../libc/locale> -std=3Dgnu99 -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 > > > = > 4.4/cuserid.c> -o cuserid.o > > --- all_subdir_libdevinfo --- > > --- libdevinfo.so.5 --- > > building shared library libdevinfo.so.5 > > --- all_subdir_libalias --- > > --- alias_ftp.So --- > > cc -fpic -DPIC -O2 -pipe -std=3Dgnu99 -fstack-protector = -Wsystem-headers - > > Werror -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 > > > = > dules/ftp/../../../../sys/netinet/libalias/alias_ftp.c> -o = alias_ftp.So > > --- all_subdir_libcompat --- > > --- libcompat.a --- > > building static compat library > > --- all_subdir_libbsm --- > > --- bsm_class.o --- > > cc -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_class.c> -o bsm_class.o > > --- all_subdir_libdevinfo --- > > --- libdevinfo.a --- > > building static devinfo library > > ranlib -D libdevinfo.a > > --- all_subdir_libcompat --- > > ranlib -D libcompat.a > > --- all_subdir_libbsm --- > > --- bsm_control.o --- > > cc -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_control.c> -o bsm_control.o > > --- bsm_domain.o --- > > cc -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_domain.c> -o bsm_domain.o > > --- all_subdir_libdpv --- > > =3D=3D=3D> lib/libdpv (all) > > --- all_subdir_libdwarf --- > > =3D=3D=3D> lib/libdwarf (all) > > --- all_subdir_libalias --- > > --- alias_ftp.o --- > > cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror - > > 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 > > > = > dules/ftp/../../../../sys/netinet/libalias/alias_ftp.c> -o = alias_ftp.o > > --- all_subdir_libbsm --- > > --- bsm_errno.o --- > > cc -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_errno.c> -o bsm_errno.o > > --- all_subdir_libdwarf --- > > --- dwarf_abbrev.o --- > > cc -O2 -pipe -I. - > > > = I > /../contrib/elftoolchain/libdwarf> - > > > = I > /../contrib/elftoolchain/common> - > > > = I > /../contrib/elftoolchain/libelf> -std=3Dgnu99 -fstack-protector = -Wsystem- > > headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter - > > Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith = -Wreturn-type - > > Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter - > > Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant- > > decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable- > > declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int - > Wno- > > unused-const-variable -Qunused-arguments -c > > > = > /../contrib/elftoolchain/libdwarf/dwarf_abbrev.c> -o dwarf_abbrev.o > > --- all_subdir_libdpv --- > > --- dialog_util.So --- > > cc -fpic -DPIC -O2 -pipe - > > = I - > > std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno- > format- > > y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing- > prototypes > > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch - > > Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline - > > Wnested-externs -Wredundant-decls -Wold-style-definition -Wno- > pointer- > > sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body = - > > Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c > > > = > og_util.c> -o dialog_util.So > > --- all_subdir_libbsm --- > > --- bsm_event.o --- > > cc -O2 -pipe - > > > = I > ./contrib/openbsm> - > > > = I > ./contrib/openbsm/libbsm> -std=3Dgnu99 -fstack-protector -Wsystem- > headers > > -Werror -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 > > > = > /contrib/openbsm/libbsm/bsm_event.c> -o bsm_event.o > > --- all_subdir_libdpv --- > > > = > og_util.c>:65:7: error: no previous extern declaration for = non-static variable > > 'dargv' [-Werror,-Wmissing-variable-declarations] > > char *dargv[64] =3D { NULL }; > > ^ > > 1 error generated. > > *** [dialog_util.So] Error code 1 > > > > make[5]: stopped in > > > > 1 error > > > > make[5]: stopped in > > > > *** [all_subdir_libdpv] Error code 2 > > > > make[4]: stopped in > > > > --- all_subdir_libdwarf --- > > A failure has been detected in another branch of the parallel make > > > > make[5]: stopped in > > = > > *** [all_subdir_libdwarf] Error code 2 > > > > make[4]: stopped in > > > > --- all_subdir_libbsm --- > > A failure has been detected in another branch of the parallel make > > > > make[5]: stopped in > > > > *** [all_subdir_libbsm] Error code 2 > > > > make[4]: stopped in > > > > --- all_subdir_libalias --- > > A failure has been detected in another branch of the parallel make > > > > make[7]: stopped in > > > = > dules/ftp> > > *** [_sub.all] Error code 2 > > > > make[6]: stopped in > > > = > dules> > > 1 error > > > > make[6]: stopped in > > > = > dules> > > *** [_sub.all] Error code 2 > > > > make[5]: stopped in > > = > > 1 error > > > > make[5]: stopped in > > = > > *** [all_subdir_libalias] Error code 2 > > > > make[4]: stopped in > > > > 4 errors > > > > make[4]: stopped in > > > > A failure has been detected in another branch of the parallel make > > > > make[3]: stopped in > > > > *** [libraries] Error code 2 > > > > make[2]: stopped in > > > > 1 error > > > > make[2]: stopped in > > > > *** [_libraries] 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