https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227977
--- Comment #10 from mikhail.rok...@gmail.com --- (In reply to Adriaan de Groot from comment #5) " Basically, you've told your build of Qt to only work on processors with feature f16c. " Unfortunately, there's no way to manually set CPU_Flags usage in kde5/4 meta-ports. I checked set up options in /var/db/ports - nothing like f16c option was chosen. Also I checked default options of compilers by command (Clang 6.0.0) cc -march=ivybridge -E -v - -target-feature -f16c (disabled) (GCC 6.4.0) gcc6 -march=ivybridge -E -v - -mno-f16c "You should be able to trigger the same with QT_NO_CPU_FEATURE=f16c <any qt application>." - it doesn't help to make port properly - the same error during config. state -- You are receiving this mail because: You are the assignee for the bug.