autoPatchelfHook: print dependant for missing deps
This commit is contained in:
parent
11a08bcfad
commit
f833f0406f
@ -228,7 +228,7 @@ autoPatchelf() {
|
|||||||
# autoPatchelfIgnoreMissingDeps is not set
|
# autoPatchelfIgnoreMissingDeps is not set
|
||||||
local depsMissing=0
|
local depsMissing=0
|
||||||
for failedDep in "${!autoPatchelfFailedDeps[@]}"; do
|
for failedDep in "${!autoPatchelfFailedDeps[@]}"; do
|
||||||
echo "autoPatchelfHook could not satisfy dependency $failedDep"
|
echo "autoPatchelfHook could not satisfy dependency $failedDep wanted by ${autoPatchelfFailedDeps[$failedDep]}"
|
||||||
depsMissing=1
|
depsMissing=1
|
||||||
done
|
done
|
||||||
if [[ $depsMissing == 1 && -z "$autoPatchelfIgnoreMissingDeps" ]]; then
|
if [[ $depsMissing == 1 && -z "$autoPatchelfIgnoreMissingDeps" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user