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

--- Comment #13 from Adriaan de Groot <[email protected]> ---
You're hitting exactly one problem: Qt is built, expecting a CPU that supports
F16C (that's CPUID feature flag 29 in ECX). Your CPU does not support it (or it
would be listed in the Features2 line of your kernel boot). libQtCore then does
not initialize. Perhaps this only happens in Qt-using applications that hit a
particular initialization path.



Try running *any* program that links to QtCore. For instance,
/usr/local/lib/qt5/bin/xmlpatterns, or qtpaths, or uic. I'll bet they all fail
in the same way -- complaining about missing feature f16c.

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

Reply via email to