GNU bug report logs - #76923
[PATCH 0/2] Update apache-arrow.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 10 Mar 2025 18:06:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

To reply to this bug, email your comments to 76923 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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

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


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#76923; Package guix-patches. (Mon, 10 Mar 2025 18:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Mon, 10 Mar 2025 18:06:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 0/2] Update apache-arrow.
Date: Mon, 10 Mar 2025 18:04:25 +0000
Greg Hogan (2):
  gnu: apache-arrow: Update to 19.0.1.
  gnu: r-arrow: Update to 19.0.1.

 gnu/packages/cran.scm      | 4 ++--
 gnu/packages/databases.scm | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)


base-commit: 84e7feab83af2faf1083eb9283e923d0c9b8ad69
-- 
2.48.1





Information forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#76923; Package guix-patches. (Mon, 10 Mar 2025 18:08:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 76923 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/2] gnu: apache-arrow: Update to 19.0.1.
Date: Mon, 10 Mar 2025 18:06:41 +0000
* gnu/packages/databases.scm (apache-arrow): Update to 19.0.1.
[arguments]<#:configure-flags>: Disable mimalloc allocator.

Change-Id: Ia4e5d99f6f31911683b3ce424604eafa4700d255
---
 gnu/packages/databases.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 84b535eae00..36862030832 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4817,7 +4817,7 @@ (define-public apache-orc
 (define-public apache-arrow
   (package
     (name "apache-arrow")
-    (version "17.0.0")
+    (version "19.0.1")
     (source
      (origin
        (method git-fetch)
@@ -4827,7 +4827,7 @@ (define-public apache-arrow
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11yzhqdvvcq8k4dhcfnwhc0hl0a2k09gyijln00zbglajk7ihfsk"))))
+         "0l7nc12ykh6b9pcf20mvs4xsk9cyz7a45sdfs08rhilrhd8g10dn"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -4856,6 +4856,9 @@ (define-public apache-arrow
               ;; is unfortunate because jemalloc increases performance:
               ;; https://arrow.apache.org/blog/2018/07/20/jemalloc/.
               "-DARROW_JEMALLOC=OFF"
+              ;; System mimalloc is not suported and must be bundled:
+              ;; https://github.com/apache/arrow/issues/42211.
+              "-DARROW_MIMALLOC=OFF"
 
               ;; The CMake option ARROW_DEPENDENCY_SOURCE is a global
               ;; option that instructs the build system how to resolve
-- 
2.48.1





Information forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#76923; Package guix-patches. (Mon, 10 Mar 2025 18:08:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 76923 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/2] gnu: r-arrow: Update to 19.0.1.
Date: Mon, 10 Mar 2025 18:06:42 +0000
* gnu/packages/cran.scm (r-arrow): Update to 19.0.1.

Change-Id: If09bc10f5022caacb2d24873fa682042bdd72ef9
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8522eb07a55..c2b28b0cd32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29699,14 +29699,14 @@ (define-public r-ggpointdensity
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "17.0.0.1")
+    (version "19.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "0pp7rllpmdwsx0idqhfg4lv96cvdj6pbnypnlrr835jqv7sxn502"))))
+         "0w1r87kh8j9vq657qnhbmwwc7mmyrra8622mrc76c2cym1rv1zhn"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (arguments
-- 
2.48.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 10 Mar 2025 19:17:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Mon, 10 Mar 2025 19:17:03 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 76923-done <at> debbugs.gnu.org, Laurent Gatto <laurent.gatto <at> gmail.com>,
 Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: Re: [bug#76923] [PATCH 2/2] gnu: r-arrow: Update to 19.0.1.
Date: Mon, 10 Mar 2025 20:15:47 +0100
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/cran.scm (r-arrow): Update to 19.0.1.

Note that on the r-team branch r-arrow is already at 18.1.0.1.

I'll apply this to the r-team branch.  Thank you!

-- 
Ricardo




This bug report was last modified today.

Previous Next


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