On Sat, 2025-09-06 at 19:21 +0000, Wolfgang Ulbrich wrote:
> weird, same build for rawhide runs well.
> https://koji.fedoraproject.org/koji/taskinfo?taskID=136836117
> I think i have to lay back and wait for more magic from you to fix mate-utils 
> build for f43 -_-

This wasn't strictly gdb-pixbuf2's fault, it's caused by a buildroot
override for openjph which includes an soname bump. I've been unpicking
this mess all morning -
see https://bodhi.fedoraproject.org/updates/FEDORA-2025-5895629ddd -
but your email alerted me to the fact that the F43 BRO existed.

I've just expired that BRO and requested a regen of the F43 buildroot
repo, so you should be able to go ahead with this build in a few
minutes.

Simone, if you want to build this for F43, please do what I did for
Rawhide: set up a side tag, build openjph in it, do a bootstrap build
of libheif in it against that openjph, then do a non-bootstrap build of
libheif in it, then submit an update from the side tag (which should
give you an update with openjph and the non-bootstrap libheif).
Remember to use `koji wait-repo --request` between all steps:

pushd openjph
fedpkg request-side-tag
koji wait-repo f43-build-side-XXXXXX --request
fedpkg build
popd
pushd libheif
<set up bootstrap build>
koji wait-repo f43-build-side-XXXXXX --build=<openjphNVR> --request
fedpkg build
<set up non-bootstrap build>
koji wait-repo f43-build-side-XXXXXX --build=<libheifbootstrapNVR> --request
fedpkg build

Then create the update from the side tag (the Bodhi web UI shows an
option for this when you have an active side tag).
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
https://www.happyassassin.net



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