From owner-freebsd-stable@FreeBSD.ORG Sat Aug 10 17:28:35 2013 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63E7FCF3; Sat, 10 Aug 2013 17:28:35 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 317A726F8; Sat, 10 Aug 2013 17:28:34 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.7/8.14.7) with ESMTP id r7AHSRN0056683; Sat, 10 Aug 2013 10:28:27 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.7/8.14.7/Submit) id r7AHSREX056682; Sat, 10 Aug 2013 10:28:27 -0700 (PDT) (envelope-from david) Date: Sat, 10 Aug 2013 10:28:27 -0700 From: David Wolfskill To: Bryan Drewery Subject: Re: Failure to build stable/9 (r253683) from head - WCHAR_MIN redefined Message-ID: <20130810172827.GD1746@albert.catwhisker.org> References: <520675D3.8020801@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vUOrpVjU9N5sOsWB" Content-Disposition: inline In-Reply-To: <520675D3.8020801@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 17:28:35 -0000 --vUOrpVjU9N5sOsWB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 10, 2013 at 12:18:11PM -0500, Bryan Drewery wrote: > Anyone else seeing this? >=20 > > cc -O2 -pipe -I/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/includ= e -I/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/../../include -I/zpoudr= iere/jails/exp-bdrewery/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVA= TE -I/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/../../contrib/gdtoa -I= /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/../../contrib/libc-vis -DIN= ET6 -I/usr/obj/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc -I/zpoudriere= /jails/exp-bdrewery/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE = -I/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/../../contrib/tzcode/stdt= ime -I/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/stdtime -I/zpoudrier= e/jails/exp-bdrewery/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_B= UILTIN -I/zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/rpc -DYP -DNS_CACH= ING -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-protector -Wsystem-headers -We= rror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /zpoudri= ere/jails/exp-bdrewery/usr > /src/lib/libc/gen/fnmatch.c -o fnmatch.o > > In file included from /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/g= en/fnmatch.c:66: > > In file included from /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/l= ocale/collate.h:41: > > In file included from /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/l= ocale/xlocale_private.h:38: > > /usr/include/stdint.h:75:9: error: 'WCHAR_MIN' macro redefined [-Werror] > > #define WCHAR_MIN __WCHAR_MIN > > ^ > > /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/../../include/wchar.h:9= 2:9: note: previous definition is here > > #define WCHAR_MIN __INT_MIN > > ^ > > In file included from /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/g= en/fnmatch.c:66: > > In file included from /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/l= ocale/collate.h:41: > > In file included from /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/l= ocale/xlocale_private.h:38: > > /usr/include/stdint.h:76:9: error: 'WCHAR_MAX' macro redefined [-Werror] > > #define WCHAR_MAX __WCHAR_MAX > > ^ > > /zpoudriere/jails/exp-bdrewery/usr/src/lib/libc/../../include/wchar.h:9= 3:9: note: previous definition is here > > #define WCHAR_MAX __INT_MAX > > ^ > > 2 errors generated. > > *** [fnmatch.o] Error code 1 > ... I am not; my recent stable/9 history may be seen at -- but I build using clang (in case that is significant). Most recent was: FreeBSD localhost 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #523 r254170M/2541= 77:902501: Sat Aug 10 05:06:34 PDT 2013 root@localhost:/usr/obj/usr/src= /sys/CANARY i386 Peace, david --=20 David H. Wolfskill david@catwhisker.org Taliban: Evil men with guns afraid of truth from a 14-year old girl. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --vUOrpVjU9N5sOsWB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iEYEARECAAYFAlIGeDIACgkQmprOCmdXAD1RegCfSPgm32cOkbVk3cV8alft03JY bQcAnR7GD6FexiNvra4NBEBN9kKziNiU =h99c -----END PGP SIGNATURE----- --vUOrpVjU9N5sOsWB--