https://bugzilla.redhat.com/show_bug.cgi?id=2264307 --- Comment #3 from Nikos Mavrogiannopoulos <n.mavrogiannopoulos@xxxxxxxxx> --- Thanks, I've updated the spec. What I noticed is that it fails on koji (locally it builds with mockbuild or local) with errors like /builddir/build/BUILD/qtscxml-everywhere-src-6.6.1/src/scxml/qscxmlerror.cpp In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qmetatype.h:14, from /builddir/build/BUILD/qtscxml-everywhere-src-6.6.1/src/scxml/qscxmlerror.h:9, from /builddir/build/BUILD/qtscxml-everywhere-src-6.6.1/src/scxml/qscxmlerror.cpp:4: /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h: In member function 'constexpr qfloat16::operator NativeType() const': /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h:84:52: error: SSE register return with SSE2 disabled 84 | constexpr operator NativeType() const noexcept { return nf; } | ^ /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h: In function 'qfloat16 operator+(qfloat16, qfloat16)': /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h:144:147: error: operation not permitted on type '_Float16' without option '-msse2' 144 | friend inline qfloat16 operator+(qfloat16 a, qfloat16 b) noexcept { return qfloat16(static_cast<NearestFloat>(a) + static_cast<NearestFloat>(b)); } | ^ /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h: In function 'qfloat16 operator-(qfloat16, qfloat16)': /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h:145:147: error: operation not permitted on type '_Float16' without option '-msse2' 145 | friend inline qfloat16 operator-(qfloat16 a, qfloat16 b) noexcept { return qfloat16(static_cast<NearestFloat>(a) - static_cast<NearestFloat>(b)); } | ^ /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h: In function 'qfloat16 operator*(qfloat16, qfloat16)': /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h:146:147: error: operation not permitted on type '_Float16' without option '-msse2' 146 | friend inline qfloat16 operator*(qfloat16 a, qfloat16 b) noexcept { return qfloat16(static_cast<NearestFloat>(a) * static_cast<NearestFloat>(b)); } | ^ /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h: In function 'qfloat16 operator/(qfloat16, qfloat16)': /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h:147:147: error: operation not permitted on type '_Float16' without option '-msse2' 147 | friend inline qfloat16 operator/(qfloat16 a, qfloat16 b) noexcept { return qfloat16(static_cast<NearestFloat>(a) / static_cast<NearestFloat>(b)); } | ^ /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h: In function 'size_t qHash(qfloat16, size_t)': /usr/i686-w64-mingw32/sys-root/mingw/include/qt6/QtCore/qfloat16.h:150:29: error: invalid conversion from type '_Float16' without option '-msse2' 150 | { return qHash(float(key), seed); } // 6.4 algorithm, so keep using it; ### Qt 7: fix QTBUG-116077 I'd have expected -msse2 to be in the build flags. Have you ever encountered such errors? [0]. https://kojipkgs.fedoraproject.org//work/tasks/984/113540984/build.log -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2264307 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202264307%23c3 -- _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue