You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CQtDeployer fails on my Ubuntu 20.04 machine. I've tried both the latest .deb package and the snap. With the snap I'm getting
olof@olof-VirtualBox:~$ cqtdeployer -bin build-sumac-Desktop_Qt_6_4_1_GCC_64bit-Release/Sumac -qmake /opt/Qt/6.4.1/gcc_64/bin/qmake
Info: Deploy ...
Info: The targetDir option is not used. CQtDeployer will use default target dir :/home/olof/DistributionKit
Error: The deployment target requires Qt libraries, but initialize of Qt directories is failed. Please use the qmake option to set a path to the qmake executable.
Info: If you are using qmake from the system repository, then you must use the classic version of CQtDeployer instead of the snap version. This is due to the fact that the snap version runs in an isolated container and has limited access to system utilities and the environment. For get the classic version of cqtdeployer use the cqtdeployer installer https://github.com/QuasarApp/CQtDeployer/releases
Error: Deploy failed!
Error: The CQtDeployer fail to read configuration.
The path to qmake given with -qmake is correct. Here i'm not quite sure what "system repository" in "If you are using qmake from the system repository, " means.
When I try the deb package I'm getting
olof@olof-VirtualBox:~$ cqtdeployer -bin build-sumac-Desktop_Qt_6_4_1_GCC_64bit-Release/Sumac -qmake /opt/Qt/6.4.1/gcc_64/bin/qmake
/opt/CQtDeployer/bin/CQtDeployer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/CQtDeployer/bin/CQtDeployer)
/opt/CQtDeployer/bin/CQtDeployer: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /opt/CQtDeployer/lib/libDeploy.so)
/opt/CQtDeployer/bin/CQtDeployer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /opt/CQtDeployer/lib/libpe-parse.so)
/opt/CQtDeployer/bin/CQtDeployer: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /opt/CQtDeployer/lib/libpe-parse.so)
/opt/CQtDeployer/bin/CQtDeployer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /opt/CQtDeployer/lib/libzip.so)
The glibc version on Ubuntu 20.04 is 2.31.
I'm quite sure that I've gotten it to work about a year ago on a different machine, unfortunately no longer accessible to me, also with Ubuntu 20.04. Don't remember if I used the snap install or the .deb package.
Can it be that I should use an earlier version of the .deb package that works with glibc 2.31?
CQtDeployer fails on my Ubuntu 20.04 machine. I've tried both the latest .deb package and the snap. With the snap I'm getting
The path to qmake given with -qmake is correct. Here i'm not quite sure what "system repository" in "If you are using qmake from the system repository, " means.
When I try the deb package I'm getting
The glibc version on Ubuntu 20.04 is 2.31.
I'm quite sure that I've gotten it to work about a year ago on a different machine, unfortunately no longer accessible to me, also with Ubuntu 20.04. Don't remember if I used the snap install or the .deb package.
Can it be that I should use an earlier version of the .deb package that works with glibc 2.31?
Should the snap version work?
Originally posted by @olowo726 in #745
The text was updated successfully, but these errors were encountered: