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 18:51:47 -0500 Message-ID: References: <221a35665a058f842d4c954efa4d8508@posteo.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--_com.lge.email_1334607274467890" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hF5zh-0000s3-By for bug-guix@gnu.org; Fri, 12 Apr 2019 19:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hF5zd-0005LE-SR for bug-guix@gnu.org; Fri, 12 Apr 2019 19:54:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hF5zd-0005L7-Nj for bug-guix@gnu.org; Fri, 12 Apr 2019 19:54:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hF5zd-00022T-LS for bug-guix@gnu.org; Fri, 12 Apr 2019 19:54:01 -0400 In-Reply-To: <221a35665a058f842d4c954efa4d8508@posteo.net> Sender: "Debbugs-submit" Resent-Message-ID: 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35242@debbugs.gnu.org ----_com.lge.email_1334607274467890 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi ludo! Thanks. You were correct. Thank you.------ Original message------From: Ludovic CourtèsDate: Fri, Apr 12, 2019 2:52 PMTo: brettg@posteo.net;Cc: 35242@debbugs.gnu.org;Subject:Re: bug#35242: Backtrace on building with load pathbrettg@posteo.net skribis: > brettg@guixsd ~/Repos/guix-system [env]$ guix build fstar -L . [...] > In gnu/packages.scm: > 260:33 7 (fold-packages # …) > In srfi/srfi-1.scm: > 466:18 6 (fold # …) > 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" "./non…" …)) > In srfi/srfi-1.scm: > 501:18 1 (fold-right # . #) > In unknown file: > 0 (append # ()) It looks like the error happens while traversing the “.” directory with your own files. Could you try inspecting it, or perhaps removing some of the files until you find the culprit? Thanks, Ludo’. ----_com.lge.email_1334607274467890 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
Hi ludo! Thanks. You were correct. Thank you.

------ Original message------
From: Ludovic Courtès
Date: Fri, Apr 12, 2019 2:52 PM
Subject:Re: bug#35242: Backtrace on building with load path

brettg@posteo.net skribis:

> brettg@guixsd ~/Repos/guix-system [env]$ guix build fstar -L .

[...]

> In gnu/packages.scm:
>    260:33  7 (fold-packages # …)
> In srfi/srfi-1.scm:
>    466:18  6 (fold # …)
> 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" "./non…" …))
> In srfi/srfi-1.scm:
>    501:18  1 (fold-right # . #)
> In unknown file:
>            0 (append # ())

It looks like the error happens while traversing the “.” directory with
your own files.  Could you try inspecting it, or perhaps removing some
of the files until you find the culprit?

Thanks,
Ludo’.
----_com.lge.email_1334607274467890--