From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: 'make check' failed on smalltalk Date: Fri, 04 Jul 2014 13:27:48 +0400 Message-ID: <87egy1tqwb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2zme-00069N-O1 for guix-devel@gnu.org; Fri, 04 Jul 2014 05:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2zmV-00027X-M9 for guix-devel@gnu.org; Fri, 04 Jul 2014 05:27:56 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:62332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2zmV-00024W-Dw for guix-devel@gnu.org; Fri, 04 Jul 2014 05:27:47 -0400 Received: by mail-la0-f42.google.com with SMTP id pn19so1001042lab.29 for ; Fri, 04 Jul 2014 02:27:45 -0700 (PDT) Received: from leviafan (128-70-193-251.broadband.corbina.ru. [128.70.193.251]) by mx.google.com with ESMTPSA id b8sm39384168lbq.25.2014.07.04.02.27.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Jul 2014 02:27:45 -0700 (PDT) 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 --=-=-= Content-Type: text/plain Hello, I have tried to build guix (from the git repo) for the first time and "make check" failed for me with the following backtrace: --=-=-= Content-Type: text/plain Content-Disposition: inline LC_ALL=C \ ./pre-inst-env \ /usr/bin/guild compile -L "." -L "." \ -Wformat -Wunbound-variable -Warity-mismatch \ --target="i686-pc-linux-gnu" \ -o "gnu/packages/smalltalk.go" "gnu/packages/smalltalk.scm" Backtrace: In ice-9/psyntax.scm: 1106: 19 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...] 989: 18 [scan ((define-module (gnu packages zip) #:use-module ...)) () ...] 279: 17 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 411: 16 [eval # ()] In ice-9/boot-9.scm: 2951: 15 [define-module* (gnu packages zip) #:filename ...] 2926: 14 [resolve-imports (# # # # ...)] 2864: 13 [resolve-interface (gnu packages python) #:select ...] 2789: 12 [# # ...] 3065: 11 [try-module-autoload (gnu packages python) #f] 2401: 10 [save-module-excursion #] 3085: 9 [#] In unknown file: ?: 8 [primitive-load-path "gnu/packages/python" ...] In gnu/packages/python.scm: 23: 7 [#] In ice-9/boot-9.scm: 2951: 6 [define-module* (gnu packages python) #:filename ...] 2926: 5 [resolve-imports ((# # #) (# # # # ...) (#) (#) ...)] 2877: 4 [resolve-interface (gnu packages zip) #:select ...] 768: 3 [for-each # (unzip)] 2883: 2 [# unzip] In unknown file: ?: 1 [scm-error misc-error #f ...] In ice-9/boot-9.scm: 106: 0 [# misc-error ...] ice-9/boot-9.scm:106:20: In procedure #: ice-9/boot-9.scm:106:20: no binding `unzip' in module (gnu packages zip) Makefile:3649: recipe for target 'gnu/packages/smalltalk.go' failed make[2]: *** [gnu/packages/smalltalk.go] Error 1 make[2]: Leaving directory '/media/storage/src/guix' Makefile:2849: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/media/storage/src/guix' Makefile:3313: recipe for target 'check' failed make: *** [check] Error 2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Is it just me or there is something in the source? I just have no idea what to do with that =E2=80=9Cno binding `unzip' in module (gnu packages zi= p)=E2=80=9D. --=-=-=--