Hi Andreas, On 2022-04-23 14:21, Andreas Metzler wrote: >> After that, build fails at dh_shlibdeps step: >> dh_shlibdeps >> dpkg-shlibdeps: error: cannot find library libtbbmalloc.so.2 needed by >> debian/libtbbmalloc2/usr/lib/${DEB_HOST_MULTIARCH}/libtbbmalloc_proxy.so.2 >> (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '') > You need to > chmod +x debian/libtbbmalloc2.install > after applying the patch to activate dh_exec.
This worked, thanks! I can confirm libtbb2 and libtbb12 are co-installable now, thus I can work on packaging pufferfish (#944785), which transitively depends on both of these libs packages. Best, Andrius