Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615518 - dev-python/PyQt5-5.8.2 : Project ERROR: Unknown module(s) in QT: gui
Summary: dev-python/PyQt5-5.8.2 : Project ERROR: Unknown module(s) in QT: gui
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-14 07:42 UTC by Toralf Förster
Modified: 2017-11-12 05:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,5.41 KB, text/plain)
2017-04-14 07:42 UTC, Toralf Förster
Details
dev-python:PyQt5-5.8.2:20170413-232507.log (dev-python:PyQt5-5.8.2:20170413-232507.log,3.00 KB, text/plain)
2017-04-14 07:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,261.06 KB, text/plain)
2017-04-14 07:42 UTC, Toralf Förster
Details
environment (environment,131.98 KB, text/plain)
2017-04-14 07:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,27.62 KB, application/x-bzip)
2017-04-14 07:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.72 KB, application/x-bzip)
2017-04-14 07:42 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-04-14 07:42:20 UTC
/usr/lib64/qt5/bin/qmake -o qtdetail.mk qtdetail.pro
Info: creating stash file /var/tmp/portage/dev-python/PyQt5-5.8.2/work/PyQt5_gpl-5.8.2-python2_7/.qmake.stash
Project ERROR: Unknown module(s) in QT: gui
 * ERROR: dev-python/PyQt5-5.8.2::gentoo failed (configure phase):
 *   (no error message)
 * 

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named 13.0-systemd-abi32+64_20170409-195332) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
Comment 1 Toralf Förster gentoo-dev 2017-04-14 07:42:23 UTC
Created attachment 470034 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-04-14 07:42:27 UTC
Created attachment 470036 [details]
dev-python:PyQt5-5.8.2:20170413-232507.log
Comment 3 Toralf Förster gentoo-dev 2017-04-14 07:42:30 UTC
Created attachment 470038 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-04-14 07:42:34 UTC
Created attachment 470040 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-04-14 07:42:37 UTC
Created attachment 470042 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-04-14 07:42:40 UTC
Created attachment 470044 [details]
temp.tbz2
Comment 7 Davide Pesavento (RETIRED) gentoo-dev 2017-04-15 22:18:31 UTC
I consider this an upstream bug.

The qtdetail program used by configure.py requires QtGui, even if we're building bindings only for QtCore.
Comment 8 Davide Pesavento (RETIRED) gentoo-dev 2017-11-12 05:48:39 UTC
In 5.9 and later, the config detection program was split in multiple pieces, and the program for QtCore (cfgtest_QtCore) is explicitly built with "QT -= gui".

So, this issue should be fixed.