From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QWxleGFuZHJlIEjDqWF1bcOp?= Subject: Re: import pypi: undefined symbol __gmpn_cnd_sub_n Date: Wed, 25 Mar 2015 23:22:21 +0100 Message-ID: References: <87r3sdt4g0.fsf@gnu.org> <87619okdwb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yatgt-0000Yt-5R for guix-devel@gnu.org; Wed, 25 Mar 2015 18:22:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yatgs-0004t1-7d for guix-devel@gnu.org; Wed, 25 Mar 2015 18:22:23 -0400 In-Reply-To: <87619okdwb.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org On Wed, Mar 25, 2015 at 9:42 PM, Ludovic Court=C3=A8s wrote: > > Weird, did ./configure even pass? You can run: > > ./configure --with-libgcrypt-prefix=3D/usr/whatever/ > > to make sure it picks libgcrypt.so from the host distro. As far as I remember, ./configure passed. Everything I tried so far worked except "import pypi". I can't find a way to make it work with "--with-libgcrypt-prefix". On the host, libgcrypt is at "/usr/lib/i386-linux-gnu/libgcrypt.so" according to locate, running ./configure --with-libgcrypt-prefix=3D'/usr/lib/i386-linux-gnu' fails at checking for libgcrypt shared library name... /usr/lib/i386-linux-gnu/lib/libgcrypt [...] Obviously I'm doing something wrong or it makes wrong assumptions about the path. As it been tried on ubuntu before, and is it worth fixing? I was planning on using a spare machine to install GuixSD anyway, it might not be worth the effort if compiling and using guix on ubuntu is a weird thing to do. Thanks, Alex