* Richard Shaw:

> On Mon, Aug 2, 2021 at 10:42 PM Tom Stellard <tstel...@redhat.com> wrote:
>
>  On 8/2/21 8:38 PM, Richard Shaw wrote:
>  > I'm trying to fix vigra to work with OpenEXR 3 via the CONFIG method.
>  > 
>  > In the OpenEXR config it has a "find_dependency(Threads REQUIRED)" and 
> there's
>  no complaint, but then building fails[1] with no such library as 
> "Threads::Threads"
>  which means it's not getting translated into the library name, presumable
>  libpthread.so.0.
>  > 
>  > I added a "Find(Threads)" just to see what's up and that is failing even 
> though the
>  library is provided by the glibc package which is definitely installed!
>  > 
>  > Anyone else have any ideas?
>  > 
>
>  Could this be related to merging libpthread.so into libc.so?
>
>  https://fedoraproject.org/wiki/Changes/GNUToolchainF35#Scope
>
> Random idea, could a symlink be provided? Would there be any downsides?
>
> libpthread.so -> libc.so.x

It wouldn't solve this particular problem.  FindThreads still wouldn't
define Threads::Threads because it stops searching so early.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to