GNU bug report logs -
#53786
[PATCH core-updates] gnu: boost: Update to 1.78.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 4 Feb 2022 21:10:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 53786 in the body.
You can then email your comments to 53786 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53786
; Package
guix-patches
.
(Fri, 04 Feb 2022 21:10: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
guix-patches <at> gnu.org
.
(Fri, 04 Feb 2022 21:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch inlined and attached.
From 2c0c5f67f4d3f9ab3c8d2130f92a8059bf9d69ed Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 3 Feb 2022 17:54:31 +0000
Subject: [PATCH] gnu: boost: Update to 1.78.0.
* gnu/packages/boost.scm (boost): Update to 1.78.0.
[source](patches): Add upstream patch.
---
gnu/packages/boost.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index b53b1f4257..2373dd9feb 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -15,9 +15,8 @@
;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
-;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
+;;; Copyright © 2021, 2022 Greg Hogan <code <at> greghogan.com>
;;; Copyright © 2021 Franck Pérignon <
franck.perignon <at> univ-grenoble-alpes.fr>
-;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
;;;
;;; This file is part of GNU Guix.
@@ -68,15 +67,21 @@ (define (boost-patch name version hash)
(define-public boost
(package
(name "boost")
- (version "1.77.0")
+ (version "1.78.0")
(source (origin
(method url-fetch)
(uri (string-append "
https://boostorg.jfrog.io/artifactory/main/release/"
version "/source/boost_"
(version-with-underscores version)
".tar.bz2"))
+ (patches
+ (list (boost-patch
+ ;; 1.78.0 was released with a faulty installation
routine:
+ ;; <https://github.com/bfgroup/b2/pull/113>.
+ "0001-b2-fix-install.patch" version
+
"02ljm22a4gcaj10xng8ww8aifrrlzm1pgyp08c06fd75f9pbkrbi")))
(sha256
(base32
- "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
+ "1k5w6l3xsa9vipwk14sjb1vhsj88xwz7jr964996rcmxsisz30c6"))))
(build-system gnu-build-system)
(inputs (list icu4c zlib))
(native-inputs
--
2.34.0
[Message part 2 (text/html, inline)]
[0001-gnu-boost-Update-to-1.78.0.patch (text/x-patch, attachment)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 28 Mar 2022 07:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Mon, 28 Mar 2022 07:32:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53786-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Greg Hogan <code <at> greghogan.com> skribis:
>>From 2c0c5f67f4d3f9ab3c8d2130f92a8059bf9d69ed Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Thu, 3 Feb 2022 17:54:31 +0000
> Subject: [PATCH] gnu: boost: Update to 1.78.0.
>
> * gnu/packages/boost.scm (boost): Update to 1.78.0.
> [source](patches): Add upstream patch.
Applied to ‘core-updates’, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Apr 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.