GNU bug report logs - #67632
Build python-dm-tree.x86_64-linux on master is broken.

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 4 Dec 2023 22:55:02 UTC

Severity: normal

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 67632 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: bug#67632: [PATCH 2/2] gnu: python-dm-tree: Pin abseil-cpp version.
Date: Tue,  5 Dec 2023 19:48:03 +0000
* gnu/packages/python-xyz.scm (python-dm-tree)[inputs]: Replace
static-abseil-cpp with static-abseil-cpp-20220623.1.

Change-Id: Ia83175c266eeea5bab9dac4282e39d9f71b06052
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f458196fa..9b3c917e7a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5890,7 +5890,7 @@ (define-public python-dm-tree
     ;; We link the static abseil libraries here to avoid problems in
     ;; downstream libraries using potentially different variants of
     ;; abseil-cpp.  This is also what's done in the upstream CMake build.
-    (inputs (list pybind11 static-abseil-cpp python))
+    (inputs (list pybind11 static-abseil-cpp-20220623.1 python))
     (propagated-inputs (list python-wheel
                              python-absl-py
                              python-attrs
-- 
2.40.1





This bug report was last modified 61 days ago.

Previous Next


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