Though this may be an unsupported failure I'd like to log it. my compile settings are: CFLAGS="-Os -march=native -pipe" CXXFLAGS="${CFLAGS}" kde-apps/kalgebra-21.08.3 fails to build with this settings: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/CMakeFiles/kalgebra.dir/kalgebra.cpp.o: in function `KAlgebra::KAlgebra(QWidget*)': kalgebra.cpp:(.text+0x2c83): undefined reference to `non-virtual thunk to Analitza::PlotsView2D::forceRepaint()' collect2: error: ld returned 1 exit status gcc setting "-O2" builds fine though. best regards
Please include the full build.log and emerge --info.
Created attachment 759306 [details] emerge --info output of emerge --info with default MAKEOPTS setting
Created attachment 759307 [details] build log kde-apps/kalgebra-21.08.3 build log with cmd line 'MAKEOPTS="-j1" emerge -a1 kde-apps/kalgebra'