issue #403 -- show the filename being analysed in 'shared library not found' error messages as an aide to debugging.
modified libpkg/pkg_elf.c
@@ -76,8 +76,6 @@ filter_system_shlibs(const char *name, char *path, size_t pathlen)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -89,14 +87,14 @@ filter_system_shlibs(const char *name, char *path, size_t pathlen)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -105,14 +103,14 @@ add_shlibs_to_pkg(__unused void *actdata, struct pkg *pkg, const char *name)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,8 +132,8 @@ test_depends(void *actdata, struct pkg *pkg, const char *name)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -217,7 +215,7 @@ warn_about_name_format(struct pkg *pkg, const char *fpath, const char *shlib)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -370,7 +368,7 @@ analyse_elf(struct pkg *pkg, const char *fpath,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|