From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: import pypi: undefined symbol __gmpn_cnd_sub_n Date: Fri, 27 Mar 2015 14:54:46 -0400 Message-ID: <871tkamft5.fsf@netris.org> References: <87r3sdt4g0.fsf@gnu.org> <87619okdwb.fsf@gnu.org> <87619oey1m.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]:43091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbZOl-0002Tv-CJ for guix-devel@gnu.org; Fri, 27 Mar 2015 14:54:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbZOh-0002xj-Bp for guix-devel@gnu.org; Fri, 27 Mar 2015 14:54:27 -0400 In-Reply-To: <87619oey1m.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 26 Mar 2015 13:35:49 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Alexandre H=C3=A9aum=C3=A9 skribis: > >> On Wed, Mar 25, 2015 at 9:42 PM, Ludovic Court=C3=A8s wro= te: >>> >>> 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' > > Rather: > > ./configure --with-libgcrypt-libdir=3D'/usr/lib/i386-linux-gnu' > >> 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. > > Many people on this list use Guix on top of a Debian derivative or > similar, so no, it=E2=80=99s not a weird thing to do. FWIW, as I recall I didn't have to pass any --with-libgcrypt-* options to configure to build Guix on Debian wheezy, once I had the right packages installed. If it's not working, config.log should have the details of what went wrong. If you post the relevant section of config.log I could take a look. Mark