From owner-freebsd-current@FreeBSD.ORG Sat Mar 23 02:32:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9012B5BA; Sat, 23 Mar 2013 02:32:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 4FBFC9E8; Sat, 23 Mar 2013 02:32:06 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 7A17823F66A; Fri, 22 Mar 2013 22:32:05 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.0 onyx.glenbarber.us 7A17823F66A Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Fri, 22 Mar 2013 22:32:02 -0400 From: Glen Barber To: AN Subject: Re: buildworld fails Message-ID: <20130323023202.GB1512@glenbarber.us> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 23 Mar 2013 02:32:06 -0000 --St7VIuEGZ6dlpu13 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 22, 2013 at 09:16:13PM -0400, AN wrote: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #38 r248401: Sat > Mar 16 21:39:04 CDT 2013 > root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 >=20 >=20 > # svn info > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 248631 >=20 >=20 > Is anyone else seeing this? >=20 > =3D=3D=3D> gnu/usr.bin/texinfo/infokey (all) > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr= /src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bi= n/texinfo/infokey/../../../../contrib/texinfo/info/infokey.c > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr= /src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bi= n/texinfo/infokey/../../../../contrib/texinfo/info/key.c > gzip -cn /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo= /doc/infokey.1 > >infokey.1.gz > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr= /src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -o infokey > infokey.o key.o > /usr/obj/usr/src/gnu/usr.bin/texinfo/infokey/../libtxi/libtxi.a > =3D=3D=3D> gnu/usr.bin/texinfo/install-info (all) > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/= src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src= /gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bi= n/texinfo/install-info/../../../../contrib/texinfo/util/install-info.c > gzip -cn /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/te= xinfo/doc/install-info.1 > >install-info.1.gz > /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/uti= l/install-info.c:1179:28: > warning: expression result unused [-Wunused-value] > bindtextdomain (PACKAGE, LOCALEDIR); > ^~~~~~~~~ > :2:19: note: expanded from macro 'LOCALEDIR' > #define LOCALEDIR "/usr/share/locale" > ^~~~~~~~~~~~~~~~~~~ > /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib= /gettext.h:54:63: > note: expanded from macro 'bindtextdomain' > # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) > ^ > /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/uti= l/install-info.c:1180:15: > warning: expression result unused [-Wunused-value] > textdomain (PACKAGE); > ^~~~~~~ > /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/con= fig.h:338:17: > note: expanded from macro 'PACKAGE' > #define PACKAGE "texinfo" > ^~~~~~~~~ > /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib= /gettext.h:53:50: > note: expanded from macro 'textdomain' > # define textdomain(Domainname) ((const char *) (Domainname)) > ^ > 2 warnings generated. > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/= src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src= /gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -o install-info > install-info.o > /usr/obj/usr/src/gnu/usr.bin/texinfo/install-info/../libtxi/libtxi.a > =3D=3D=3D> gnu/usr.bin/texinfo/texindex (all) > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/us= r/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bi= n/texinfo/texindex/../../../../contrib/texinfo/util/texindex.c > gzip -cn /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinf= o/doc/texindex.1 > >texindex.1.gz > /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/te= xindex.c:166:28: > warning: expression result unused [-Wunused-value] > bindtextdomain (PACKAGE, LOCALEDIR); > ^~~~~~~~~ > :2:19: note: expanded from macro 'LOCALEDIR' > #define LOCALEDIR "/usr/share/locale" > ^~~~~~~~~~~~~~~~~~~ > /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib/get= text.h:54:63: > note: expanded from macro 'bindtextdomain' > # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) > ^ > /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/te= xindex.c:167:15: > warning: expression result unused [-Wunused-value] > textdomain (PACKAGE); > ^~~~~~~ > /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/config.= h:338:17: > note: expanded from macro 'PACKAGE' > #define PACKAGE "texinfo" > ^~~~~~~~~ > /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib/get= text.h:53:50: > note: expanded from macro 'textdomain' > # define textdomain(Domainname) ((const char *) (Domainname)) > ^ > 2 warnings generated. > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/us= r/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -o texindex > texindex.o > /usr/obj/usr/src/gnu/usr.bin/texinfo/texindex/../libtxi/libtxi.a > =3D=3D=3D> gnu/usr.bin/texinfo/doc (all) > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I > /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src= /gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi > -o info.info > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I > /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src= /gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi > -o info-stnd.info > ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/t= exinfo.txi > texinfo.texi > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I > /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc > texinfo.texi -o texinfo.info > gzip -cn info.info > info.info.gz > gzip -cn info-stnd.info > info-stnd.info.gz > gzip -cn texinfo.info > texinfo.info.gz > 2 errors > *** [everything] Error code 2 > 1 error > *** [buildworld] Error code 2 > 1 error >=20 No, not with this error. Although, I am not using clang. Can you please provide your /etc/make.conf and /etc/src.conf ? Glen --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJRTRQiAAoJEFJPDDeguUajgWAH/0q09vK4/8xcOLHrxGuIsa3k zBtfcQpMSvPhlDsHptVZ/iN+l6kDe/34lM41tivTLaBYgTwtNR+kwVOmySrnjroe sUv9TY5/8AbyQtTB8irAJWSjD6r3vYyiEF5nWbcJC5+3XiA3RSQCNEV4Gk/hL3Z+ ROYvBXc4C/lzXK4k5u0hPTaKHUexVJ9RB6xguI5YCOkWkSCsyg/jWBLY9PS4Oys0 7y40i1At3hY3bAULRg3hFKReh+7hYzhQgT0MeERXQpNJWUr/RQAig+7Q2a5GugSa VrAxPt9ASIjobl2RwJrNsd4rAfles1xjkwa3pHo7cv4mQ3nMfJh85Uvz3AOBDcE= =nAKB -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13--