https://bugzilla.redhat.com/show_bug.cgi?id=1998270



--- Comment #28 from Amanda Graven <[email protected]> ---
Looking at koji, it seems that the build fails for 32-bit arm and x86, due to
an issue with mismatched integer sizes. The build logs are here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=79510878. The exact error
is:
../gtksourceview/implregex.c: In function ‘impl_regex_new’:
../gtksourceview/implregex.c:239:55: error: format ‘%lx’ expects argument of
type ‘long unsigned int’, but argument 2 has type ‘gsize’ {aka ‘unsigned int’}
[-Werror=format=]
  239 |                 message = g_strdup_printf ("compile=%lx match=%lx
pattern=%s",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %x
  240 |                                            regex->compile_flags,
      |                                            ~~~~~~~~~~~~~~~~~~~~
      |                                                 |
      |                                                 gsize {aka unsigned
int}

At first glance this seems like an upstream bug. I will investigate the issue
further and determine how difficult it is to patch.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1998270
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to