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

fix(linkage): improve apt package resolution #495

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

mistydemeo
Copy link
Contributor

The path linked against might be a symlink that dpkg -S can't resolve to the providing package. If we do a realpath call on it, we get a path that we can more reliably resolve later.

@mistydemeo mistydemeo requested a review from Gankra October 19, 2023 18:38
@ashleygwilliams
Copy link
Member

i'm not qualified to review this- @Gankra can you take a look today?

The path linked against might be a symlink that `dpkg -S` can't resolve
to the providing package. If we do a `realpath` call on it, we get a path
that we can more reliably resolve later.
@mistydemeo mistydemeo force-pushed the ldd-fix-package-resolution branch from 53f4dd7 to 53c9870 Compare October 23, 2023 20:29
@mistydemeo mistydemeo merged commit 4893c62 into main Oct 23, 2023
@mistydemeo mistydemeo deleted the ldd-fix-package-resolution branch October 23, 2023 20:43
mistydemeo added a commit that referenced this pull request Oct 23, 2023
fix(linkage): improve apt package resolution
mistydemeo added a commit that referenced this pull request Oct 23, 2023
fix(linkage): improve apt package resolution
mistydemeo added a commit that referenced this pull request Oct 23, 2023
fix(linkage): improve apt package resolution
mistydemeo added a commit that referenced this pull request Oct 23, 2023
fix(linkage): improve apt package resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants