GNU bug report logs - #77782
[PATCH 1/2] gnu: Remove mozjs-102.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 13 Apr 2025 15:37:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77782: closed ([PATCH 1/2] gnu: Remove mozjs-102.)
Date: Sat, 19 Apr 2025 06:35:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 19 Apr 2025 14:30:59 +0800
with message-id <87ecxoacik.wl-hako <at> ultrarare.space>
and subject line Re: [bug#77782] [PATCH v2 2/2] gnu: mozjs: Disable test suite failing for DST.
has caused the debbugs.gnu.org bug report #77782,
regarding [PATCH 1/2] gnu: Remove mozjs-102.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77782: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77782
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 1/2] gnu: Remove mozjs-102.
Date: Sun, 13 Apr 2025 23:35:32 +0800
It fails to build and has no dependent packages.

* gnu/packages/gnuzilla.scm (mozjs-102): Delete variable.

Change-Id: I16f67810fddd338b5e55a61b57975a83426bdf54
---
 gnu/packages/gnuzilla.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index f4a912d8d5..76d5ab1d29 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -256,22 +256,6 @@ (define-public mozjs
 in C/C++.")
     (license license:mpl2.0))) ; and others for some files
 
-(define-public mozjs-102
-  (package
-    (inherit mozjs)
-    (name "mozjs")
-    (version "102.2.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://ftp.mozilla.org/pub/firefox"
-                                  "/releases/" version "esr/source/firefox-"
-                                  version "esr.source.tar.xz"))
-              (sha256
-               (base32
-                "1zwpgis7py1bf8p88pz3mpai6a02qrdb8ww2fa9kxxdl9b8r2k81"))))
-    (inputs (modify-inputs (package-inputs mozjs)
-              (replace "icu4c" icu4c-71)))))
-
 (define-public mozjs-78
   (package
     (inherit mozjs)

base-commit: 94e7afbb557d3f2709072bf2bf58618293ca7fbd
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Clément Lassieur <clement <at> lassieur.org>
Cc: André Batista <nandre <at> riseup.net>,
 Mark H Weaver <mhw <at> netris.org>, 77782-done <at> debbugs.gnu.org,
 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>, Ian Eure <ian <at> retrospec.tv>
Subject: Re: [bug#77782] [PATCH v2 2/2] gnu: mozjs: Disable test suite failing
 for DST.
Date: Sat, 19 Apr 2025 14:30:59 +0800
On Thu, 17 Apr 2025 22:06:16 +0800,
Clément Lassieur wrote:
>
> On Thu, Apr 17 2025, Hilton Chain wrote:
>
> > * gnu/packages/gnuzilla.scm (mozjs)[arguments]<#:phases>: Delete test suite
> > non262/Date/15.9.5.7.js.
> >
> > Change-Id: I480c78d208ccecda8a5467461a0e5c7228262f9d
> > ---
> >  gnu/packages/gnuzilla.scm | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
> > index 76d5ab1d29..78d6151ceb 100644
> > --- a/gnu/packages/gnuzilla.scm
> > +++ b/gnu/packages/gnuzilla.scm
> > @@ -186,6 +186,10 @@ (define-public mozjs
> >                              (("mips64") "mips64|riscv64")))
> >                         #~())
> >
> > +                ;; FIXME: An one-hour difference is produced after DST
> > +                ;; starting in the timezone the test suite uses.
> > +                (delete-file "non262/Date/15.9.5.7.js")
>
> Great, LGTM, thanks.
>
> >                  ;; The test suite expects a lightly patched ICU.  Disable tests
> >                  ;; that do not work with the system version.  See
> >                  ;; "intl/icu-patches" for clues.

Thanks, I have applied it as b276cf2f9785c71cc37688c3e2b1db38e2c710a1.


This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.