-
-
Notifications
You must be signed in to change notification settings - Fork 10
Rebuild for libabseil 20250127, libgrpc 1.71 & libprotobuf 5.29.3 #196
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
Rebuild for libabseil 20250127, libgrpc 1.71 & libprotobuf 5.29.3 #196
Conversation
…nda-forge-pinning 2025.03.13.20.26.56
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14568022151. Examine the logs at this URL for more detail. |
|
@coryan, is google-cloud-cpp compatible with protobuf v29.3 & grpc 1.71 already? which is a bit surprising, because we just generated the respective files further up with - what should be - a consistent set of protoc/grpc: Of course, it's not impossible that this is due to the extensive hackery that was necessary to get the current round of version increments to work, but it's a bit curious nevertheless, because all the other feedstocks so far were fine, and also, exporting PS. Huh, I had missed 80ca7d3 - hope you don't mind the ping. Otherwise the same question goes to @dbolduc 😅 |
|
It looks like we only build against protobuf 29.3 upstream. We have not adopted a gRPC past 1.69.0. I have not been following why. googleapis/google-cloud-cpp#14922 Aside: I am no longer on the google-cloud-cpp project either. I will soon send PRs to remove myself as a maintainer here. cc: @scotthart who knows more about the state of google-cloud-cpp and its dependencies than I do |
Don't mind at all. I speculate that this:
Has something to do with a recently fixed bug in gRPC: grpc/grpc#33501 But I say this only because of a loose pattern match: |
…nda-forge-pinning 2025.04.20.22.28.24
6d68cae to
8901238
Compare
|
@simia, I backported your upstream PR in conda-forge/grpc-cpp-feedstock#403, thanks a lot! We get a lot further now, but it still fails which seems to be similarly affected by the windows macro shenanigans. |
#38474 added protection from unwanted macros to the header files. This PR adds the same protection to the source files. Without protection both in header and source files the code containing system macros will not compile. Macros will apply to function names in cc files and those will start to differ from the ones in header files. This solves issues like described here: conda-forge/google-cloud-cpp-feedstock#196 Closes #39266 COPYBARA_INTEGRATE_REVIEW=#39266 from simia:protect_cc_files 3323fba PiperOrigin-RevId: 751501020
grpc#38474 added protection from unwanted macros to the header files. This PR adds the same protection to the source files. Without protection both in header and source files the code containing system macros will not compile. Macros will apply to function names in cc files and those will start to differ from the ones in header files. This solves issues like described here: conda-forge/google-cloud-cpp-feedstock#196 Closes grpc#39266 COPYBARA_INTEGRATE_REVIEW=grpc#39266 from simia:protect_cc_files 3323fba PiperOrigin-RevId: 751501020
grpc#38474 added protection from unwanted macros to the header files. This PR adds the same protection to the source files. Without protection both in header and source files the code containing system macros will not compile. Macros will apply to function names in cc files and those will start to differ from the ones in header files. This solves issues like described here: conda-forge/google-cloud-cpp-feedstock#196 Closes grpc#39266 COPYBARA_INTEGRATE_REVIEW=grpc#39266 from simia:protect_cc_files 3323fba PiperOrigin-RevId: 751501020
grpc#38474 added protection from unwanted macros to the header files. This PR adds the same protection to the source files. Without protection both in header and source files the code containing system macros will not compile. Macros will apply to function names in cc files and those will start to differ from the ones in header files. This solves issues like described here: conda-forge/google-cloud-cpp-feedstock#196 Closes grpc#39266 COPYBARA_INTEGRATE_REVIEW=grpc#39266 from simia:protect_cc_files 3323fba PiperOrigin-RevId: 751501020
…em macros (#39266) (#39484) #38474 added protection from unwanted macros to the header files. This PR adds the same protection to the source files. Without protection both in header and source files the code containing system macros will not compile. Macros will apply to function names in cc files and those will start to differ from the ones in header files. This solves issues like described here: conda-forge/google-cloud-cpp-feedstock#196 Closes #39266 COPYBARA_INTEGRATE_REVIEW=#39266 from simia:protect_cc_files 3323fba PiperOrigin-RevId: 751501020 Co-authored-by: Tomasz Kaczkowski <[email protected]>
…em macros (#39266) (#39483) #38474 added protection from unwanted macros to the header files. This PR adds the same protection to the source files. Without protection both in header and source files the code containing system macros will not compile. Macros will apply to function names in cc files and those will start to differ from the ones in header files. This solves issues like described here: conda-forge/google-cloud-cpp-feedstock#196 Closes #39266 COPYBARA_INTEGRATE_REVIEW=#39266 from simia:protect_cc_files 3323fba PiperOrigin-RevId: 751501020 Co-authored-by: Tomasz Kaczkowski <[email protected]>
This PR has been triggered in an effort to update absl_grpc_proto.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerunlabel to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun botin a PR comment to have theconda-forge-adminadd it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/13845673470 - please use this URL for debugging.