Package seems to compile and install without errors but misses some binaries. A check of the build log shows that some binaries could not be linked because of missing symbols of secondary libs. See attached build.log. What seems weird is that the build process does not fail.
Created attachment 224111 [details] Build log with errors due to -Wl,--as-needed
Created attachment 224113 [details, diff] Patch to work with --as-needed The attached patch fixes the problem on stable amd64 and x86. Needs to be positioned in files/3.0.3 and applied with epatch in src_prepare().
Created attachment 224175 [details, diff] updated fix for --as-needed Overlooked one problem in the last patch. It worked only if libbac.so was already installed. New patch looks for libbac.so in its build directory, so it is also available during first install.
Fixed in 5.0.1-r2. Can you please report that bug upstream?
Ok, I will do it in next days.