Skip to content
Snippets Groups Projects

library: Add an accessor for the real SONAME

Merged Simon McVittie requested to merge wip/t22550 into master
All threads resolved!

Includes !128 (merged), please review that first.

/cc @denittis


  • library: Distinguish between requested name and SONAME

    In rare cases, like libldap-2.4 and libcurl in scout, they can differ.

  • library: Add an accessor for the real SONAME

    In s-r-system-info, we show libraries whose SONAME is not the same as the name we asked for, even in non-verbose mode. For example, if the expectations have not been updated to list libldap_r-2.4.so.2 yet, Debian systems will show:

      "libldap-2.4.so.2" : {
        "soname" : "libldap_r-2.4.so.2",
        "path" : "/usr/lib/x86_64-linux-gnu/libldap-2.4.so.2"
      },

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Simon McVittie added 3 commits

    added 3 commits

    • 4ee35d0b - 1 commit from branch master
    • 8ef6eb74 - library: Distinguish between requested name and SONAME
    • 1d348ddc - library: Add an accessor for the real SONAME

    Compare with previous version

  • Simon McVittie
  • Simon McVittie resolved all threads

    resolved all threads

  • Looks good to me!

  • Simon McVittie mentioned in commit 81a50682

    mentioned in commit 81a50682

  • Please register or sign in to reply
    Loading