From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: guix import issue Date: Sat, 13 Jun 2015 23:22:07 +1000 Message-ID: <557C2E7F.2070509@uq.edu.au> References: <557B87A7.9040103@uq.edu.au> <878ubnkh6z.fsf@elephly.net> <557C1350.1050108@uq.edu.au> <87twubbvi5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3lO8-0003MA-De for guix-devel@gnu.org; Sat, 13 Jun 2015 09:22:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3lO5-0006x5-8Q for guix-devel@gnu.org; Sat, 13 Jun 2015 09:22:20 -0400 In-Reply-To: <87twubbvi5.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?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: guix-devel@gnu.org On 13/06/15 23:14, Ludovic Court=C3=A8s wrote: > I guess the following definitions will allow Guile-JSON to be found, > thereby allowing =E2=80=98guix import pypi=E2=80=99 to work: > > export GUILE_LOAD_PATH=3D$HOME/.guix-profile/share/guile/site/2.0 > export GUILE_LOAD_COMPILED_PATH=3D$HOME/.guix-profile/share/guile/si= te/2.0 > > Can you confirm? That changes the error. I have the suspicion that I have somehow mangled=20 guix on my system and this new error is unrelated (ctrl-C during guix=20 pull, perhaps?). So I'm guessing this is a confirmation? ben@u:~/guix/ben/packages$ guix import pypi readlike warning: failed to install locale: Invalid argument starting download of `/tmp/guix-file.LIglRF' from=20 `https://pypi.python.org/pypi/readlike/json'... ;;; Failed to autoload make-session in (gnutls): ;;; ERROR: missing interface for module (gnutls) ERROR: In procedure module-lookup: Unbound variable: make-session failed to download "/tmp/guix-file.LIglRF" from=20 "https://pypi.python.org/pypi/readlike/json" guix import: error: failed to download meta-data for package 'readlike' Thanks.