Michael Vogt
Michael Vogt
Thanks for your patience @mbarak ! Sorry that this took so long to finally get merged.
I looked at this today and it turns out to be another missing syscall in qemu-user: ``` $ git diff diff --git a/osbuild/buildroot.py b/osbuild/buildroot.py index 02b1b9f2..7dad22e8 100644 --- a/osbuild/buildroot.py +++...
I made some progress on qemu-user and https://github.com/qemu/qemu/compare/master...mvo5:support-openat2-clean?expand=1 is my current WIP branch. With that I can do a cross arch build again and the test works: ``` $ sudo...
Thanks, I'm 75-80% confident that https://lists.nongnu.org/archive/html/qemu-devel/2024-09/msg00976.html will fix this, to be sure I would have to run it again with `"QEMU_LOG": "unimp",` which unfortunately we cannot make default as it...
Fwiw, I added a copr repo with a patched qemu in https://copr.fedorainfracloud.org/coprs/michaelvogt/qemu-user-with-openat2/ - with that package installed cross build from amd64->arm64 works again for me (but no word from upstream...
Yes, this is fixed upstream and got cherry-picked into f41 via https://src.fedoraproject.org/rpms/qemu/pull-request/70 so this should work with a f41 machine again.
> I've tried different machine image versions (fedora 40/41) and multiple bootc-images but I'm not able to crosscompile (apple silicon to amd64). I'm encountering the same mentioned error messages all...
This is now fixedin images (c.f. https://github.com/osbuild/images/issues/724) so I close it here too, please reopen if I was mistaken.
Thank you! Is this a new failure/regression ? Or is it a new test(case) ? If its a regression, do you happen to know which date/fedora41 version this was last...
Thanks for your bugreport. Can you please provide some more information about the "localhost/manifest-test" container? What is this one based off, how did it get created?