-
Notifications
You must be signed in to change notification settings - Fork 441
Description
Does this issue affect the google-cloud-cpp project? If the problem is with
the Google Cloud service exposed by the google-cloud-cpp libraries instead of
the client libraries themselves, you may consider opening a support request
instead. The google-cloud-cpp developers cannot help you troubleshoot problems
with the service itself.
Yes
What component of google-cloud-cpp is this related to? For example, is
this related to bigtable (i.e., something in google/cloud/bigtable), or GCS
(i.e., something in google/cloud/storage)?
spanner
Describe the bug A clear and concise description of what the bug is.
Google Cloud CPP does not compile on Gentoo Linux
To Reproduce Steps to reproduce the behavior:
- emerge -av net-libs/google-cloud-cpp
- Does not compile
Expected behavior A clear and concise description of what you expected to
happen.
Compiles successfully
Operating system: If you are using a Linux distribution please include the
name and version of the distribution too.
Gentoo Linux 6.12.41-gentoo-dist
What compiler and version are you using? Please include the output of
g++ -v or clang++ -v or the equivalent command-line flag.
g++ GCC 14.3.0
What version of google-cloud-cpp are you using? Please include the output
from git rev-parse HEAD if you are compiling from source, or the version
number from the applicable google/cloud/*/version.h file.
2.30.0
Additional context Add any other context about the problem here.