Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
dev
-
None
-
c187d355e (dev), 41b72465d (dev), 67cb5b9bc (6.8), b43b1be8b (tqtc/lts-6.5)
Description
- GIVEN: a qt5.git checkout in some $SRCDIR (doesn't matter)
- WHEN: trying to run its top-level configure in a $BUILDDIR that ends in qt5-build-c++17
$SRCDIR/configure -prefix $PWD
- THEN: configure fails with the following error:
CMake Error at qtwebengine/src/CMakeLists.txt:152 (if): if given arguments: "NOT" "Gn_FOUND" "OR" "Gn_EXECUTABLE" "MATCHES" "^/home/marc/Qt/qt5-build-c++17/qtwebengine/install" Regular expression "^/home/marc/Qt/qt5-build-c++17/qtwebengine/install" cannot compile
Expected: Paths are escaped before being used as regular expressions.
Attachments
Issue Links
- relates to
-
QTBUG-102323 cmake seems to treat builddir as a regex and fails if builddir contains quantor characters (+)
- Closed
-
QTBUG-131782 [REG 6.8.0 -> 6.8.1] Cannot configure qtbase if directory contains "++"
- Closed