-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.0.1-1
-
None
Error during installation process (qt.qt6.603.gcc_64):
The output of
/home/feisele/Qt/6.0.3/gcc_64/bin/qmake -query
is not parseable. Please file a bugreport with this dialog https://bugreports.qt.io.
output: ""
Running `/opt/Qt/6.1.0/gcc_64/bin/qmake -query` produces errors.
```
/opt/Qt/6.1.0/gcc_64/bin/qmake: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/Qt/6.1.0/gcc_64/bin/qmake)
/opt/Qt/6.1.0/gcc_64/bin/qmake: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/Qt/6.1.0/gcc_64/bin/qmake)
```
CentOS 7 libstdc++ does not have this symbol.
```
$ strings /lib64/libstdc++.so.6 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.2
CXXABI_1.3.3
CXXABI_1.3.4
CXXABI_1.3.5
CXXABI_1.3.6
CXXABI_1.3.7
CXXABI_TM_1
```