From mboxrd@z Thu Jan 1 00:00:00 1970 From: brettg@posteo.net Subject: bug#35242: Backtrace on building with load path Date: Fri, 12 Apr 2019 21:21:51 +0200 Message-ID: <958d1c9dc97c5c92e081c78f7104b9d1@posteo.net> References: <221a35665a058f842d4c954efa4d8508@posteo.net> <87ef67jt1m.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hF1lP-0003BV-Dn for bug-guix@gnu.org; Fri, 12 Apr 2019 15:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hF1lO-0001UC-H3 for bug-guix@gnu.org; Fri, 12 Apr 2019 15:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hF1lN-0001Te-WD for bug-guix@gnu.org; Fri, 12 Apr 2019 15:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hF1lN-00042e-Oz for bug-guix@gnu.org; Fri, 12 Apr 2019 15:23:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ef67jt1m.fsf@nckx> 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" To: Tobias Geerinckx-Rice Cc: 35242@debbugs.gnu.org Hi T G-R, Unless I am doing this incorrectly, it doesn't change the output. brettg@guixsd ~/Repos/guix-system [env]$ export COLUMNS brettg@guixsd ~/Repos/guix-system [env]$ guix build fstar -L . Backtrace: In guix/store.scm: 613:10 19 (call-with-store #) In guix/scripts/build.scm: 895:26 18 (_ #) In ice-9/boot-9.scm: 829:9 17 (catch unbound-variable # =E2=80=A6) In guix/ui.scm: 500:6 16 (_) In guix/scripts/build.scm: 863:22 15 (_) In srfi/srfi-1.scm: 679:15 14 (append-map _ _ . _) 592:17 13 (map1 ((argument . "fstar") (system . "x86_64-linux") (# .=20 0) (. #) =E2=80=A6)) In guix/scripts/build.scm: 791:30 12 (_ _) In gnu/packages.scm: 477:2 11 (%find-package "fstar" "fstar" #f) 383:6 10 (find-best-packages-by-name _ _) 313:55 9 (_ "fstar" _) In unknown file: 8 (force #) In gnu/packages.scm: 260:33 7 (fold-packages # =E2=80=A6) In srfi/srfi-1.scm: 466:18 6 (fold # =E2=80=A6) In guix/discovery.scm: 136:31 5 (_ "." ()) 116:14 4 (scheme-modules _ _ #:warn _) In srfi/srfi-1.scm: 501:18 3 (fold-right # . #) In guix/discovery.scm: 66:32 2 (_ _ ("./channels.scm" "./non-gnu/packages/coq-extend.scm"=20 "./non=E2=80=A6" =E2=80=A6)) In srfi/srfi-1.scm: 501:18 1 (fold-right # . #) In unknown file: 0 (append # ()) ERROR: In procedure append: In procedure append: Wrong type argument in position 1 (expecting empty=20 list): # brettg@guixsd ~/Repos/guix-system [env]$ On 12.04.2019 14:40, Tobias Geerinckx-Rice wrote: > Brett, >=20 > brettg@posteo.net wrote: >> Backtrace: >=20 > Could you =E2=80=98export COLUMNS=E2=80=99 so we can see the backtrace in= its=20 > untruncated glory? >=20 > Kind regards, >=20 > T G-R