From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Changing python-wrapper to handle lib/ etc. Date: Tue, 4 Nov 2014 14:07:15 +0100 Message-ID: <20141104130715.GA8411@debian.eduroam.u-bordeaux.fr> References: <20141029222347.GE29707@debian> <87tx2lu2ed.fsf_-_@gnu.org> <20141102174450.GC6865@debian> <20141102213257.GA11661@debian> <20141103101345.GA7788@debian.eduroam.u-bordeaux.fr> <20141103201928.GA20729@debian> <20141103204921.GA3867@debian> <20141103220646.GB28208@debian> <871tpjcnbt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xldpf-00033B-Bd for guix-devel@gnu.org; Tue, 04 Nov 2014 08:07:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XldpX-0000Ds-Qm for guix-devel@gnu.org; Tue, 04 Nov 2014 08:07:35 -0500 Content-Disposition: inline In-Reply-To: <871tpjcnbt.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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Guix-devel , Federico Beffa Next step: When adding tk as an input to python, I get the followiing error. tcl in place of tk poses no problem; is there another variable named tk somewhere? Backtrace: In srfi/srfi-1.scm: 578: 19 [map # (# # # ...)] In guix/packages.scm: 655: 18 [expand-input # # # ...] 613: 17 [cache # # #] 862: 16 [thunk] 794: 15 [bag->derivation # # #] In srfi/srfi-1.scm: 576: 14 [map # (# # # ...)] In guix/packages.scm: 655: 13 [expand-input # # # ...] 613: 12 [cache # # #] 862: 11 [thunk] 794: 10 [bag->derivation # # #] In srfi/srfi-1.scm: 578: 9 [map # (# # # ...)] In guix/packages.scm: 670: 8 [expand-input # # # ...] In guix/monads.scm: 469: 7 [run-with-store # # # ...] In guix/gexp.scm: 173: 6 [# #] 173: 5 [# ()] 319: 4 [gexp->sexp # #:system "x86_64-linux" ...] In srfi/srfi-1.scm: 578: 3 [map #sexp (ref #:optional native?)> #] In guix/gexp.scm: 312: 2 [reference->sexp (# # # # ...) #f] In srfi/srfi-1.scm: 578: 1 [map # (# # # # ...)] In guix/gexp.scm: 287: 0 [reference->sexp # #f # ...] guix/gexp.scm:287:2: In procedure reference->sexp: guix/gexp.scm:287:2: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'. Andreas