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

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

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77908: closed ([PATCH 0/3] Update boost.)
Date: Wed, 09 Jul 2025 20:46:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 9 Jul 2025 16:45:17 -0400
with message-id <CA+3U0ZnjYPnCX69qtBXYDGA2aEywKXg0GLWdRjiSOaiVv_DR0g <at> mail.gmail.com>
and subject line Re: [PATCH 3/3] gnu: boost: Update to 1.88.0.
has caused the debbugs.gnu.org bug report #77908,
regarding [PATCH 0/3] Update boost.
to be marked as done.

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


-- 
77908: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77908
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: 77908-done <at> debbugs.gnu.org
Subject: Re: [PATCH 3/3] gnu: boost: Update to 1.88.0.
Date: Wed, 9 Jul 2025 16:45:17 -0400
On Fri, Apr 18, 2025 at 3:59 PM Greg Hogan <code <at> greghogan.com> wrote:
>
> * 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 patchset is included in the c++-libraries branch so I am closing the issue.


This bug report was last modified 16 days ago.

Previous Next


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