From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 13:09:13 2015 Return-Path: Delivered-To: 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 AA72B545; Tue, 7 Apr 2015 13:09:13 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 606DEE72; Tue, 7 Apr 2015 13:09:12 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t37D946g024064; Tue, 7 Apr 2015 06:09:04 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t37D946p024063; Tue, 7 Apr 2015 06:09:04 -0700 (PDT) (envelope-from david) Date: Tue, 7 Apr 2015 06:09:04 -0700 From: David Wolfskill To: current@freebsd.org Subject: Problems building head, probably r281198 Message-ID: <20150407130904.GL15644@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="f54savKjS/tSNRaU" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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: Tue, 07 Apr 2015 13:09:13 -0000 --f54savKjS/tSNRaU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Running: FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #25 r28114= 3M/281144:1100067: Mon Apr 6 08:30:10 PDT 2015 root@g1-254.catwhisker.= org:/common/S3/obj/usr/src/sys/CANARY amd64 after updating sources to r281199, I see: =2E.. >>> stage 4.2: building libraries =2E.. --- all_subdir_libbluetooth --- =3D=3D=3D> lib/libbluetooth (all) --- bluetooth.So --- clang -fpic -DPIC -O2 -pipe -I/usr/src/lib/libbluetooth -I/usr/src/lib/l= ibbluetooth/../../sys -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bo= dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar= e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu= m-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-kn= r-promoted-parameter -Qunused-arguments -c /usr/src/lib/libbluetooth/blueto= oth.c -o bluetooth.So --- dev.So --- --- hci.So --- --- dev.So --- clang -fpic -DPIC -O2 -pipe -I/usr/src/lib/libbluetooth -I/usr/src/lib/l= ibbluetooth/../../sys -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bo= dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar= e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu= m-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-kn= r-promoted-parameter -Qunused-arguments -c /usr/src/lib/libbluetooth/dev.c = -o dev.So clang -fpic -DPIC -O2 -pipe -I/usr/src/lib/libbluetooth -I/usr/src/lib/l= ibbluetooth/../../sys -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bo= dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar= e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu= m-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-kn= r-promoted-parameter -Qunused-arguments -c /usr/src/lib/libbluetooth/hci.c = -o hci.So --- bluetooth.So --- In file included from /usr/src/lib/libbluetooth/bluetooth.c:34: In file included from /usr/src/lib/libbluetooth/bluetooth.h:49: /usr/src/lib/libbluetooth/../../sys/netgraph/bluetooth/include/ng_btsocket.= h:246:2: error: "Make sure new member of socket address initialized" [-Werr= or,-W#warnings] #warning "Make sure new member of socket address initialized" ^ --- hci.So --- In file included from /usr/src/lib/libbluetooth/hci.c:34: In file included from /usr/src/lib/libbluetooth/bluetooth.h:49: /usr/src/lib/libbluetooth/../../sys/netgraph/bluetooth/include/ng_btsocket.= h:246:2: error: "Make sure new member of socket address initialized" [-Werr= or,-W#warnings] #warning "Make sure new member of socket address initialized" ^ 1 error generated. *** [hci.So] Error code 1 make[5]: stopped in /usr/src/lib/libbluetooth --- bluetooth.So --- 1 error generated. --- dev.So --- In file included from /usr/src/lib/libbluetooth/dev.c:33: In file included from /usr/src/lib/libbluetooth/bluetooth.h:49: /usr/src/lib/libbluetooth/../../sys/netgraph/bluetooth/include/ng_btsocket.= h:246:2: error: "Make sure new member of socket address initialized" [-Werr= or,-W#warnings] #warning "Make sure new member of socket address initialized" ^ 1 error generated. *** [dev.So] Error code 1 make[5]: stopped in /usr/src/lib/libbluetooth --- bluetooth.So --- *** [bluetooth.So] Error code 1 make[5]: stopped in /usr/src/lib/libbluetooth 3 errors make[5]: stopped in /usr/src/lib/libbluetooth *** [all_subdir_libbluetooth] Error code 2 make[4]: stopped in /usr/src/lib make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src (Note: I encountered this first in i386, but waited until I could reproduce the problem (and checked for more recent commits) before sending this note.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --f54savKjS/tSNRaU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVI9bwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk74EUP/1/Ag1NyXRpEo3q//kid2mfh 6cREZX4RBcd/owj1+Jywa87MuJ2oAPxE+i/sL0a3h1yVyqxaEeNgdAmysbTUToOo 20WGrN/WDeZIz4HL/xi7DK2ePm6KUTnEsiXgOCOqYD1iwbperFQ9CIL+K7VtHZEj i9j8BjhHYPnY6CQmwnbtYlZf9GiqpLBAGUPOEvaFUrE3IAISIulkNkdBubym0x+9 a9+eNVRSmd2nqTAERyeaWBAZBn4R5/8En6HPmPhoU7zVi2HUaXc4VqcgKvNkFFDt mF+HBNKgWeWALhvxP5/sgPWEPEiHG2b7WsMBKBlHCFnOo4rTYl1XyieUSuc6plYz w2PSg7qjFq6q532g7B5nXXX5T8rsX+r8zIFOiQHFxtj+DQn/MXAllDlXNNV0RQM5 SAT9jCPNHUHwRXytaruiZmJPtKP/kGCgKE2XTdb6pk1lYakjINLEBa/WI2782sUJ dX966icxvcl0dpBnPcOTqacjnYWGJyCwcId+T7gFpFZNJRv9+hJVmctJRGWvGD8l SAFsyrqAFfHLBPf1R7yN10Erq5M5sP1f9pLU24AXPasfvlKF7ne7XfJVdoccW2zd CtRsIE3PFoRO7LGywvG7is9z8ce6LXp5f6PnTsTGYhHV8zJWciT6QUpFwXc4iZM6 Shhg7o/CNPBvcWZ87Lvh =yvEP -----END PGP SIGNATURE----- --f54savKjS/tSNRaU--