Created
February 25, 2020 06:44
-
-
Save altendky/2390b459ae2ce853beae1a075f2c414b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
altendky@p1:~$ mkdir tmp | |
mkdir: cannot create directory ‘tmp’: File exists | |
altendky@p1:~$ rm -rf tmp | |
altendky@p1:~$ mkdir tmp | |
altendky@p1:~$ cd tmp | |
altendky@p1:~/tmp$ git clone https://github.com/miurahr/aqtinstall | |
Cloning into 'aqtinstall'... | |
remote: Enumerating objects: 9, done. | |
remote: Counting objects: 100% (9/9), done. | |
remote: Compressing objects: 100% (6/6), done. | |
remote: Total 1611 (delta 3), reused 9 (delta 3), pack-reused 1602 | |
Receiving objects: 100% (1611/1611), 351.57 KiB | 3.32 MiB/s, done. | |
Resolving deltas: 100% (1077/1077), done. | |
altendky@p1:~/tmp$ cd aqtinstall/ | |
altendky@p1:~/tmp/aqtinstall$ git rev-parse HEAD | |
58d8340959cb70f9167123e1eb1f8dc4975020c9 | |
altendky@p1:~/tmp/aqtinstall$ virtualenv -p python3.6 venv | |
Running virtualenv with interpreter /home/altendky/.pyenv/shims/python3.6 | |
Already using interpreter /home/altendky/.pyenv/versions/3.6.10/bin/python3.6 | |
Using base prefix '/home/altendky/.pyenv/versions/3.6.10' | |
New python executable in /home/altendky/tmp/aqtinstall/venv/bin/python3.6 | |
Also creating executable in /home/altendky/tmp/aqtinstall/venv/bin/python | |
Installing setuptools, pip, wheel... | |
done. | |
altendky@p1:~/tmp/aqtinstall$ venv/bin/pip install . | |
Processing /home/altendky/tmp/aqtinstall | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... done | |
Preparing wheel metadata ... done | |
Collecting requests | |
Using cached requests-2.23.0-py2.py3-none-any.whl (58 kB) | |
Collecting py7zr<0.7,>=0.6b4 | |
Using cached py7zr-0.6b4-py3-none-any.whl (47 kB) | |
Requirement already satisfied: wheel in ./venv/lib/python3.6/site-packages (from aqtinstall==0.7.4.dev23) (0.34.2) | |
Collecting packaging | |
Using cached packaging-20.1-py2.py3-none-any.whl (36 kB) | |
Collecting chardet<4,>=3.0.2 | |
Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) | |
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 | |
Using cached urllib3-1.25.8-py2.py3-none-any.whl (125 kB) | |
Collecting idna<3,>=2.5 | |
Using cached idna-2.9-py2.py3-none-any.whl (58 kB) | |
Collecting certifi>=2017.4.17 | |
Using cached certifi-2019.11.28-py2.py3-none-any.whl (156 kB) | |
Collecting pycryptodome | |
Using cached pycryptodome-3.9.7-cp36-cp36m-manylinux1_x86_64.whl (13.7 MB) | |
Collecting texttable | |
Using cached texttable-1.6.2-py2.py3-none-any.whl (10 kB) | |
Collecting six | |
Using cached six-1.14.0-py2.py3-none-any.whl (10 kB) | |
Collecting pyparsing>=2.0.2 | |
Using cached pyparsing-2.4.6-py2.py3-none-any.whl (67 kB) | |
Building wheels for collected packages: aqtinstall | |
Building wheel for aqtinstall (PEP 517) ... done | |
Created wheel for aqtinstall: filename=aqtinstall-0.7.4.dev23-py2.py3-none-any.whl size=22155 sha256=73d35c852d7ea4f15e91e2a4469b475aa77ef902ba36612bb63b5944d404e86e | |
Stored in directory: /tmp/pip-ephem-wheel-cache-mwcljwnp/wheels/c5/fb/6f/45e4bba87521d11a7b0c574160cd279d330adb2b6db3d4d661 | |
Successfully built aqtinstall | |
Installing collected packages: chardet, urllib3, idna, certifi, requests, pycryptodome, texttable, py7zr, six, pyparsing, packaging, aqtinstall | |
Successfully installed aqtinstall-0.7.4.dev23 certifi-2019.11.28 chardet-3.0.4 idna-2.9 packaging-20.1 py7zr-0.6b4 pycryptodome-3.9.7 pyparsing-2.4.6 requests-2.23.0 six-1.14.0 texttable-1.6.2 urllib3-1.25.8 | |
altendky@p1:~/tmp/aqtinstall$ venv/bin/pip freeze --all | |
aqtinstall==0.7.4.dev23 | |
certifi==2019.11.28 | |
chardet==3.0.4 | |
idna==2.9 | |
packaging==20.1 | |
pip==20.0.2 | |
py7zr==0.6b4 | |
pycryptodome==3.9.7 | |
pyparsing==2.4.6 | |
requests==2.23.0 | |
setuptools==45.2.0 | |
six==1.14.0 | |
texttable==1.6.2 | |
urllib3==1.25.8 | |
wheel==0.34.2 | |
altendky@p1:~/tmp/aqtinstall$ venv/bin/aqt install --outputdir qt 5.14.1 linux desktop gcc_64 | |
2020-02-25 01:35:03,760 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,760 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,762 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,763 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,766 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,768 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,769 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,771 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,773 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,773 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,776 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,776 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,778 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,781 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,783 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,785 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,786 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,788 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,789 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,791 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,792 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,793 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,793 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,799 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,801 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,803 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:03,804 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953icu-linux-Rhel7.2-x64.7z... | |
2020-02-25 01:35:04,903 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,912 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,919 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,922 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,937 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,943 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,948 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,951 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,953 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,976 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:04,987 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,061 - aqt - INFO - Extracting qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,094 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,162 - aqt - INFO - Extracting qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,163 - aqt - INFO - Extracting qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,174 - aqt - INFO - Extracting qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,252 - aqt - INFO - Extracting qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,252 - aqt - INFO - Extracting qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,267 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,269 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,296 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,334 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953icu-linux-Rhel7.2-x64.7z | |
2020-02-25 01:35:05,384 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,385 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,391 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,397 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,472 - aqt - INFO - Extracting qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:05,529 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,533 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,534 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,536 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,538 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,551 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,558 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:35:05,587 - aqt - ERROR - Caught extraction error: [Errno 2] No such file or directory: 'qt/5.14.1/gcc_64/include/QtNfc' | |
2020-02-25 01:35:05,593 - aqt - ERROR - Failed to extract qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
Traceback (most recent call last): | |
File "venv/bin/aqt", line 8, in <module> | |
sys.exit(main()) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/__init__.py", line 38, in main | |
return cli.run() | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/cli.py", line 220, in run | |
args.func(args) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/cli.py", line 125, in run_install | |
logging=self.logger, command=sevenzip, target_dir=output_dir).install() | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 167, in install | |
raise ExtractionFailure() | |
aqt.installer.ExtractionFailure | |
altendky@p1:~/tmp/aqtinstall$ venv/bin/aqt install --outputdir qt 5.14.1 linux desktop gcc_64 | |
2020-02-25 01:35:58,881 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,883 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,891 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,892 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,892 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,895 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,897 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,899 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,899 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,902 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,904 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,905 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,906 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,909 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,911 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,912 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,913 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,916 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,917 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,919 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,923 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,925 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,927 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,929 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,931 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,933 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:35:58,933 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953icu-linux-Rhel7.2-x64.7z... | |
2020-02-25 01:36:00,895 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:00,987 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:00,993 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,004 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,042 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,092 - aqt - INFO - Extracting qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:36:01,108 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,204 - aqt - INFO - Extracting qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:36:01,216 - aqt - INFO - Extracting qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:36:01,217 - aqt - INFO - Extracting qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:36:01,320 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,493 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,542 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,546 - aqt - ERROR - Caught extraction error: Symlink loop from '/home/altendky/tmp/aqtinstall/qt/5.14.1/gcc_64/lib/libQt5X11Extras.so.5.14.1' | |
2020-02-25 01:36:01,580 - aqt - INFO - Extracting qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:36:01,594 - aqt - ERROR - Failed to extract qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,705 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,724 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,734 - aqt - ERROR - Caught extraction error: Symlink loop from '/home/altendky/tmp/aqtinstall/qt/5.14.1/gcc_64/lib/libQt5WebChannel.so.5.14.1' | |
2020-02-25 01:36:01,746 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,753 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,758 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,785 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,891 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,893 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,928 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,935 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:01,940 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:02,041 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:02,052 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:02,227 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:02,278 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953icu-linux-Rhel7.2-x64.7z | |
2020-02-25 01:36:02,312 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:02,379 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:36:02,397 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
Traceback (most recent call last): | |
File "venv/bin/aqt", line 8, in <module> | |
sys.exit(main()) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/__init__.py", line 38, in main | |
return cli.run() | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/cli.py", line 220, in run | |
args.func(args) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/cli.py", line 125, in run_install | |
logging=self.logger, command=sevenzip, target_dir=output_dir).install() | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 167, in install | |
raise ExtractionFailure() | |
aqt.installer.ExtractionFailure | |
altendky@p1:~/tmp/aqtinstall$ git checkout c784585 | |
Note: checking out 'c784585'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b <new-branch-name> | |
HEAD is now at c784585 gh-a: add timeout for test | |
altendky@p1:~/tmp/aqtinstall$ venv/bin/pip install . | |
Processing /home/altendky/tmp/aqtinstall | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... done | |
Preparing wheel metadata ... done | |
Requirement already satisfied: py7zr<0.7,>=0.6b4 in ./venv/lib/python3.6/site-packages (from aqtinstall==0.7.4.dev16) (0.6b4) | |
Requirement already satisfied: requests in ./venv/lib/python3.6/site-packages (from aqtinstall==0.7.4.dev16) (2.23.0) | |
Requirement already satisfied: packaging in ./venv/lib/python3.6/site-packages (from aqtinstall==0.7.4.dev16) (20.1) | |
Requirement already satisfied: wheel in ./venv/lib/python3.6/site-packages (from aqtinstall==0.7.4.dev16) (0.34.2) | |
Requirement already satisfied: pycryptodome in ./venv/lib/python3.6/site-packages (from py7zr<0.7,>=0.6b4->aqtinstall==0.7.4.dev16) (3.9.7) | |
Requirement already satisfied: texttable in ./venv/lib/python3.6/site-packages (from py7zr<0.7,>=0.6b4->aqtinstall==0.7.4.dev16) (1.6.2) | |
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./venv/lib/python3.6/site-packages (from requests->aqtinstall==0.7.4.dev16) (1.25.8) | |
Requirement already satisfied: idna<3,>=2.5 in ./venv/lib/python3.6/site-packages (from requests->aqtinstall==0.7.4.dev16) (2.9) | |
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.6/site-packages (from requests->aqtinstall==0.7.4.dev16) (2019.11.28) | |
Requirement already satisfied: chardet<4,>=3.0.2 in ./venv/lib/python3.6/site-packages (from requests->aqtinstall==0.7.4.dev16) (3.0.4) | |
Requirement already satisfied: pyparsing>=2.0.2 in ./venv/lib/python3.6/site-packages (from packaging->aqtinstall==0.7.4.dev16) (2.4.6) | |
Requirement already satisfied: six in ./venv/lib/python3.6/site-packages (from packaging->aqtinstall==0.7.4.dev16) (1.14.0) | |
Building wheels for collected packages: aqtinstall | |
Building wheel for aqtinstall (PEP 517) ... done | |
Created wheel for aqtinstall: filename=aqtinstall-0.7.4.dev16-py2.py3-none-any.whl size=21689 sha256=aaef6304d10a49d502b15a6b3f9701001eb67d77d5777b2c23a9240f1fea2bb9 | |
Stored in directory: /tmp/pip-ephem-wheel-cache-_hg09t3t/wheels/c5/fb/6f/45e4bba87521d11a7b0c574160cd279d330adb2b6db3d4d661 | |
Successfully built aqtinstall | |
Installing collected packages: aqtinstall | |
Attempting uninstall: aqtinstall | |
Found existing installation: aqtinstall 0.7.4.dev23 | |
Uninstalling aqtinstall-0.7.4.dev23: | |
Successfully uninstalled aqtinstall-0.7.4.dev23 | |
Successfully installed aqtinstall-0.7.4.dev16 | |
altendky@p1:~/tmp/aqtinstall$ venv/bin/aqt install --outputdir qt 5.14.1 linux desktop gcc_64 | |
2020-02-25 01:37:08,323 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,330 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,338 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,345 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,346 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,347 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,348 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,349 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,350 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,351 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,352 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,353 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,354 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,355 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,356 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,357 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,358 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,359 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,359 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,360 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,361 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,362 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,363 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,364 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,364 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,365 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:08,366 - aqt - INFO - Downloading https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953icu-linux-Rhel7.2-x64.7z... | |
2020-02-25 01:37:09,649 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:09,659 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:09,783 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:09,825 - aqt - INFO - Extracting qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
Exception in thread Thread-28: | |
Traceback (most recent call last): | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 916, in _bootstrap_inner | |
self.run() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 864, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 87, in extract_archive | |
py7zr.SevenZipFile(archive).extractall(path=self.base_dir) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 703, in extractall | |
return self.extract(path) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 777, in extract | |
self.worker.extract(self.fp, parallel=(not self.password_protected)) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/compression.py", line 188, in extract | |
raise exc[0](exc[1]) | |
OSError: [Errno 40] Too many levels of symbolic links: 'qt/5.14.1/gcc_64/lib/libQt5X11Extras.so' | |
2020-02-25 01:37:11,084 - aqt - INFO - Extracting qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:11,127 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:11,516 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
Exception in thread Thread-29: | |
Traceback (most recent call last): | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 916, in _bootstrap_inner | |
self.run() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 864, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 87, in extract_archive | |
py7zr.SevenZipFile(archive).extractall(path=self.base_dir) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 703, in extractall | |
return self.extract(path) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 782, in extract | |
sym_dst = t.resolve() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 1141, in resolve | |
s = self._flavour.resolve(self, strict=strict) | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 346, in resolve | |
return _resolve(base, str(path)) or sep | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 339, in _resolve | |
path = _resolve(path, target) | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 339, in _resolve | |
path = _resolve(path, target) | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 327, in _resolve | |
raise RuntimeError("Symlink loop from %r" % newpath) | |
RuntimeError: Symlink loop from '/home/altendky/tmp/aqtinstall/qt/5.14.1/gcc_64/lib/libQt5Bluetooth.so.5.14.1' | |
2020-02-25 01:37:12,379 - aqt - INFO - Extracting qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:12,380 - aqt - INFO - Extracting qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
Exception in thread Thread-30: | |
Traceback (most recent call last): | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 916, in _bootstrap_inner | |
self.run() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 864, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 87, in extract_archive | |
py7zr.SevenZipFile(archive).extractall(path=self.base_dir) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 703, in extractall | |
return self.extract(path) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 777, in extract | |
self.worker.extract(self.fp, parallel=(not self.password_protected)) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/compression.py", line 188, in extract | |
raise exc[0](exc[1]) | |
OSError: [Errno 40] Too many levels of symbolic links: 'qt/5.14.1/gcc_64/lib/libQt5WebChannel.so' | |
Exception in thread Thread-31: | |
Traceback (most recent call last): | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 916, in _bootstrap_inner | |
self.run() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 864, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 87, in extract_archive | |
py7zr.SevenZipFile(archive).extractall(path=self.base_dir) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 703, in extractall | |
return self.extract(path) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/py7zr/py7zr.py", line 782, in extract | |
sym_dst = t.resolve() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 1141, in resolve | |
s = self._flavour.resolve(self, strict=strict) | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 346, in resolve | |
return _resolve(base, str(path)) or sep | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 339, in _resolve | |
path = _resolve(path, target) | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 339, in _resolve | |
path = _resolve(path, target) | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/pathlib.py", line 327, in _resolve | |
raise RuntimeError("Symlink loop from %r" % newpath) | |
RuntimeError: Symlink loop from '/home/altendky/tmp/aqtinstall/qt/5.14.1/gcc_64/lib/libQt5Multimedia.so.5.14.1' | |
2020-02-25 01:37:12,921 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:13,815 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:14,675 - aqt - INFO - Extracting qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:14,676 - aqt - INFO - Extracting qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:14,676 - aqt - INFO - Extracting qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:14,956 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:15,373 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:15,501 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:15,681 - aqt - INFO - Extracting qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:15,731 - aqt - INFO - Extracting qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:16,874 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:17,248 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:17,489 - aqt - INFO - Extracting qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:17,489 - aqt - INFO - Extracting qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:18,033 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:18,593 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:19,154 - aqt - INFO - Extracting qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:19,154 - aqt - INFO - Extracting qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:20,183 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:20,466 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:20,523 - aqt - INFO - Extracting qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:20,524 - aqt - INFO - Extracting qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:21,126 - aqt - INFO - Extracting qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:21,426 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:21,574 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:22,242 - aqt - INFO - Extracting qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:22,243 - aqt - INFO - Extracting qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:22,408 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:23,147 - aqt - INFO - Extracting qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:23,261 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:23,373 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:23,553 - aqt - INFO - Extracting qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:23,586 - aqt - INFO - Extracting qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:24,458 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:24,733 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:24,800 - aqt - INFO - Extracting qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:25,052 - aqt - INFO - Extracting qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:25,071 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:25,253 - aqt - INFO - Extracting qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:25,907 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:26,234 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z | |
2020-02-25 01:37:26,314 - aqt - INFO - Extracting qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:26,471 - aqt - INFO - Redirected to new URL: http://qt.mirror.constant.com/online/qtsdkrepository/linux_x64/desktop/qt5_5141/qt.qt5.5141.gcc_64/5.14.1-0-202001240953icu-linux-Rhel7.2-x64.7z | |
2020-02-25 01:37:26,518 - aqt - INFO - Extracting qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z... | |
2020-02-25 01:37:27,410 - aqt - INFO - Extracting icu-linux-Rhel7.2-x64.7z... | |
^CTraceback (most recent call last): | |
File "venv/bin/aqt", line 8, in <module> | |
sys.exit(main()) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/__init__.py", line 38, in main | |
return cli.run() | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/cli.py", line 218, in run | |
args.func(args) | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/cli.py", line 123, in run_install | |
logging=self.logger, command=sevenzip, target_dir=output_dir).install() | |
File "/home/altendky/tmp/aqtinstall/venv/lib/python3.6/site-packages/aqt/installer.py", line 134, in install | |
p.join() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 1056, in join | |
self._wait_for_tstate_lock() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 1072, in _wait_for_tstate_lock | |
elif lock.acquire(block, timeout): | |
KeyboardInterrupt | |
^CException ignored in: <module 'threading' from '/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py'> | |
Traceback (most recent call last): | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 1294, in _shutdown | |
t.join() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 1056, in join | |
self._wait_for_tstate_lock() | |
File "/home/altendky/.pyenv/versions/3.6.10/lib/python3.6/threading.py", line 1072, in _wait_for_tstate_lock | |
elif lock.acquire(block, timeout): | |
KeyboardInterrupt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment