From owner-svn-ports-all@FreeBSD.ORG Fri Apr 10 18:15:58 2015 Return-Path: Delivered-To: svn-ports-all@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 F408EA19; Fri, 10 Apr 2015 18:15:57 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8A2EEC9; Fri, 10 Apr 2015 18:15:57 +0000 (UTC) Received: from [192.168.1.22] (159.Red-79-148-64.dynamicIP.rima-tde.net [79.148.64.159]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 07FB243BD2; Fri, 10 Apr 2015 13:15:48 -0500 (CDT) Message-ID: <55281352.6060904@marino.st> Date: Fri, 10 Apr 2015 20:15:46 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Dmitry Marakasov Subject: Re: svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files References: <201504061849.t36InrtY095320@svn.freebsd.org> <20150410174533.GB77333@hades.panopticon> In-Reply-To: <20150410174533.GB77333@hades.panopticon> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 18:15:58 -0000 On 4/10/2015 19:45, Dmitry Marakasov wrote: > * John Marino (marino@FreeBSD.org) wrote: > >> x11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFly >> >> The wxgtk30 port will use TR1 headers if the capability is detected. >> These TR1 functions were experimental and not included in the same form >> in the final c++11 standard. This patch forcibly disabled TR1 support, >> which requires the explicit setting of -std=c++11 in CXXFLAGS> >> >> A private "exp-run" was performed, all 62 ports dependent on wxgtk2 >> successfully built before and after after the patch was applied on two >> separate runs (FreeBSD 10 amd64 jail). > > You should test on all supported FreeBSD branches and all tier1 > architectures. You've broken (all?) dependent ports on 8.x and 9.x. > Investigating. I had just finished a bulk build on DragonFly that uses gcc 4.7 and I see 15 failures through a rough grep log. I think it's caused by older clang/gcc using an older c++ std, while the latest versions are on -std=c++11. Adding this cxxflag will likely fix most of them (success with wxguitar, sooperlooper failed elsewhere) delaboratory-0.8_2.log fityk-0.9.8_4.log freedink-dfarc-3.12.log gambit-14.1.0.log golly-2.4_3.log gtimelapse-0.1_5.log gutenmark-20090510_3.log kicad-20140622.2.b4027_1,1.log kicad-devel-r5469.log megaglest-3.9.0.4_5.log p5-Wx-0.99.23_2.log py27-wxPython30-3.0.0.0_1.log sooperlooper-1.7.3.log wxguitar-1.01_6.log wxsvg-1.5.3.log John