From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSrOn-0003Vv-9F for guix-patches@gnu.org; Sat, 23 Dec 2017 16:32:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSrOk-0006Z8-22 for guix-patches@gnu.org; Sat, 23 Dec 2017 16:32:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSrOj-0006Yw-Tf for guix-patches@gnu.org; Sat, 23 Dec 2017 16:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eSrOj-00048v-MM for guix-patches@gnu.org; Sat, 23 Dec 2017 16:32:01 -0500 Subject: [bug#29829] mozjs@38: provide intermediate workaround for source disappearance Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSrOF-0003Kp-C3 for guix-patches@gnu.org; Sat, 23 Dec 2017 16:31:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSrOC-00062x-5V for guix-patches@gnu.org; Sat, 23 Dec 2017 16:31:31 -0500 Received: from aibo.runbox.com ([91.220.196.211]:35722) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSrOB-00061r-Ul for guix-patches@gnu.org; Sat, 23 Dec 2017 16:31:28 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSrO9-0005wY-Hi for guix-patches@gnu.org; Sat, 23 Dec 2017 22:31:25 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSrNy-0007u0-ED for guix-patches@gnu.org; Sat, 23 Dec 2017 22:31:14 +0100 Date: Sat, 23 Dec 2017 21:31:13 +0000 From: ng0 Message-ID: <20171223213113.rmeevmh5n7o5zn46@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wq4lunwbyozfvbyc" Content-Disposition: inline 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: 29829@debbugs.gnu.org --wq4lunwbyozfvbyc Content-Type: multipart/mixed; boundary="3d44ar3xzdlqtfk5" Content-Disposition: inline --3d44ar3xzdlqtfk5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable See commit message for detail. I am not happy with this solution, but it is okay, as the hash is the same and I know we will get rid of it as soon as we are building from the new source. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --3d44ar3xzdlqtfk5 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-mozjs-38-Workaround-for-people.mozilla.org-shutd.patch" Content-Transfer-Encoding: quoted-printable =46rom 460eacedc4f1f01a9e5e84b84657af5be928615a Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 23 Dec 2017 21:17:24 +0000 Subject: [PATCH] gnu: mozjs@38: Workaround for people.mozilla.org shutdown. Read https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00189.html for more details about this workaround. * gnu/packages/gnuzilla.scm (mozjs@38)[source]: Provide additional URL. --- gnu/packages/gnuzilla.scm | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index c53c31613..9aa13ebf2 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -6,7 +6,7 @@ ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2016 Alex Griffin ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. @@ -168,9 +168,17 @@ in C/C++.") (version "38.2.1.rc0") (source (origin (method url-fetch) - (uri (string-append - "https://people.mozilla.org/~sstangl/" - name "-" version ".tar.bz2")) + (uri (list (string-append + "https://people.mozilla.org/~sstangl/" + name "-" version ".tar.bz2") + ;; FIXME: people.mozilla.org has shut down: + ;; https://lists.gnu.org/archive/html/guix-devel/= 2017-12/msg00189.html + ;; This is an unofficial temporary location until= we + ;; can build mozjs-38 from the new location: + (string-append + "https://d.n0.is/d/v/mozjs/" + name "-" version ".tar.bz2"))) + (sha256 (base32 "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681")) --=20 2.15.1 --3d44ar3xzdlqtfk5-- --wq4lunwbyozfvbyc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+yyEACgkQ4i+bv+40 hYjVERAAiGwRrT593BrXgyKj/RtqFlItqhCGNLovBW1hDTb4Vix3VG9wbUYM0LID 6+jKTWm0gNjx39h/rTlHI5AULw9odPLP04Ce6UuOBD63AF27FPV9+VXBQtxuiI72 V4DrtZpwy/uNes7DFuTJQIA/XB1ANc97aDbmdhsgyBsN8KDgNdncoozf8yNHXdL2 IVDDJnRLQal2sDeW4oCcuJoAvQIxdrirFEH8hvKalWkegBJqpXIqp841QO0WZMi6 LB3L8xCKzt4rmZIETTg2YXB46L1+Q0HhNMNcpkDFbBpZ7OnJML/paNZC9YGVSi9i oHyOk4abrxnbb1R5x7Z8lt6QDgbXIdrukfuU6S2puVDwr8OZeoxD1xC1tPQ/Wegv 3m+LLvWUbTVPrzvhvkNltDwSB7WE/jMmmeORNBaFBv2lGlnTT/9ScVI517df8bqS ApRWJhWK7eVYM7cz0HrbjN7tzMs99XyKuJCMySsxvN+ejK5ffdUalijmG4P6g1Xm +10d3FGHQstaoNC262G1twbs3MO6fG6mCr9RPAahZVuuXxaZm0ahxU644q/CO+qd yyhPRxuRVBCDZBzI5uIPU7uLEeJFhi2bVe8Mx6iZsrwOc8hLLU51bJxXNeRRYbPq AY1IG+sfa8PXukGnr7rPNdUdtAxX3wkBctQDf6T80ZRCTMAglJE= =wrt8 -----END PGP SIGNATURE----- --wq4lunwbyozfvbyc--