Skip to content

abseil, re2: updates (wip) #28167

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

herbygillot
Copy link
Member

Description

  • abseil: update to 20250127.1
  • re2: update to 2024-07-02
Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install sudo port -d destroot?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@macportsbot
Copy link

Notifying maintainers:
@judaew for port abseil.

@macportsbot macportsbot added type: update maintainer: open Affects an openmaintainer port by: member Created by a member with commit rights labels Apr 16, 2025
@suhailskhan
Copy link
Contributor

@herbygillot I suspect that the build failure for py-grpcio-tools may be because abseil-cpp needs to be added to the set_grpc_submodules line in the if {[string match "py*-${name_io}-tools" ${subport}]} block in grpc’s Portfile, on Line 275.

set grpc_submodules \

-    set grpc_submodules \
-                     protobuf
+    set grpc_submodules [list \
+                     abseil-cpp \
+                     protobuf \
+    ]

If this does not solve it, then it is possible that this version of grpc is too outdated to be compatible with this Abseil release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: update
Development

Successfully merging this pull request may close these issues.

4 participants