miurahr/aqtinstall

IFW is outdated

EndrII opened this issue · 3 comments

Bug description

At now Qt release ifw 4.8, but aqt known about 4.7 only.

Expected behavior

The latest version of ifw should be available to download.

aqt and python version

INFO : aqtinstall(aqt) v3.1.15 on Python 3.10.12 [CPython GCC 11.4.0]

Operating System

Linux/Unix

Relevant log output

INFO    : aqtinstall(aqt) v3.1.15 on Python 3.10.12 [CPython GCC 11.4.0]
WARNING : Specified target combination "linux tools_ifw qt.tools.ifw.48" did not exist when this version of aqtinstall was released. This may not install properly, but we will try our best.
ERROR   : The package 'qt.tools.ifw.48' was not found while parsing XML of package information!

Code of Conduct

  • I agree to follow this project's Code of Conduct

I can confirm that QIFW 4.8 has been released: Qt Online Installer and Qt Installer Framework 4.8.0 Released. However, the https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/tools_ifw/ directory does not contain 4.8; while https://download.qt.io/online/qtsdkrepository/linux_x64/ifw/ contains both 4.7 and 4.8. I guess that aqtinstall doesn't know the latter path.

- https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/tools_ifw/
+ https://download.qt.io/online/qtsdkrepository/linux_x64/ifw/

.

Came here for the same.