unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63243] [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'.
@ 2023-05-03  6:43 Andrew Whatson via Guix-patches via
  2023-05-05 21:53 ` bug#63243: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Whatson via Guix-patches via @ 2023-05-03  6:43 UTC (permalink / raw)
  To: 63243; +Cc: Andrew Whatson

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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63243: [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'.
  2023-05-03  6:43 [bug#63243] [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11' Andrew Whatson via Guix-patches via
@ 2023-05-05 21:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-05 21:53 UTC (permalink / raw)
  To: Andrew Whatson; +Cc: 63243-done

Hi Andrew,

Andrew Whatson <whatson@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-05 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03  6:43 [bug#63243] [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11' Andrew Whatson via Guix-patches via
2023-05-05 21:53 ` bug#63243: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).