Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt 5.9.1 #1635

Closed
Dessa opened this issue Jun 30, 2017 · 10 comments
Closed

Qt 5.9.1 #1635

Dessa opened this issue Jun 30, 2017 · 10 comments

Comments

@Dessa
Copy link

Dessa commented Jun 30, 2017

Qt 5.9 was replaced with Qt 5.9.1. Folder C:\Qt\5.9 is a junction to C:\Qt\5.9.1 now.

@ericsium
Copy link

ericsium commented Jul 4, 2017

Just want to add a +1 to this request. There appears to be some basic build issues with QT 5.9.0 that weren't present on previous releases, here is an example of the failure when attempting to update our project:

https://ci.appveyor.com/project/xyzz/acquisition/build/1.0.352

This seems to be related to the following bug fixed in AT 5.9.1:

https://bugreports.qt.io/browse/QTBUG-60059

@ericsium
Copy link

I just recompiled and I'm still getting the same error as before. Are you sure that 5.9 is now pointing to 5.9.1?

https://ci.appveyor.com/project/xyzz/acquisition/build/1.0.355

If it is that's unfortunate as it would seem the bug I thought would be fixed in 5.9.1 actually is not.

@FeodorFitsner
Copy link
Member

It's not yet deployed, sorry. It was a note to the issue for release notes. When it's deployed this issue will be closed. Thanks for your patience.

@ericsium
Copy link

Ah, ok - thanks for the clarification.

@ericsium
Copy link

Thanks, will try. This may be in the works but I see this is not updated:

https://www.appveyor.com/docs/build-environment/#qt

@FeodorFitsner
Copy link
Member

Sure, will update it shortly.

@altendky
Copy link

Looks like @ericsium and myself are both getting a different error now. I admittedly haven't dug into it yet but my build is working for multiple other versions in my matrix. I'll be sure to share if I find time to look into this. This is a side project so it doesn't always get prioritized.

C:\Qt\5.9.1\msvc2017_64\bin\qmake.exe -tp vc
Project ERROR: Cannot run compiler 'cl'. Maybe you forgot to setup the environment?

https://ci.appveyor.com/project/xyzz/acquisition/build/1.0.358

Calling: ['c:\\\\Qt\\\\5.9\\msvc2015\\bin\\qmake.exe']
Project ERROR: Cannot run compiler 'cl'. Maybe you forgot to setup the environment?

https://ci.appveyor.com/project/KyleAltendorf/pyqt5-tools/build/258/job/8c2di91mtx6hd0pa

@ericsium
Copy link

Well apparently there are some new setup requirements for QT 9.1. I had filed a followup bug on QT and got this response:

https://bugreports.qt.io/browse/QTBUG-62065

The workaround (or should I say - what's expected now) is to source vcvarsall.bat to setup the environment before calling qmake.

@altendky
Copy link

@ericsium thanks for digging that up for us. It's working for me so far.

https://ci.appveyor.com/project/KyleAltendorf/pyqt5-tools/build/260

@FeodorFitsner thanks for getting the update going.

@FeodorFitsner
Copy link
Member

Sure, you're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants