Opened 5 years ago

Closed 5 years ago

#12173 closed enhancement (fixed)

qt-everywhere-src-5.13.0 and qtwebengine-5.13.0

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 9.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

I just updated this :-(

Change History (5)

comment:1 by Douglas R. Reno, 5 years ago

Heads up for whoever updates this:

Some patches are needed for last minute compatibility bugs and problems with NVIDIA GPUs, as well as a crash on systems with multiple displays:

https://code.qt.io/cgit/qt/qtbase.git/patch/?id=6d61b10 - multiple display bug https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117 - NVIDIA GPU Crash https://code.qt.io/cgit/qt/qtbase.git/patch/?id=cbdc9a77 - Restore ZLIB Compatibility

comment:2 by Bruce Dubbs, 5 years ago

Milestone: 8.59.0

Milestone renamed

comment:3 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:4 by Bruce Dubbs, 5 years ago

Summary: qt-everywhere-src-5.13.0qt-everywhere-src-5.13.0 and qtwebengine-5.13.0

I created a consolidated patch for links 2 and 3 above, but the first link does not match the code in 5.13.0.

The package builds OK with the patch and the sed for python, but there is only one instance of python3 in the build log. There are several places in the code that explicitly look for python2, but they all appear to be in the code for qtwebengine. I did have python2 installed for my test build, so I'm not sure if that was used at all.

The only place I see that the 'python ' search matches outside of qtwebengine is

qtdeclarative/qtdeclarative.pro (one instance)
qtdeclarative/src/3rdparty/masm/masm.pri (two instances)
qtbase/src/angle/src/common/gles_common.pri (commented out)

It would be better to list those explicitly instead of the find statement we use now.

I will commit for qt, but will leave the ticket open for now because I have not built qtwebengine and we need to examine the python3 issue better.

comment:5 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 21813.

Note: See TracTickets for help on using tickets.