sodepends: Read DT_RUNPATH too
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:02:43
| Stage: test |
Download artifacts
No artifacts found |
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
DT_RPATH is deprecated and ignored if DT_RUNPATH present. It fixes detecting internal library dependencies.
E.g. /usr/bin/gnome-boxes contains a DT_RUNPATH /usr/lib/gnome-boxes and tries to load the libgovf-0.1.so library. Without this patch, namcap shows a warning:
gnome-boxes W: Referenced library 'libgovf-0.1.so' is an uninstalled dependency
With this patch, the internal dependency is detected properly, and no warning shown.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:02:43
| Stage: test |
Download artifacts
No artifacts found |