Re: [Development] Qt-Project misrepresented on qt.io

2016-04-23 Thread Kevin Kofler
Kojo Tero wrote: > The other side of the coin is crowding the developer page with > information. A page about contributing might be a solution, or then a > rethink of the developer page. For the mailing lists, you make a very clear distinction between development WITH Qt and development OF Qt. So

Re: [Development] CI failures

2016-04-23 Thread Sean Harmer
On 23/04/2016 12:17, Simon Hausmann wrote: Hi, I have reverted the changes , I hope it works now. Thanks, Simon. Will give it another go. Sean Simon *From:* Simon Hausmann *Sent:* Apr 23, 2016 1:11 PM *To:* Sean Harmer; development@qt-project.org *Subject:* Re: [Development] CI failur

Re: [Development] CI failures

2016-04-23 Thread Simon Hausmann
Hi, I have reverted the changes , I hope it works now. Simon From: Simon Hausmann Sent: Apr 23, 2016 1:11 PM To: Sean Harmer; development@qt-project.org Subject: Re: [Development] CI failures Hi, Usually the CI system won't rebuild depending modules, but in this case no builds exist of qtba

Re: [Development] CI failures

2016-04-23 Thread Simon Hausmann
Hi, Usually the CI system won't rebuild depending modules, but in this case no builds exist of qtbase. That is because MinGW 5.3 was added to the CI system - replacing MinGW 4.9 - maybe yesterday (I'm not sure exactly when) and qtbase doesn't compile with it. I'll try to get access to a laptop

Re: [Development] CI failures

2016-04-23 Thread Massimo Callegari via Development
I've had the very same issue on MSYS2 and I came up with a patch for upstream:https://github.com/Alexpux/mingw-w64/pull/1 I believe the issue involves only mingw based systems. Da: Sean Harmer A: development@qt-project.org Inviato: Sabato 23 Aprile 2016 13:03 Oggetto: Re: [Development

Re: [Development] CI failures

2016-04-23 Thread Sean Harmer
An example of the failure is at: http://testresults.qt.io/logs/qt/qtbase/8586071240a8eff6c5aa53a90010dae55193/WindowsWindows_7x86WindowsWindows_7x86Mingw53DebugAndRelease_Release_OpenGLDynamic/85d6b000f945a84bc84a4f01f53ac65bc05cbe86/buildlog.txt.gz Specifically: qwindowsfontenginedirectwri

[Development] CI failures

2016-04-23 Thread Sean Harmer
Hi, I've been trying to merge some changes to Qt 3D but have been getting failures in qtbase since yesterday. Is there something wrong or am I just being unlucky? I'm slightly confused as I thought the main benefit of the new CI was that it didn't need to build dependent modules or am I misun