From antti.kokko at qt.io Thu Sep 1 16:22:14 2016 From: antti.kokko at qt.io (Antti Kokko) Date: Thu, 1 Sep 2016 14:22:14 +0000 Subject: [Releasing] Qt 5.8 alpha packages available Message-ID: Hi all, We have Qt 5.8 alpha src packages available here: http://download.qt.io/snapshots/qt/5.8/5.8.0-alpha/latest_src/ Please note that the files were just copied, it might take couple of hours for the mirror sync to complete. 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.8 Alpha most probably tomorrow if no alpha blockers found. So please inform all alpha blockers immediately to releasing at qt-project.org (please remember to fill proper bug report as well) . BR, Antti Antti Kokko Release Engineer The Qt Company Elektroniikkatie 13 90590, Oulu, Finland antti.kokko at qt.io +358 40 8275912 http://qt.io [http://s3-eu-west-1.amazonaws.com/qt-files/logos/qt_logo_with_text_green_rgb_400x141.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_facebook.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_twitter.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_linkedin.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_googleplus.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_youtube.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: From jtranter at ics.com Thu Sep 1 18:26:12 2016 From: jtranter at ics.com (Jeff Tranter) Date: Thu, 1 Sep 2016 12:26:12 -0400 Subject: [Releasing] Qt 5.8 alpha packages available In-Reply-To: References: Message-ID: I'm seeing an internal compiler error on Ubuntu 16.04.1 with gcc 5.4.0. That's presumably a gcc bug, but I also get some compile errors (see below). I can log this as a bug. I'll also try with gcc 4.8.4. In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h: In member function ‘virtual QModbusReply* ModbusTcpClientPrivate::enqueueRequest(const QModbusRequest&, int, const QModbusDataUnit&, QModbusReply::ReplyType)’: modbustcpclient_p.h:88:97: error: no matching function for call to ‘ModbusTcpClient::connect(ModbusTcpClient* const&, void (QModbusClient::*)(int), QTimer*, )’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:202:36: note: candidate: static QMetaObject::Connection QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) static QMetaObject::Connection connect(const QObject *sender, const char *signal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:202:36: note: no known conversion for argument 2 from ‘void (QModbusClient::*)(int)’ to ‘const char*’ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:205:36: note: candidate: static QMetaObject::Connection QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:205:36: note: no known conversion for argument 2 from ‘void (QModbusClient::*)(int)’ to ‘const QMetaMethod&’ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:453:32: note: candidate: QMetaObject::Connection QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:453:32: note: no known conversion for argument 2 from ‘void (QModbusClient::*)(int)’ to ‘const char*’ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:222:43: note: candidate: template static QMetaObject::Connection QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, const typename QtPrivate::FunctionPointer::Object*, Func2, Qt::ConnectionType) static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:222:43: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: couldn't deduce template parameter ‘Func2’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:254:13: note: candidate: template static typename QtPrivate::QEnableIf<((int)(QtPrivate::FunctionPointer::ArgumentCount) >= 0), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, Func2) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, Func2 slot) ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:254:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: candidate expects 3 arguments, 4 provided q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:263:13: note: candidate: template static typename QtPrivate::QEnableIf<(((int)(QtPrivate::FunctionPointer::ArgumentCount) >= 0) && (! QtPrivate::FunctionPointer::IsPointerToMemberFunction)), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, const QObject*, Func2, Qt::ConnectionType) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, const QObject *context, Func2 slot, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:263:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: couldn't deduce template parameter ‘Func2’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:294:13: note: candidate: template static typename QtPrivate::QEnableIf<(QtPrivate::FunctionPointer::ArgumentCount == (-1)), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, Func2) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, Func2 slot) ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:294:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: candidate expects 3 arguments, 4 provided q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:302:13: note: candidate: template static typename QtPrivate::QEnableIf<(QtPrivate::FunctionPointer::ArgumentCount == (-1)), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, const QObject*, Func2, Qt::ConnectionType) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, const QObject *context, Func2 slot, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:302:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: couldn't deduce template parameter ‘Func2’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ Makefile:2114: recipe for target '.obj/modbustcpclient.o' failed make[5]: *** [.obj/modbustcpclient.o] Error 1 Makefile:94: recipe for target 'sub-adueditor-make_first' failed make[4]: *** [sub-adueditor-make_first] Error 2 Makefile:68: recipe for target 'sub-modbus-make_first' failed make[3]: *** [sub-modbus-make_first] Error 2 Makefile:42: recipe for target 'sub-serialbus-make_first' failed make[2]: *** [sub-serialbus-make_first] Error 2 Makefile:69: recipe for target 'sub-examples-make_first' failed make[1]: *** [sub-examples-make_first] Error 2 Makefile:229: recipe for target 'module-qtserialbus-make_first' failed make: *** [module-qtserialbus-make_first] Error 2 On 16-09-01 10:22 AM, Antti Kokko wrote: > Hi all, > > > We have Qt 5.8 alpha src packages available > here: http://download.qt.io/snapshots/qt/5.8/5.8.0-alpha/latest_src/ > > > Please note that the files were just copied, it might take couple of > hours for the mirror sync to complete. > > > 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.8 Alpha most probably tomorrow if > no alpha blockers found. So please inform all alpha blockers immediately > to releasing at qt-project.org (please remember to fill proper bug report > as well) . > > > BR, > > Antti > > > > Antti Kokko > Release Engineer > > The Qt Company > Elektroniikkatie 13 > 90590, Oulu, Finland > antti.kokko at qt.io > +358 40 8275912 > http://qt.io > > > > > > > > > > _______________________________________________ > Releasing mailing list > Releasing at qt-project.org > http://lists.qt-project.org/mailman/listinfo/releasing > -- Jeff Tranter, Engineering Manager, Integrated Computer Solutions. ICS - Qt Software Development Services and Training http://ics.com/services/ From Simon.Hausmann at qt.io Sat Sep 3 08:55:10 2016 From: Simon.Hausmann at qt.io (Simon Hausmann) Date: Sat, 3 Sep 2016 06:55:10 +0000 Subject: [Releasing] Qt 5.8 alpha packages available In-Reply-To: References: , Message-ID: Hi, That's an error in the serial bus module and already fixed in 5.8 branch. IMO not a stopper for the alpha. Simon From:jtranter at ics.com Sent:September 3, 2016 07:08 To:releasing at qt-project.org Subject:Re: [Releasing] Qt 5.8 alpha packages available I'm seeing an internal compiler error on Ubuntu 16.04.1 with gcc 5.4.0. That's presumably a gcc bug, but I also get some compile errors (see below). I can log this as a bug. I'll also try with gcc 4.8.4. In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h: In member function ‘virtual QModbusReply* ModbusTcpClientPrivate::enqueueRequest(const QModbusRequest&, int, const QModbusDataUnit&, QModbusReply::ReplyType)’: modbustcpclient_p.h:88:97: error: no matching function for call to ‘ModbusTcpClient::connect(ModbusTcpClient* const&, void (QModbusClient::*)(int), QTimer*, )’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:202:36: note: candidate: static QMetaObject::Connection QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) static QMetaObject::Connection connect(const QObject *sender, const char *signal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:202:36: note: no known conversion for argument 2 from ‘void (QModbusClient::*)(int)’ to ‘const char*’ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:205:36: note: candidate: static QMetaObject::Connection QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:205:36: note: no known conversion for argument 2 from ‘void (QModbusClient::*)(int)’ to ‘const QMetaMethod&’ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:453:32: note: candidate: QMetaObject::Connection QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:453:32: note: no known conversion for argument 2 from ‘void (QModbusClient::*)(int)’ to ‘const char*’ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:222:43: note: candidate: template static QMetaObject::Connection QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, const typename QtPrivate::FunctionPointer::Object*, Func2, Qt::ConnectionType) static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:222:43: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: couldn't deduce template parameter ‘Func2’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:254:13: note: candidate: template static typename QtPrivate::QEnableIf<((int)(QtPrivate::FunctionPointer::ArgumentCount) >= 0), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, Func2) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, Func2 slot) ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:254:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: candidate expects 3 arguments, 4 provided q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:263:13: note: candidate: template static typename QtPrivate::QEnableIf<(((int)(QtPrivate::FunctionPointer::ArgumentCount) >= 0) && (! QtPrivate::FunctionPointer::IsPointerToMemberFunction)), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, const QObject*, Func2, Qt::ConnectionType) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, const QObject *context, Func2 slot, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:263:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: couldn't deduce template parameter ‘Func2’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:294:13: note: candidate: template static typename QtPrivate::QEnableIf<(QtPrivate::FunctionPointer::ArgumentCount == (-1)), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, Func2) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, Func2 slot) ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:294:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: candidate expects 3 arguments, 4 provided q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ In file included from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qobject.h:1:0, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qvariant.h:51, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/qvariant.h:1, from /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/QVariant:1, from .uic/ui_interface.h:12, from mainwindow.h:44, from modbustcpclient.cpp:41: /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:302:13: note: candidate: template static typename QtPrivate::QEnableIf<(QtPrivate::FunctionPointer::ArgumentCount == (-1)), QMetaObject::Connection>::Type QObject::connect(const typename QtPrivate::FunctionPointer::Object*, Func1, const QObject*, Func2, Qt::ConnectionType) connect(const typename QtPrivate::FunctionPointer::Object *sender, Func1 signal, const QObject *context, Func2 slot, ^ /home/tranter/ics/qt-everywhere-opensource-src-5.8.0-alpha/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:302:13: note: template argument deduction/substitution failed: In file included from modbustcpclient.cpp:43:0: modbustcpclient_p.h:88:97: note: couldn't deduce template parameter ‘Func2’ q->connect(q, &QModbusClient::timeoutChanged, element.timer.data(), &QTimer::setInterval); ^ Makefile:2114: recipe for target '.obj/modbustcpclient.o' failed make[5]: *** [.obj/modbustcpclient.o] Error 1 Makefile:94: recipe for target 'sub-adueditor-make_first' failed make[4]: *** [sub-adueditor-make_first] Error 2 Makefile:68: recipe for target 'sub-modbus-make_first' failed make[3]: *** [sub-modbus-make_first] Error 2 Makefile:42: recipe for target 'sub-serialbus-make_first' failed make[2]: *** [sub-serialbus-make_first] Error 2 Makefile:69: recipe for target 'sub-examples-make_first' failed make[1]: *** [sub-examples-make_first] Error 2 Makefile:229: recipe for target 'module-qtserialbus-make_first' failed make: *** [module-qtserialbus-make_first] Error 2 On 16-09-01 10:22 AM, Antti Kokko wrote: > Hi all, > > > We have Qt 5.8 alpha src packages available > here: http://download.qt.io/snapshots/qt/5.8/5.8.0-alpha/latest_src/ > > > Please note that the files were just copied, it might take couple of > hours for the mirror sync to complete. > > > 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.8 Alpha most probably tomorrow if > no alpha blockers found. So please inform all alpha blockers immediately > to releasing at qt-project.org (please remember to fill proper bug report > as well) . > > > BR, > > Antti > > > > Antti Kokko > Release Engineer > > The Qt Company > Elektroniikkatie 13 > 90590, Oulu, Finland > antti.kokko at qt.io > +358 40 8275912 > http://qt.io > > > > > > > > > > _______________________________________________ > Releasing mailing list > Releasing at qt-project.org > http://lists.qt-project.org/mailman/listinfo/releasing > -- Jeff Tranter, Engineering Manager, Integrated Computer Solutions. ICS - Qt Software Development Services and Training http://ics.com/services/ _______________________________________________ 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 jani.heikkinen at qt.io Mon Sep 5 11:47:45 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Mon, 5 Sep 2016 09:47:45 +0000 Subject: [Releasing] Qt 5.8.0 Alpha released In-Reply-To: References: Message-ID: Hi, We have released Qt 5.8.0 Alpha, see http://blog.qt.io/blog/2016/09/05/qt-5-8-alpha-released/ At this time we managed to release it almost as planned, big thanks everyone involved! Br, Jani --- Jani Heikkinen Release Manager The Qt Company Elektroniikkatie 13 90590 Oulu Finland Jani.heikkinen at qt.io +358 50 4873735 http://qt.io --- From jani.heikkinen at qt.io Thu Sep 8 12:32:58 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Thu, 8 Sep 2016 10:32:58 +0000 Subject: [Releasing] Qt 5.6.2 Snapshot for testing In-Reply-To: References: Message-ID: Hi all, We have Qt 5.6.2 snapshot for testing Win: http://download.qt.io/snapshots/qt/5.6/5.6.2/553/ Linux: http://download.qt.io/snapshots/qt/5.6/5.6.2/489/ Mac: http://download.qt.io/snapshots/qt/5.6/5.6.2/418/ src: http://download.qt.io/snapshots/qt/5.6/5.6.2/latest_src/ Packages are based on https://codereview.qt-project.org/#/c/169746/ Unfortunately these aren't yet final Qt 5.6.2 packages because most of change files are still missing [☹] But Qt 5.6.2 blocker list is empty (see https://bugreports.qt.io/issues/?filter=17829 ) so if nothing really serious found during testing we will just update missing change files in the packages & release Qt 5.6.2 during next week so please make sure all blockers are visible in the blocker list immediately after noticed! And please make sure change files are in as soon as possible (hoping already during this week). br, Jani Jani Heikkinen Release Manager The Qt Company Elektroniikkatie 13 90590 Oulu Finland jani.heikkinen at qt.io +358 50 4873735 http://qt.io [http://s3-eu-west-1.amazonaws.com/qt-files/logos/qt_logo_with_text_green_rgb_400x141.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_facebook.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_twitter.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_linkedin.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_googleplus.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_youtube.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-☹.png Type: image/png Size: 506 bytes Desc: OutlookEmoji-☹.png URL: From edward.welbourne at qt.io Tue Sep 13 11:11:38 2016 From: edward.welbourne at qt.io (Edward Welbourne) Date: Tue, 13 Sep 2016 09:11:38 +0000 Subject: [Releasing] Qt 5.8.0 API review In-Reply-To: References: , , Message-ID: Jani Heikkinen asked me to set up API reviews: I replied >> I can do that, yes. >> Which base version(s) should I be comparing to ? >> 5.6.1 ? 5.7.0 ? Jani directed me to: > 5.7.0 (which is previous minor release) so we now have those underway. I checked in on the last batch of these before abandoning them, after 5.7.0's release; and there were some with unanswered objections. I see we have at least one of these this time round, [0]. Presumably such objections should be release-blockers: how should we implement making them so ? Should the person raising the objection file a bug report ? Should the release team, along with checking Jira, also check the reviews posted to Gerrit ? [0] https://codereview.qt-project.org/170634 If fixes are made to the release branch, I can do updates to these reviews [1], so we can have a later patch-set that represents the fixed state, for the objector to sign off as fixed. [1] the help text to all-api-modules (see [2] - review of which would be welcome, by the way) specifically includes the instructions for how to do this. [2] https://codereview.qt-project.org/157299 Eddy. From jani.heikkinen at qt.io Tue Sep 13 13:04:51 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Tue, 13 Sep 2016 11:04:51 +0000 Subject: [Releasing] Qt 5.8.0 API review In-Reply-To: References: , , , Message-ID: >>I checked in on the last batch of these before abandoning them, after >>5.7.0's release; and there were some with unanswered objections. I see >>we have at least one of these this time round, [0]. Presumably such >>objections should be release-blockers: how should we implement making >>them so ? Should the person raising the objection file a bug report ? >>Should the release team, along with checking Jira, also check the >>reviews posted to Gerrit ? If there is a blocker the person raising it must file a bug report and attach the bug in official blocker list as well. That makes the tracking possible. br, Jani ________________________________ From: Edward Welbourne Sent: Tuesday, September 13, 2016 12:11 PM To: releasing at qt-project.org Cc: Lars Knoll; Jani Heikkinen Subject: Re: Qt 5.8.0 API review Jani Heikkinen asked me to set up API reviews: I replied >> I can do that, yes. >> Which base version(s) should I be comparing to ? >> 5.6.1 ? 5.7.0 ? Jani directed me to: > 5.7.0 (which is previous minor release) so we now have those underway. I checked in on the last batch of these before abandoning them, after 5.7.0's release; and there were some with unanswered objections. I see we have at least one of these this time round, [0]. Presumably such objections should be release-blockers: how should we implement making them so ? Should the person raising the objection file a bug report ? Should the release team, along with checking Jira, also check the reviews posted to Gerrit ? [0] https://codereview.qt-project.org/170634 If fixes are made to the release branch, I can do updates to these reviews [1], so we can have a later patch-set that represents the fixed state, for the objector to sign off as fixed. [1] the help text to all-api-modules (see [2] - review of which would be welcome, by the way) specifically includes the instructions for how to do this. [2] https://codereview.qt-project.org/157299 Eddy. -------------- next part -------------- An HTML attachment was scrubbed... URL: From edward.welbourne at qt.io Tue Sep 13 15:55:05 2016 From: edward.welbourne at qt.io (Edward Welbourne) Date: Tue, 13 Sep 2016 13:55:05 +0000 Subject: [Releasing] Qt 5.8.0 API review In-Reply-To: References: , , , , Message-ID: Jani Heikkinen said: > If there is a blocker the person raising it must file a bug report and > attach the bug in official blocker list as well. That makes the > tracking possible. OK, I have documented this - and the API change review process generally, on the wiki [0]. Meta-review of the process documented there would, of course, be welcome ... [0] https://wiki.qt.io/API_change_review Eddy. From nospam at vuorela.dk Tue Sep 13 20:27:36 2016 From: nospam at vuorela.dk (Sune Vuorela) Date: Tue, 13 Sep 2016 18:27:36 +0000 (UTC) Subject: [Releasing] Qt 5.8.0 API review References: Message-ID: On 2016-09-13, Jani Heikkinen wrote: > If there is a blocker the person raising it must file a bug report and atta= > ch the bug in official blocker list as well. That makes the tracking possib= > le. Hmm.. This seems like an extremely heavy process. Do a comment here or in the relevant gerrit. Maybe propose a fix File a bug Attach the bug to the blocker (do we all even have rights to that?) The api is one of the best selling points of Qt, so we must get it right. Let's not create a too heavy process to have things fixed. /Sune - who hopes someone can come up with a better name for QPointerUniqueId, a concept completely unrelated to QPointer. From jani.heikkinen at qt.io Wed Sep 14 06:51:33 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Wed, 14 Sep 2016 04:51:33 +0000 Subject: [Releasing] Qt 5.8.0 API review In-Reply-To: References: , Message-ID: >> Hmm.. This seems like an extremely heavy process. >> >> Do a comment here or in the relevant gerrit. >> Maybe propose a fix >> File a bug >> Attach the bug to the blocker (do we all even have rights to that?) >> >> The api is one of the best selling points of Qt, so we must get it >> right. Let's not create a too heavy process to have things fixed. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jani.heikkinen at qt.io Wed Sep 14 06:56:46 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Wed, 14 Sep 2016 04:56:46 +0000 Subject: [Releasing] Qt 5.8.0 API review In-Reply-To: References: , , Message-ID: >> Hmm.. This seems like an extremely heavy process. >> >> Do a comment here or in the relevant gerrit. >> Maybe propose a fix >> File a bug >> Attach the bug to the blocker (do we all even have rights to that?) >> >> The api is one of the best selling points of Qt, so we must get it >> right. Let's not create a too heavy process to have things fixed. Sorry for spamming [☹] It shouldn't be that big effort to raise a bugreport. Without it it is really hard to follow-up what needs to be fixed and when it is fixed. And adding it as a blocker list is just adding correct release in bug report's 'Fix Version(s)' -field. br, Jani -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-☹.png Type: image/png Size: 506 bytes Desc: OutlookEmoji-☹.png URL: From jani.heikkinen at qt.io Wed Sep 14 08:26:28 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Wed, 14 Sep 2016 06:26:28 +0000 Subject: [Releasing] Meeting minutes from Qt Release Team meeting 13.09.2016 Message-ID: Meeting minutes from Qt Release Team meeting 13th September 2016 Qt 5.6.2 status: - Content almost in place, just few change files missing * Blocker list empty, see https://bugreports.qt.io/issues/?filter=17829 - Target to get final packages for testing during this week and release Qt 5.6.2 at the beginning of next week Qt 5.8.0 Beta: -First API review ongoing, see http://lists.qt-project.org/pipermail/development/2016-September/027080.html - qt5.git integration succeed last week, first binary snapshot coming Qt 5.7.1: - Branching from '5.7' will start when Qt 5.6.2 content is in place & merged in '5.7' * Target to start soft branching at the beginning of next week Visual Studio 2015 Update 3: - Isn't a blocker for 5.7.1 but we can take it in the use when enablers in place br, Jani IRC log below: [17:00:16] akseli: iieklund: thiago: fkleint: ZapB: tronical: vladimirM: aholza: peter-h: mapaaso: ankokko: fkleint: carewolf: fregl: ablasche: ping [17:00:34] jaheikki3: pong [17:00:35] jaheikki: pong [17:00:39] hi [17:01:41] Time to start qt release team meeting [17:01:46] On agenda today: [17:01:51] Qt 5.6.2 status [17:01:57] Qt 5.8.0 Beta status [17:02:24] Visual Studio 2015 Update 3 [17:02:34] Any additional item to the agenda? [17:03:23] 5.7? [17:03:59] fkleint: Ok, let's discuss about 5.7.1 shortly as well [17:04:15] Lets start from Qt 5.6.2 status: [17:04:45] - Unfortunately we don't have final Qt 5.6.2 packages available yet [17:05:02] - Some change files still under work, see https://codereview.qt-project.org/#/q/branch:5.6.2,n,z [17:05:27] - Blocker list empty at the moment, see https://bugreports.qt.io/issues/?filter=17829 [17:06:01] --> When we can get remaining change files in we can start creating final packages for Qt 5.6.2 [17:07:11] hoping we can get final packages during this week for final testing & release Qt 5.6.2 at the beginning of next week [17:07:25] Any comments/questions? [17:07:55] jaheikki3: pong [17:08:58] thiago: qtbase change file for 5.6.2 already approved. Could you check if you want to add something there before I stage it in [17:09:17] unlikely to do it today [17:09:19] maybe tomorrow [17:09:52] thiago: ok, I am waiting your '+2' / new patch set ;) [17:10:06] has anyone done the editing? [17:10:15] Yes [17:10:55] thiago: there is already patch set 16 ;) [17:11:13] so the answer is "no" [17:11:20] there's a "moc" changelog entry inside QtCore [17:11:57] Then Qt 5.8.0 Beta status: [17:12:05] I'll review tomorrow [17:12:09] Haha [17:12:15] (5.8. doesn't even build) [17:12:31] fkleint: ? [17:13:04] some system-zlib crap still needs to integrate [17:13:16] ok. [17:14:05] but qt5.git integration went through in '5.8' last week & we are trying to create first binary snapshot from it [17:14:44] Yep, maybe only developer build [17:15:01] there is still some work to do but we should have first binary packages for testing quite soon [17:16:42] first API review ongoing as well, thanks to eddy. See http://lists.qt-project.org/pipermail/development/2016-September/027080.html [17:16:52] -*- thiago has given up fixing zlib [17:17:04] Any comments / questions? [17:18:43] ok, then Visual Studio 2015 Update 3 [17:19:05] thumbs down [17:19:08] I'd say [17:19:10] We have a bug open related to that, see https://bugreports.qt.io/browse/QTBUG-54443 [17:19:34] As I said ,the fixes for the QML crash need to be merged up to dev before we can move [17:19:45] and that is not going to happen soon, [17:20:04] people won't get notifications for the merges for starters [17:20:20] And to where we will update it? 5.6.2 is too late and I propose that we don't try to take it in 5.7.1 either [17:20:32] depends [17:20:38] I really hope MS comes up with some fixes [17:20:40] has the -dSSAOptimizer- change made it through? [17:20:45] onl;y in 5.6.2 [17:20:57] ok, so it'sm aking its way up [17:21:11] as I said qtbase + declarative need to be merged to dev [17:21:28] thiago: Apparently, at QtCon, there seemed to be some tendency towards supporting it? [17:21:35] yep [17:21:37] just confirming [17:21:38] thiago: why? [17:21:52] because the optimizer is causing problems, so we turn it off [17:21:57] Other than that people get it via automatic updates.. [17:22:04] even if we tell people not to, they will upgrade [17:22:28] downgrading is very difficult [17:22:33] Yep, I tried to drill down our QML crash but did not get far..QML memory mgmt involved. [17:23:06] Yep, so our changes are slowly making their way to dev [17:23:17] either they end up there or MS provides fixes [17:23:20] jaheikki3: 5.6.2: yes or no for a small crasher fix: https://codereview.qt-project.org/#/c/170460/2 ? [17:23:27] we know the QML MM has a problem [17:23:41] there is also https://bugreports.qt.io/browse/QTBUG-55718 and even it is 'need more info' I think we should know more before taking update in. That's why I think we shouldn't take it in 5.7.1 [17:23:42] whatever comes first , then we can support it/update COIN + packaging [17:24:29] Yep [17:24:42] fregl: I wouldn't take that in anymore [17:24:55] jaheikki3: OK, your call [17:25:20] fkleint: what do you mean? [17:26:33] jaheikki3: We have to wait ATM? (based on thinking that we have a common config for all branches)? [17:26:55] fkleint: Yes, true. [17:27:02] if we can compile with the optimizer off, we should [17:27:08] fkleint: is it crashing with the optimizer off? [17:27:19] No, this is what we do for QML [17:28:08] the ANGLE crash QTBUG-55718 however is *reportedly* independ of the optimizer but we cannot reproduce [17:28:09] ikt [17:29:08] ok, anything that has a problem with the optimiser off, I'd assume to be legitimate [17:29:19] So let's agree Visual Studio 2015 Update 3 isn't a blocker for 5.7.1 (it is in the blocker list atm) but we can take it in the use when enablers in place [17:30:22] yep [17:30:22] agreed, not a blocker [17:31:00] ok, then Qt 5.7.1 status shortly [17:31:26] We agreed earlier that we will start branching after Qt 5.6.2 content is in place [17:34:01] At the moment it seems we could start branching from '5.7' to '5.7.1' at the beginning of next week, if we can get missing changes in '5.6.2' and liang has time to do the merge from '5.6.2' to '5.7' [17:35:02] soft-branching? [17:35:15] fkleint: yes, as usual [17:35:19] hm.ok [17:35:53] Any other comments / questions? [17:36:27] jaheikki3: I think ossi is on vacation next week still - do you have the scripts to branch? [17:36:52] fregl: ah, true. I don't have those, do you? [17:37:06] .oO .. life without ossi.. [17:37:17] jaheikki3: I'm quite busy, I used to have at least an old version of them... but I wasn't quite prepared for this [17:37:30] so I should look into that stuff? [17:37:59] -*- fregl finds a branch_qt_new.sh [17:38:23] looks like it could work, I wonder how much it was tweaked in the meantime and why it's not checked in somewhere [17:38:36] fregl: It would be great if you could do that when needed [17:38:48] at least it isn't perl [17:39:01] fregl: but let's wait all changes in '5.6.2' + merge to '5.7' [17:39:07] jaheikki3: I'll be visiting you on monday, so I need to remember to print the script and put it in my suitcase [17:39:24] fregl: yeah, true ;) [17:40:36] ok, I think this was all at this time. I think we can skip next meeting (if all goes as planned) and have next one 27.9.2016 at this same time. Ok for everyone? [17:42:18] yep [17:42:42] ok [17:43:50] Great, let's end this meeting now. Thanks for your participation! [17:43:52] bye [17:43:57] bye [17:44:30] bye Jani Heikkinen Release Manager The Qt Company Elektroniikkatie 13 90590 Oulu Finland jani.heikkinen at qt.io +358 50 4873735 http://qt.io [http://s3-eu-west-1.amazonaws.com/qt-files/logos/qt_logo_with_text_green_rgb_400x141.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_facebook.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_twitter.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_linkedin.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_googleplus.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_youtube.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: From edward.welbourne at qt.io Wed Sep 14 11:14:05 2016 From: edward.welbourne at qt.io (Edward Welbourne) Date: Wed, 14 Sep 2016 09:14:05 +0000 Subject: [Releasing] Qt 5.8.0 API review In-Reply-To: References: , , , Message-ID: Sune: >> Hmm.. This seems like an extremely heavy process. I was also concerned at requiring reviewers to file bugs. However, I do see why it's the natural way to proceed; it fits better with the release team's existing work-flow. >> Do a comment here or in the relevant gerrit. >> Maybe propose a fix >> File a bug >> Attach the bug to the blocker (do we all even have rights to that?) Jani > It shouldn't be that big effort to raise a bugreport. Without it it is > really hard to follow-up what needs to be fixed and when it is > fixed. And adding it as a blocker list is just adding correct release > in bug report's 'Fix Version(s)' -field. Updated wiki page [0] to make this clear. [0] https://wiki.qt.io/API_change_review Eddy. From jani.heikkinen at qt.io Mon Sep 26 09:54:23 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Mon, 26 Sep 2016 07:54:23 +0000 Subject: [Releasing] HEADS-UP: Branching from '5.7' to '5.7.1' started Message-ID: Hi all, We have now created '5.7.1' branch for Qt 5.7.1 release. Please start using it for changes targeted to Qt 5.7.1 release. And as usual there is time to finalize ongoing ones in '5.7' branch; final downmerge from '5.7' to '5.7.1' will be done after a week. br, Jani Jani Heikkinen Release Manager The Qt Company Elektroniikkatie 13 90590 Oulu Finland jani.heikkinen at qt.io +358 50 4873735 http://qt.io [http://s3-eu-west-1.amazonaws.com/qt-files/logos/qt_logo_with_text_green_rgb_400x141.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_facebook.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_twitter.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_linkedin.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_googleplus.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_youtube.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: From oswald.buddenhagen at qt.io Mon Sep 26 11:51:01 2016 From: oswald.buddenhagen at qt.io (Oswald Buddenhagen) Date: Mon, 26 Sep 2016 11:51:01 +0200 Subject: [Releasing] [Development] HEADS-UP: Branching from '5.7' to '5.7.1' started In-Reply-To: <201609261013.02506.marc.mutz@kdab.com> References: <201609261013.02506.marc.mutz@kdab.com> Message-ID: <20160926095101.GE16265@troll08> On Mon, Sep 26, 2016 at 10:13:02AM +0200, Marc Mutz wrote: > What am I missing? > the preceding discussions on these lists. From jani.heikkinen at qt.io Wed Sep 28 12:30:30 2016 From: jani.heikkinen at qt.io (Jani Heikkinen) Date: Wed, 28 Sep 2016 10:30:30 +0000 Subject: [Releasing] Meeting minutes from Qt Release Team meeting 27..09.2016 Message-ID: Meeting minutes from Qt Release Team meeting 27th September 2016 Qt 5.8.0 beta status: - No full set of binaries for testing yet [☹] * Fixes should be in & we should be able to create full set quite soon - Hoping we can get packages ready today. Then RTA smoke & if everything seems to be OK then start manual test round on Thursday to see how close the beta we are - There is some blockers open atm and most probably we will find some new ones during the testing so most probably we cannot keep the original beta schedule * Current beta blocker list here: https://bugreports.qt.io/issues/?filter=17924 Qt 5.6.2 status: - We should have finally final content in place & in qt5.git * There were 2 blockers reported from previous packages - Currently we will prioritize Qt 5.8.0 beta & start Qt 5.6.2 testing round after we have tested coming Qt 5.8.0 beta snapshot - Releasing Qt 5.6.2 is possible earliest next week Qt 5.7.1: - Branching from '5.7' to '5.7.1' ongoing - Target is to finalize branching Mon 3rd October - We are targeting to create snapshot for testing after we have get Qt 5.6.2 out Next Meeting Tue 4th October 16:00 CET br, Jani irc log below: [17:00:09] akseli: iieklund: thiago: fkleint: ZapB: tronical: vladimirM: aholza: peter-h: mapaaso: ankokko: fkleint: carewolf: fregl: ablasche: ping [17:01:04] jaheikki3: pong [17:01:54] Time toi start qt release team meeting [17:02:00] On agenda today: [17:02:10] - Qt 5.8.0 Beta status [17:02:17] - Qt 5.6.2 Status [17:02:27] - Qt 5.7.1 status [17:02:38] Any additional item to the agenda? [17:03:00] agenda sounds ok [17:03:29] Lets start from Qt 5.8.0 beta status: [17:05:02] - According to plan (see https://wiki.qt.io/Qt-5.8-release) we should release Qt 5.8.0 beta after a week [17:05:29] - Unfortunately we haven't been able to produce full set of binary packages for testing yet [17:05:52] - Currently we have missing working linux packages [17:06:24] - Finally we should have needed fixes available [17:06:57] So we should be able to create full set of installers quite soon [17:07:25] jaheikki3: Have you checked with Lars about the state of the new config system - is that ready now? [17:08:10] fkleint: It should be but no, I haven't asked that directly. Target is to do it when sending packages for testing [17:08:37] hm [17:08:39] better check [17:09:07] Hoping we can get packages ready tomorrow. Then RTA smoke & if everything seems to be OK then start manual test round to see how close the beta we are [17:09:16] fkleint: yeah [17:10:46] Current beta blocker list here: https://bugreports.qt.io/issues/?filter=17924 [17:12:16] There is some blockers open atm and most probably we will find some new ones during the testing so most probably we cannot keep the original beta schedule [17:12:42] But we will know more after we get the packages for testing [17:12:59] Any comments or questions? [17:15:05] Ok, then Qt 5.6.2 status: [17:15:27] - We should have finally final content in place & in qt5.git [17:15:55] - There were 2 blockers reported from previous packages [17:17:44] - Currently we will prioritize Qt 5.8.0 beta & start Qt 5.6.2 beta testing round after we have tested coming Qt 5.8.0 beta snapshot [17:18:19] - Most probably that will happen at the end of this week or beginning of next one [17:18:51] So releasing Qt 5.6.2 is possible earliest next week [17:19:38] Any comments / questions? [17:20:00] +1 [17:21:11] Ok, then Qt 5.7.1 status shortly: [17:21:25] - Branching from '5.7' to '5.7.1' ongoing [17:22:13] - Target is to finalize branching Mon 3rd october [17:22:59] - We are targeting to create snapshot for testing after we have get Qt 5.6.2 out [17:23:34] Current 5.7.1 blocker list here: https://bugreports.qt.io/issues/?filter=17833 [17:24:02] Target is to get 5.7.1 out during October [17:24:13] Any comments or questions? [17:24:49] +1 [17:25:46] It was all at this time. Let's end the meeting now & have new one Tue 4th Oct [17:25:49] Bye [17:25:56] bye Jani Heikkinen Release Manager The Qt Company Elektroniikkatie 13 90590 Oulu Finland jani.heikkinen at qt.io +358 50 4873735 http://qt.io [http://s3-eu-west-1.amazonaws.com/qt-files/logos/qt_logo_with_text_green_rgb_400x141.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_facebook.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_twitter.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_linkedin.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_googleplus.png] [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_youtube.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-☹.png Type: image/png Size: 506 bytes Desc: OutlookEmoji-☹.png URL: