Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578746 - dev-python/pyqwt-5.2.0-r1: fails to configure with 'SIP failed to generate the C++ code'
Summary: dev-python/pyqwt-5.2.0-r1: fails to configure with 'SIP failed to generate th...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-01 11:21 UTC by Sam Jorna (wraeth) (RETIRED)
Modified: 2018-08-07 09:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,6.88 KB, text/plain)
2016-04-01 11:21 UTC, Sam Jorna (wraeth) (RETIRED)
Details
emerge --info (emerge.info,13.82 KB, text/plain)
2016-04-01 11:21 UTC, Sam Jorna (wraeth) (RETIRED)
Details
environment (environment,124.47 KB, text/plain)
2016-04-01 11:22 UTC, Sam Jorna (wraeth) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Jorna (wraeth) (RETIRED) gentoo-dev 2016-04-01 11:21:01 UTC
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.
Comment 1 Sam Jorna (wraeth) (RETIRED) gentoo-dev 2016-04-01 11:21:43 UTC
Created attachment 429410 [details]
emerge --info
Comment 2 Sam Jorna (wraeth) (RETIRED) gentoo-dev 2016-04-01 11:22:01 UTC
Created attachment 429412 [details]
environment
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2016-05-18 16:13:08 UTC
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.