Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#9432 closed enhancement (fixed)

qt5 5.9.1

Reported by: Pierre Labastie Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

new point version. From https://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/:

I am pleased to announce that Qt 5.9.1 is released today. It contains all the latest bug fixes and improvements from Qt 5.9 branch.

Qt Creator 4.3.1 is included in the Qt 5.9.1 offline installer packages and available via the online installer.

As a patch release Qt 5.9.1 does not add any new functionality, just bug fixes and other improvements. For details of the changes compared to Qt 5.9.0 release, please check the Change files of Qt 5.9.1.

Our intention is to make more frequent patch releases for Qt 5.9 LTS than before. So if your most desired fix is not included in Qt 5.9.1 there will be more patch releases in the coming months.

If you are using the online installer, Qt 5.9.1 and Qt Creator 4.3.1 can be updated using the maintenance tool. Offline packages are available for commercial users in the Qt Account portal and at the qt.io Download page for open-source users.

For users targeting iOS we have identified an issue which can be fixed with an additional iOS patch. We know this is unfortunate, but the alternative was to delay the entire release for over one month. In light of this we thought it would be better to release 5.9.1 today, with a hot patch for iOS.

Great! we'll have to update Qt5 every month or so

Change History (8)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

This was a bit tricky. The configure now picks up database instances automatically and a change in mariadb-10.2.x changes where MYSQL_VERSION_ID is defined. It is only needed in one file and adding an include statement fixes it.

For qtwebengine, the build uses all available cores. My system has 12 cores, but the decease from the last version using 4 cores was only about 43 to 35 SBU.

Fixed at revision 18908.

in reply to:  2 ; comment:3 by Pierre Labastie, 7 years ago

Replying to bdubbs@…:

This was a bit tricky. The configure now picks up database instances automatically and a change in mariadb-10.2.x changes where MYSQL_VERSION_ID is defined. It is only needed in one file and adding an include statement fixes it.

Had you seen the sentence beginning with "If you have MariaDB-10.2.6 installed, fix a build issue with with MySQL compatibility..."? The include statements look pretty much the same. Will try building with the first one, and let you know.

in reply to:  3 ; comment:4 by bdubbs@…, 7 years ago

Replying to pierre.labastie:

Had you seen the sentence beginning with "If you have MariaDB-10.2.6 installed, fix a build issue with with MySQL compatibility..."?

No, I didn't. A grep in my build directory for MariaDB only showed a hit in changes-5.2.1. Where did you find the above?

in reply to:  4 ; comment:5 by Pierre Labastie, 7 years ago

Replying to bdubbs@…:

Replying to pierre.labastie:

Had you seen the sentence beginning with "If you have MariaDB-10.2.6 installed, fix a build issue with with MySQL compatibility..."?

No, I didn't. A grep in my build directory for MariaDB only showed a hit in changes-5.2.1. Where did you find the above?

I meant the sentence (and the sed) is in the current trunk book ;-)

in reply to:  5 comment:6 by bdubbs@…, 7 years ago

Replying to pierre.labastie:

Replying to bdubbs@…:

Replying to pierre.labastie:

Had you seen the sentence beginning with "If you have MariaDB-10.2.6 installed, fix a build issue with with MySQL compatibility..."?

No, I didn't. A grep in my build directory for MariaDB only showed a hit in changes-5.2.1. Where did you find the above?

I meant the sentence (and the sed) is in the current trunk book ;-)

I wrote that.

comment:7 by Pierre Labastie, 7 years ago

But there are two sed's on this page, which do almost the same thing. The one added at r18908 (by you) is the second one. The sentence and the first sed were added (by dj), at r18853

comment:8 by bdubbs@…, 7 years ago

Removed duplicate at version 18913. Thanks for pointing this out.

Note: See TracTickets for help on using tickets.