We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the ldd-check test is added poppler-dev subpackage of poppler the test will fail with the following errors:
2025/03/06 00:04:01 INFO running step "check for missing library dependencies using ldd" 2025/03/06 00:04:01 WARN + '[' -d /home/build ] 2025/03/06 00:04:01 WARN + cd /home/build 2025/03/06 00:04:01 WARN + ldd-check '--files=' '--packages=poppler-dev' '--verbose=false' 2025/03/06 00:04:01 INFO [ldd-check] Testing binaries in package poppler-dev 2025/03/06 00:04:01 INFO FAIL[ldd-check]: /usr/lib/libpoppler-cpp.so: missing libsmime3.so libnss3.so libplc4.so libnspr4.so 2025/03/06 00:04:01 INFO FAIL[ldd-check]: /usr/lib/libpoppler-glib.so: missing libsmime3.so libnss3.so libplc4.so libnspr4.so 2025/03/06 00:04:01 INFO FAIL[ldd-check]: /usr/lib/libpoppler.so: missing libsmime3.so libnss3.so libplc4.so libnspr4.so 2025/03/06 00:04:01 INFO INFO[ldd-check]: tested 3 files with ldd. 0 passes. 3 fails.
The text was updated successfully, but these errors were encountered:
murraybd
No branches or pull requests
If the ldd-check test is added poppler-dev subpackage of poppler the test will fail with the following errors:
The text was updated successfully, but these errors were encountered: