Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764065 - dev-python/python-poppler-qt5-0.75.0 : Failed to determine Qt version
Summary: dev-python/python-poppler-qt5-0.75.0 : Failed to determine Qt version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2021-01-06 09:13 UTC by Toralf Förster
Modified: 2021-01-08 00:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.93 KB, text/plain)
2021-01-06 09:13 UTC, Toralf Förster
Details
dev-python:python-poppler-qt5-0.75.0:20210106-073339.log (dev-python:python-poppler-qt5-0.75.0:20210106-073339.log,2.99 KB, text/plain)
2021-01-06 09:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,286.60 KB, text/plain)
2021-01-06 09:13 UTC, Toralf Förster
Details
environment (environment,118.29 KB, text/plain)
2021-01-06 09:13 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.39 KB, application/x-bzip)
2021-01-06 09:13 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.70 KB, application/x-bzip)
2021-01-06 09:13 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 2021-01-06 09:13:24 UTC
 * ERROR: dev-python/python-poppler-qt5-0.75.0::gentoo failed (compile phase):
 *   (no error message)
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20201228-133206

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.9 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
1)	OpenJDK 8.272_p10 [openjdk-8]
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Jan  6 07:05:18 AM UTC 2021

emerge -qpvO dev-python/python-poppler-qt5
[ebuild  N    ] dev-python/python-poppler-qt5-0.75.0  PYTHON_TARGETS="python3_8 (-python3_6) -python3_7"
Comment 1 Toralf Förster gentoo-dev 2021-01-06 09:13:25 UTC
Created attachment 681421 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-01-06 09:13:26 UTC
Created attachment 681424 [details]
dev-python:python-poppler-qt5-0.75.0:20210106-073339.log
Comment 3 Toralf Förster gentoo-dev 2021-01-06 09:13:27 UTC
Created attachment 681427 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-01-06 09:13:29 UTC
Created attachment 681430 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-01-06 09:13:30 UTC
Created attachment 681433 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2021-01-06 09:13:31 UTC
Created attachment 681436 [details]
temp.tbz2
Comment 7 Andreas Sturmlechner gentoo-dev 2021-01-06 17:31:31 UTC
It should be noted that in preparation of removal of dev-qt/qtchooser this bug occurs on an image without this package installed thus lacking the link inside $PATH to the respective Qt5 binary.
Comment 8 Andreas Sturmlechner gentoo-dev 2021-01-06 17:44:35 UTC
It looks like the package is providing config options to fix that:

>    user_options = build_ext_base.user_options + [
>        ('poppler-version=', None, "version of the poppler library"),
>        ('qmake-bin=', None, "Path to qmake binary"),
>        ('sip-bin=', None, "Path to sip binary"),
>        ('qt-include-dir=', None, "Path to Qt headers"),
>        ('pyqt-sip-dir=', None, "Path to PyQt's SIP files"),
>        ('pyqt-sip-flags=', None, "SIP flags used to generate PyQt bindings")
>    ]
Comment 9 Larry the Git Cow gentoo-dev 2021-01-08 00:00:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2400d07c2adbf5157abc7dde16892c4597d350e8

commit 2400d07c2adbf5157abc7dde16892c4597d350e8
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-01-07 22:56:05 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-07 23:56:50 +0000

    dev-python/python-poppler-qt5: Use qmake-utils
    
    Closes: https://bugs.gentoo.org/764065
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild       | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)