GNU bug report logs - #63243
[PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'.

Previous Next

Package: guix-patches;

Reported by: Andrew Whatson <whatson <at> tailcall.au>

Date: Wed, 3 May 2023 06:46: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 63243 in the body.
You can then email your comments to 63243 AT debbugs.gnu.org in the normal way.

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#63243; Package guix-patches. (Wed, 03 May 2023 06:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Whatson <whatson <at> tailcall.au>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 May 2023 06:46:02 GMT) Full text and rfc822 format available.

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

From: Andrew Whatson <whatson <at> tailcall.au>
To: guix-patches <at> gnu.org
Cc: Andrew Whatson <whatson <at> tailcall.au>
Subject: [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'.
Date: Wed,  3 May 2023 16:43:35 +1000
Fixes a linker error when building bear, caused by incompatibility
between abseil-cpp used by bear and abseil-cpp-cxxstd11 used by grpc.

* gnu/packages/build-tools.scm (bear)[native-inputs]: Use
ABSEIL-CPP-CXXSTD11.
---
 gnu/packages/build-tools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index bcca229466..33d91e6043 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -154,7 +154,7 @@ (define-public bear
        ("re2" ,re2)
        ("spdlog" ,spdlog-1.10)))
     (native-inputs
-     `(("abseil-cpp" ,abseil-cpp)
+     `(("abseil-cpp" ,abseil-cpp-cxxstd11)
        ("googletest" ,googletest)
        ("openssl" ,openssl)
        ("pkg-config" ,pkg-config)

base-commit: 94e2e3553440a2a5ac4a312e80b8ea21ddebafeb
prerequisite-patch-id: 3d7fb3e786cac039448473f020bca5a1ba784ba7
prerequisite-patch-id: 9e65215b0ab7e634442ffb20fa51c062754fef36
prerequisite-patch-id: e6f89e5aa48e27e1a05bb25cdf7306904fb97b87
prerequisite-patch-id: dea0b27507762194e6d3323ee383375ce9bb5b3f
prerequisite-patch-id: 4a151f7ab214688100ad9be43cc517d4e83fae5b
prerequisite-patch-id: aa79730a845863aa68c4413f01e9957159d9b37b
prerequisite-patch-id: c991685207a07ca27bf7add0ac6b931919e35652
-- 
2.39.2






Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 05 May 2023 21:55:01 GMT) Full text and rfc822 format available.

Notification sent to Andrew Whatson <whatson <at> tailcall.au>:
bug acknowledged by developer. (Fri, 05 May 2023 21:55:02 GMT) Full text and rfc822 format available.

Message #10 received at 63243-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andrew Whatson <whatson <at> tailcall.au>
Cc: 63243-done <at> debbugs.gnu.org
Subject: Re: bug#63243: [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'.
Date: Fri, 05 May 2023 23:53:52 +0200
Hi Andrew,

Andrew Whatson <whatson <at> tailcall.au> skribis:

> Fixes a linker error when building bear, caused by incompatibility
> between abseil-cpp used by bear and abseil-cpp-cxxstd11 used by grpc.
>
> * gnu/packages/build-tools.scm (bear)[native-inputs]: Use
> ABSEIL-CPP-CXXSTD11.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 03 Jun 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 299 days ago.

Previous Next


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