GNU bug report logs -
#63217
[PATCH 2/2] gnu: bear: Fix build.
Previous Next
Reported by: 路辉 <luhux76 <at> gmail.com>
Date: Tue, 2 May 2023 00:29: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 63217 in the body.
You can then email your comments to 63217 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#63217
; Package
guix-patches
.
(Tue, 02 May 2023 00:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
路辉 <luhux76 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 02 May 2023 00:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From ecfd0eb5ac3962efb3404b699b2642006b37bd82 Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76 <at> gmail.com>
Date: Tue, 2 May 2023 08:22:39 +0800
Subject: [PATCH 2/2] gnu: bear: Fix build.
* gnu/packages/build-tools.scm (bear)[inputs]: use grpc-1.54.0
---
gnu/packages/build-tools.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index bcca229466..b5666f4306 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2021 qblade <qblade <at> protonmail.com>
;;; Copyright © 2021, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2022, 2023 Juliana Sims <jtsims <at> protonmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -118,7 +119,7 @@ (define-public bam
(define-public bear
(package
(name "bear")
- (version "3.0.20")
+ (version "3.1.2")
(source
(origin
(method git-fetch)
@@ -127,7 +128,7 @@ (define-public bear
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0k89ccp9vz3x71w3r2wfpng9b8s0rxp4qr0ch9q32wq6y1ik847j"))))
+ (base32 "1iq0ciw3x2awpli4k9mhx80c442xbs70y4g6qpwrirbjw15q33n7"))))
(build-system cmake-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -147,7 +148,7 @@ (define-public bear
(inputs
`(("c-ares" ,c-ares)
("fmt" ,fmt-8)
- ("grpc" ,grpc)
+ ("grpc" ,grpc-1.54.0)
("json-modern-cxx" ,json-modern-cxx)
("protobuf" ,protobuf)
("python" ,python-wrapper)
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63217
; Package
guix-patches
.
(Fri, 05 May 2023 21:56:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 63217 <at> debbugs.gnu.org (full text, mbox):
路辉 <luhux76 <at> gmail.com> skribis:
>>From ecfd0eb5ac3962efb3404b699b2642006b37bd82 Mon Sep 17 00:00:00 2001
> From: Lu Hui <luhux76 <at> gmail.com>
> Date: Tue, 2 May 2023 08:22:39 +0800
> Subject: [PATCH 2/2] gnu: bear: Fix build.
>
> * gnu/packages/build-tools.scm (bear)[inputs]: use grpc-1.54.0
Hi! I applied <https://issues.guix.gnu.org/63243>, which is a slightly
different solution.
Should we apply these changes anyway?
Thanks,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63217
; Package
guix-patches
.
(Tue, 09 May 2023 13:24:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 63217 <at> debbugs.gnu.org (full text, mbox):
it works, not need this patch :)
https://issues.guix.gnu.org/63217
https://issues.guix.gnu.org/63216
please close this issue
Ludovic Courtès <ludo <at> gnu.org> 于2023年5月6日周六 05:55写道:
>
> 路辉 <luhux76 <at> gmail.com> skribis:
>
> >>From ecfd0eb5ac3962efb3404b699b2642006b37bd82 Mon Sep 17 00:00:00 2001
> > From: Lu Hui <luhux76 <at> gmail.com>
> > Date: Tue, 2 May 2023 08:22:39 +0800
> > Subject: [PATCH 2/2] gnu: bear: Fix build.
> >
> > * gnu/packages/build-tools.scm (bear)[inputs]: use grpc-1.54.0
>
> Hi! I applied <https://issues.guix.gnu.org/63243>, which is a slightly
> different solution.
>
> Should we apply these changes anyway?
>
> Thanks,
> Ludo’.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 10 May 2023 16:51:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
路辉 <luhux76 <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 10 May 2023 16:51:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63217-done <at> debbugs.gnu.org (full text, mbox):
路辉 <luhux76 <at> gmail.com> skribis:
> it works, not need this patch :)
OK, closing, thank you!
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63217
; Package
guix-patches
.
(Sat, 13 May 2023 11:35:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 63217 <at> debbugs.gnu.org (full text, mbox):
Hi,
On Tue, 09 May 2023 at 21:23, 路辉 <luhux76 <at> gmail.com> wrote:
> please close this issue
I am closing. Feel free to reopen if I am missing something.
Cheers,
simon
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 11 Jun 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.