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?

Regards,
Mamoru
_______________________________________________
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