Added path of problematic binary when dependency could not be found
Without verbose logging (which is really spammy) this information is otherwise not available, but it can be very helpful in finding out what's causing the problem.
This commit is contained in:
@@ -301,6 +301,7 @@ LddInfo findDependencyInfo(const QString &binaryPath)
|
||||
// LogDebug() << "ldd outputLine:" << outputLine;
|
||||
if ((outputLine.contains("not found")) && (qtDetectionComplete == 1)){
|
||||
LogError() << "ldd outputLine:" << outputLine.replace("\t", "");
|
||||
LogError() << "for binary:" << binaryPath;
|
||||
LogError() << "Please ensure that all libraries can be found by ldd. Aborting.";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user