Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- [google-cloud-cpp] bump abseil #9646

Merged
merged 3 commits into from
Mar 7, 2022

Conversation

SSE4
Copy link
Contributor

@SSE4 SSE4 commented Mar 7, 2022

closes: #9615

Specify library name and version: google-cloud-cpp/all

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

Signed-off-by: SSE4 <tomskside@gmail.com>
@conan-center-bot conan-center-bot added the Bump dependencies Only bumping dependencies versions in the recipe label Mar 7, 2022
@DS-Serafin
Copy link

It does not completly close #9615 there sit still a clash on the protbuf version I think.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@DS-Serafin
Copy link

And openssl as well:

WARN: grpc/1.39.1: requirement openssl/1.1.1m overridden by google-cloud-cpp/1.31.1 to openssl/1.1.1l
WARN: libcurl/7.78.0: requirement openssl/1.1.1m overridden by google-cloud-cpp/1.31.1 to openssl/1.1.1l

@conan-center-bot
Copy link
Collaborator

All green in build 3 (831ff73dd03967427adc1c32b842cb527ce0ee41):

  • google-cloud-cpp/1.31.1@:
    All packages built successfully! (All logs)

  • google-cloud-cpp/1.27.0@:
    All packages built successfully! (All logs)

  • google-cloud-cpp/1.26.1@:
    All packages built successfully! (All logs)

  • google-cloud-cpp/1.30.1@:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit 3eaa2d3 into conan-io:master Mar 7, 2022
@DS-Serafin
Copy link

@SSE4 we have troubles building this with ggc 11 is there a reason the ci onl build up to gcc 10? Could you add a builder for gcc 11?

@SSE4
Copy link
Contributor Author

SSE4 commented Mar 9, 2022

@DS-Serafin I'll take a look what's going on with gcc11 and let you know.
we have GCC11 builders, but it requires all dependencies to be built with GCC11 first. see an explanation: #8587

@SSE4
Copy link
Contributor Author

SSE4 commented Mar 9, 2022

@SSE4 we have troubles building this with ggc 11 is there a reason the ci onl build up to gcc 10? Could you add a builder for gcc 11?

I've checked locally GCC11, and indeed it has some undefined references in abseil:

descriptor_utils.cc:(.text+0xc745): undefined reference to `absl::lts_20211102::variant_internal::ThrowBadVariantAccess()'
/usr/bin/ld: descriptor_utils.cc:(.text+0xc74a): undefined reference to `absl::lts_20211102::variant_internal::ThrowBadVariantAccess()'
/usr/bin/ld: descriptor_utils.cc:(.text+0xc74f): undefined reference to `absl::lts_20211102::variant_internal::ThrowBadVariantAccess()'
/usr/bin/ld: descriptor_utils.cc:(.text+0xc765): undefined reference to `absl::lts_20211102::variant_internal::ThrowBadVariantAccess()'

perhaps, an ABI mismatch/issue. anyway, as this PR is closed, please open new issue and let's discuss there.
meanwhile, I have scheduled dependencies to build for GCC11, so next PR to google-cloud-cpp should show the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bump dependencies Only bumping dependencies versions in the recipe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] google-cloud-cpp/1.31.1: Inconsistent depenencies
4 participants