From owner-freebsd-current@freebsd.org Sat Feb 18 00:13:47 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ADADCDA101 for ; Sat, 18 Feb 2017 00:13:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E52971F15; Sat, 18 Feb 2017 00:13:46 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 2C7D745EF; Sat, 18 Feb 2017 00:13:46 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id EBE1E3114C; Sat, 18 Feb 2017 00:13:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id wZr3bp0lsmhG; Sat, 18 Feb 2017 00:13:34 +0000 (UTC) To: freebsd-current@FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D88E331146 From: Bryan Drewery Subject: xdev fixed Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Fri, 17 Feb 2017 16:13:19 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rBFckdKIgqiGlVnDo78QmMavDofNALoaG" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 18 Feb 2017 00:13:47 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rBFckdKIgqiGlVnDo78QmMavDofNALoaG Content-Type: multipart/mixed; boundary="f3A6sxoHJbplvtqtjo3TF8ijLopb0m9qi"; protected-headers="v1" From: Bryan Drewery To: freebsd-current@FreeBSD.org Message-ID: Subject: xdev fixed --f3A6sxoHJbplvtqtjo3TF8ijLopb0m9qi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The issue reported here: https://lists.freebsd.org/pipermail/freebsd-arm/2016-June/014065.html > make XDEV=3Darm XDEV_ARCH=3Darmv6 xdev >=20 > It failed! >=20 > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/gnu/= lib/libdialog/../../../contrib/dialog/dialog.h /usr/src/gnu/lib/libdialog= /../../../contrib/dialog/dlg_colors.h /usr/src/gnu/lib/libdialog/dlg_conf= ig.h /usr/src/gnu/lib/libdialog/../../../contrib/dialog/dlg_keys.h //usr/= armv6-freebsd/usr/include/ > =3D=3D=3D> lib/libc++ (obj,all,install) > /usr/obj/armv6-freebsd/usr/src/lib/libc++ created for /usr/src/lib/libc= ++ > echo libc++.so.1.full: //usr/armv6-freebsd/usr/lib/libcxxrt.a >> .depen= d > c++ -isystem //usr/armv6-freebsd/usr/include -L//usr/armv6-freebsd/usr/= lib --sysroot=3D//usr/armv6-freebsd/ -B//usr/armv6-freebsd/usr/libexec = -B//usr/armv6-freebsd/usr/bin -B//usr/armv6-freebsd/usr/lib -mlong-calls = -O -pipe -isystem /usr/src/lib/libc++/../../contrib/libc++/include -isyst= em /usr/src/lib/libc++/../../contrib/libcxxrt -nostdinc++ -nostdlib -DLIB= CXXRT -MD -MF.depend.algorithm.o -MTalgorithm.o -Qunused-arguments -std=3D= c++11 -Wno-c++11-extensions -c /usr/src/lib/libc++/../../contrib/libc++/= src/algorithm.cpp -o algorithm.o > In file included from /usr/src/lib/libc++/../../contrib/libc++/src/algo= rithm.cpp:10: > In file included from /usr/src/lib/libc++/../../contrib/libc++/include/= algorithm:624: > In file included from /usr/src/lib/libc++/../../contrib/libc++/include/= initializer_list:47: > /usr/src/lib/libc++/../../contrib/libc++/include/cstddef:43:15: fatal e= rror:=20 > 'stddef.h' file not found > #include_next > ^ > 1 error generated. > *** Error code 1 This should now be fixed in head as of r313907. Sorry for the long delay on it. It likely came about due to the libc++ upgrade around r300873 in May 2016. I will MFC the fix to stable/11 once I get more feedback or in 2 weeks otherwise. --=20 Regards, Bryan Drewery --f3A6sxoHJbplvtqtjo3TF8ijLopb0m9qi-- --rBFckdKIgqiGlVnDo78QmMavDofNALoaG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJYp5GfAAoJEDXXcbtuRpfPLssIAN+xRtMC7kntHeogfaZ3PTKh mkmt3UHIWKR3aOHiakDRmxqdbnWMbbX8kTIyZcagIqipM1le/EstHfRla+2QCMLq rnNgm8xL06MkxSRcqf3X4WPWxkI3JCxiYFradKeVI11oVgzvgWBZoq7Ou5tnG4CX +lUl/UTQkzdHBSHZ2SXdtdS6XUr5aFyO6b+lSpZFNWxr+gmL0NZj4otRtkRW8Zsn BJN/mI21huAPdXxPbpvLnO1Wd4EGiuYva3r9JCnuPcX1lX5ALH9smAzQJZfWd9no YOWs4+FZ/8wMPpPxvos0f6tBE9np7Wuhmfu3cRH9soCRvw+qrjTmAhGGiP+Ho5U= =i+7A -----END PGP SIGNATURE----- --rBFckdKIgqiGlVnDo78QmMavDofNALoaG--