On Wed, 8 Apr 2020, Dominic Hopf via devel wrote:
Greetings, I'm trying to build Geany and the Geany Plugins for EPEL8 currently and stumble over an issue which seems to be quite special in some kind for aarch64 and s390x:https://koji.fedoraproject.org/koji/taskinfo?taskID=43133907 Basically I merged the epel7 branch into the epel8 branch for that build, the geany-plugins-markdown plugin required webkitgtk4-devel so far: ``` %if 0%{?rhel} BuildRequires: webkitgtk4-devel %else BuildRequires: webkit2gtk3-devel %endif ``` I'm a bit confused and unsure how to proceed further as the build obviously worked fine for ppc64le and x86_64.
You should probably be using webkit2gtk3-devel on EPEL8 as its newer and more up to date.
Unfortunately, there is a bit of discrepancy in RHEL8 related to development packages not being provided on various architectures. You will probably have to use ExcludeArch for s390x and aarch64 (for now).
See: https://fedoraproject.org/wiki/EPEL/FAQ#RHEL_8.2B_has_binaries_in_the_release.2C_but_is_missing_some_corresponding_-devel_package._How_do_I_build_a_package_that_needs_that_missing_-devel_package.3F Scott
_______________________________________________ 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