From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36640: guix pull compile-files failure doesn't identify failed file Date: Wed, 17 Jul 2019 21:53:46 +0200 Message-ID: <87ftn4a14l.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54938) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnq03-0006qn-Lr for bug-guix@gnu.org; Wed, 17 Jul 2019 15:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnq02-0000lh-PC for bug-guix@gnu.org; Wed, 17 Jul 2019 15:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnq02-0000lb-LT for bug-guix@gnu.org; Wed, 17 Jul 2019 15:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnq02-00060Y-Ju for bug-guix@gnu.org; Wed, 17 Jul 2019 15:54:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Robert Vollmert's message of "Sat, 13 Jul 2019 20:13:32 +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: Robert Vollmert Cc: 36640-done@debbugs.gnu.org Hi, Robert Vollmert skribis: > Specifically, building guix-packages.drv locally, I got the output below. > As far as I can tell, the problematic file=E2=80=99s name is not containe= d in the > output at all. The file is certainly available where we call compile-file > =E2=80=94 no idea whether it would be better to print the filename while = handling > the exception in. guix/build/compile.scm, or whether guile should print > a better error here. I believe commit 38302bd9392cc9518b04e2726cf6a38ee75922cc fixes it by displaying the name of the faulty source file. Thanks, Ludo=E2=80=99.