Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.1
-
None
-
Ubuntu 22.04 LTS
-
9cb0d48aa (dev), cdd257c67 (6.8)
Description
- Clone qt5.git:
git clone -b v6.8.1 git://code.qt.io/qt/qt5.git
- Initialize qtbase:
cd qt5/ perl init-repository --module-subset=qtbase
- Try configuring Qt in a directory named after the used compiler:
mkdir ../g++ cd !$ ../qt5/configure -release -prefix $PWD/qtbase -opensource -confirm-license
That fails:
-- [QtBase] CMAKE_BUILD_TYPE was already explicitly set to: 'Release' RegularExpression::compile(): Nested *?+. RegularExpression::compile(): Error in compile. CMake Error at qtbase/cmake/QtPublicSbomHelpers.cmake:1531 (elseif): given arguments: "path" "MATCHES" "^/tmp/qt/g++/qtbase/" Regular expression "^/tmp/qt/g++/qtbase/" cannot compile
This used to work correctly in Qt 6.8.0.
Attachments
Issue Links
- relates to
-
QTBUG-116042 configure fails when BUILDDIR path contains "++"
- Closed
For Gerrit Dashboard: QTBUG-131782 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
608694,2 | CMake: Fix unescaped path MATCH condition in QtPublicSbomHelpers | dev | qt/qtbase | Status: MERGED | +2 | 0 |
608806,2 | CMake: Fix unescaped path MATCH condition in QtPublicSbomHelpers | 6.8 | qt/qtbase | Status: MERGED | +2 | 0 |