Guess: is it caused by -Wl,as-needed? You could try this workaround in the spec file and see if that helps:

%undefine _ld_as_needed

The proper fix is surely to link libcore.so to everything that it needs (glib, cairo, and the libcommon which provides spectre_tiling_params_invalid) but this requires some expertise with the build system. I see the toplevel CMakeLists.txt surprisingly doesn't specify any dependencies at all. I found cmake/platforms/unix.cmake which is globally adding a GTK dependency, which is not a best practice. Might need to do the same for cairo and glib. Also, it looks like the core library may need to depend on the common library


--
_______________________________________________
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to