From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35242: Backtrace on building with load path Date: Fri, 12 Apr 2019 21:52:28 +0200 Message-ID: <87ftqnngqr.fsf@gnu.org> References: <221a35665a058f842d4c954efa4d8508@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hF2ER-0005Mm-Ob for bug-guix@gnu.org; Fri, 12 Apr 2019 15:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hF2EQ-0005A9-SU for bug-guix@gnu.org; Fri, 12 Apr 2019 15:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43222) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hF2EQ-00059v-Kn for bug-guix@gnu.org; Fri, 12 Apr 2019 15:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hF2EQ-0004lA-EK for bug-guix@gnu.org; Fri, 12 Apr 2019 15:53:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <221a35665a058f842d4c954efa4d8508@posteo.net> (brettg's message of "Fri, 12 Apr 2019 07:13:28 +0200") 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: brettg@posteo.net Cc: 35242@debbugs.gnu.org brettg@posteo.net skribis: > brettg@guixsd ~/Repos/guix-system [env]$ guix build fstar -L . [...] > 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" "= ./non=E2=80=A6" =E2=80=A6)) > In srfi/srfi-1.scm: > 501:18 1 (fold-right # . #) > In unknown file: > 0 (append # ()) It looks like the error happens while traversing the =E2=80=9C.=E2=80=9D di= rectory with your own files. Could you try inspecting it, or perhaps removing some of the files until you find the culprit? Thanks, Ludo=E2=80=99.