From thiago.macieira at intel.com Thu Mar 3 08:49:18 2016 From: thiago.macieira at intel.com (Thiago Macieira) Date: Wed, 02 Mar 2016 23:49:18 -0800 Subject: [Releasing] 5.6.0 build error fixes Message-ID: <2319223.2YFyrrRRRk@tjmaciei-mobl4> Hello I spent two hours building Qt and filed the following fixes for failures to build from source. I consider FTBFS problems to be P0, so I submitted all fixes to 5.6.0: https://codereview.qt-project.org/151164 https://codereview.qt-project.org/151170 https://codereview.qt-project.org/151171 https://codereview.qt-project.org/151173 https://codereview.qt-project.org/151176 https://codereview.qt-project.org/151177 (backport from a 5.6 commit) Plus the qtserialbus issues, which are resolved by removing it entirely from the build. As explained, I am extremely busy for the next couple of weeks, so I will not monitor those changes for comments or +2. If there is need for fixing the changes, please do them without waiting for me. Don't wait for me to stage either. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From Kai.Koehne at theqtcompany.com Thu Mar 3 09:04:52 2016 From: Kai.Koehne at theqtcompany.com (Koehne Kai) Date: Thu, 3 Mar 2016 08:04:52 +0000 Subject: [Releasing] 5.6.0 build error fixes In-Reply-To: <2319223.2YFyrrRRRk@tjmaciei-mobl4> References: <2319223.2YFyrrRRRk@tjmaciei-mobl4> Message-ID: > -----Original Message----- > From: Releasing [mailto:releasing- > bounces+kai.koehne=theqtcompany.com at qt-project.org] On Behalf Of > Thiago Macieira > Sent: Thursday, March 03, 2016 8:49 AM > To: releasing at qt-project.org > Subject: [Releasing] 5.6.0 build error fixes > > Hello > > I spent two hours building Qt and filed the following fixes for failures to > build from source. Which compiler are you using? Is with --c++-level=c++98 ? Kai > https://codereview.qt-project.org/151164 > https://codereview.qt-project.org/151170 > https://codereview.qt-project.org/151171 > https://codereview.qt-project.org/151173 > https://codereview.qt-project.org/151176 > https://codereview.qt-project.org/151177 (backport from a 5.6 commit) > > Plus the qtserialbus issues, which are resolved by removing it entirely from > the build. > > As explained, I am extremely busy for the next couple of weeks, so I will not > monitor those changes for comments or +2. If there is need for fixing the > changes, please do them without waiting for me. > > Don't wait for me to stage either. > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Releasing mailing list > Releasing at qt-project.org > http://lists.qt-project.org/mailman/listinfo/releasing From thiago.macieira at intel.com Thu Mar 3 09:14:56 2016 From: thiago.macieira at intel.com (Thiago Macieira) Date: Thu, 03 Mar 2016 00:14:56 -0800 Subject: [Releasing] 5.6.0 build error fixes In-Reply-To: References: <2319223.2YFyrrRRRk@tjmaciei-mobl4> Message-ID: <2474176.85UVeNHPNX@tjmaciei-mobl4> On quinta-feira, 3 de março de 2016 08:04:52 PST Koehne Kai wrote: > > -----Original Message----- > > From: Releasing [mailto:releasing- > > bounces+kai.koehne=theqtcompany.com at qt-project.org] On Behalf Of > > Thiago Macieira > > Sent: Thursday, March 03, 2016 8:49 AM > > To: releasing at qt-project.org > > Subject: [Releasing] 5.6.0 build error fixes > > > > Hello > > > > I spent two hours building Qt and filed the following fixes for failures > > to > > build from source. > > Which compiler are you using? GCC 5.3.1 > Is with --c++-level=c++98 ? Yes. And -no-pch. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From jani.heikkinen at theqtcompany.com Fri Mar 4 13:23:10 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Fri, 4 Mar 2016 12:23:10 +0000 Subject: [Releasing] Qt 5.7 alpha packages available Message-ID: Hi all, We have Qt 5.7 Alpha src packages available here: http://download.qt.io/snapshots/qt/5.7/5.7.0-alpha/latest_src/ Please check the packages to see if those are ok for Alpha purposes (compilation seems to work, all needed modules etc are in the packages). We will release these packages as Qt 5.7 Alpha at the beginning of next week If no alpha blockers found so please inform all alpha blockers immediately to qt-releases at digia.com (please remember to fill proper bug report as well) . br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From Maurice.Kalinowski at theqtcompany.com Mon Mar 7 11:17:11 2016 From: Maurice.Kalinowski at theqtcompany.com (Kalinowski Maurice) Date: Mon, 7 Mar 2016 10:17:11 +0000 Subject: [Releasing] Qt 5.7 alpha packages available In-Reply-To: References: Message-ID: As Jani is on vacation, resending to the releasing list Hi, I was trying to build the alpha source package for winrt and got this compilation error in xmlpatterns: qacceltree.cpp C:\Qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns\api\qabstractxmlreceiver.h(45): fatal error C1083: Cannot open include file: 'QtXmlPatterns/QXmlNodeModelIndex': No such file or directory qacceltreeresourceloader.cpp C:\Qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns\data\qatomicstring_p.h(55): fatal error C1083: Cannot open include file: 'private/qitem_p.h': No such file or directory qacceliterators.cpp c:\qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns\acceltree\qacceliterators_p.h(53): fatal error C1083: Cannot open include file: 'private/qacceltree_p.h': No such file or directory Generating Code... It should be generic to other platforms as well, hence I wanted to check with you whether it's a known issue? Maurice From: Development [mailto:development-bounces+maurice.kalinowski=theqtcompany.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: Friday, March 4, 2016 1:23 PM To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] Qt 5.7 alpha packages available Hi all, We have Qt 5.7 Alpha src packages available here: http://download.qt.io/snapshots/qt/5.7/5.7.0-alpha/latest_src/ Please check the packages to see if those are ok for Alpha purposes (compilation seems to work, all needed modules etc are in the packages). We will release these packages as Qt 5.7 Alpha at the beginning of next week If no alpha blockers found so please inform all alpha blockers immediately to qt-releases at digia.com (please remember to fill proper bug report as well) . br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From oswald.buddenhagen at theqtcompany.com Mon Mar 7 12:06:05 2016 From: oswald.buddenhagen at theqtcompany.com (Oswald Buddenhagen) Date: Mon, 7 Mar 2016 12:06:05 +0100 Subject: [Releasing] Qt 5.7 alpha packages available In-Reply-To: References: Message-ID: <20160307110605.GB12702@troll08.it.local> On Mon, Mar 07, 2016 at 10:17:11AM +0000, Kalinowski Maurice wrote: > As Jani is on vacation, resending to the releasing list > > > Hi, > > I was trying to build the alpha source package for winrt and got this compilation error in xmlpatterns: > > qacceltree.cpp > C:\Qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns\api\qabstractxmlreceiver.h(45): fatal error C1083: Cannot open include file: 'QtXmlPatterns/QXmlNodeModelIndex': No such file or directory > qacceltreeresourceloader.cpp > C:\Qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns\data\qatomicstring_p.h(55): fatal error C1083: Cannot open include file: 'private/qitem_p.h': No such file or directory > qacceliterators.cpp > c:\qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns\acceltree\qacceliterators_p.h(53): fatal error C1083: Cannot open include file: 'private/qacceltree_p.h': No such file or directory > Generating Code... > > It should be generic to other platforms as well, hence I wanted to check with you whether it's a known issue? > it's a fixed issue. > Maurice > > > > From: Development [mailto:development-bounces+maurice.kalinowski=theqtcompany.com at qt-project.org] On Behalf Of Heikkinen Jani > Sent: Friday, March 4, 2016 1:23 PM > To: development at qt-project.org > Cc: releasing at qt-project.org > Subject: [Development] Qt 5.7 alpha packages available > > Hi all, > > > > We have Qt 5.7 Alpha src packages available here: http://download.qt.io/snapshots/qt/5.7/5.7.0-alpha/latest_src/ > > > > Please check the packages to see if those are ok for Alpha purposes (compilation seems to work, all needed modules etc are in the packages). We will release these packages as Qt 5.7 Alpha at the beginning of next week If no alpha blockers found so please inform all alpha blockers immediately to qt-releases at digia.com (please remember to fill proper bug report as well) . > > > > br, > > Jani > > > > _______________________________________________ > Releasing mailing list > Releasing at qt-project.org > http://lists.qt-project.org/mailman/listinfo/releasing From Maurice.Kalinowski at theqtcompany.com Mon Mar 7 12:07:44 2016 From: Maurice.Kalinowski at theqtcompany.com (Kalinowski Maurice) Date: Mon, 7 Mar 2016 11:07:44 +0000 Subject: [Releasing] Qt 5.7 alpha packages available In-Reply-To: <20160307110605.GB12702@troll08.it.local> References: <20160307110605.GB12702@troll08.it.local> Message-ID: > -----Original Message----- > From: Releasing [mailto:releasing- > bounces+maurice.kalinowski=theqtcompany.com at qt-project.org] On > Behalf Of Oswald Buddenhagen > Sent: Monday, March 7, 2016 12:06 PM > To: releasing at qt-project.org > Subject: Re: [Releasing] Qt 5.7 alpha packages available > > On Mon, Mar 07, 2016 at 10:17:11AM +0000, Kalinowski Maurice wrote: > > As Jani is on vacation, resending to the releasing list > > > > > > Hi, > > > > I was trying to build the alpha source package for winrt and got this > compilation error in xmlpatterns: > > > > qacceltree.cpp > > C:\Qt\qt-everywhere-opensource-src- > 5.7.0\qtxmlpatterns\src\xmlpatterns > > \api\qabstractxmlreceiver.h(45): fatal error C1083: Cannot open > > include file: 'QtXmlPatterns/QXmlNodeModelIndex': No such file or > > directory qacceltreeresourceloader.cpp > > C:\Qt\qt-everywhere-opensource-src- > 5.7.0\qtxmlpatterns\src\xmlpatterns > > \data\qatomicstring_p.h(55): fatal error C1083: Cannot open include > > file: 'private/qitem_p.h': No such file or directory > > qacceliterators.cpp > > c:\qt\qt-everywhere-opensource-src-5.7.0\qtxmlpatterns\src\xmlpatterns > > \acceltree\qacceliterators_p.h(53): fatal error C1083: Cannot open include > file: 'private/qacceltree_p.h': No such file or directory Generating Code... > > > > It should be generic to other platforms as well, hence I wanted to check > with you whether it's a known issue? > > > it's a fixed issue. [Kalinowski Maurice] Great, thx. Maurice > > > Maurice > > > > > > > > From: Development > > [mailto:development- > bounces+maurice.kalinowski=theqtcompany.com at qt-pro > > ject.org] On Behalf Of Heikkinen Jani > > Sent: Friday, March 4, 2016 1:23 PM > > To: development at qt-project.org > > Cc: releasing at qt-project.org > > Subject: [Development] Qt 5.7 alpha packages available > > > > Hi all, > > > > > > > > We have Qt 5.7 Alpha src packages available here: > > http://download.qt.io/snapshots/qt/5.7/5.7.0-alpha/latest_src/ > > > > > > > > Please check the packages to see if those are ok for Alpha purposes > (compilation seems to work, all needed modules etc are in the packages). > We will release these packages as Qt 5.7 Alpha at the beginning of next week > If no alpha blockers found so please inform all alpha blockers immediately to > qt-releases at digia.com (please remember > to fill proper bug report as well) . > > > > > > > > br, > > > > Jani > > > > > > > > > _______________________________________________ > > Releasing mailing list > > Releasing at qt-project.org > > http://lists.qt-project.org/mailman/listinfo/releasing > > _______________________________________________ > Releasing mailing list > Releasing at qt-project.org > http://lists.qt-project.org/mailman/listinfo/releasing From akseli.salovaara at theqtcompany.com Fri Mar 11 09:18:09 2016 From: akseli.salovaara at theqtcompany.com (Salovaara Akseli) Date: Fri, 11 Mar 2016 08:18:09 +0000 Subject: [Releasing] Qt 5.7 Alpha released Message-ID: Hi all! Qt 5.7 Alpha release is out, see http://blog.qt.io/blog/2016/03/11/qt-5-7-alpha-released/ As earlier, Alpha is source code delivery only. The plan forward is now to create a beta (including binary packages) during the next few weeks. Big thanks for everyone who were involved to make this happen! Br, Akseli -------------- next part -------------- An HTML attachment was scrubbed... URL: From jani.heikkinen at theqtcompany.com Mon Mar 14 14:22:42 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Mon, 14 Mar 2016 13:22:42 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available Message-ID: Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stefan.Walter at lisec.com Tue Mar 15 10:26:10 2016 From: Stefan.Walter at lisec.com (Walter Stefan) Date: Tue, 15 Mar 2016 09:26:10 +0000 Subject: [Releasing] FW: Qt 5.6.0 (final) packages available References: Message-ID: <7a44515a2c274e4ab3d2635357cd2c26@ATSE-MAIL4.lisec.internal> Hi, I am still facing an issue with the mentioned source package on CentOS 6.x with the g++ 4.4.7 in Qt3D. I don't know if that will be solved from your end and I don't know if that would delay the release. For me it is very important because Qt 5.6.0 will be a LTE release and CentOS 6.x is not even old. As we are making use of Qt3D, I can't skip it. The complier issue is that: g++ -c -include .pch/Qt53DRender -pipe -O2 -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_XKB -DQT3DRENDER_LIBRARY -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render -I. -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/backend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/geometry -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/graphicshelpers -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/framegraph -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/frontend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/jobs -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/lights -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/materialsystem -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/renderstates -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/defaults -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/picking -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/raycasting -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/services -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/texture -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore -I../../include/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0/QtCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/mkspecs/linux-g++ -o .obj/scenemanager.o /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: In constructor âQt3DRender::Render::SceneManager::SceneManager()â: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does not have any field named âQResourceManagerâ /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â(â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â{â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: At global scope: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected unqualified-id before â<â token make[3]: *** [.obj/scenemanager.o] Error 1 make[3]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src/render' make[2]: *** [sub-render-make_first] Error 2 make[2]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d' make: *** [module-qt3d-make_first] Error 2 [walteste at aedu2-build-qt build-old]$ ^C [walteste at aedu2-build-qt build-old]$ g++ -version g++: unrecognized option '-version' g++: no input files Regards, Stefan From: Development [mailto:development-bounces+stefan.walter=lisec.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: Montag, 14. März 2016 17:23 To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] Qt 5.6.0 (final) packages available Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean.harmer at kdab.com Tue Mar 15 10:48:33 2016 From: sean.harmer at kdab.com (Sean Harmer) Date: Tue, 15 Mar 2016 09:48:33 +0000 Subject: [Releasing] [Development] Qt 5.6.0 (final) packages available In-Reply-To: References: Message-ID: <1517834.Y9ZGpWIh1T@cartman> Hi, On Tuesday 15 Mar 2016 09:19:12 Walter Stefan wrote: > Hi, > > I am still facing an issue with the mentioned source package on CentOS 6.x > with the g++ 4.4.7 in Qt3D. I don't know if that will be solved from your > end and I don't know if that would delay the release. > > For me it is very important because Qt 5.6.0 will be a LTE release and > CentOS 6.x is not even old. As we are making use of Qt3D, I can't skip it. Qt 3D is a Tech Preview in 5.6 so is not subject to the LTS promises and should also not hold up the release. Having said that, does this fix the issue for you? https://codereview.qt-project.org/#/c/152345/ If so, the fix can be in 5.6.1 and you can manually patch it yourself for 5.6.0. Cheers, Sean > > The complier issue is that: > g++ -c -include .pch/Qt53DRender -pipe -O2 -std=c++0x -fvisibility=hidden > -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC > -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_XKB > -DQT3DRENDER_LIBRARY -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT > -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT > -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS > -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS > -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB > -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r -I. > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Q > t3DRender -I../../include -I../../include/Qt3DRender > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Q > t3DRender/5.6.0 > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Q > t3DRender/5.6.0/Qt3DRender > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/backend > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/geometry > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/graphicshelpers > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/framegraph > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/frontend > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/jobs > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/lights > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/materialsystem > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/renderstates > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/io > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/defaults > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/picking > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/raycasting > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/services > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/rende > r/texture > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Q > t3DCore/5.6.0 > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Q > t3DCore/5.6.0/Qt3DCore > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtGui/5.6.0 > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtGui/5.6.0/QtGui > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Q > t3DCore -I../../include/Qt3DCore > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include > -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtOpenGLExtensions > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtGui -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtGui > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtCore/5.6.0 > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtCore/5.6.0/QtCore > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtConcurrent > -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtConcurrent > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include > /QtCore -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtCore -I.moc > -isystem /usr/include/libdrm > -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/mkspecs > /linux-g++ -o .obj/scenemanager.o > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp: In constructor > âQt3DRender::Render::SceneManager::SceneManager()â: > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does > not have any field named âQResourceManagerâ > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp:44: error: expected â(â before â<â token > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp:44: error: expected â{â before â<â token > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp: At global scope: > /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/ > io/scenemanager.cpp:44: error: expected unqualified-id before â<â token > make[3]: *** [.obj/scenemanager.o] Error 1 > make[3]: Leaving directory > `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src/render' make[2]: *** > [sub-render-make_first] Error 2 > make[2]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src' > make[1]: *** [sub-src-make_first] Error 2 > make[1]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d' > make: *** [module-qt3d-make_first] Error 2 > [walteste at aedu2-build-qt build-old]$ ^C > [walteste at aedu2-build-qt build-old]$ g++ -version > g++: unrecognized option '-version' > g++: no input files > > Regards, > Stefan > > From: Development > [mailto:development-bounces+stefan.walter=lisec.com at qt-project.org] On > Behalf Of Heikkinen Jani Sent: Montag, 14. März 2016 17:23 > To: development at qt-project.org > Cc: releasing at qt-project.org > Subject: [Development] Qt 5.6.0 (final) packages available > > > Hi all, > > > > We have Qt 5.6.0 (final) packages available: > > > > Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ > > Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ > > Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ > > src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ > > > > Please check to packages to see if those are still working as expected. If > nothing serious found we will release these packages as Qt 5.6.0 this Wed > as planned. So please inform me immediately if there is something new which > is preventing us to do the release. > > > > br, > > Jani -- Dr Sean Harmer | sean.harmer at kdab.com | Managing Director UK KDAB (UK) Ltd, a KDAB Group company Tel. +44 (0)1625 809908; Sweden (HQ) +46-563-540090 Mobile: +44 (0)7545 140604 KDAB - Qt Experts From jani.heikkinen at theqtcompany.com Tue Mar 15 10:55:56 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Tue, 15 Mar 2016 09:55:56 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available In-Reply-To: References: , Message-ID: Is there a bug report about this issue? if no please create one in https://bugreports.qt.io/secure/Dashboard.jspa I won't block release because of this any more, let's see if we can fix this for 5.6.1; Qt3D is still TP and it is compiling OK in most cases. Btw, please add as much info as possible in bug report (configure options etc) br, Jani ________________________________ Lähettäjä: Walter Stefan Lähetetty: 15. maaliskuuta 2016 11:19 Vastaanottaja: Heikkinen Jani; development at qt-project.org Kopio: releasing at qt-project.org Aihe: RE: Qt 5.6.0 (final) packages available Hi, I am still facing an issue with the mentioned source package on CentOS 6.x with the g++ 4.4.7 in Qt3D. I don’t know if that will be solved from your end and I don’t know if that would delay the release. For me it is very important because Qt 5.6.0 will be a LTE release and CentOS 6.x is not even old. As we are making use of Qt3D, I can’t skip it. The complier issue is that: g++ -c -include .pch/Qt53DRender -pipe -O2 -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_XKB -DQT3DRENDER_LIBRARY -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render -I. -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/backend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/geometry -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/graphicshelpers -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/framegraph -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/frontend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/jobs -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/lights -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/materialsystem -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/renderstates -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/defaults -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/picking -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/raycasting -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/services -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/texture -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore -I../../include/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0/QtCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/mkspecs/linux-g++ -o .obj/scenemanager.o /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: In constructor âQt3DRender::Render::SceneManager::SceneManager()â: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does not have any field named âQResourceManagerâ /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â(â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â{â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: At global scope: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected unqualified-id before â<â token make[3]: *** [.obj/scenemanager.o] Error 1 make[3]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src/render' make[2]: *** [sub-render-make_first] Error 2 make[2]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d' make: *** [module-qt3d-make_first] Error 2 [walteste at aedu2-build-qt build-old]$ ^C [walteste at aedu2-build-qt build-old]$ g++ -version g++: unrecognized option '-version' g++: no input files Regards, Stefan From: Development [mailto:development-bounces+stefan.walter=lisec.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: Montag, 14. März 2016 17:23 To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] Qt 5.6.0 (final) packages available Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stefan.Walter at lisec.com Tue Mar 15 13:18:14 2016 From: Stefan.Walter at lisec.com (Walter Stefan) Date: Tue, 15 Mar 2016 12:18:14 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available In-Reply-To: References: , Message-ID: Hi, There is already a code review article: https://codereview.qt-project.org/#/c/152345/ I have also created the bug reference: https://bugreports.qt.io/browse/QTBUG-51879 If I compile with "configure -skip qt3d", then everything compiles. That tells me that only this issue is the actual show stopper. Regards, Stefan From: Heikkinen Jani [mailto:jani.heikkinen at theqtcompany.com] Sent: Dienstag, 15. März 2016 13:56 To: Walter Stefan ; development at qt-project.org Cc: releasing at qt-project.org; Sean Harmer Subject: VS: Qt 5.6.0 (final) packages available Is there a bug report about this issue? if no please create one in https://bugreports.qt.io/secure/Dashboard.jspa I won't block release because of this any more, let's see if we can fix this for 5.6.1; Qt3D is still TP and it is compiling OK in most cases. Btw, please add as much info as possible in bug report (configure options etc) br, Jani ________________________________ Lähettäjä: Walter Stefan > Lähetetty: 15. maaliskuuta 2016 11:19 Vastaanottaja: Heikkinen Jani; development at qt-project.org Kopio: releasing at qt-project.org Aihe: RE: Qt 5.6.0 (final) packages available Hi, I am still facing an issue with the mentioned source package on CentOS 6.x with the g++ 4.4.7 in Qt3D. I don't know if that will be solved from your end and I don't know if that would delay the release. For me it is very important because Qt 5.6.0 will be a LTE release and CentOS 6.x is not even old. As we are making use of Qt3D, I can't skip it. The complier issue is that: g++ -c -include .pch/Qt53DRender -pipe -O2 -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_XKB -DQT3DRENDER_LIBRARY -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render -I. -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/backend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/geometry -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/graphicshelpers -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/framegraph -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/frontend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/jobs -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/lights -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/materialsystem -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/renderstates -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/defaults -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/picking -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/raycasting -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/services -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/texture -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore -I../../include/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0/QtCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/mkspecs/linux-g++ -o .obj/scenemanager.o /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: In constructor âQt3DRender::Render::SceneManager::SceneManager()â: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does not have any field named âQResourceManagerâ /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â(â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â{â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: At global scope: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected unqualified-id before â<â token make[3]: *** [.obj/scenemanager.o] Error 1 make[3]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src/render' make[2]: *** [sub-render-make_first] Error 2 make[2]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d' make: *** [module-qt3d-make_first] Error 2 [walteste at aedu2-build-qt build-old]$ ^C [walteste at aedu2-build-qt build-old]$ g++ -version g++: unrecognized option '-version' g++: no input files Regards, Stefan From: Development [mailto:development-bounces+stefan.walter=lisec.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: Montag, 14. März 2016 17:23 To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] Qt 5.6.0 (final) packages available Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhihn at gmx.com Tue Mar 15 15:07:35 2016 From: jhihn at gmx.com (Jason H) Date: Tue, 15 Mar 2016 15:07:35 +0100 Subject: [Releasing] Qt 5.6.0 (final) packages available In-Reply-To: References: , , Message-ID: An HTML attachment was scrubbed... URL: From hmartinez at malwarebytes.org Tue Mar 15 15:35:15 2016 From: hmartinez at malwarebytes.org (Hernan Martinez) Date: Tue, 15 Mar 2016 14:35:15 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available In-Reply-To: References: Message-ID: Hello. Thank you for announcing the final packages. There's still a P1 Critical Bug affecting Qt Quick itself, a core feature. https://bugreports.qt.io/browse/QTBUG-51558 :( Thank you, Hernan Martinez From: Releasing [mailto:releasing-bounces+hmartinez=malwarebytes.org at qt-project.org] On Behalf Of Heikkinen Jani Sent: Monday, March 14, 2016 9:23 AM To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Releasing] Qt 5.6.0 (final) packages available Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From Lars.Knoll at theqtcompany.com Tue Mar 15 15:49:54 2016 From: Lars.Knoll at theqtcompany.com (Knoll Lars) Date: Tue, 15 Mar 2016 14:49:54 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available Message-ID: That’s unfortunate, but the fix for this one will have to wait for 5.6.1 as well. Cheers, Lars On 15/03/16 15:35, "Releasing on behalf of Hernan Martinez via Releasing" wrote: >Hello. > >Thank you for announcing the final packages. > >There’s still a P1 Critical Bug affecting Qt Quick itself, a core feature. >https://bugreports.qt.io/browse/QTBUG-51558 :( > >Thank you, >Hernan Martinez >From: Releasing [mailto:releasing-bounces+hmartinez=malwarebytes.org at qt-project.org] >On Behalf Of Heikkinen Jani >Sent: Monday, March 14, 2016 9:23 AM >To: development at qt-project.org >Cc: releasing at qt-project.org >Subject: [Releasing] Qt 5.6.0 (final) packages available > > > >Hi all, > >We have Qt 5.6.0 (final) packages available: > >Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ >Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ >Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ >src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ > >Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. > So please inform me immediately if there is something new which is preventing us to do the release. > >br, >Jani > > > From jani.heikkinen at theqtcompany.com Tue Mar 15 16:41:06 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Tue, 15 Mar 2016 15:41:06 +0000 Subject: [Releasing] Meeting minutes from Qt Release Team meeting 15.3.2016 Message-ID: Meeting minutes from Qt Release Team meeting 15th March 2016 Qt 5.6.0 status: - All open blockers from RC should be now fixed in the packages which are under testing at the moment * Testing is still ongoing but nothing alarming reported so far - couple of older bugs (QTBUG-51676 & QTBUG-51558) proposed to be a blocker for the release in ML * Agreed we can live with those with Qt 5.6.0 release as known issues. Qt 5.6.0 release decision: let's put 5.6.0 out tomorrow as planned (if nothing new & really serious found during testing) Next meeting: Tue 22nd March 2016 16:00 CET Best regards, Jani Heikkinen Release Manager | The Qt Company irc log below: [17:00:56] akseli: iieklund: thiago: fkleint: ZapB: tronical: vladimirM: aholza: peter-h: mapaaso: ankokko: fkleint: carewolf: fregl: ablasche: ping [17:01:02] jaheikki3_: pong [17:01:03] pong [17:01:31] jaheikki3_: pong [17:01:33] jaheikki3_: pong [17:01:35] jaheikki3_: pong [17:02:11] jaheikki3_: pong [17:03:42] Time to start qt release team meeting [17:03:50] On agenda today: [17:04:21] Qt 5.6.0 status & go/no go for the release [17:04:33] Any additional item to the agenda? [17:05:40] nope [17:06:03] Ok, the qt 5.6.0 status: [17:06:50] All open blockers from RC should be now fixed in the packages which are under testing at the moment [17:06:51] jaheikki3_: pong [17:07:08] Testing is still ongoing but nothing alarming reported so far [17:07:54] well, there's the qtdbus bug thiago is going to look at and the QtQuick P1 mentioned on the list [17:08:09] during the deay [17:08:10] day [17:08:39] couple of older bugs (QTBUG-51676 & QTBUG-51558) proposed to be a blocker for the release in ML but according to my understanding we can liwe with those in 5.6.0 as known issue [17:09:36] ZapB: Yeah, just those ones I mention above. Those have been open ~ 2week and no-one hasn't proposed those to be a blocker for the release earlier :( [17:10:24] As lars wrote in ML we can wait 5.6.1 for fixing those. Of course this is sad but we need to get the release out finally [17:10:32] if anyone has a copy of the directfb git repo, please ping me in #qt-labs [17:10:58] as long as they get fixed fast, any linux distro can cherry-pick them to avoid blocking kded against 5.6.0 [17:11:13] carewolf: indeed [17:11:34] but they haven't yet cherry-picked the XRandR bug for 5.4 and 5.5, which is very annoying [17:11:39] so I wouldn't get my hopes up [17:12:10] just wanted to note that I agree with jaheikki3_. It's better to finally get the .0 out. I think by now we have enough content in the 5.6 branch to justify a quick 5.6.1 afterwards [17:12:44] yeah. I propose to put the 5.6.0 out now with these as known issues and try to get 5.6.1 out pretty quickly as well [17:12:53] +1 [17:12:56] thiago: they used to be more active in adding patches to Qt in the past... ;-) [17:13:18] are we getting too good, and making them complacent? [17:13:21] yeah, they still do [17:13:30] the problem is that they don't backport important things unless told specifically to [17:13:37] carewolf: hopefully... :) [17:13:43] I've been waiting for opensuse guys to backport the xrandr fix and they haven't [17:13:49] the patch was developed by canonical [17:14:29] jaheikki3_: agreed [17:14:32] jaheikki3_: +1 [17:17:09] ok, it seems no-one disagrees. So let's put 5.6.0 tomorrow as planned (if nothing new & really serious found during testing) [17:17:21] thanks jani! [17:17:51] I think it was all at this time. Let' [17:18:13] s have next mwwtin tue 22nd Mach at same time [17:18:41] arh :( mwwtin == meeting ;) [17:19:39] Let's end the meeting now; thanks for your participation! [17:19:49] Bye! [17:20:24] bye [17:26:27] bye From jani.heikkinen at theqtcompany.com Tue Mar 15 16:45:29 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Tue, 15 Mar 2016 15:45:29 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available In-Reply-To: References: , , Message-ID: Hi! No real plans yet but we are trying to do it pretty quickly after 5.6.0 release. I would say it will take some weeks because we need to fix those known issues as well as most urgent ones reported from the 5.6.0 release after releasing. I think 4 weeks might be not enough but 8 weeks might be too late ;) Br, Jani From: Jason H [mailto:jhihn at gmx.com] Sent: 15. maaliskuuta 2016 16:08 To: Heikkinen Jani Cc: releasing at qt-project.org Subject: Re: [Releasing] Qt 5.6.0 (final) packages available Any idea when 5.6.1 is coming out? 5.6.0+4w,+8w? (w=weeks) Sent: Tuesday, March 15, 2016 at 5:55 AM From: "Heikkinen Jani" > To: "Walter Stefan" >, "development at qt-project.org" > Cc: "releasing at qt-project.org" >, "Sean Harmer" > Subject: Re: [Releasing] Qt 5.6.0 (final) packages available Is there a bug report about this issue? if no please create one in https://bugreports.qt.io/secure/Dashboard.jspa I won't block release because of this any more, let's see if we can fix this for 5.6.1; Qt3D is still TP and it is compiling OK in most cases. Btw, please add as much info as possible in bug report (configure options etc) br, Jani ________________________________ Lähettäjä: Walter Stefan > Lähetetty: 15. maaliskuuta 2016 11:19 Vastaanottaja: Heikkinen Jani; development at qt-project.org Kopio: releasing at qt-project.org Aihe: RE: Qt 5.6.0 (final) packages available Hi, I am still facing an issue with the mentioned source package on CentOS 6.x with the g++ 4.4.7 in Qt3D. I don’t know if that will be solved from your end and I don’t know if that would delay the release. For me it is very important because Qt 5.6.0 will be a LTE release and CentOS 6.x is not even old. As we are making use of Qt3D, I can’t skip it. The complier issue is that: g++ -c -include .pch/Qt53DRender -pipe -O2 -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_XKB -DQT3DRENDER_LIBRARY -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render -I. -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/backend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/geometry -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/graphicshelpers -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/framegraph -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/frontend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/jobs -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/lights -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/materialsystem -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/renderstates -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/defaults -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/picking -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/raycasting -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/services -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/texture -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore -I../../include/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0/QtCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/mkspecs/linux-g++ -o .obj/scenemanager.o /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: In constructor âQt3DRender::Render::SceneManager::SceneManager()â: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does not have any field named âQResourceManagerâ /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â(â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â{â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: At global scope: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected unqualified-id before â<â token make[3]: *** [.obj/scenemanager.o] Error 1 make[3]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src/render' make[2]: *** [sub-render-make_first] Error 2 make[2]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d' make: *** [module-qt3d-make_first] Error 2 [walteste at aedu2-build-qt build-old]$ ^C [walteste at aedu2-build-qt build-old]$ g++ -version g++: unrecognized option '-version' g++: no input files Regards, Stefan From: Development [mailto:development-bounces+stefan.walter=lisec.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: Montag, 14. März 2016 17:23 To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] Qt 5.6.0 (final) packages available Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani _______________________________________________ Releasing mailing list Releasing at qt-project.org http://lists.qt-project.org/mailman/listinfo/releasing -------------- next part -------------- An HTML attachment was scrubbed... URL: From tuukka.turunen at theqtcompany.com Wed Mar 16 07:15:34 2016 From: tuukka.turunen at theqtcompany.com (Turunen Tuukka) Date: Wed, 16 Mar 2016 06:15:34 +0000 Subject: [Releasing] Qt 5.6.0 (final) packages available In-Reply-To: References: , , , Message-ID: There is also new Creator coming in April and getting that on board to Qt 5.6.1 would be nice. But it depends on what may be found in 5.6.0 after release. It has been tested a lot, but there will always be something. Yours, Tuukka ________________________________ Lähettäjä: Heikkinen Jani Lähetetty: ‎15.‎3.‎2016 16:45 Vastaanottaja: Jason H Kopio: releasing at qt-project.org Aihe: Re: [Releasing] Qt 5.6.0 (final) packages available Hi! No real plans yet but we are trying to do it pretty quickly after 5.6.0 release. I would say it will take some weeks because we need to fix those known issues as well as most urgent ones reported from the 5.6.0 release after releasing. I think 4 weeks might be not enough but 8 weeks might be too late ;) Br, Jani From: Jason H [mailto:jhihn at gmx.com] Sent: 15. maaliskuuta 2016 16:08 To: Heikkinen Jani Cc: releasing at qt-project.org Subject: Re: [Releasing] Qt 5.6.0 (final) packages available Any idea when 5.6.1 is coming out? 5.6.0+4w,+8w? (w=weeks) Sent: Tuesday, March 15, 2016 at 5:55 AM From: "Heikkinen Jani" > To: "Walter Stefan" >, "development at qt-project.org" > Cc: "releasing at qt-project.org" >, "Sean Harmer" > Subject: Re: [Releasing] Qt 5.6.0 (final) packages available Is there a bug report about this issue? if no please create one in https://bugreports.qt.io/secure/Dashboard.jspa I won't block release because of this any more, let's see if we can fix this for 5.6.1; Qt3D is still TP and it is compiling OK in most cases. Btw, please add as much info as possible in bug report (configure options etc) br, Jani ________________________________ Lähettäjä: Walter Stefan > Lähetetty: 15. maaliskuuta 2016 11:19 Vastaanottaja: Heikkinen Jani; development at qt-project.org Kopio: releasing at qt-project.org Aihe: RE: Qt 5.6.0 (final) packages available Hi, I am still facing an issue with the mentioned source package on CentOS 6.x with the g++ 4.4.7 in Qt3D. I don’t know if that will be solved from your end and I don’t know if that would delay the release. For me it is very important because Qt 5.6.0 will be a LTE release and CentOS 6.x is not even old. As we are making use of Qt3D, I can’t skip it. The complier issue is that: g++ -c -include .pch/Qt53DRender -pipe -O2 -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_XKB -DQT3DRENDER_LIBRARY -DQT_BUILD_3DRENDER_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_3DCORE_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render -I. -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender -I../../include -I../../include/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DRender/5.6.0/Qt3DRender -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/backend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/geometry -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/graphicshelpers -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/framegraph -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/frontend -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/jobs -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/lights -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/materialsystem -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/renderstates -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/defaults -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/picking -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/raycasting -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/services -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/texture -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore/5.6.0/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui/5.6.0/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/include/Qt3DCore -I../../include/Qt3DCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtOpenGLExtensions -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtGui -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0 -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore/5.6.0/QtCore -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtConcurrent -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/include/QtCore -I/vol1/build/qt-5.6.0-fc/build-old/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qtbase/mkspecs/linux-g++ -o .obj/scenemanager.o /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: In constructor âQt3DRender::Render::SceneManager::SceneManager()â: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does not have any field named âQResourceManagerâ /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â(â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected â{â before â<â token /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp: At global scope: /vol1/build/qt-5.6.0-fc/qt-everywhere-opensource-src-5.6.0/qt3d/src/render/io/scenemanager.cpp:44: error: expected unqualified-id before â<â token make[3]: *** [.obj/scenemanager.o] Error 1 make[3]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src/render' make[2]: *** [sub-render-make_first] Error 2 make[2]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d/src' make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory `/vol1/build/qt-5.6.0-fc/build-old/qt3d' make: *** [module-qt3d-make_first] Error 2 [walteste at aedu2-build-qt build-old]$ ^C [walteste at aedu2-build-qt build-old]$ g++ -version g++: unrecognized option '-version' g++: no input files Regards, Stefan From: Development [mailto:development-bounces+stefan.walter=lisec.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: Montag, 14. März 2016 17:23 To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] Qt 5.6.0 (final) packages available Hi all, We have Qt 5.6.0 (final) packages available: Windows: http://download.qt.io/snapshots/qt/5.6/5.6.0/382/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.0/367/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.0/305/ src: http://download.qt.io/snapshots/qt/5.6/5.6.0/latest_src/ Please check to packages to see if those are still working as expected. If nothing serious found we will release these packages as Qt 5.6.0 this Wed as planned. So please inform me immediately if there is something new which is preventing us to do the release. br, Jani _______________________________________________ Releasing mailing list Releasing at qt-project.org http://lists.qt-project.org/mailman/listinfo/releasing -------------- next part -------------- An HTML attachment was scrubbed... URL: From thiago.macieira at intel.com Thu Mar 17 00:14:44 2016 From: thiago.macieira at intel.com (Thiago Macieira) Date: Wed, 16 Mar 2016 16:14:44 -0700 Subject: [Releasing] [Development] tarball fetches from code.qt.io? In-Reply-To: <1784737.znae0EUkVN@portia.local> References: <2000886.r6WD1beTJ9@patux> <1856371.zXPc59Bamk@tjmaciei-mobl4> <1784737.znae0EUkVN@portia.local> Message-ID: <23615250.ps6K5Qji8Q@tjmaciei-mobl4> On quarta-feira, 16 de março de 2016 22:06:28 PDT René J. V. Bertin wrote: > Thiago Macieira wrote: > > The git-archive extension is not enabled on code.qt.io. > > Indeed, sadly. > > > Tags are releases and are available in http://download.qt.io/. They are > > also transformed by adding the generated headers and removing > > Git-specific files. You should use that. > > > > If you need to test arbitrary commits, you should be using Git. > > Or the 5.6.0 version of QtWebKit, apparently. I didn't find it on > download.qt.io . We agreed that we would create a tarball. Release team, where is it? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From jani.heikkinen at theqtcompany.com Thu Mar 17 06:38:43 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Thu, 17 Mar 2016 05:38:43 +0000 Subject: [Releasing] [Development] tarball fetches from code.qt.io? In-Reply-To: <23615250.ps6K5Qji8Q@tjmaciei-mobl4> References: <2000886.r6WD1beTJ9@patux> <1856371.zXPc59Bamk@tjmaciei-mobl4> <1784737.znae0EUkVN@portia.local> <23615250.ps6K5Qji8Q@tjmaciei-mobl4> Message-ID: Hi! Webkit packages can be found from here: http://download.qt.io/community_releases/5.6/5.6.0/ Br, Jani >>-----Original Message----- >>From: Development [mailto:development- >>bounces+jani.heikkinen=theqtcompany.com at qt-project.org] On Behalf Of >>Thiago Macieira >>Sent: 17. maaliskuuta 2016 1:15 >>To: development at qt-project.org >>Cc: Releasing >>Subject: Re: [Development] tarball fetches from code.qt.io? >> >>On quarta-feira, 16 de março de 2016 22:06:28 PDT René J. V. Bertin wrote: >>> Thiago Macieira wrote: >>> > The git-archive extension is not enabled on code.qt.io. >>> >>> Indeed, sadly. >>> >>> > Tags are releases and are available in http://download.qt.io/. They are >>> > also transformed by adding the generated headers and removing >>> > Git-specific files. You should use that. >>> > >>> > If you need to test arbitrary commits, you should be using Git. >>> >>> Or the 5.6.0 version of QtWebKit, apparently. I didn't find it on >>> download.qt.io . >> >>We agreed that we would create a tarball. >> >>Release team, where is it? >> >>-- >>Thiago Macieira - thiago.macieira (AT) intel.com >> Software Architect - Intel Open Source Technology Center >> >>_______________________________________________ >>Development mailing list >>Development at qt-project.org >>http://lists.qt-project.org/mailman/listinfo/development From jani.heikkinen at theqtcompany.com Fri Mar 18 09:02:54 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Fri, 18 Mar 2016 08:02:54 +0000 Subject: [Releasing] HEADS UP: Updates to Qt 5.7 (and Qt 5.8) tool versions Message-ID: Hi all, Currently used tools & versions in ci and packaging are listed in http://wiki.qt.io/Qt-5.7.0-tools-and-versions. 'dev' is also using same set. Now when Qt 5.6.0 is out we are planning to do some updates. We are planning to: - Update MinGW to i686-5.3.0-release-posix-dwarf-rt_v4-rev0 * first test build already done by Kai, full test build to be done in coin really soon - Update Android NDK to r11 * Some build issue reported (QTBUG-51859), fix https://codereview.qt-project.org/#/c/153212/ Please inform me immediately if you see some problem with this. Also inform me immediately if you know something else to be updated (for 5.7 or for 5.8). For 5.7 we are already quite late and we need to get needed updates done before beta release. For 5.8 it is actually correct time to do those ;) br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From heikki.halmet at theqtcompany.com Fri Mar 18 09:34:07 2016 From: heikki.halmet at theqtcompany.com (Halmet Heikki) Date: Fri, 18 Mar 2016 08:34:07 +0000 Subject: [Releasing] HEADS UP: Updates to Qt 5.7 (and Qt 5.8) tool versions In-Reply-To: References: Message-ID: Hi, I think we also need to update at least these to 5.7 Xcode 7.2.1 to OSX 10.10.5 & 10.11.2 Xcode 6.2 to OSX 10.9.4 Android sdk 24.4.1 Visual Studio 2015 Update 1 to Windows 10 Latest openssl 1.0.2g Should we use beta OSX and beta Xcode in dev? Xcode 7.3 beta 5 to OS X v10.11.4 beta - Heikki From: Development [mailto:development-bounces+heikki.halmet=theqtcompany.com at qt-project.org] On Behalf Of Heikkinen Jani Sent: 18. maaliskuuta 2016 10:03 To: development at qt-project.org Cc: releasing at qt-project.org Subject: [Development] HEADS UP: Updates to Qt 5.7 (and Qt 5.8) tool versions Hi all, Currently used tools & versions in ci and packaging are listed in http://wiki.qt.io/Qt-5.7.0-tools-and-versions. 'dev' is also using same set. Now when Qt 5.6.0 is out we are planning to do some updates. We are planning to: - Update MinGW to i686-5.3.0-release-posix-dwarf-rt_v4-rev0 * first test build already done by Kai, full test build to be done in coin really soon - Update Android NDK to r11 * Some build issue reported (QTBUG-51859), fix https://codereview.qt-project.org/#/c/153212/ Please inform me immediately if you see some problem with this. Also inform me immediately if you know something else to be updated (for 5.7 or for 5.8). For 5.7 we are already quite late and we need to get needed updates done before beta release. For 5.8 it is actually correct time to do those ;) br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: From diego.stamigni at gmail.com Fri Mar 18 09:38:04 2016 From: diego.stamigni at gmail.com (Diego Stamigni) Date: Fri, 18 Mar 2016 09:38:04 +0100 Subject: [Releasing] HEADS UP: Updates to Qt 5.7 (and Qt 5.8) tool versions In-Reply-To: References: Message-ID: Hello, > Visual Studio 2015 Update 1 to Windows 10 Please let’s keep in mind that Visual Studio 2015 Update 2 is coming out, I don’t think that it will be ready for Qt 5.7, but we should be prepared for Qt 5.8 indeed. Regards, Diego > Il giorno 18 mar 2016, alle ore 09:34, Halmet Heikki ha scritto: > > Hi, > > I think we also need to update at least these to 5.7 > Xcode 7.2.1 to OSX 10.10.5 & 10.11.2 > Xcode 6.2 to OSX 10.9.4 > Android sdk 24.4.1 > Visual Studio 2015 Update 1 to Windows 10 > Latest openssl 1.0.2g > > Should we use beta OSX and beta Xcode in dev? > Xcode 7.3 beta 5 to  <>OS X v10.11.4 beta > > - Heikki > > > From: Development [mailto:development-bounces+heikki.halmet=theqtcompany.com at qt-project.org] On Behalf Of Heikkinen Jani > Sent: 18. maaliskuuta 2016 10:03 > To: development at qt-project.org > Cc: releasing at qt-project.org > Subject: [Development] HEADS UP: Updates to Qt 5.7 (and Qt 5.8) tool versions > > Hi all, > > Currently used tools & versions in ci and packaging are listed in http://wiki.qt.io/Qt-5.7.0-tools-and-versions . 'dev' is also using same set. > > Now when Qt 5.6.0 is out we are planning to do some updates. We are planning to: > > - Update MinGW to i686-5.3.0-release-posix-dwarf-rt_v4-rev0 > * first test build already done by Kai, full test build to be done in coin really soon > > - Update Android NDK to r11 > * Some build issue reported (QTBUG-51859 ), fix https://codereview.qt-project.org/#/c/153212/ > > Please inform me immediately if you see some problem with this. Also inform me immediately if you know something else to be updated (for 5.7 or for 5.8). For 5.7 we are already quite late and we need to get needed updates done before beta release. For 5.8 it is actually correct time to do those ;) > > br, > Jani > _______________________________________________ > Releasing mailing list > Releasing at qt-project.org > http://lists.qt-project.org/mailman/listinfo/releasing -------------- next part -------------- An HTML attachment was scrubbed... URL: From charleyb123 at gmail.com Fri Mar 18 14:09:04 2016 From: charleyb123 at gmail.com (charleyb123 .) Date: Fri, 18 Mar 2016 07:09:04 -0600 Subject: [Releasing] HEADS UP: Updates to Qt 5.7 (and Qt 5.8) tool versions In-Reply-To: References: Message-ID: > > Visual Studio 2015 Update 1 to Windows 10 > > Please let’s keep in mind that Visual Studio 2015 Update 2 is coming out, > I don’t think that it will be ready for Qt 5.7, but we should be prepared > for Qt 5.8 indeed. > > Regards, > Diego > +1 --charley -------------- next part -------------- An HTML attachment was scrubbed... URL: From jani.heikkinen at theqtcompany.com Tue Mar 29 16:32:23 2016 From: jani.heikkinen at theqtcompany.com (Heikkinen Jani) Date: Tue, 29 Mar 2016 14:32:23 +0000 Subject: [Releasing] Meeting minutes from Qt Release Team meeting 29.3.2016 Message-ID: Meeting minutes from Qt Release Team meeting 29th March 2016 Qt 5.7 Beta status: - First qt5.git integration finally succeed, creating first binary snapshot ongoing - We cannot release Qt 5.7 Beta this Thu as planned because no any testing results available from beta binaries yet * New beta date estimation will be done after first binary snapshot test round Updates to Qt tools & versions: - We will do following updates * Xcode 7.2.1 to OSX 10.10.5 & 10.11.2 from 5.6.1 -> * Xcode 6.2 to OSX 10.9.4 from 5.6.1 -> * Visual Studio 2015 Update 1 to Windows 10 from 5.6.1 -> * Android sdk 24.4.1 from 5.7 -> * MinGW to i686-5.3.0-release-posix-dwarf-rt_v4-rev0 from 5.7 -> * Android NDK to r11 from 5.7 -> * openssl 1.0.2g from 5.6.1 -> * (Xcode 7.3 beta 5 to OS X v10.11.4 beta) dev (5.8) -> - Target to do these updates before Qt 5.7 Beta but we won't block beta because of these * If beta content is in place we don't wait missing updates before releasing beta Next meeting Tue 5th April 16:00 CET br, Jani irc log below: [17:00:52] akseli: iieklund: thiago: fkleint: ZapB: tronical: vladimirM: aholza: peter-h: mapaaso: ankokko: fkleint: carewolf: fregl: ablasche: ping [17:01:00] jaheikki3_: pong [17:01:14] jaheikki3_: pong [17:01:59] jaheikki3_: pong [17:02:08] Time to start qt release team meeting [17:02:12] on agenda today: [17:02:19] - Qt 5.7 beta status [17:02:34] - Updates to tools & versions [17:02:50] Any additional item(s) to the agenda? [17:04:10] Let's start from Qt 5.7 beta status [17:04:49] qt5.git integration finally succeed today. It is first succeed integration after the Alpha release [17:05:25] Creating first installers ongoing, let's see if we could have first ones for testing tomorrow [17:06:10] But because we haven't been able to test binaries so far we cannot release beta this thu as planned [17:06:58] No new beta estimation yet, we will see it after first test round. [17:07:49] Any comments or questions? [17:09:01] that was to be expected [17:09:23] yeah [17:10:01] ok, then updates to tools & versions: [17:10:35] Currently used tool versions are listed here: http://wiki.qt.io/Qt-5.7.0-tools-and-versions [17:10:57] Based on comments in ML we are planning to do following updates: [17:11:42] - Xcode 7.2.1 to OSX 10.10.5 & 10.11.2 from 5.6.1 -> [17:11:42] - Xcode 6.2 to OSX 10.9.4 from 5.6.1 -> [17:11:42] - Visual Studio 2015 Update 1 to Windows 10 from 5.6.1 -> [17:11:42] -Android sdk 24.4.1 from 5.7 -> [17:11:42] - MinGW to i686-5.3.0-release-posix-dwarf-rt_v4-rev0 from 5.7 -> [17:11:42] - Android NDK to r11 from 5.7 -> [17:11:42] - openssl 1.0.2g from 5.6.1 -> [17:11:42] - (Xcode 7.3 beta 5 to OS X v10.11.4 beta) dev (5.8) -> [17:12:55] Any comments? there weren't any objections in ML either... [17:13:27] Why OSX 10.9? [17:14:11] It is still supported and used in CI (but not in packaging) [17:14:38] I know it's supported as a deployment target [17:14:44] it needs not be a build target [17:14:48] And we have agreed earlier that we will use latest available xcode in each OSX [17:15:27] and only the latest OSX [17:15:55] At the moment it is still build target but it will be changed so that we only build with latest OSX & text only in those others [17:15:58] that changed in the last couple of months [17:16:34] yeah, I know. But that hasn't been implemented in CI so far [17:17:17] okay [17:18:16] We are trying to do these updates already for Qt 5.7 beta but let's see if we have enough time for that. I wouln't block the beta if we have content in place but some updates to be done [17:18:47] +1 [17:18:54] +1 [17:20:12] agreed [17:22:01] Great. I think it was all at this time. Let's end this meeting now and have new one next week at this same time [17:22:17] Thanks for your participation. Bye! [17:22:43] bye -------------- next part -------------- An HTML attachment was scrubbed... URL: From releasing at qt-project.org Tue Mar 29 17:42:02 2016 From: releasing at qt-project.org (releasing at qt-project.org) Date: Tue, 29 Mar 2016 10:42:02 -0500 Subject: [Releasing] CCE29032016_00097 Message-ID: -------------- next part -------------- A non-text attachment was scrubbed... Name: CCE29032016_00097.rar Type: application/octet-stream Size: 2784 bytes Desc: not available URL: -------------- next part -------------- Sent from my iPhone