Re: [Interest] Qt online installer error (Mac)

2023-12-14 Thread Sze Howe Koh
On Thu, 14 Dec 2023 at 21:35, Calogero Mauceri  wrote:
>
> Thanks Henry,
>
> do I have control on which mirror to use?

Yes: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource


> --
> Calogero Mauceri
> Software Engineer
>
> Applied Coherent Technology Corporation (ACT)
> www.actgate.com

Regards,
Sze-Howe
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Yocto is application or device creation license???

2023-12-14 Thread Thiago Macieira
On Thursday, 14 December 2023 16:13:37 -03 Jérôme Godbout via Interest wrote:
> Can I use the Yocto Layers and Recipes in a build using BitBake (YP's build
> tool) to make a commercial application using the Application Development
> license?
> 
> That’s my true question, is application development license allowed into
> that context or are we force to use the device creation license.

I think you or I are getting mixed on details.

Yocto Project, recipes, layers, and BitBake are just tools to accomplish the 
build of your device. YP licences won't apply at the end. Only the cumulative 
licence of all the software that you selected (by way of the layers) does and 
the YP tools will create the BOM for you to analyse. This is where this 
licence you're referring to comes into play.

So it doesn't matter how you built and deployed your Qt Commercial onto the 
device, only that you did. Does that licence allow you to ship your device? 
Does it require payment of per-unit royalties? Does it put extra requirements 
on what you can or can't do? I can't answer that, since I don't know the 
terms. You should get your legal department to make a decision. Qt Company's 
opinion is an input, not a conclusion.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering


smime.p7s
Description: S/MIME cryptographic signature
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Yocto is application or device creation license???

2023-12-14 Thread Jérôme Godbout via Interest
Can I use the Yocto Layers and Recipes in a build using BitBake (YP's build
tool) to make a commercial device? Yes.

The question would then be:
Can I use the Yocto Layers and Recipes in a build using BitBake (YP's build
tool) to make a commercial application using the Application Development 
license?

That’s my true question, is application development license allowed into that 
context or are we force to use the device creation license.

There is no commercial device license on the web site it’s either Application 
development or Device creation:
[cid:image005.png@01DA2E97.A2E99F50]

[signature_599607807]
Jérôme Godbout, B.Eng.
Software / Firmware Team Lead
[Smart Phone avec un remplissage uni] (581) 777-0050
[Envelope avec un remplissage uni] 
jgodb...@dimonoff.com
[World avec un remplissage uni] www.dimonoff.com


From: Interest  on behalf of Thiago Macieira 

Date: Thursday, December 14, 2023 at 12:55 PM
To: interest@qt-project.org 
Subject: Re: [Interest] Yocto is application or device creation license???
On Thursday, 14 December 2023 14:00:32 -03 Jérôme Godbout via Interest wrote:
> Can the commercial Application be used with a Yocto build into a custom arm
> device?

Your question is actually:

Can I use the Yocto Layers and Recipes in a build using BitBake (YP's build
tool) to make a commercial device? Yes.

Can I use the meta-qt6 layer to build a commercial Qt? Tuukka's answer says
yes.

BitBake will produce a BOM for you with a list of licences and your
obligations.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Yocto is application or device creation license???

2023-12-14 Thread Thiago Macieira
On Thursday, 14 December 2023 14:00:32 -03 Jérôme Godbout via Interest wrote:
> Can the commercial Application be used with a Yocto build into a custom arm
> device?

Your question is actually:

Can I use the Yocto Layers and Recipes in a build using BitBake (YP's build 
tool) to make a commercial device? Yes.

Can I use the meta-qt6 layer to build a commercial Qt? Tuukka's answer says 
yes.

BitBake will produce a BOM for you with a list of licences and your 
obligations.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering


smime.p7s
Description: S/MIME cryptographic signature
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Yocto is application or device creation license???

2023-12-14 Thread Jérôme Godbout via Interest
Hi,
We are not going into the Qt MCU code based, we will have a full fledge Linux 
build with Yocto and plan on using a full Qt with Qml views. Open Source is not 
possible without releasing the cie application business layer which the client 
does not want to do for obvious reason.

Let’s make the question clear:
Can the commercial Application be used with a Yocto build into a custom arm 
device?

[signature_106982083]
Jérôme Godbout, B.Eng.
Software / Firmware Team Lead
[Smart Phone avec un remplissage uni] (581) 777-0050
[Envelope avec un remplissage uni] 
jgodb...@dimonoff.com
[World avec un remplissage uni] www.dimonoff.com


From: Tuukka Turunen 
Date: Thursday, December 14, 2023 at 9:59 AM
To: Jérôme Godbout , Qt Interest 

Subject: Re: Yocto is application or device creation license???
Hi,

