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 261D6138A1C for ; Sat, 22 Nov 2014 02:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74260E096C; Sat, 22 Nov 2014 02:33:12 +0000 (UTC) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1F3AE0965 for ; Sat, 22 Nov 2014 02:33:11 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id eu11so6071362pac.11 for ; Fri, 21 Nov 2014 18:33:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=iUC3BeTPBRagnRqnNc0SRMtNGWyn4538U+8+aqjyEvE=; b=CviMgBAhd4UNFsQcVHii/eqnHndwxlSow+aA9pmGz2zHqG0ow821d25kvj2NEC9SWU Y5Wjd9/Br2VA/Ol17Ro7JpW2zbYQa/bAV/o1sh5sX3NjES0CGbgSkKM1yIgJEv/NpTz3 X+SbR64GPQWfEqwuDamDmB7lI6Typ3UYpgiP9AB/PCh85BN7Yj11OqCIoUcRzZH3O7g/ cd4pf6kUJMjst3IZDv2AMwKNZgWQdKdxYGQU+J2yFtHaJfWb5K+4LCarvIE7S3d+/JnE bAXF11b6xNcBkAQRPI3viZciynL8vXR2sLw2UfWR7Njx2psa//LZbFpTLmjZ73HKxFao /35w== X-Received: by 10.67.12.236 with SMTP id et12mr12879868pad.31.1416623590970; Fri, 21 Nov 2014 18:33:10 -0800 (PST) Received: from [10.0.0.2] ([101.98.191.152]) by mx.google.com with ESMTPSA id bh2sm5990103pbb.12.2014.11.21.18.33.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Nov 2014 18:33:09 -0800 (PST) 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.1 \(1993\)) Subject: Re: [gentoo-science] Emerge Sage-doc-6.3 fails 3.16.5-sources gcc-4.8.3 with lto and graphite From: =?utf-8?Q?Fran=C3=A7ois_Bissey?= In-Reply-To: Date: Sat, 22 Nov 2014 15:33:03 +1300 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: gentoo-science@lists.gentoo.org X-Mailer: Apple Mail (2.1993) X-Archives-Salt: 0f39c80d-5099-49ee-a740-9d5dc801d268 X-Archives-Hash: ad273821f30844b7bc0d0d493f775054 Hum=E2=80=A6 funky things are happening to you. First thing first. I = assume penal is installed otherwise=20 you wouldn=E2=80=99t have gone that far. What does=20 ldd -r /usr/lib64/python2.7/site-packages/sage/symbolic/pynac.so return? And=20 ldd -r /usr/lib64/libpynac.so ? Fran=C3=A7ois > On 22/11/2014, at 07:09, Jeramia Poland = wrote: >=20 > I've emerge sage-6.3 but the last package sage-doc is failing. I = though sage might work without it but it crashes when I attempt to run = it saying that pynac.so is an undefined symbol. >=20 > It seems like sage-doc is complaining of a symbol issue which I assume = is related to my "bizarre" gcc flag configuration. I've attempted to = emerge with no graphite and no lto flags but it still is not working. I = attempted changing to the 'vanilla' profile through gcc-config but that = did not work either. >=20 > What should I try next? >=20 > Attached are: >=20 > info output > build log > whatever -pqv outputs=20 > environment >=20 > Thanks, > Jeramia >