Date: Mon, 04 Jul 2022 09:24:55 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265027] devel/qt5-core does not compile on Penryn (-march=native does not support sse42) crc32 error Message-ID: <bug-265027-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265027 Bug ID: 265027 Summary: devel/qt5-core does not compile on Penryn (-march=3Dnative does not support sse42) crc32 error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: jakub_lach@mailplus.pl Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .obj/qline.o tools/qline.cpp --- .obj/qhash.o --- tools/qhash.cpp:112:14: error: always_inline function '_mm_crc32_u64' requi= res target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32' h2 =3D _mm_crc32_u64(h2, qFromUnaligned<qlonglong>(p - 8)); ^ tools/qhash.cpp:118:13: error: always_inline function '_mm_crc32_u32' requi= res target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32'=20=20=20=20=20=20=20=20 h =3D _mm_crc32_u32(h, qFromUnaligned<uint>(p)); ^ tools/qhash.cpp:129:13: error: always_inline function '_mm_crc32_u16' requi= res target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32' h =3D _mm_crc32_u16(h, qFromUnaligned<ushort>(p)); ^ tools/qhash.cpp:133:13: error: always_inline function '_mm_crc32_u8' requir= es target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32' h =3D _mm_crc32_u8(h, *p); ^ tools/qhash.cpp:112:14: error: always_inline function '_mm_crc32_u64' requi= res target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32' h2 =3D _mm_crc32_u64(h2, qFromUnaligned<qlonglong>(p - 8)); ^ tools/qhash.cpp:118:13: error: always_inline function '_mm_crc32_u32' requi= res target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32'=20=20=20=20=20=20=20=20 h =3D _mm_crc32_u32(h, qFromUnaligned<uint>(p)); ^ tools/qhash.cpp:129:13: error: always_inline function '_mm_crc32_u16' requi= res target feature 'crc32', but would be inlined into function 'crc32' that is compiled without support for 'crc32' h =3D _mm_crc32_u16(h, qFromUnaligned<ushort>(p)); ^ 7 errors generated. *** [.obj/qhash.o] Error code 1 make[1]: stopped in /usr/obj/usr/ports/devel/qt5-core/work/kde-qtbase-5.15.5p165/src/corelib 1 error make[1]: stopped in /usr/obj/usr/ports/devel/qt5-core/work/kde-qtbase-5.15.5p165/src/corelib *** Error code 2 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265027-7788>