From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: bug#22914: "VM stack overflow" with graft dependencies from substitutes Date: Sat, 5 Mar 2016 00:09:39 -0600 Message-ID: <20160305000939.3ea8c23d@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac5Pi-00042O-JL for bug-guix@gnu.org; Sat, 05 Mar 2016 01:10:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ac5Pf-0002mQ-EG for bug-guix@gnu.org; Sat, 05 Mar 2016 01:10:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac5Pf-0002mM-Ah for bug-guix@gnu.org; Sat, 05 Mar 2016 01:10:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1ac5Pf-0006oz-6J for bug-guix@gnu.org; Sat, 05 Mar 2016 01:10:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac5PP-0003zo-J0 for bug-guix@gnu.org; Sat, 05 Mar 2016 01:09:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ac5PM-0002jz-Ak for bug-guix@gnu.org; Sat, 05 Mar 2016 01:09:47 -0500 Received: from smtp10.openmailbox.org ([62.4.1.44]:44110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ac5PM-0002jk-50 for bug-guix@gnu.org; Sat, 05 Mar 2016 01:09:44 -0500 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: 22914@debbugs.gnu.org Starting with commit c90cb5c9d84ded26ef44d1e6593508d5b9e4655e (via 'git bisect') I get the following error messages after `make clean && make && ./pre-inst-env guix environment texlive`: --- BEGIN SNIP --- Backtrace: In srfi/srfi-1.scm: 646: 19 [append-map # #] 578: 18 [map # #] In guix/grafts.scm: 235: 17 [cumulative-grafts # # # ...] In srfi/srfi-1.scm: 646: 16 [append-map # #] 578: 15 [map # #] In guix/grafts.scm: 235: 14 [cumulative-grafts # # # ...] In srfi/srfi-1.scm: 646: 13 [append-map # #] 578: 12 [map # #] In guix/grafts.scm: 235: 11 [cumulative-grafts # # # ...] In srfi/srfi-1.scm: 646: 10 [append-map # #] 578: 9 [map # #] In guix/grafts.scm: 222: 8 [dependency-grafts "/gnu/store/09gwygs9vdja1bkpyfqsb51rjzs7d5zs-libunistring-0.9.6"] 156: 7 [item->deriver # ...] In guix/store.scm: 832: 6 [valid-derivers # ...] In srfi/srfi-1.scm: 534: 5 [unfold # ...] In guix/serialization.scm: 122: 4 [read-string #] 114: 3 [read-byte-string #] 85: 2 [read-int #] 71: 1 [get-bytevector-n* # 8] In unknown file: ?: 0 [get-bytevector-n # 8] ERROR: In procedure get-bytevector-n: ERROR: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'. --- END SNIP --- This backtrace is printed 3 times. If it means anything, it's been at least a week since I've fetched any substitutes from hydra on this machine. `~Eric