From owner-svn-ports-head@FreeBSD.ORG Fri Apr 17 17:02:53 2015 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 305CB3ED; Fri, 17 Apr 2015 17:02:53 +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 080B6E9C; Fri, 17 Apr 2015 17:02:52 +0000 (UTC) Received: from [192.168.1.22] (233.Red-79-156-124.staticIP.rima-tde.net [79.156.124.233]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id EA86B43C23; Fri, 17 Apr 2015 12:02:46 -0500 (CDT) Message-ID: <55313CB1.6040103@marino.st> Date: Fri, 17 Apr 2015 19:02:41 +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 , marino@freebsd.org CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r383950 - in head/math/gambit: . files References: <201504131918.t3DJIb0E063040@svn.freebsd.org> <5530452E.7080309@marino.st> <20150417115231.GD49022@hades.panopticon> In-Reply-To: <20150417115231.GD49022@hades.panopticon> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 17 Apr 2015 17:02:53 -0000 On 4/17/2015 13:52, Dmitry Marakasov wrote: > * John Marino (freebsd.contact@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