The meta-qt6 layer is available at: 
https://code.qt.io/cgit/yocto/meta-qt6.git/tree/ It works for both commercial 
as well as open-source Qt as described at: 
https://code.qt.io/cgit/yocto/meta-qt6.git/tree/README.md

Your email mentions MCU, so in case you are looking to use Qt for MCUs it is a 
separate codebase, which is not dual licensed. More info: 
https://www.qt.io/product/develop-software-microcontrollers-mcu

The commercial Qt for Device Creation subscription includes prebuild binaries, 
convenience items, as well as some additional functionality. You can check what 
is available under which license bundle via: https://www.qt.io/product/features

We recommend using the commercial Qt for Device Creation product when making 
embedded devices. It is also possible to build embedded devices using the 
open-source license option as long as you ensure to meet the requirements set 
by open-source licensing. You can check more information on the L/GPL 
requirements at: https://www.qt.io/licensing/open-source-lgpl-obligations

Yours,

Tuukka


From: Interest  on behalf of Jérôme Godbout 
via Interest 
Date: Thursday, December 14, 2023 at 16:36
To: Qt Interest 
Subject: [Interest] Yocto is application or device creation license???
Hi,

I have a client who is looking for a GUI stack for their SPA devices. The 
device use a yocto we build for them. The Fuzzy license of Qt is not very clear 
on where does Yocto build fall in term of licensing.

My understanding if fall into the Linux embedded and force them to go into the 
device license I think. But this will be a show stopper for them if they have 
to paid royalty fee. Does Yocto Linux count as Linux Desktop, since we are 
building a desktop on arm chipset in the end.

The device creation is just plain impossible, the royalty fee is above the cost 
of the MCU itself, which is a no go.

I feel like I always end up in that impossible licensing problems with Qt, the 
embedded license is out of touch aside from huge expensive system like car!

So far, we look at Qt for hospital bed, SPA, car charging units… The price is 
just a show stopper at each time…


[signature_917022966]
Jérôme Godbout, B.Eng.
Software / Firmware Team Lead
[Smart Phone avec un remplissage uni] (581) 777-0050
[Envelope avec un remplissage uni] 
jgodb...@dimonoff.com
[World avec un remplissage uni] www.dimonoff.com

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Yocto is application or device creation license???

2023-12-14 Thread Tuukka Turunen via Interest
Hi,

The meta-qt6 layer is available at: 
https://code.qt.io/cgit/yocto/meta-qt6.git/tree/ It works for both commercial 
as well as open-source Qt as described at: 
https://code.qt.io/cgit/yocto/meta-qt6.git/tree/README.md

Your email mentions MCU, so in case you are looking to use Qt for MCUs it is a 
separate codebase, which is not dual licensed. More info: 
https://www.qt.io/product/develop-software-microcontrollers-mcu

The commercial Qt for Device Creation subscription includes prebuild binaries, 
convenience items, as well as some additional functionality. You can check what 
is available under which license bundle via: https://www.qt.io/product/features

We recommend using the commercial Qt for Device Creation product when making 
embedded devices. It is also possible to build embedded devices using the 
open-source license option as long as you ensure to meet the requirements set 
by open-source licensing. You can check more information on the L/GPL 
requirements at: https://www.qt.io/licensing/open-source-lgpl-obligations

Yours,

Tuukka


From: Interest  on behalf of Jérôme Godbout 
via Interest 
Date: Thursday, December 14, 2023 at 16:36
To: Qt Interest 
Subject: [Interest] Yocto is application or device creation license???
Hi,

I have a client who is looking for a GUI stack for their SPA devices. The 
device use a yocto we build for them. The Fuzzy license of Qt is not very clear 
on where does Yocto build fall in term of licensing.

My understanding if fall into the Linux embedded and force them to go into the 
device license I think. But this will be a show stopper for them if they have 
to paid royalty fee. Does Yocto Linux count as Linux Desktop, since we are 
building a desktop on arm chipset in the end.

The device creation is just plain impossible, the royalty fee is above the cost 
of the MCU itself, which is a no go.

I feel like I always end up in that impossible licensing problems with Qt, the 
embedded license is out of touch aside from huge expensive system like car!

So far, we look at Qt for hospital bed, SPA, car charging units… The price is 
just a show stopper at each time…


[signature_917022966]
Jérôme Godbout, B.Eng.
Software / Firmware Team Lead
[Smart Phone avec un remplissage uni] (581) 777-0050
[Envelope avec un remplissage uni] 
jgodb...@dimonoff.com
[World avec un remplissage uni] www.dimonoff.com

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] Yocto is application or device creation license???

2023-12-14 Thread Jérôme Godbout via Interest
Hi,

I have a client who is looking for a GUI stack for their SPA devices. The 
device use a yocto we build for them. The Fuzzy license of Qt is not very clear 
on where does Yocto build fall in term of licensing.

