Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 20:15:46 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        Dmitry Marakasov <amdmi3@amdmi3.ru>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files
Message-ID:  <55281352.6060904@marino.st>
In-Reply-To: <20150410174533.GB77333@hades.panopticon>
References:  <201504061849.t36InrtY095320@svn.freebsd.org> <20150410174533.GB77333@hades.panopticon>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55281352.6060904>