On Sun, Oct 4, 2020 at 1:47 PM Sérgio Basto <sergio@xxxxxxxxxx> wrote: > mock -r fedora-rawhide-x86_64 --clean --install opencv-devel > > it installs opencv-devel well, it seems to me you need install tbb-devel ? That wouldn't explain why I got a good build in mock. Where Iñaki got an error, my build log shows: ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (image.textlinedetector) Also, the only direct references to libtbb in the sources are two instances of "-ltbb" in image.textlinedetector/src/Makevars.win, which isn't used (or shouldn't be used!) in a Linux build. R is attempting to do the equivalent of ldd on image.textlinedetector.so and is reporting that it cannot find a library, libtbb.so.2, that the shared object is already linked to, and that we know is installed due to the presence of opencv-devel. The question is why that is happening. Being able to reproduce the problem would help. :-) -- Jerry James http://www.jamezone.org/ _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx