[PATCH 2/2] gnu: bear: Fix build.

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • ??
  • zimoun
Owner
unassigned
Submitted by
??
Severity
normal
?
(name . guix-patches)(address . guix-patches@gnu.org)
CAGNyvehs_5h24AuCYWko6sz2Cy17gSWixaxuHHOUVf0bDpnP4A@mail.gmail.com
From ecfd0eb5ac3962efb3404b699b2642006b37bd82 Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76@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(-)

Toggle diff (41 lines)
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@protonmail.com>
;;; Copyright © 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022, 2023 Juliana Sims <jtsims@protonmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76@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
L
L
Ludovic Courtès wrote on 5 May 2023 23:55
(name . ??)(address . luhux76@gmail.com)(address . 63217@debbugs.gnu.org)
87a5yimojo.fsf@gnu.org
?? <luhux76@gmail.com> skribis:

Toggle quote (7 lines)
>>From ecfd0eb5ac3962efb3404b699b2642006b37bd82 Mon Sep 17 00:00:00 2001
> From: Lu Hui <luhux76@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’.
?
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 63217@debbugs.gnu.org)
CAGNyveioXaqAe0YBSVH9Bk2GxTe1vLKuEPdXFKjJiFOEDHiA+w@mail.gmail.com
it works, not need this patch :)


please close this issue

Ludovic Courtès <ludo@gnu.org> ?2023?5?6??? 05:55???
Toggle quote (17 lines)
>
> ?? <luhux76@gmail.com> skribis:
>
> >>From ecfd0eb5ac3962efb3404b699b2642006b37bd82 Mon Sep 17 00:00:00 2001
> > From: Lu Hui <luhux76@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’.
L
L
Ludovic Courtès wrote on 10 May 2023 18:50
(name . ??)(address . luhux76@gmail.com)(address . 63217-done@debbugs.gnu.org)
877ctg8724.fsf@gnu.org
?? <luhux76@gmail.com> skribis:

Toggle quote (2 lines)
> it works, not need this patch :)

OK, closing, thank you!

Ludo’.
Closed
Z
Z
zimoun wrote on 10 May 2023 11:47
(name . ??)(address . luhux76@gmail.com)
86sfc4zfee.fsf_-_@gmail.com
Hi,

On Tue, 09 May 2023 at 21:23, ?? <luhux76@gmail.com> wrote:

Toggle quote (2 lines)
> please close this issue

I am closing. Feel free to reopen if I am missing something.


Cheers,
simon
?