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

NeededEntry: infer implicit soname from file basename (bug 715162) #540

Merged

Conversation

zmedico
Copy link
Member

@zmedico zmedico commented Mar 29, 2020

For dynamic libraries, infer an implicit DT_SONAME setting from the
file basename, which is consistent with dynamic linking behavior in
practice. This makes it possible to resolve soname dependencies for
musl's libc.so which lacks a DT_SONAME setting.

Bug: https://bugs.gentoo.org/715162
Signed-off-by: Zac Medico zmedico@gentoo.org

@zmedico zmedico changed the title NeededEntry: infer implicit soname from file basename (bug 715162) WIP: NeededEntry: infer implicit soname from file basename (bug 715162) Mar 29, 2020
@zmedico

This comment has been minimized.

@zmedico zmedico force-pushed the bug_715162_infer_soname_from_basename branch from f1110ee to 534d09c Compare April 3, 2020 05:35
@zmedico zmedico changed the title WIP: NeededEntry: infer implicit soname from file basename (bug 715162) NeededEntry: infer implicit soname from file basename (bug 715162) Apr 3, 2020
@zmedico zmedico force-pushed the bug_715162_infer_soname_from_basename branch from 534d09c to e0ef5a3 Compare April 3, 2020 05:46
For dynamic libraries, infer an implicit DT_SONAME setting from the
file basename, which is consistent with dynamic linking behavior in
practice. This makes it possible to resolve soname dependencies for
musl's libc.so which lacks a DT_SONAME setting.

Bug: https://bugs.gentoo.org/715162
Signed-off-by: Zac Medico <zmedico@gentoo.org>
@zmedico zmedico force-pushed the bug_715162_infer_soname_from_basename branch from e0ef5a3 to 25fbe7b Compare April 8, 2020 06:03
@gentoo-bot gentoo-bot merged commit 25fbe7b into gentoo:master Apr 8, 2020
@zmedico zmedico deleted the bug_715162_infer_soname_from_basename branch April 8, 2020 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants