2025-02-05 01:23:31 Thank you, so we're back now;-) 2025-02-05 01:24:07 wb :) 2025-02-07 23:35:53 qt6-qtwebengine is currently failing on edge loongarch64 builder with errors, e.g. `/usr/lib/gcc/loongarch64-alpine-linux-musl/14.2.0/../../../../loongarch64-alpine-linux-musl/bin/ld: obj/third_party/libyuv/libyuv_internal/convert.o: in function `.L401': convert.cc:(.text.YUY2ToI420+0x88): undefined reference to `YUY2ToUVRow_LSX'` 2025-02-07 23:35:54 https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/community/qt6-qtwebengine/qt6-qtwebengine-6.8.2-r0.log 2025-02-07 23:36:59 does anyone happen to know what might be causing the issue, or know of a potential fix? 2025-02-08 00:50:26 mio:Yeah I noticed it failed, will check it today 2025-02-08 01:02:27 huajingyun: thanks! 2025-02-08 10:49:30 It did take some time to reproduce this error, and I had to compile some packages locally that depended on qt6-qt* 6.8.2-r0 (these packages were only built on the builder, but the community was blocked and not synchronized to dl-cdn.a.o) 2025-02-08 10:49:33 Trying to add a patch to improve libyuv's support for lsx, but the source is a bit old, we may disable lsx vectors for libyuv to unlock loongarch builder 2025-02-08 10:49:53 Now there is a mr on !79626 2025-02-08 10:50:19 But as I mentioned before, due to the lack of some qt6-qt* 6.8.2-r0 dependes, I don't think ci will turn green 2025-02-08 10:50:42 I would really appreciate it if someone would like to take a look or review this change, thanks! 2025-02-08 10:52:03 mio:You're welcome, thanks for noticing it:) 2025-02-08 10:52:08 I'll be going AFK soon, check the news next Monday,bye 2025-02-08 14:52:41 have a good weekend, thanks for the patch 2025-02-22 00:34:16 of interest: i have been working on an x86 emulation package for tianocore that works for any architecture qemu-tcg supports. the linaro one only supports arm64. 2025-02-24 01:08:08 Ariadne:Nice! That could be really useful for non-Arm architectures. Looking forward to trying it out.