Created attachment 429408 [details] build.log There is no obvious error around the area of the failure, however earlier on in the configure process it does fail to find a header - I'm not sure if this is the cause of the problem or just a check: > g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/include/qwt5 -I/usr/include/python2.7 -I/usr/lib64/python2.7/site-packages/numpy/core/include -I. -o qwt_version_info.o qwt_version_info.cpp > g++ -Wl,-O1 -o qwt_version_info qwt_version_info.o -L/usr/lib64/qt4 -lQtCore -L/usr/lib64/qt4 -lpthread > qwt_svg_check.cpp:1:30: fatal error: qwt_plot_svgitem.h: No such file or directory > compilation terminated.
Created attachment 429410 [details] emerge --info
Created attachment 429412 [details] environment
Probably a missing USE dependency on PyQt4[X]. Please post the output of `emerge -pv PyQt4`. If USE=X is disabled in PyQt4, enable it and rebuild.