From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC2771389F5 for ; Mon, 17 Nov 2014 10:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F966E0E8D; Mon, 17 Nov 2014 10:51:23 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3FF1E0E8A for ; Mon, 17 Nov 2014 10:51:22 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id z10so3646415pdj.26 for ; Mon, 17 Nov 2014 02:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:mime-version:subject:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=qUyofTXtT5TaYtunhfEFiHzdOaLsHbDQYqbdI43EWX8=; b=nZkz1jl72Nyb3OAmDNQuQgN3pqJGjiWw4+lYJxS8AIWhR9cJKs1mydk4ywb7hxKTOv m+ik8baNIZltVJb8oYwPiQKMijrgnNEfeic9HCSu803bcFOakZ1vNfYJ+0rtqoy0Tp1p eQzwLKLUU7BqGfcmZMdZxe4wcMvyERZXQiN0ZAlu09Xf4vDgWsu80dzcHUn2Vkxpl9cP 9T381gpsZPfqeRmmMOfpLAQzvtUF26RNRsajX+qhEXN1Ol1R95nMmOdN8W5/E0zPwb+O RY2OYth/wO1Y8G24wAinkzD6ftifnvuWCBFUpOivSVO1Y8VA0Lnes6lOG7IO+IJZwsQc 3SUA== X-Received: by 10.66.179.75 with SMTP id de11mr28523142pac.24.1416221481953; Mon, 17 Nov 2014 02:51:21 -0800 (PST) Received: from [10.0.0.2] ([101.98.191.152]) by mx.google.com with ESMTPSA id ek5sm4317812pbd.4.2014.11.17.02.51.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Nov 2014 02:51:20 -0800 (PST) From: "=?utf-8?Q?Fran=C3=A7ois_Bissey?=" X-Google-Original-From: =?utf-8?Q?Fran=C3=A7ois_Bissey?= Content-Type: text/plain; charset=utf-8 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: [gentoo-science] Emerge singular-3.1.6::sage-on-gentoo fails on gentoo-3.16.5 gcc 4.8.3 with graphite and lto In-Reply-To: Date: Mon, 17 Nov 2014 23:51:14 +1300 Content-Transfer-Encoding: quoted-printable Message-Id: <6C21A09D-70D7-4A8C-9A09-859256F40D7D@slingshot.co.nz> References: <75181928-3601-4CF6-B39B-EB3642797405@gmail.com> To: gentoo-science@lists.gentoo.org X-Mailer: Apple Mail (2.1990.1) X-Archives-Salt: 490a0f39-6b6b-406b-b5f7-949626c4b64a X-Archives-Hash: 56ca016c2bb2de72a74dc76f183b7326 I pushed a singular-3.1.6-r1 which I think would solve your issue based = on similar report upstream (although probably from a different origin). Can you = test it? If it works I will probably need to fix libsingular in the way before = you can merge sage properly. Fran=C3=A7ois=20 > On 17/11/2014, at 23:09, Jeramia Poland = wrote: >=20 > Okay, thanks for replying and taking a look. I was stumped and I was = considering doing something foolish like installing CentOS. >=20 > Jeramia >=20 > On Mon, Nov 17, 2014 at 3:17 PM, Fran=C3=A7ois Bissey = wrote: > I probably need to patch the hard coded bit like sage upstream did. I = spent most of the day > on the bump 6.4/6.5.beta0 I shall do something about singular next = before I finish the annoying bits > on 6.5.beta0 >=20 > Fran=C3=A7ois > > On 17/11/2014, at 22:40, Jeramia Poland = wrote: > > > > I attempted to emerge with -fimplicit-template (I added to the = existing) but it didn't work. Spitefully, it seems to have continued to = use -fno-implicit-template. > > > > Jeramia > > > > On Sat, Nov 15, 2014 at 5:03 PM, Fran=C3=A7ois Bissey = wrote: > > If you read that trac ticket symbols defined in ntl change depending = on the version > > of gcc. It is all about how you deal with c++ templates by default. = The options > > you are using are no doubt part f the mix. Although graphite is = unlikely to > > be the problem here, more likely lto. > > > > You could try to emerge singular with CXXFLAGS=3D-fimplicit-template > > not sure that will work without a patch. > > > > Fran=C3=A7ois > > > On 16/11/2014, at 00:18, Jeramia Poland = wrote: > > > > > > I have ntl-6.1.0 installed. I can wait til Monday; I'm surprised = it might be an actual issue and not something I've done to myself. > > > > > > Jeramia > > > > > > On Sat, Nov 15, 2014 at 4:42 AM, Fran=C3=A7ois Bissey = wrote: > > > It looks very similar to = http://trac.sagemath.org/ticket/16882#comment:29. > > > Which version of ntl have you emerged? you should keep clear of = the latest > > > version of ntl. > > > > > > I cannot do much in terms of fix until Monday. My main dev machine = is at > > > work and it looks like we had another power cut and it is now off. > > > > > > Fran=C3=A7ois > > > > > > > > > >=20 >=20 >=20