From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggrJa-0007dr-Pd for guix-patches@gnu.org; Tue, 08 Jan 2019 08:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggrJY-0003qw-02 for guix-patches@gnu.org; Tue, 08 Jan 2019 08:21:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggrJX-0003qG-TS for guix-patches@gnu.org; Tue, 08 Jan 2019 08:21:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ggrJV-0001bL-L9 for guix-patches@gnu.org; Tue, 08 Jan 2019 08:21:03 -0500 Subject: [bug#33801] import: github: Support source URIs that redirect to GitHub Resent-Message-ID: From: Arun Isaac In-Reply-To: <87zhsb1r0x.fsf@gnu.org> References: <87d0pxtciz.fsf@gnu.org> <87woo4qxg7.fsf@gnu.org> <87k1k4p3gl.fsf@gnu.org> <877eg2q56k.fsf@gnu.org> <87o98uzo9u.fsf@gnu.org> <87zhsb1r0x.fsf@gnu.org> Date: Tue, 08 Jan 2019 18:49:46 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33801@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > Perhaps we should add a test to catch this specific case so that it > doesn=E2=80=99t pop up again? Yes, we should. But, there is a problem. "make check TESTS=3Dtests/lint.scm" fails with the following error message even on master. make[4]: *** [Makefile:4920: tests/lint.log] Error 1 make[4]: Leaving directory '/home/foo/guix' make[3]: *** [Makefile:4902: check-TESTS] Error 2 make[3]: Leaving directory '/home/foo/guix' make[2]: *** [Makefile:5145: check-am] Error 2 make[2]: Leaving directory '/home/foo/guix' make[1]: *** [Makefile:4679: check-recursive] Error 1 make[1]: Leaving directory '/home/foo/guix' make: *** [Makefile:5147: check] Error 2 On examining tests/lint.log, I find the following error message. gnu/packages/lisp.scm:3806:7: In procedure inputs: error: xclip: unbound variable But, this makes no sense to me. Any idea what's happening? Should I immediately push the patch I sent in the last mail, and then deal with this problem separately? Without that patch, the linter is faulty and might annoy people. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlw0o3IACgkQLiXui2GA K7NHSQgAiGnUMeWqx3xBay9BY3mv7WruVjgaPr0auCiDpu5wbJCvZqFbnCIHSna7 ReEB3/EaBEfiyhwCyqdgmS+dXnBbQw2ckbHcbYAGh+4cWA77RnnWHTzgOZpzGldQ yCXaBtdRytQzRl++tgMYPALDWPestHmMErHRw8uAyXji97GjtoxZJsiIxmNTzaiL vp+OFDoRYWCkR3YmFoDcvZGlnMg1Zjkn/Z0KWuBArxqcpxOv5ISUpHJob0j0rpzu EMnQ1H7q9V4+xFrafDg5NWL/frYWmNWAiXuitbpGlqTfOJaiDFxu832KGBmIj0xJ 2pR12mq1x1Bb0w6ll+8VlJ+ADU3oUQ== =dipx -----END PGP SIGNATURE----- --=-=-=--