Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0.0 RC
-
oss-fuzz, a Docker image based on Ubuntu 16.04, see https://github.com/google/oss-fuzz
Dockerfile: https://github.com/google/oss-fuzz/blob/master/projects/qt/Dockerfile (local changes to update Qt sources and CMake)
build.sh: https://codereview.qt-project.org/c/qt/qtqa/+/324172/5
-
f071ba31b2e441268518217cbe2ec4fe1c978b31 (qt/qtbase/dev) 56d41d9b8b693eba38cf41aa5292843089f2361f (qt/qtbase/6.0)
Description
In oss-fuzz, I clone Qt with:
git clone --branch dev --depth 1 --shallow-submodules --recurse-submodules=qtbase --recurse-submodules=qtsvg git://code.qt.io/qt/qt5.git qt
and then try configuring it with:
$SRC/qt/configure -qt-libmd4c -platform linux-clang-libc++ -static -opensource -confirm-license -no-opengl -nomake tests -nomake examples -prefix $PWD/qtbase -D QT_NO_DEPRECATED_WARNINGS > configure.log 2>&1
This fails with the attached outputs.
Running the same parameters locally on Ubuntu 20.04 LTS with CMake 3.19.0 and clang 10.0.0 succeeds.