jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
464 stars 82 forks source link

Fails to install Qt 6.7 due to arch change #229

Closed iamsergio closed 6 months ago

iamsergio commented 6 months ago

With linux_gcc_64:

$ aqt install-qt linux desktop 6.7.0 linux_gcc_64 --outputdir /tmp/foo1
ERROR   : Updater caused an IO error: [Errno 2] No such file or directory: '/tmp/foo1/6.7.0/linux_gcc_64/mkspecs/qconfig.pri'
ls /tmp/foo1/6.7.0/
gcc_64

With gcc_64:

$ aqt install-qt linux desktop 6.7.0 gcc_64 --outputdir /tmp/foo1
INFO    : aqtinstall(aqt) v3.1.12 on Python 3.11.8 [CPython GCC 13.2.1 20230801]
ERROR   : The packages ['qt_base'] were not found while parsing XML of package information!

According to https://ddalcino.github.io/aqt-list-server/ it should now be linux_gcc_64 (for 6.7), but neither works. I've workedaround by adding a linux_gcc_64 -> gcc_64 symlink

pzhlkj6612 commented 6 months ago

Hi, please report this issue in miurahr/aqtinstall since this is the repository for an action using aqtinstall.