From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: bug#20967: tk FTBFS on master Date: Thu, 02 Jul 2015 23:02:46 +0200 Message-ID: <5595A6F6.2010801@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAleQ-0007hV-Uz for bug-guix@gnu.org; Thu, 02 Jul 2015 17:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAleN-0005Ks-Lr for bug-guix@gnu.org; Thu, 02 Jul 2015 17:04:06 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:36522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAleN-0005Km-Hx for bug-guix@gnu.org; Thu, 02 Jul 2015 17:04:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZAleN-0005h5-3r for bug-guix@gnu.org; Thu, 02 Jul 2015 17:04:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAldF-0007fx-UY for bug-guix@gnu.org; Thu, 02 Jul 2015 17:02:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAldB-0004wC-Rd for bug-guix@gnu.org; Thu, 02 Jul 2015 17:02:53 -0400 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:33635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAldB-0004vp-Jx for bug-guix@gnu.org; Thu, 02 Jul 2015 17:02:49 -0400 Received: by wgck11 with SMTP id k11so73193358wgc.0 for ; Thu, 02 Jul 2015 14:02:48 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by mx.google.com with ESMTPSA id m4sm9853805wjb.37.2015.07.02.14.02.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 14:02:47 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20967@debbugs.gnu.org I cannot seem to build tk from master: $ make && ./pre-inst-env guix build tk Backtrace: In guix/packages.scm: 881: 19 [thunk] 813: 18 [bag->derivation # # #] In srfi/srfi-1.scm: 576: 17 [map # (# # # ...)] In guix/packages.scm: 678: 16 [expand-input # # # ...] 636: 15 [cache # # #] 881: 14 [thunk] 813: 13 [bag->derivation # # #] In srfi/srfi-1.scm: 578: 12 [map # (# # # ...)] In guix/packages.scm: 693: 11 [expand-input # # # ...] In guix/store.scm: 1002: 10 [run-with-store # ...] In guix/gexp.scm: 370: 9 [# #] In guix/store.scm: 949: 8 [# #] In guix/derivations.scm: 800: 7 [derivation # "module-import" ...] 725: 6 [add-output-paths # 48a6cd0>] In srfi/srfi-1.scm: 578: 5 [map # (#)] In guix/derivations.scm: 729: 4 [# ("out" . #)] 664: 3 [store-path "output:out" ...] In guix/base32.scm: 142: 2 [# #vu8(255 123 76 46 218 239 138 71 138 41 7 84 237 22 35 233 231 62 72 19)] 137: 1 [bytevector-quintet-fold-right # ...] 80: 0 [ref6 #vu8(255 123 76 46 218 239 138 71 138 41 7 84 237 22 35 233 231 62 72 19) ...] guix/base32.scm:80:29: In procedure ref6: guix/base32.scm:80:29: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'. Backtrace: In srfi/srfi-1.scm: 576: 19 [map # (# # # ...)] In guix/packages.scm: 678: 18 [expand-input # # # ...] 636: 17 [cache # # #] 881: 16 [thunk] 813: 15 [bag->derivation # # #] In srfi/srfi-1.scm: 578: 14 [map # (# # # ...)] In guix/packages.scm: 693: 13 [expand-input # # # ...] In guix/store.scm: 1002: 12 [run-with-store # ...] In guix/gexp.scm: 370: 11 [# #] In guix/store.scm: 949: 10 [# #] In guix/derivations.scm: 800: 9 [derivation # "module-import" ...] 725: 8 [add-output-paths # 48a6cd0>] In srfi/srfi-1.scm: 578: 7 [map # (#)] In guix/derivations.scm: 729: 6 [# ("out" . #)] 664: 5 [store-path "output:out" ...] In guix/base32.scm: 142: 4 [# #vu8(255 123 76 46 218 239 138 71 138 41 7 84 237 22 35 233 231 62 72 19)] 137: 3 [bytevector-quintet-fold-right # ...] 80: 2 [ref6 #vu8(255 123 76 46 218 239 138 71 138 41 7 84 237 22 35 233 231 62 72 19) ...] In ice-9/boot-9.scm: 105: 1 [# vm-error ...] 65: 0 [abort-to-prompt catch7 vm-error vm-run "VM: Stack overflow" ()] ice-9/boot-9.scm:65:2: In procedure abort-to-prompt: ice-9/boot-9.scm:65:2: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'.