On Sun, 2020-10-04 at 15:28 -0600, Jerry James wrote: > 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: I saw in https://download.copr.fedorainfracloud.org/results/iucar/cran/fedora-rawhide-x86_64/01694086-R-CRAN-image.textlinedetector/builder-live.log.gz that tbb-devel was not installed in build root ... > ** 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 -- Sérgio M. B. _______________________________________________ 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