Summary: | dev-python/PythonQt-3.1 : ../.../com_trolltech_qt_core_builtin0.h:1288:120: error: WindowOkButtonHint is not a member of Qt | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Vladimir Pavljuchenkov (SpiderX) <spiderx> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jarausch, jbowler, proxy-maint |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-python:PythonQt-3.1:20171017-054915.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 498978 [details]
emerge-info.txt
Created attachment 498980 [details]
dev-python:PythonQt-3.1:20171017-054915.log
Created attachment 498982 [details]
emerge-history.txt
Created attachment 498984 [details]
environment
Created attachment 498986 [details]
etc.portage.tbz2
Created attachment 498988 [details]
temp.tbz2
Please upgrade this package to version 3.2 The patch PythonQt-3.1-commit-433-441.patch doesn't apply any more but it's not necessary anymore. The problem is caused by the recent upgrade to Qt 5.9 (or maybe just 5.9.3); certain Windows CE specific hints were removed from the Qt namespace about a year ago (Window{Ok,Cancel}ButtonHint: https://git.qt.io/consulting-usa/qtbase-xcb-rendering/commit/ [2be25273] That commit suggests that the particular hints were only supported on WindowsCE and were "duplicating other enumeration values", but I suspect the problem only arises because PythonQt machine generates the mappings and therefore automatically generates references to everything. |