Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529872 - dev-python/qscintilla-python-2.7.2 with dev-python/PyQt4-4.11.3 - Error: Unable to find either PyQt v3 or v4.
Summary: dev-python/qscintilla-python-2.7.2 with dev-python/PyQt4-4.11.3 - Error: Unab...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-19 16:18 UTC by Coacher
Modified: 2014-11-20 11:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,6.05 KB, text/plain)
2014-11-19 16:19 UTC, Coacher
Details
build-python2_7.log (build-python2_7.log,2.46 KB, text/plain)
2014-11-19 16:19 UTC, Coacher
Details
build-python3_3.log (build-python3_3.log,2.55 KB, text/plain)
2014-11-19 16:20 UTC, Coacher
Details
emerge --info (info,5.17 KB, text/plain)
2014-11-19 16:20 UTC, Coacher
Details
emerge --info PyQt4 (info,5.71 KB, text/plain)
2014-11-19 16:21 UTC, Coacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2014-11-19 16:18:32 UTC
Hello.

I've tried to merge qscintilla-python-2.7.2 and it failed during configure stage with the following message:
>>> Configuring source in /var/tmp/portage/dev-python/qscintilla-python-2.7.2/work/QScintilla-gpl-2.7.2/Python ...
 * python3_3: running run_in_build_dir configuration
 * python2_7: running run_in_build_dir configuration
/usr/bin/python3.3 configure-old.py --apidir=/usr/share/qt4/qsci --destdir=/usr/lib64/python3.3/site-packages/PyQt4 --sipdir=/usr/share/sip -n /usr/include/qt4 -o /usr/lib64/qt4 -p 4 --no-timestamp
/usr/bin/python2.7 configure-old.py --apidir=/usr/share/qt4/qsci --destdir=/usr/lib64/python2.7/site-packages/PyQt4 --sipdir=/usr/share/sip -n /usr/include/qt4 -o /usr/lib64/qt4 -p 4 --no-timestamp
Error: Unable to find either PyQt v3 or v4.
Error: Unable to find either PyQt v3 or v4.

Reproducible: Always
Comment 1 Coacher 2014-11-19 16:19:25 UTC
Created attachment 389748 [details]
build.log
Comment 2 Coacher 2014-11-19 16:19:49 UTC
Created attachment 389750 [details]
build-python2_7.log
Comment 3 Coacher 2014-11-19 16:20:11 UTC
Created attachment 389752 [details]
build-python3_3.log
Comment 4 Coacher 2014-11-19 16:20:34 UTC
Created attachment 389754 [details]
emerge --info
Comment 5 Coacher 2014-11-19 16:21:45 UTC
Created attachment 389756 [details]
emerge --info PyQt4
Comment 6 Coacher 2014-11-19 16:44:59 UTC
qscintilla-python-2.8.4-r1 builds fine.
Comment 7 Davide Pesavento (RETIRED) gentoo-dev 2014-11-20 00:16:55 UTC
Does qscintilla-python-2.7.2 build with an earlier version of PyQt4?
Comment 8 Coacher 2014-11-20 00:24:08 UTC
(In reply to Davide Pesavento from comment #7)
> Does qscintilla-python-2.7.2 build with an earlier version of PyQt4?

I have not tested it.
Comment 9 Davide Pesavento (RETIRED) gentoo-dev 2014-11-20 00:41:50 UTC
  20 Nov 2014; Davide Pesavento <pesa@gentoo.org>
  qscintilla-python-2.7.2.ebuild, qscintilla-python-2.8.4-r1.ebuild:
  Adjust PyQt4 deps wrt bug 529872.
Comment 10 Coacher 2014-11-20 11:10:40 UTC
(In reply to Davide Pesavento from comment #9)
>   20 Nov 2014; Davide Pesavento <pesa@gentoo.org>
>   qscintilla-python-2.7.2.ebuild, qscintilla-python-2.8.4-r1.ebuild:
>   Adjust PyQt4 deps wrt bug 529872.

Thanks!