From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: guix import issue Date: Sat, 13 Jun 2015 11:30:15 +1000 Message-ID: <557B87A7.9040103@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3aHF-0003Jv-0e for guix-devel@gnu.org; Fri, 12 Jun 2015 21:30:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3aH9-0002KR-9O for guix-devel@gnu.org; Fri, 12 Jun 2015 21:30:28 -0400 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:39193 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3aH8-0002Iv-OK for guix-devel@gnu.org; Fri, 12 Jun 2015 21:30:23 -0400 Received: from smtp2.soe.uq.edu.au (smtp2.soe.uq.edu.au [10.138.113.41]) by newmailhub.uq.edu.au (8.14.5/8.14.5) with ESMTP id t5D1UH3M018360 for ; Sat, 13 Jun 2015 11:30:18 +1000 Received: from [192.168.1.101] ([103.25.181.216]) (authenticated bits=0) by smtp2.soe.uq.edu.au (8.14.5/8.14.5) with ESMTP id t5D1UGjL018090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 13 Jun 2015 11:30:17 +1000 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: guix-devel@gnu.org Hi, I'm having a little trouble using guix import, after successfully running guix pull. It seems to occur regardless of the specific package I use, and a similar problem occurs when trying to import from cpan (and perhaps others). I have not previously run guix import. Any ideas? $ guix import pypi GroopM warning: failed to install locale: Invalid argument Backtrace: In ice-9/boot-9.scm: 2864: 19 [resolve-interface (guix scripts import ...) #:select ...] 2789: 18 [# # ...] 3065: 17 [try-module-autoload (guix scripts import pypi) #f] 2401: 16 [save-module-excursion #] 3085: 15 [#] In unknown file: ?: 14 [primitive-load-path "guix/scripts/import/pypi" ...] In guix/scripts/import/pypi.scm: 19: 13 [#] In ice-9/boot-9.scm: 2951: 12 [define-module* (guix scripts import ...) #:filename ...] 2926: 11 [resolve-imports (((guix ui)) ((guix utils)) ((guix import pypi)) ...)] 2864: 10 [resolve-interface (guix import pypi) #:select ...] 2789: 9 [# # ...] 3065: 8 [try-module-autoload (guix import pypi) #f] 2401: 7 [save-module-excursion #] 3085: 6 [#] In unknown file: ?: 5 [primitive-load-path "guix/import/pypi" ...] In guix/import/pypi.scm: 19: 4 [#] In ice-9/boot-9.scm: 2951: 3 [define-module* (guix import pypi) #:filename ...] 2926: 2 [resolve-imports ((#) (#) (#) (#) ...)] 2867: 1 [resolve-interface (json) #:select ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (json)) #f] ERROR: In procedure scm-error: ERROR: no code for module (json) Thanks in advance, ben.