GNU bug report logs - #62652
[PATCH] gnu: giac: Update to 1.9.0-41.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Mon, 3 Apr 2023 19:46:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62652 in the body.
You can then email your comments to 62652 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62652; Package guix-patches. (Mon, 03 Apr 2023 19:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Apr 2023 19:46:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: giac: Update to 1.9.0-41.
Date: Mon,  3 Apr 2023 21:45:18 +0200
* gnu/packages/algebra.scm (giac): Update to 1.9.0-41.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 830f967f1c..aca397a78b 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -329,7 +329,7 @@ (define-public cmh
 (define-public giac
   (package
     (name "giac")
-    (version "1.9.0-37")
+    (version "1.9.0-41")
     (source
      (origin
        (method url-fetch)
@@ -341,7 +341,7 @@ (define-public giac
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "0ch18wp6b3nr0zg31961rxng2mbw5mj76s00jf5qz7jdxl65s27n"))))
+        (base32 "064c3mg5x6mr43nwnfag47gb1wyw2z4zzslsr78z3l5ql605d2ps"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: f3424ada316a9962818b60ae22236efce8bd9fb7
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#62652; Package guix-patches. (Tue, 04 Apr 2023 18:54:02 GMT) Full text and rfc822 format available.

Message #8 received at 62652 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62652 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: giac: Update to 1.9.0-41.
Date: Tue,  4 Apr 2023 20:53:05 +0200
* gnu/packages/algebra.scm (giac): Update to 1.9.0-41.
[arguments]<#:phases>: Skip a failing test on i686.
---
Changelog:

v2: Skip a failing test on i686.

gnu/packages/algebra.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 830f967f1c..6f18c863e3 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -329,7 +329,7 @@ (define-public cmh
 (define-public giac
   (package
     (name "giac")
-    (version "1.9.0-37")
+    (version "1.9.0-41")
     (source
      (origin
        (method url-fetch)
@@ -341,7 +341,7 @@ (define-public giac
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "0ch18wp6b3nr0zg31961rxng2mbw5mj76s00jf5qz7jdxl65s27n"))))
+        (base32 "064c3mg5x6mr43nwnfag47gb1wyw2z4zzslsr78z3l5ql605d2ps"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -361,7 +361,8 @@ (define-public giac
             (lambda _
               (substitute* "check/Makefile.in"
                 (("chk_fhan4") "")
-                (("chk_fhan11") ""))))
+                (("chk_fhan11") "")
+                (("chk_fhan21") ""))))  ;fails specifically on i686
           (add-after 'install 'fix-doc
             (lambda _
               ;; Most French documentation has a non-commercial license, so we

base-commit: f3424ada316a9962818b60ae22236efce8bd9fb7
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#62652; Package guix-patches. (Sat, 08 Apr 2023 12:21:02 GMT) Full text and rfc822 format available.

Message #11 received at 62652 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62652 <at> debbugs.gnu.org
Subject: [PATCH v3] gnu: giac: Update to 1.9.0-41.
Date: Sat,  8 Apr 2023 14:20:39 +0200
* gnu/packages/algebra.scm (giac): Update to 1.9.0-41.
[arguments]<#:phases>: Skip failing tests on i686.
---

v3: Skip another failing test on i686

 gnu/packages/algebra.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c7df217d21..f99821de1b 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -329,7 +329,7 @@ (define-public cmh
 (define-public giac
   (package
     (name "giac")
-    (version "1.9.0-37")
+    (version "1.9.0-41")
     (source
      (origin
        (method url-fetch)
@@ -341,7 +341,7 @@ (define-public giac
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "0ch18wp6b3nr0zg31961rxng2mbw5mj76s00jf5qz7jdxl65s27n"))))
+        (base32 "064c3mg5x6mr43nwnfag47gb1wyw2z4zzslsr78z3l5ql605d2ps"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -361,7 +361,8 @@ (define-public giac
             (lambda _
               (substitute* "check/Makefile.in"
                 (("chk_fhan4") "")
-                (("chk_fhan11") ""))))
+                (("chk_fhan11") "")
+                (("chk_fhan(14|21)") ""))))  ;fail specifically on i686
           (add-after 'install 'fix-doc
             (lambda _
               ;; Most French documentation has a non-commercial license, so we

base-commit: b08cdfc6d363e9ca63118303b4628542c54a612d
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#62652; Package guix-patches. (Mon, 10 Apr 2023 15:24:02 GMT) Full text and rfc822 format available.

Message #14 received at 62652 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62652 <at> debbugs.gnu.org
Subject: [PATCH v4] gnu: giac: Update to 1.9.0-43.
Date: Mon, 10 Apr 2023 17:23:25 +0200
* gnu/packages/algebra.scm (giac): Update to 1.9.0-43.
[arguments]<#:phases>: Skip failing tests on i686.
---

v4: Bump to 1.9.0-43.

 gnu/packages/algebra.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c7df217d21..76b3da8084 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -329,7 +329,7 @@ (define-public cmh
 (define-public giac
   (package
     (name "giac")
-    (version "1.9.0-37")
+    (version "1.9.0-43")
     (source
      (origin
        (method url-fetch)
@@ -341,7 +341,7 @@ (define-public giac
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "0ch18wp6b3nr0zg31961rxng2mbw5mj76s00jf5qz7jdxl65s27n"))))
+        (base32 "1fqs9nxjj0kimisfsfhscgzfmc470lyzm63hwla7ka2iqq3s7bp3"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -360,8 +360,8 @@ (define-public giac
             ;; FIXME: Tests failing.  Not sure why.
             (lambda _
               (substitute* "check/Makefile.in"
-                (("chk_fhan4") "")
-                (("chk_fhan11") ""))))
+                (("chk_fhan(4|11)") "")
+                (("chk_fhan(14|21)") "")))) ;fail specifically on i686
           (add-after 'install 'fix-doc
             (lambda _
               ;; Most French documentation has a non-commercial license, so we

base-commit: a4e9842a70775a54bbe1369881b739e7ea9a6432
-- 
2.39.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 16 Apr 2023 13:57:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Sun, 16 Apr 2023 13:57:02 GMT) Full text and rfc822 format available.

Message #19 received at 62652-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62652-done <at> debbugs.gnu.org
Subject: Re: [bug#62652] [PATCH v4] gnu: giac: Update to 1.9.0-43.
Date: Sun, 16 Apr 2023 15:56:22 +0200
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> * gnu/packages/algebra.scm (giac): Update to 1.9.0-43.
> [arguments]<#:phases>: Skip failing tests on i686.

Applied. Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 May 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 97 days ago.

Previous Next


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