guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: import pypi: undefined symbol __gmpn_cnd_sub_n


From: Ludovic Courtès
Subject: Re: import pypi: undefined symbol __gmpn_cnd_sub_n
Date: Wed, 25 Mar 2015 17:41:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Alexandre Héaumé <address@hidden> skribis:

> Running "guix import pypi" always produces the same error on my machine:
> $ guix import pypi whatever
> starting download of `/tmp/guix-file.…' from
> `https://pypi.python.org/pypi/whatever/json'
> /usr/bin/guile: symbol lookup error:
> /gnu/store/…-nettle-2.7.1/lib/libhogweed.so.2: undefined symbol:
> __gmpn_cnd_sub_n

It’s unclear to me how libhogweed.so gets loaded (nothing here depends
on Nettle, AFAIK.)  But it looks like the problem is that /usr/bin/guile
(which comes from the host distro) is trying to dlopen stuff that is
built with Guix.  This usually won’t work notably because that would try
to load different copies of libc.so, libgmp.so, etc.

Could you check if /usr/bin/guile actually works?  If it does, could you
run, from Guix’s top-level build tree:

  ./pre-inst-env guile -c '(use-modules (json) (guix pk-crypto))'

and report back?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]