GNU bug report logs - #77908
[PATCH 0/3] Update boost.

Previous Next

Package: guix-patches;

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

Date: Fri, 18 Apr 2025 19:58:03 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77908 AT debbugs.gnu.org.

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#77908; Package guix-patches. (Fri, 18 Apr 2025 19:58:03 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 guix-patches <at> gnu.org. (Fri, 18 Apr 2025 19:58:03 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/3] Update boost.
Date: Fri, 18 Apr 2025 19:47:00 +0000
boost, boost-static, and ledger have 6926 dependent packages.

Greg Hogan (3):
  gnu: librevenge: Update to 0.0.5.
  gnu: Rename boost-for-source-highlight to boost-1.83.
  gnu: boost: Update to 1.88.0.

 gnu/packages/boost.scm        | 13 +++----------
 gnu/packages/finance.scm      |  2 +-
 gnu/packages/libreoffice.scm  |  4 ++--
 gnu/packages/pretty-print.scm |  2 +-
 4 files changed, 7 insertions(+), 14 deletions(-)


base-commit: ffc8a07ba45503014cc0647c5dd0613829999f98
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77908; Package guix-patches. (Fri, 18 Apr 2025 20:00:05 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 77908 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/3] gnu: librevenge: Update to 0.0.5.
Date: Fri, 18 Apr 2025 19:58:32 +0000
* gnu/packages/libreoffice.scm (librevenge): Update to 0.0.5.

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

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 4ca0857b01..089541ec2c 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -207,14 +207,14 @@ (define-public unoconv
 (define-public librevenge
   (package
     (name "librevenge")
-    (version "0.0.4")
+    (version "0.0.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/libwpd/librevenge/librevenge-"
                           version "/librevenge-" version ".tar.xz"))
       (sha256 (base32
-               "1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
+               "0d7bmqd6r23y076j4nk6fxhq2fx8dxk6a14yicsb2234pd20qv8h"))))
     (build-system gnu-build-system)
     (native-inputs
      (list cppunit doxygen pkg-config))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77908; Package guix-patches. (Fri, 18 Apr 2025 20:00:08 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 77908 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/3] gnu: Rename boost-for-source-highlight to boost-1.83.
Date: Fri, 18 Apr 2025 19:58:33 +0000
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ...
(boost-1.83): ... to this.
* gnu/packages/pretty-print.scm (source-highlight): Update accordingly.

Change-Id: Iefbc274a0e7a54c22882de51a429c4ffb9c6efaf
---
 gnu/packages/boost.scm        | 2 +-
 gnu/packages/pretty-print.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index f50d49188d..f2660358c9 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -208,7 +208,7 @@ (define-public boost
     (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"
                                 "Some components have other similar licences."))))
 
-(define-public boost-for-source-highlight
+(define-public boost-1.83
   (hidden-package (package (inherit boost)
     (name "boost")
     (version "1.83.0")
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index fb676539b2..026a528fec 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -319,7 +319,7 @@ (define-public source-highlight
     ;; The ctags that comes with emacs does not support the --excmd options,
     ;; so can't be used
     (inputs
-     (list boost-for-source-highlight))
+     (list boost-1.83))
     (native-inputs
      (list bison flex))
     (arguments
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77908; Package guix-patches. (Fri, 18 Apr 2025 20:00:11 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 77908 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 3/3] gnu: boost: Update to 1.88.0.
Date: Fri, 18 Apr 2025 19:58:34 +0000
* gnu/packages/boost.scm (boost): Update to 1.88.0.
[source]: Remove patches.
* gnu/packages/finance.scm (ledger)[inputs]: Replace boost with
boost-1.83.

Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
---
 gnu/packages/boost.scm   | 11 ++---------
 gnu/packages/finance.scm |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index f2660358c9..a037eddc3f 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -69,22 +69,15 @@ (define (boost-patch name version hash)
 (define-public boost
   (package
     (name "boost")
-    (version "1.83.0")
+    (version "1.88.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archives.boost.io/release/"
                                   version "/source/boost_"
                                   (version-with-underscores version) ".tar.bz2"))
-              (patches
-                (append
-                 (search-patches "boost-fix-duplicate-definitions-bug.patch")
-                 (list (boost-patch
-                        "0001-unordered-fix-copy-assign.patch" version
-                        "09j61m5xh7099k5na9i43x5rra51znf7vm2nyh89yqpizcll9q66"))))
-              (patch-flags '("-p2"))
               (sha256
                (base32
-                "13iviiwk1srpw9dmiwabkxv56v0pl0zggjp8zxy1419k5zzfsy34"))))
+                "0yrgn6syk260ckq9ld44vjv1bl6bamhy3jbp10kikcipcv0d5na6"))))
     (build-system gnu-build-system)
     (inputs
      (append
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 8a231cef33..cec3b00bf9 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -374,7 +374,7 @@ (define-public ledger
                                              "share/zoneinfo"))
              #t)))))
     (inputs
-     (list boost
+     (list boost-1.83
            gmp
            libedit
            mpfr
-- 
2.49.0





This bug report was last modified 5 days ago.

Previous Next


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