My understanding if fall into the Linux embedded and force them to go into the 
device license I think. But this will be a show stopper for them if they have 
to paid royalty fee. Does Yocto Linux count as Linux Desktop, since we are 
building a desktop on arm chipset in the end.

The device creation is just plain impossible, the royalty fee is above the cost 
of the MCU itself, which is a no go.

I feel like I always end up in that impossible licensing problems with Qt, the 
embedded license is out of touch aside from huge expensive system like car!

So far, we look at Qt for hospital bed, SPA, car charging units… The price is 
just a show stopper at each time…


[signature_917022966]
Jérôme Godbout, B.Eng.
Software / Firmware Team Lead
[Smart Phone avec un remplissage uni] (581) 777-0050
[Envelope avec un remplissage uni] 
jgodb...@dimonoff.com
[World avec un remplissage uni] www.dimonoff.com

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt online installer error (Mac)

2023-12-14 Thread Calogero Mauceri
trying to download the source files from

https://ftp.fau.de/qtproject/archive/qt/6.6/6.6.1/single/qt-everywhere-src-6.6.1.tar.xz

gives a ERR_TIMED_OUT error


On Thu, Dec 14, 2023 at 2:32 PM Calogero Mauceri 
wrote:

> Thanks Henry,
>
> do I have control on which mirror to use?
>
> On Thu, Dec 14, 2023 at 2:23 PM Henry Skoglund  wrote:
>
>>
>>
>> On 2023-12-14 14:13, Calogero Mauceri wrote:
>>
>> Hi all,
>>
>> I'm trying to install latest Qt 6 release for Mac through qt online
>> installer but I get the following error message
>>
>> Cannot download archive
>> http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z:
>> Socket operation timed out
>>
>>
>> Any clues on how to fix this?
>>
>> Thanks,
>>
>> Calogero
>>
>> --
>> Calogero Mauceri
>> Software Engineer
>>
>> Applied Coherent Technology Corporation (ACT)
>> www.actgate.com
>>
>>
>> Hi, maybe a bad/down mirror, mine works, using wget to find the url:
>>
>> wget
>> http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> --2023-12-14 14:17:17--
>> http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> Resolving download.qt.io (download.qt.io)... 77.86.162.2
>> Connecting to download.qt.io (download.qt.io)|77.86.162.2|:80...
>> connected.
>> HTTP request sent, awaiting response... 301 Moved Permanently
>> Location:
>> https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> [following]
>> --2023-12-14 14:17:18--
>> https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> Connecting to download.qt.io (download.qt.io)|77.86.162.2|:443...
>> connected.
>> HTTP request sent, awaiting response... 302 Found
>> Location:
>> https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> [following]
>> --2023-12-14 14:17:18--
>> https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> Resolving ftp.acc.umu.se (ftp.acc.umu.se)... 194.71.11.165,
>> 194.71.11.173, 194.71.11.163
>> Connecting to ftp.acc.umu.se (ftp.acc.umu.se)|194.71.11.165|:443...
>> connected.
>> HTTP request sent, awaiting response... 302 Found
>> Location:
>> https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> [following]
>> --2023-12-14 14:17:18--
>> https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>> Resolving chuangtzu.ftp.acc.umu.se (chuangtzu.ftp.acc.umu.se)...
>> 194.71.11.167
>> Connecting to chuangtzu.ftp.acc.umu.se 
>> (chuangtzu.ftp.acc.umu.se)|194.71.11.167|:443...
>> connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 11001956 (10M) [application/x-7z-compressed]
>> Saving to:
>> ‘4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z.1’
>>
>> 4.6.1-0-202308231236tqtc-installer-f
>> 100%[>]
>> 10,49M  41,8MB/sin 0,3s
>>
>> 2023-12-14 14:17:18 (41,8 MB/s) -
>> ‘4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z.1’
>> saved [11001956/11001956]
>>
>> So try this URL:
>>
>> https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>>
>> Rgrds Henry
>>
>>
>>
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> https://lists.qt-project.org/listinfo/interest
>>
>
>
> --
> Calogero Mauceri
> Software Engineer
>
> Applied Coherent Technology Corporation (ACT)
> 

Re: [Interest] Qt online installer error (Mac)

2023-12-14 Thread Calogero Mauceri
Thanks Henry,

do I have control on which mirror to use?

On Thu, Dec 14, 2023 at 2:23 PM Henry Skoglund  wrote:

