Am Do., 6. März 2025 um 14:49 Uhr schrieb Michael Schwendt
<mschwe...@gmail.com>:
>
> On Thu, 06 Mar 2025 14:31:17 +0100, Michael J Gruber wrote:
>
> > https://copr.fedorainfracloud.org/coprs/mjg/mupdf-git/
>
> Any particular reason why the shared libs are not executable?
> They ought to be. Missing 'x' permissions has caused issues before.
>
> $ rpmls mupdf-libs-1.26.0~dev\^309.gfa7687f1c-1.el9.x86_64.rpm
> lrwxrwxrwx  /usr/lib64/libmupdf.so.26
> -rw-r--r--  /usr/lib64/libmupdf.so.26.0
> drwxr-xr-x  /usr/share/licenses/mupdf-libs
> -rw-r--r--  /usr/share/licenses/mupdf-libs/COPYING
> --

Perfect, that was it!

The reason was a probably unintended change in an upstream commit
which squashed everything and the kitchen sink.

The way I noticed was because a depending package (python-PyMuPDF)
failed to build in EL9 coprs - it tried to pull in older lib versions
plus the current one, which conflicted. This looked utterly strange (I
suspected repo issues) until I noticed the missing provides (the older
versions still had them). Checked SONAME and all, but overlooked the
permissions. Thanks again!

Cheers
Michael
-- 
_______________________________________________
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