[Bug 227977] audio/plasma5-plasma-pa org.kde.plasma.volume.appdata.xml absent f16c detect failure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 7 21:29:48 UTC 2018


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

--- Comment #13 from Adriaan de Groot <adridg at freebsd.org> ---
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.


More information about the kde-freebsd mailing list