>
>
> On 2023-12-14 14:13, Calogero Mauceri wrote:
>
> Hi all,
>
> I'm trying to install latest Qt 6 release for Mac through qt online
> installer but I get the following error message
>
> Cannot download archive
> http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z:
> Socket operation timed out
>
>
> Any clues on how to fix this?
>
> Thanks,
>
> Calogero
>
> --
> Calogero Mauceri
> Software Engineer
>
> Applied Coherent Technology Corporation (ACT)
> www.actgate.com
>
>
> Hi, maybe a bad/down mirror, mine works, using wget to find the url:
>
> wget
> http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> --2023-12-14 14:17:17--
> http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> Resolving download.qt.io (download.qt.io)... 77.86.162.2
> Connecting to download.qt.io (download.qt.io)|77.86.162.2|:80...
> connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location:
> https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> [following]
> --2023-12-14 14:17:18--
> https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> Connecting to download.qt.io (download.qt.io)|77.86.162.2|:443...
> connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> [following]
> --2023-12-14 14:17:18--
> https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> Resolving ftp.acc.umu.se (ftp.acc.umu.se)... 194.71.11.165,
> 194.71.11.173, 194.71.11.163
> Connecting to ftp.acc.umu.se (ftp.acc.umu.se)|194.71.11.165|:443...
> connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> [following]
> --2023-12-14 14:17:18--
> https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
> Resolving chuangtzu.ftp.acc.umu.se (chuangtzu.ftp.acc.umu.se)...
> 194.71.11.167
> Connecting to chuangtzu.ftp.acc.umu.se 
> (chuangtzu.ftp.acc.umu.se)|194.71.11.167|:443...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 11001956 (10M) [application/x-7z-compressed]
> Saving to:
> ‘4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z.1’
>
> 4.6.1-0-202308231236tqtc-installer-f
> 100%[>]
> 10,49M  41,8MB/sin 0,3s
>
> 2023-12-14 14:17:18 (41,8 MB/s) -
> ‘4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z.1’
> saved [11001956/11001956]
>
> So try this URL:
>
> https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
>
> Rgrds Henry
>
>
>
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>


-- 
Calogero Mauceri
Software Engineer

Applied Coherent Technology Corporation (ACT)
www.actgate.com
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt online installer error (Mac)

2023-12-14 Thread Henry Skoglund



On 2023-12-14 14:13, Calogero Mauceri wrote:

Hi all,

I'm trying to install latest Qt 6 release for Mac through qt online 
installer but I get the following error message


Cannot download archive 
http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z: 
Socket operation timed out



Any clues on how to fix this?

Thanks,

Calogero


--
Calogero Mauceri
Software Engineer

Applied Coherent Technology Corporation (ACT)
www.actgate.com 



Hi, maybe a bad/down mirror, mine works, using wget to find the url:

wget 
http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
--2023-12-14 14:17:17-- 
http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z

Resolving download.qt.io (download.qt.io)... 77.86.162.2
Connecting to download.qt.io (download.qt.io)|77.86.162.2|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: 
https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z 
[following]
--2023-12-14 14:17:18-- 
https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z

Connecting to download.qt.io (download.qt.io)|77.86.162.2|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z 
[following]
--2023-12-14 14:17:18-- 
https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
Resolving ftp.acc.umu.se (ftp.acc.umu.se)... 194.71.11.165, 
194.71.11.173, 194.71.11.163
Connecting to ftp.acc.umu.se (ftp.acc.umu.se)|194.71.11.165|:443... 
connected.

HTTP request sent, awaiting response... 302 Found
Location: 
https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z 
[following]
--2023-12-14 14:17:18-- 
https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z
Resolving chuangtzu.ftp.acc.umu.se (chuangtzu.ftp.acc.umu.se)... 
194.71.11.167
Connecting to chuangtzu.ftp.acc.umu.se 
(chuangtzu.ftp.acc.umu.se)|194.71.11.167|:443... connected.

HTTP request sent, awaiting response... 200 OK
Length: 11001956 (10M) [application/x-7z-compressed]
Saving to: 
‘4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z.1’


4.6.1-0-202308231236tqtc-installer-f 
100%[>] 
10,49M  41,8MB/s    in 0,3s


2023-12-14 14:17:18 (41,8 MB/s) - 
‘4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z.1’ 
saved [11001956/11001956]


So try this URL:
https://chuangtzu.ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z 



Rgrds Henry


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] Qt online installer error (Mac)

2023-12-14 Thread Calogero Mauceri
Hi all,

I'm trying to install latest Qt 6 release for Mac through qt online
installer but I get the following error message

Cannot download archive
http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/tools_maintenance/qt.tools.maintenance/4.6.1-0-202308231236tqtc-installer-framework-MacOS-MacOS_10_13-Clang-MacOS-MacOS_10_13-X86_64-QtInstaller.7z:
Socket operation timed out


Any clues on how to fix this?

Thanks,

Calogero

-- 
Calogero Mauceri
Software Engineer

Applied Coherent Technology Corporation (ACT)
www.actgate.com
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest