Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525688 - dev-python/qscintilla-python-2.8.4 fails with Error: Unable to create the C++ code.
Summary: dev-python/qscintilla-python-2.8.4 fails with Error: Unable to create the C++...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 21:10 UTC by Milos Popovic
Modified: 2016-01-08 07:21 UTC (History)
4 users (show)

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


Attachments
emerge --info (EmergeInfo.txt,5.09 KB, text/plain)
2014-10-17 21:11 UTC, Milos Popovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Popovic 2014-10-17 21:10:37 UTC
Compiling package failed with:

/usr/bin/python3.3 configure.py --destdir=/usr/lib64/python3.3/site-packages/PyQt4 --pyqt=PyQt4 --sip-incdir=/usr/include/python3.3 --pyqt-sipdir=/usr/share/sip --qsci-sipdir=/usr/share/sip --no-timestamp
/usr/bin/python2.7 configure.py --destdir=/usr/lib64/python2.7/site-packages/PyQt4 --pyqt=PyQt4 --sip-incdir=/usr/include/python2.7 --pyqt-sipdir=/usr/share/sip --qsci-sipdir=/usr/share/sip --no-timestamp
Error: Unable to create the C++ code.
Configuring QScintilla 2.8.4...
QScintilla 2.8.4 is being used.
The QScintilla .sip files will be installed in /usr/share/sip.
The QScintilla module will be installed in
/usr/lib64/python2.7/site-packages/PyQt4.
PyQt 4.11.2 is being used.
Qt 4.8.5 is being used.
sip 4.16.3 is being used.
The sip executable is /usr/bin/sip.
The QScintilla module is being built with 'protected' redefined as 'public'.
The QScintilla API file will be installed in /usr/share/qt4/qsci/api/python.
Generating the C++ source for the Qsci module...

However, editing ebuild file to exclude the line fixed the problem:
--pyqt-sipdir="${EPREFIX}"/usr/share/sip



Reproducible: Always
Comment 1 Milos Popovic 2014-10-17 21:11:23 UTC
Created attachment 386830 [details]
emerge --info
Comment 2 Giacomo 2014-10-18 17:17:39 UTC
I had the same identical issue.
After some struggling, I figured that the config.py script is looking for QtGui/QtGuimod.sip in /usr/share/sip, but it's not there. Instead, it's in /usr/share/sip/PyQt4
So I temporarily solved it this way (using a custom local portage overlay):


$ diff /usr/portage/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild /usr/local/portage/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild
46c46
<                       --pyqt-sipdir="${EPREFIX}"/usr/share/sip
---
>                       --pyqt-sipdir="${EPREFIX}"/usr/share/sip/PyQt4


That managed to emerge fine.
But I am not sure if this is the proper solution, since I am a newbie.
Comment 3 Robert Malek 2014-10-19 09:22:53 UTC
Can confirme. The pyqt-sipdir path is the trigger.
Changing it to /usr/share/sip/PyQt4 solves the Problem.

Thanks to Giacomo!
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2014-10-19 23:58:35 UTC
Fixed in -r1, thanks.
Comment 5 Jonathan Lovelace 2016-01-08 04:37:10 UTC
This was "fixed in -r1", but not in the "stable" version, and then the -r1 revision was dropped from the tree, so I'm now hitting this on a new install.

emerge --info:
Portage 2.2.26 (python 3.4.3-final-0, hardened/linux/amd64, gcc-4.9.3, glibc-2.21-r1, 4.1.7-hardened-r1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.1.7-hardened-r1-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P8600_@_2.40GHz-with-gentoo-2.2
KiB Mem:     7911904 total,   6248936 free
KiB Swap:   16776188 total,  16776188 free
Timestamp of repository gentoo: Thu, 07 Jan 2016 00:45:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.18.4::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc:           2.21-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://myrriddium.local/gentoo-portage
    priority: -1000

eclipse
    location: /var/lib/layman/eclipse-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo/eclipse-overlay.git
    masters: gentoo

localoverlay
    location: /usr/local/portage
    masters: gentoo
    priority: 0

lovelace
    location: /var/lib/layman/lovelace
    masters: gentoo

luman
    location: /var/lib/layman/luman
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/user/luman.git
    masters: gentoo

science
    location: /var/lib/layman/science
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/proj/sci.git
    masters: gentoo

steam-overlay
    location: /var/lib/layman/steam-overlay
    sync-type: git
    sync-uri: https://github.com/anyc/steam-overlay.git
    masters: gentoo

sunrise
    location: /var/lib/layman/sunrise
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/proj/sunrise-reviewed.git
    masters: gentoo

Installed sets: @archivers, @backup-options, @devel, @dicts, @docs
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="${CONFIG_PROTECT} /etc /etc/idea/conf /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps y --autounmask-keep-masks"
FCFLAGS="-O2 -pipe -march=native"
FEATURES="assume-digests binpkg-logs candy collision-protect config-protect-if-modified distlocks ebuild-locks fakeroot fixlafiles merge-sync news parallel-fetch parallel-install preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync webrsync-gpg xattr"
FFLAGS="-O2 -pipe -march=native"
GENTOO_MIRRORS="http://lug.mtu.edu/gentoo/ http://gentoo.osuosl.org/ http://gentoo.cites.uiuc.edu/pub/gentoo/ http://distfiles.gentoo.org"
LANG="en_US.utf8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2 -l5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="acpi alsa amd64 bash-completion berkdb bzip2 cddb cli cracklib crypt cxx dri gdbm hardened iconv ipv6 java java5 java6 jpeg justify libnotify libsecret lm_sensors mmx mmxext modules multilib ncurses nls nptl ogg openmp pam pax_kernel pcre pie png readline seccomp session sse sse2 sse3 sse4_1 sse4_2 ssl ssp ssse3 startup-notification tcpd theora truetype unicode urandom vorbis xattr xcomposite xdg xft xtpax xvmc zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="sheets words plan kexi braindump flow" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 sse4_1 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="pdfimport" LINGUAS="en en_US" NETBEANS_MODULES="harness ide java nb javafx profile" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nouveau nv vesa fbdev modesetting" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2016-01-08 07:21:38 UTC
(In reply to Jonathan Lovelace from comment #5)
> This was "fixed in -r1", but not in the "stable" version, and then the -r1
> revision was dropped from the tree, so I'm now hitting this on a new install.
> 


What about the later testing versions like 2.9.1?