From owner-svn-ports-head@FreeBSD.ORG Fri Nov 7 00:44:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14589C42 for ; Fri, 7 Nov 2014 00:44:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 EDDF7A9F for ; Fri, 7 Nov 2014 00:44:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id sA70i0TI099967 for ; Fri, 7 Nov 2014 00:44:00 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id sA70i0ie099963 for svn-ports-head@freebsd.org; Fri, 7 Nov 2014 00:44:00 GMT (envelope-from bdrewery) Received: (qmail 94538 invoked from network); 6 Nov 2014 18:43:58 -0600 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 6 Nov 2014 18:43:58 -0600 Message-ID: <545C15CC.4050705@FreeBSD.org> Date: Thu, 06 Nov 2014 16:43:56 -0800 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Gerald Pfeifer Subject: Re: svn commit: r372094 - head/lang/gcc5 References: <201411030619.sA36Jcpc094345@svn.freebsd.org> <545AC939.5060706@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 00:44:01 -0000 On 11/6/14 7:05 AM, Gerald Pfeifer wrote: > On Wednesday 2014-11-05 17:04, Bryan Drewery wrote: >>> Log: >>> Update to the 20141102 snapshot of GCC 5.0. >> Fails to build for me on 10.0 amd64: > > I actually am using 10.1 as my primary test environment with nightly > builds and did not see the problem there. > > Until a day ago (a day or two after that machine was updated to > 10.1-PRERELEASE, not sure that is related). Using poudriere you could have a 10.0 jail setup in about 5 minutes and have a test started. poudriere jail -c -j 10amd64 -v 10.0-RELEASE poudriere testport -j 10amd64 -o lang/gcc5 > >>> In file included from .././../gcc-5-20141102/libcc1/plugin.cc:58: >>> In file included from /usr/include/c++/v1/string:433: >>> In file included from /usr/include/c++/v1/cwchar:107: >>> In file included from /usr/include/c++/v1/cwctype:54: >>> /usr/include/c++/v1/cctype:51:72: error: use of undeclared identifier >>> 'do_not_use_isalnum_with_safe_ctype' >>> inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalnum(int __c) {return >>> isalnum(__c);} > > Does anyone know where this comes from and what do to about it? > > What I am seeing may well be a regression upstream, though that > does not explain why my testing succeeded when I updated lang/gcc. > > Gerald > -- Regards, Bryan Drewery