On Wed, Mar 25, 2015 at 9:42 PM, Ludovic Courtès <[email protected]> wrote: > > Weird, did ./configure even pass? You can run: > > ./configure --with-libgcrypt-prefix=/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='/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
