[Bug 248155] graphics/qt5-3d: fails to build with CPUTYPE>=haswell (anything with AVX2 I guess)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 27 04:58:50 BST 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248155

--- Comment #13 from crahman at gmail.com ---
I have inspected /usr/local/lib/qt5/mkspecs/qmodule.pri and indeed it contains
some problematic data:


QT_CPU_FEATURES.x86_64 = mmx sse sse2
QT.global_private.enabled_features = sse2 alloca avx2 dlopen network
posix_fallocate reduce_exports reduce_relocations relocatable sql system-zlib
testlib xml
QT.global_private.disabled_features = alloca_h alloca_malloc_h
android-style-assets private_tests dbus dbus-linked gc_binaries gui intelcet
libudev release_tools stack-protector-strong widgets zstd
PKG_CONFIG_EXECUTABLE = pkgconf
QMAKE_LIBS_LIBDL = 
QT_COORD_TYPE = double
QMAKE_LIBS_ZLIB = -lz
CONFIG -= precompile_header
CONFIG += sse2 aesni sse3 ssse3 sse4_1 sse4_2 avx avx2 avx512f avx512bw
avx512cd avx512dq avx512er avx512ifma avx512pf avx512vbmi avx512vl
compile_examples f16c largefile rdrnd rdseed shani x86SimdAlways
QT_BUILD_PARTS += libs tools
QT_HOST_CFLAGS_DBUS += 

I built this package on a penryn on Dec 10, 2020 - I just inspected the package
itself (qt5-make) and the qmodule.pri in the package is exactly what I have
reproduced above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the kde-freebsd mailing list