qtci icon indicating copy to clipboard operation
qtci copied to clipboard

Installer stops after Welcome page

Open manang opened this issue 5 years ago • 5 comments

Hi, I'm trying to install qt 5.13.2 and the installer stops after the Welcome page:

 Installing Qt
/dev/disk3          	GUID_partition_scheme
/dev/disk3s1        	EFI
/dev/disk3s2        	Apple_HFS                      	/Volumes/qt-opensource-mac-x64-5.13.2 1
[806] QTCI:  Welcome Page

The problems started yesterday. Do you have a workaround?

manang avatar Feb 11 '20 10:02 manang

the login and password have to be set. it is impossible to install the qt environment without them.

manang avatar Feb 11 '20 11:02 manang

Same happened to me.

Here is the travis file causing hang https://github.com/OPM/ResInsight/blob/8c9b3085cf6e3f5a394a8b7b30780ae025efe974/.travis.yml

magnesj avatar Feb 12 '20 13:02 magnesj

you have to put the user and password i.e. export QT_CI_LOGIN=qt_user export QT_CI_PASSWORD=qt_password

manang avatar Feb 12 '20 13:02 manang

It is possible to set the proxies manually to some arbitrary, invalid value (on the installer's Settings page). The installer will then fail the network connection and proceed directly to the install. Is it possible to automate that in the script so that the install will still go through? (Note: this is pertaining to the qtcreator installer but I assume it is similar for the Qt one).

robbel avatar Mar 29 '20 22:03 robbel

It is possible to set the proxies manually to some arbitrary, invalid value (on the installer's Settings page). The installer will then fail the network connection and proceed directly to the install. Is it possible to automate that in the script so that the install will still go through? (Note: this is pertaining to the qtcreator installer but I assume it is similar for the Qt one).

I can confirm that setting the environment variable http_proxy to something invalid does as you say and drops the requirement of the qt account for an offline install export http_proxy=invalid

Thanks for the suggestion!

kneirinck avatar Apr 29 '20 21:04 kneirinck