From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#29358: guile2.0-guix times out Date: Tue, 21 Nov 2017 23:19:07 +0100 Message-ID: <87wp2jp95w.fsf@fastmail.com> References: <87o9nytdxi.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHGti-0004Nb-7o for bug-guix@gnu.org; Tue, 21 Nov 2017 17:20:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHGtf-0005Ra-1H for bug-guix@gnu.org; Tue, 21 Nov 2017 17:20:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42882) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHGte-0005RP-Rv for bug-guix@gnu.org; Tue, 21 Nov 2017 17:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eHGte-0008LU-GE for bug-guix@gnu.org; Tue, 21 Nov 2017 17:20:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o9nytdxi.fsf@fastmail.com> 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: 29358@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Marius Bakke writes: > Hello! > > Since the Guix snapshot update to 0.13.0-9.ff23b47, "guile2.0-guix" > fails to build due to a test timeout: > > https://hydra.gnu.org/job/gnu/master/guile2.0-guix-0.13.0-9.ff23b47.x86_6= 4-linux I bisected this down to this commit: commit a2985bb101faac9f085176e0329488b91b81dfb5 Author: Ludovic Court=C3=A8s Date: Thu Nov 9 23:29:39 2017 +0100 ui: Provide hints for unbound-variable errors. =20=20=20=20 * guix/ui.scm (known-variable-definition): New procedure. (report-load-error): Handle 'unbound-variable'. I also noticed that when compiling (guix ui), I get this warning: warning: unknown warning type `macro-use-before-definition' ...which is helpfully annotated with "new in 2.2" in (guix build compile). So it seems to be a case of the unbound variable handler failing to handle this unbound variable, when running tests/guix-package.sh:335. Any ideas for how to progress? I'm a little out of my depth here :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAloUplwACgkQoqBt8qM6 VPrR7Qf/Uxdve13VxDRDb5FCI5qW6hbvbINkUuxEOchtVO+gsTjxmcePAqGuFPYe pUDmZa9DhJRVGhbeVF7Jv/z91Qgat25fJSJeEgxibmSmGDtjguEQw6NGSO4qcKWE UN4Al7jpAXyzSKqfW+rPZCnW9RCW7hXUht54gbIwWnEakhSpnGQMSTQytva1IOMp Z8YtIH5tJmzJ2VEbc0JqkQZkLgd59Y6Yty+z9BuPz+qAzJHAazQiSlnlEli61dQx ZD6m02nvwoBQs2G6jg4yCcD0ghg4vrlaskWbMN7DTKCKWfZRuBcOdfjGSsJMjoii U5gWRU7fBzTU99A8/rGOfSlTXqY32A== =LdTG -----END PGP SIGNATURE----- --=-=-=--