Mamoru TASAKA wrote on 2021/11/19 19:25:
Remi Collet wrote on 2021/11/19 18:02:
This first affects libraqm, and so its users
so libgd
so php
Initial report https://github.com/libgd/libgd/issues/790
Tracked as https://bugzilla.redhat.com/show_bug.cgi?id=2022957
In short
libraqm is broken on F35
same version works as expected on F34
F34 version works on F35
So, really looks like a build issue
Any idea help welcome
Remi
P.S. I temporarily disable libraqm usage from gd to
workaround this issue.
Looking at libraqm build log:
F-34:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1841060
Checking for function "FT_Get_Transform" with dependency freetype2: NO
../src/raqm.c:1553:1: warning: ‘_raqm_ft_transform’ defined but not used [-Wunused-function]
1553 | _raqm_ft_transform (int *x,
F-35:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1841059
Checking for function "FT_Get_Transform" with dependency freetype2: YES
And the above _raqm_ft_transform warning does not appear.
So perhaps libraqm behaves differenctly somewhat between F-34 and F-35, perhaps
due to interaction with freetype2?
Related source code on libraqm:
https://github.com/HOST-Oman/libraqm/blob/master/src/raqm.c#L1726
So with HAVE_FT_GET_TRANSFORM defined, libraqm is doing some
"transformation", perhaps some rotation of something.
Regards,
Mamoru
_______________________________________________
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
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure