svn commit: r383950 - in head/math/gambit: . files

John Marino freebsd.contact at marino.st
Fri Apr 17 17:02:53 UTC 2015


On 4/17/2015 13:52, Dmitry Marakasov wrote:
> * John Marino (freebsd.contact at marino.st) wrote:
> 
>> Actually it stopped building on gcc5:
>> --- gambit-gnm ---
>> src/tools/gt/aggame.o: In function `aggame::SymPayoffMatrix(cmatrix&,
>> cvector&, double)':
>> aggame.cc:(.text+0xe04): undefined reference to `agg::doProjection(int,
>> int, double*)'
>> --- gambit-ipa ---
>> *** [gambit-ipa] Error code 1
>>
>> However the dragonfly world changed before this build so I'm not 100%
>> sure these patches are responsible, so this is FYI for now.
> 
> Patches seem to be unrelated.

That was built on April 2 snapshot of gcc5, which had two known C++
internal compiler error bugs.  I updated DragonFly to April 17 snapshot
(post release candidate for 5.1) and now gambit successfully builds.

So the above probably was likely a compiler bug.

John


More information about the svn-ports-head mailing list