From owner-svn-ports-head@FreeBSD.ORG Thu Nov 6 01:05:06 2014 Return-Path: Delivered-To: svn-ports-head@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 3E6D6924 for ; Thu, 6 Nov 2014 01:05:06 +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 249C63DD for ; Thu, 6 Nov 2014 01:05:06 +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 sA6156JS023507 for ; Thu, 6 Nov 2014 01:05:06 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id sA6155N2023505 for svn-ports-head@freebsd.org; Thu, 6 Nov 2014 01:05:05 GMT (envelope-from bdrewery) Received: (qmail 5452 invoked from network); 5 Nov 2014 19:04:58 -0600 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 5 Nov 2014 19:04:58 -0600 Message-ID: <545AC939.5060706@FreeBSD.org> Date: Wed, 05 Nov 2014 17:04:57 -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 , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r372094 - head/lang/gcc5 References: <201411030619.sA36Jcpc094345@svn.freebsd.org> In-Reply-To: <201411030619.sA36Jcpc094345@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 06 Nov 2014 01:05:06 -0000 On 11/2/14 10:19 PM, Gerald Pfeifer wrote: > Author: gerald > Date: Mon Nov 3 06:19:37 2014 > New Revision: 372094 > URL: https://svnweb.freebsd.org/changeset/ports/372094 > QAT: https://qat.redports.org/buildarchive/r372094/ > > Log: > Update to the 20141102 snapshot of GCC 5.0. > Fails to build for me on 10.0 amd64: > 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);} .. > gmake[4]: *** [plugin.lo] Error 1 > gmake[4]: Leaving directory '/wrkdirs/usr/ports/lang/gcc5/work/build/libcc1' > Makefile:291: recipe for target 'all' failed > gmake[3]: *** [all] Error 2 > gmake[3]: Leaving directory '/wrkdirs/usr/ports/lang/gcc5/work/build/libcc1' > Makefile:9475: recipe for target 'all-libcc1' failed > gmake[2]: *** [all-libcc1] Error 2 > gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/gcc5/work/build' > Makefile:866: recipe for target 'all' failed > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/gcc5/work/build' > *** Error code 1 -- Regards, Bryan Drewery