From unknown Mon Aug 18 02:34:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#31346 <31346@debbugs.gnu.org> To: bug#31346 <31346@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gnuzilla: Add mozjs-52. Reply-To: bug#31346 <31346@debbugs.gnu.org> Date: Mon, 18 Aug 2025 09:34:05 +0000 retitle 31346 [PATCH] gnu: gnuzilla: Add mozjs-52. reassign 31346 guix-patches submitter 31346 Roel Janssen severity 31346 normal tag 31346 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 02 17:19:38 2018 Received: (at submit) by debbugs.gnu.org; 2 May 2018 21:19:38 +0000 Received: from localhost ([127.0.0.1]:47388 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fDzA1-0003YG-4a for submit@debbugs.gnu.org; Wed, 02 May 2018 17:19:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fDz9z-0003Y5-Hp for submit@debbugs.gnu.org; Wed, 02 May 2018 17:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDz9s-0004eF-VS for submit@debbugs.gnu.org; Wed, 02 May 2018 17:19:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fDz9s-0004eB-RW for submit@debbugs.gnu.org; Wed, 02 May 2018 17:19:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDz9r-0003QI-GU for guix-patches@gnu.org; Wed, 02 May 2018 17:19:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDz9o-0004dU-CJ for guix-patches@gnu.org; Wed, 02 May 2018 17:19:27 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDz9o-0004dM-7U for guix-patches@gnu.org; Wed, 02 May 2018 17:19:24 -0400 Received: from ip112-245-209-87.adsl2.static.versatel.nl ([87.209.245.112]:59363 helo=yellowstone) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fDz9n-0003Dm-Q8 for guix-patches@gnu.org; Wed, 02 May 2018 17:19:24 -0400 User-agent: mu4e 1.0; emacs 25.3.1 From: Roel Janssen To: guix-patches Subject: [PATCH] gnu: gnuzilla: Add mozjs-52. Date: Wed, 02 May 2018 23:19:16 +0200 Message-ID: <87fu39oiwb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Dear Guix, I'd like to add ‘mozjs-52’ because an updated version of ‘gjs’ needs it. I copied most of the recipe for mozjs-38, removing the bits that aren't relevant anymore. Kind regards, Roel Janssen --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-gnuzilla-Add-mozjs-52.patch >From ce8b4e85b03ed76fb671a4d554f966b7eac00b8d Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 2 May 2018 22:11:34 +0200 Subject: [PATCH] gnu: gnuzilla: Add mozjs-52. * gnu/packages/gnuzilla.scm (mozjs-52): New variable. --- gnu/packages/gnuzilla.scm | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index d7f80014b..59427fe12 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -247,6 +247,68 @@ in C/C++.") ("icu4c" ,icu4c) ("zlib" ,zlib))))) +(define-public mozjs-52 + (package + (inherit mozjs) + (name "mozjs") + (version "52.7.4") + (source (origin + (method url-fetch) + (uri (string-append + "https://queue.taskcluster.net/v1/task/" + "YqG2fjJJSTGzGX090FjDYg/runs/0/artifacts/" + "public/build/mozjs-" version ".tar.bz2")) + (sha256 + (base32 + "1bc83h2268lfj7h9i8s7dk0hbh1q92fdk5bi3688ybn95xipz185")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Remove bundled libraries. + (for-each delete-file-recursively + '("js/src/ctypes/libffi" + "js/src/ctypes/libffi-patches" + "modules/zlib")) + #t)))) + (arguments + `(#:tests? #f ; Needs Mercurial or Git repository to be avalable. + #:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (chdir "js/src") + (setenv "SHELL" (which "sh")) + (setenv "CONFIG_SHELL" (which "sh")) + (setenv "AUTOCONF" (string-append + (assoc-ref inputs "autoconf") + "/bin/autoreconf")) + (zero? (system* "./configure" + (string-append "--prefix=" out) + "--enable-ctypes" + "--enable-optimize" + "--enable-pie" + "--enable-readline" + "--enable-shared-js" + "--enable-system-ffi" + "--with-system-icu" + "--with-system-nspr" + "--with-system-zlib" + + ;; Intl API requires bundled ICU. + "--without-intl-api")))))))) + (native-inputs + `(("perl" ,perl) + ("autoconf" ,autoconf) + ("pkg-config" ,pkg-config) + ("python-2" ,python-2) + ("which" ,which))) + (inputs + `(("libffi" ,libffi) + ("readline" ,readline) + ("icu4c" ,icu4c) + ("zlib" ,zlib))))) + (define-public nspr (package (name "nspr") -- 2.17.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 05 16:26:17 2018 Received: (at 31346) by debbugs.gnu.org; 5 May 2018 20:26:17 +0000 Received: from localhost ([127.0.0.1]:50851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fF3l3-0000Mi-EL for submit@debbugs.gnu.org; Sat, 05 May 2018 16:26:17 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:52992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fF3l1-0000Ma-IH for 31346@debbugs.gnu.org; Sat, 05 May 2018 16:26:16 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0CD152C12B; Sat, 5 May 2018 22:26:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5kWi566u4clg; Sat, 5 May 2018 22:26:14 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7CC10793E; Sat, 5 May 2018 22:26:13 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Roel Janssen Subject: Re: [bug#31346] [PATCH] gnu: gnuzilla: Add mozjs-52. References: <87fu39oiwb.fsf@gnu.org> Date: Sat, 05 May 2018 22:26:12 +0200 In-Reply-To: <87fu39oiwb.fsf@gnu.org> (Roel Janssen's message of "Wed, 02 May 2018 23:19:16 +0200") Message-ID: <87k1shrgrf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 31346 Cc: 31346@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello Roel, Roel Janssen skribis: >>>From ce8b4e85b03ed76fb671a4d554f966b7eac00b8d Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 2 May 2018 22:11:34 +0200 > Subject: [PATCH] gnu: gnuzilla: Add mozjs-52. > > * gnu/packages/gnuzilla.scm (mozjs-52): New variable. [...] > +(define-public mozjs-52 > + (package > + (inherit mozjs) > + (name "mozjs") You can omit =E2=80=98name=E2=80=99. Also, would it be simpler to inherit from =E2=80=98mozjs-38=E2=80=99? > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://queue.taskcluster.net/v1/task/" > + "YqG2fjJJSTGzGX090FjDYg/runs/0/artifacts/" > + "public/build/mozjs-" version ".tar.bz2")) Could we use ftp.mozilla.org instead? > + (arguments > + `(#:tests? #f ; Needs Mercurial or Git repository to be avalable. > + #:phases > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (chdir "js/src") > + (setenv "SHELL" (which "sh")) > + (setenv "CONFIG_SHELL" (which "sh")) > + (setenv "AUTOCONF" (string-append > + (assoc-ref inputs "autoconf") > + "/bin/autoreconf")) > + (zero? (system* "./configure" > + (string-append "--prefix=3D" out) > + "--enable-ctypes" > + "--enable-optimize" > + "--enable-pie" > + "--enable-readline" > + "--enable-shared-js" > + "--enable-system-ffi" > + "--with-system-icu" > + "--with-system-nspr" > + "--with-system-zlib" > + > + ;; Intl API requires bundled ICU. > + "--without-intl-api")))))))) This seems to be (almost) the same as for =E2=80=98mozjs-38=E2=80=99. Perh= aps with =E2=80=98inherit=E2=80=99 we don=E2=80=99t need to duplicate all this? Could you look into this? Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun May 06 16:21:26 2018 Received: (at 31346) by debbugs.gnu.org; 6 May 2018 20:21:26 +0000 Received: from localhost ([127.0.0.1]:51690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFQ9p-0005NS-Vl for submit@debbugs.gnu.org; Sun, 06 May 2018 16:21:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFQ9n-0005NE-CR for 31346@debbugs.gnu.org; Sun, 06 May 2018 16:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFQ9h-0004lo-9P for 31346@debbugs.gnu.org; Sun, 06 May 2018 16:21:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFQ9d-0004ki-0F; Sun, 06 May 2018 16:21:09 -0400 Received: from [145.15.244.34] (port=60678 helo=yellowstone) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fFQ9c-0002AD-GJ; Sun, 06 May 2018 16:21:08 -0400 References: <87fu39oiwb.fsf@gnu.org> <87k1shrgrf.fsf@gnu.org> User-agent: mu4e 1.0; emacs 25.3.1 From: Roel Janssen To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#31346] [PATCH] gnu: gnuzilla: Add mozjs-52. In-reply-to: <87k1shrgrf.fsf@gnu.org> Date: Sun, 06 May 2018 22:21:00 +0200 Message-ID: <871seolemr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31346 Cc: 31346@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Ludovic Courtès writes: > Hello Roel, > > Roel Janssen skribis: > >>>>From ce8b4e85b03ed76fb671a4d554f966b7eac00b8d Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Wed, 2 May 2018 22:11:34 +0200 >> Subject: [PATCH] gnu: gnuzilla: Add mozjs-52. >> >> * gnu/packages/gnuzilla.scm (mozjs-52): New variable. > > [...] > >> +(define-public mozjs-52 >> + (package >> + (inherit mozjs) >> + (name "mozjs") > > You can omit ‘name’. > > Also, would it be simpler to inherit from ‘mozjs-38’? Maybe it is. I will try that instead. > >> + (source (origin >> + (method url-fetch) >> + (uri (string-append >> + "https://queue.taskcluster.net/v1/task/" >> + "YqG2fjJJSTGzGX090FjDYg/runs/0/artifacts/" >> + "public/build/mozjs-" version ".tar.bz2")) > > Could we use ftp.mozilla.org instead? So I thought, but it doesn't seem to be available there: http://ftp.mozilla.org/pub/spidermonkey/releases/ The latest release there is version 45. In the pre-releases there's version 59. Maybe I can add comment in the form: ;; The release notes at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/52 ;; states: “You can download full source code from treeherder, by going ;; to the mozilla-esr52 repository and clicking on the first SM(pkg) ;; link you see. The download link below is the result of that. Would that be sufficient? > >> + (arguments >> + `(#:tests? #f ; Needs Mercurial or Git repository to be avalable. >> + #:phases >> + (modify-phases %standard-phases >> + (replace 'configure >> + (lambda* (#:key inputs outputs #:allow-other-keys) >> + (let ((out (assoc-ref outputs "out"))) >> + (chdir "js/src") >> + (setenv "SHELL" (which "sh")) >> + (setenv "CONFIG_SHELL" (which "sh")) >> + (setenv "AUTOCONF" (string-append >> + (assoc-ref inputs "autoconf") >> + "/bin/autoreconf")) >> + (zero? (system* "./configure" >> + (string-append "--prefix=" out) >> + "--enable-ctypes" >> + "--enable-optimize" >> + "--enable-pie" >> + "--enable-readline" >> + "--enable-shared-js" >> + "--enable-system-ffi" >> + "--with-system-icu" >> + "--with-system-nspr" >> + "--with-system-zlib" >> + >> + ;; Intl API requires bundled ICU. >> + "--without-intl-api")))))))) > > This seems to be (almost) the same as for ‘mozjs-38’. Perhaps with > ‘inherit’ we don’t need to duplicate all this? > > Could you look into this? Sure. Thanks for your valuable time. Kind regards, Roel Janssen From debbugs-submit-bounces@debbugs.gnu.org Mon May 07 04:13:52 2018 Received: (at 31346) by debbugs.gnu.org; 7 May 2018 08:13:52 +0000 Received: from localhost ([127.0.0.1]:51949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFbHM-0006gq-3f for submit@debbugs.gnu.org; Mon, 07 May 2018 04:13:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFbHK-0006ge-RB for 31346@debbugs.gnu.org; Mon, 07 May 2018 04:13:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFbHB-0008Ta-KV for 31346@debbugs.gnu.org; Mon, 07 May 2018 04:13:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFbHB-0008TS-H5 for 31346@debbugs.gnu.org; Mon, 07 May 2018 04:13:41 -0400 Received: from [193.50.110.223] (port=44042 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fFbHA-0005Aq-Sy; Mon, 07 May 2018 04:13:41 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Roel Janssen Subject: Re: [bug#31346] [PATCH] gnu: gnuzilla: Add mozjs-52. References: <87fu39oiwb.fsf@gnu.org> <87k1shrgrf.fsf@gnu.org> <871seolemr.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 =?utf-8?Q?Flor=C3=A9al?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 07 May 2018 10:13:38 +0200 In-Reply-To: <871seolemr.fsf@gnu.org> (Roel Janssen's message of "Sun, 06 May 2018 22:21:00 +0200") Message-ID: <87wowfannx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31346 Cc: 31346@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, Roel Janssen skribis: > Ludovic Court=C3=A8s writes: [...] >>> + (source (origin >>> + (method url-fetch) >>> + (uri (string-append >>> + "https://queue.taskcluster.net/v1/task/" >>> + "YqG2fjJJSTGzGX090FjDYg/runs/0/artifacts/" >>> + "public/build/mozjs-" version ".tar.bz2")) >> >> Could we use ftp.mozilla.org instead? > > So I thought, but it doesn't seem to be available there: > http://ftp.mozilla.org/pub/spidermonkey/releases/ > > The latest release there is version 45. In the pre-releases there's > version 59. > > Maybe I can add comment in the form: > > ;; The release notes at https://developer.mozilla.org/en-US/docs/Mozilla/= Projects/SpiderMonkey/Releases/52 > ;; states: =E2=80=9CYou can download full source code from treeherder, by= going > ;; to the mozilla-esr52 repository and clicking on the first SM(pkg) > ;; link you see. The download link below is the result of that. > > Would that be sufficient? Yes, sure. Kinda weird they don=E2=80=99t use their own infrastructure. Thank you, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri May 25 05:06:55 2018 Received: (at 31346) by debbugs.gnu.org; 25 May 2018 09:06:55 +0000 Received: from localhost ([127.0.0.1]:47413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fM8gZ-0002rT-6A for submit@debbugs.gnu.org; Fri, 25 May 2018 05:06:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57373) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fM8gW-0002rE-8h for 31346@debbugs.gnu.org; Fri, 25 May 2018 05:06:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fM8gQ-000082-69 for 31346@debbugs.gnu.org; Fri, 25 May 2018 05:06:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fM8gK-00005f-1K; Fri, 25 May 2018 05:06:40 -0400 Received: from ip-80-113-14-101.ip.prioritytelecom.net ([80.113.14.101]:48491 helo=yellowstone) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fM8gI-0007Rn-A9; Fri, 25 May 2018 05:06:39 -0400 References: <87fu39oiwb.fsf@gnu.org> <87k1shrgrf.fsf@gnu.org> <871seolemr.fsf@gnu.org> <87wowfannx.fsf@gnu.org> User-agent: mu4e 1.0; emacs 25.3.1 From: Roel Janssen To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#31346] [PATCH] gnu: gnuzilla: Add mozjs-52. In-reply-to: <87wowfannx.fsf@gnu.org> Date: Fri, 25 May 2018 11:06:31 +0200 Message-ID: <87zi0oyui0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31346 Cc: 31346@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Ludovic Courtès writes: > Hello, > > Roel Janssen skribis: > >> Ludovic Courtès writes: > > [...] > >>>> + (source (origin >>>> + (method url-fetch) >>>> + (uri (string-append >>>> + "https://queue.taskcluster.net/v1/task/" >>>> + "YqG2fjJJSTGzGX090FjDYg/runs/0/artifacts/" >>>> + "public/build/mozjs-" version ".tar.bz2")) >>> >>> Could we use ftp.mozilla.org instead? >> >> So I thought, but it doesn't seem to be available there: >> http://ftp.mozilla.org/pub/spidermonkey/releases/ >> >> The latest release there is version 45. In the pre-releases there's >> version 59. >> >> Maybe I can add comment in the form: >> >> ;; The release notes at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/52 >> ;; states: “You can download full source code from treeherder, by going >> ;; to the mozilla-esr52 repository and clicking on the first SM(pkg) >> ;; link you see. The download link below is the result of that. >> >> Would that be sufficient? > > Yes, sure. Kinda weird they don’t use their own infrastructure. So I added the comment and tried to build it again, but the build fails now. I need to further investigate this. Kind regards, Roel Janssen From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 16:57:33 2018 Received: (at 31346-done) by debbugs.gnu.org; 29 Aug 2018 20:57:33 +0000 Received: from localhost ([127.0.0.1]:37504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv7Wv-0004xb-Ko for submit@debbugs.gnu.org; Wed, 29 Aug 2018 16:57:33 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv7Wu-0004xS-Dg for 31346-done@debbugs.gnu.org; Wed, 29 Aug 2018 16:57:32 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 17734211A9; Wed, 29 Aug 2018 16:57:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 29 Aug 2018 16:57:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=mcNDes5T2fIv79CUGyoJ85QNgqIP3izEv+goI4MrqNY=; b=NXE3M ciV9i5ue3VUFoiEpR3F9fyTqpRAicpJAyl7un5BJREanniJMqQnbIUhGk1Wcq1AW aPU7hmsVnKn3XNqZVA09A1lrcaiqQe0AHvsb0Uu/qH3n3A0iZCmKnN+mFQVx2oKk gNBO0TPNkH6hmp5ifOarQGwDXoB3KNc2PNf0Ek= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=mcNDes5T2fIv79CUGyoJ85QNgqIP3 izEv+goI4MrqNY=; b=Ge8EZUOi4i4lODBpdMcnNza2Jz5srYP2YKh2ystE/WX8v rwb+K6x5vOWWx15xTzWmDx9R3Zs6nnvA1CLIwLvZB17eLF5pJ+zpFU+cxec99Ifg GVQnF3dbz6TEWGsnuhIV37IgPRdssuuKa9QUWxC96bgifuBeixb78q/diwv+iZOq IbtNSBSTEYWHt3IIsGrQxUqBSvoPUKJx8ioU+fheRbhsq6e6xgdh57jZ3UsT5qRq jZQ1O3MMnysc1uRkzKrVeds4F7h4MRCnTrPDATH2d/ATqjL9uMLGX3bglPCWHjvb 8L6NGVkx+Fq9C0pbNYRj1tWsz3oublBZMJa4nfU4A== X-ME-Proxy: X-ME-Sender: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 8E59AE44F1; Wed, 29 Aug 2018 16:57:31 -0400 (EDT) Date: Wed, 29 Aug 2018 16:57:30 -0400 From: Leo Famulari To: Roel Janssen Subject: Re: [bug#31346] [PATCH] gnu: gnuzilla: Add mozjs-52. Message-ID: <20180829205730.GB18756@jasmine.lan> References: <87fu39oiwb.fsf@gnu.org> <87k1shrgrf.fsf@gnu.org> <871seolemr.fsf@gnu.org> <87wowfannx.fsf@gnu.org> <87zi0oyui0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline In-Reply-To: <87zi0oyui0.fsf@gnu.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31346-done Cc: Ludovic =?iso-8859-1?Q?Court=E8s?= , 31346-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Mozjs-52 was added in commit 192a59d0f6d7f8f549c0c8225ceef999cff65d31. Closing the bug... --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAluHCLoACgkQJkb6MLrK fwgHFw//XmnPLZFNpIbxU9l3xhJFa5DtvwH9mMxeJLCMwtrbojY35Kt0yE3P5x0X xV+eo1l/5NKpFoFeH6sYryBdou6D6ouD3/ZucqhLOsz+j2YUb9tk7s38qKFzesmb s1uLjYwYsAwljubc7vFLnGcs90XJdYio4EmhqtiGtuK60z3+So/V2rWqgOgnmfbK 4TZe7TpIOGQau6m1SbbmjD8+4xme8POoZZ5rVNMh60rYGNQOWN6MaBnP9bosmWSD qO5JuaGuTW3If1BvysuwsdSfZcSrEbjbU8vMt3x1SkE1ZYbz2n4TsH4bJ5FHUzSz EtNfGH+T45OKwHSqTeNZja3pA3XD9i+N6DwF2ntUPuAFaUoNcjKb6zMqgo0sj0AV k/SyusyB0ZbIV1UEeSPGolbq4xxeMJ5EztAhpOzLRk9Z28aUtnBDiSJ1G+l7F/YX 46JLrgpQX79v1vBR8qID/33+f+r4zUhLYAvM7Pe1S7eMGU6j/Rf3Dqst5UBaa8gS hHOux5Bl2Q72RvN507gyovtYD+R6aaz04ayx018IpEBqwR38Ck6LInHSqfvOac+z Yh/aw/mm21gUD70rOJ6Ld3UPWwoxnUwTBZOSFOCZMJeDZiDQ1PYyYeuZPfdQwDL0 ywltx4jo5lfSh51CGSM4zB/1wcjjliTNLHYeJfBIuT4c6kxTc1I= =2XBH -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k-- From unknown Mon Aug 18 02:34:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Sep 2018 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator