Found KF5Plasma ... couldn't generate metainfo for org.kde.plasma.worldclock: Incompatible processor - no f16c support So it fails at Registering stage claiming there's no such xml-file. But it's Core i7-3610QM having such feature and in other KDE ports it is detected properly. ports tree , kernel & world latest. Thank you for development.
Hi there To me this looks like you "tuned" your make.conf badly. mfg Tobias
(In reply to Tobias C. Berner from comment #1) There's nothing special in make.conf , but CPUTYPE?=ivybridge Again, some other ports, using CMake, detect this f16c feature properly. I will try to catch them - they are in deps of KDE4/5
Created attachment 193143 [details] CPU_Features
(In reply to Tobias C. Berner from comment #1) The same results with empty make.conf The problem is within CMake detection algorithm.
Created attachment 193159 [details] AstroMarble f16c detect failure screen-shot
CMake has nothing to do with this, except that during configuration with CMake, the individual CMakeLists.txt is calling (a macro that calls) kpackagetool, which is a Qt-using-application. Qt produces this error message. *** This bug has been marked as a duplicate of bug 227977 ***