Skip to content

Conversation

@elskow
Copy link

@elskow elskow commented Dec 15, 2025

Turns out listing all 36 abseil deps in the .pc files was a bad idea. pkg-config goes nuts trying to resolve them on systems without memoization (we're talking 15+ min hangs).
Now we only list the abseil packages that actually show up in public headers. Way fewer deps, way faster resolution.

Fixes #24610

@google-cla
Copy link

google-cla bot commented Dec 15, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@honglooker
Copy link
Contributor

cmake; tagging @sbenzaquen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pkg-config can not resolve dependencies

2 participants