Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
None
-
5.14.0 Beta 1
-
None
Description
I'm trying to build the qtquickcontrols2 gallery example using Qt 5.14. I've tried with both the command line and Qt Creator, but both fail with this output:
Info: creating stash file C:\.qmake.stash C:/dev/qt5.14/qtbase/mkspecs/features/toolchain.prf:73: Cannot write cache file C:\.qmake.stash: Access is denied. Info: creating stash file C:\.qmake.stash C:/dev/qt5.14/qtbase/mkspecs/features/toolchain.prf:73: Cannot write cache file C:\.qmake.stash: Access is denied. Info: creating stash file C:\.qmake.stash C:/dev/qt5.14/qtbase/mkspecs/features/toolchain.prf:73: Cannot write cache file C:\.qmake.stash: Access is denied. Info: creating stash file C:\.qmake.stash C:/dev/qt5.14/qtbase/mkspecs/features/toolchain.prf:76: Cannot write cache file C:\.qmake.stash: Access is denied. Info: creating stash file C:\.qmake.stash C:/dev/qt5.14/qtbase/mkspecs/features/toolchain.prf:405: Cannot write cache file C:\.qmake.stash: Access is denied. Info: creating stash file C:\.qmake.stash C:/dev/qt5.14/qtbase/mkspecs/features/toolchain.prf:407: Cannot write cache file C:\.qmake.stash: Access is denied.
Examples of paths I've tried that have failed:
- C:\tmp\dev\gallery-qt-5.14
- C:\temp\dev\gallery-qt-5.14
Paths without tmp or temp work:
- C:\dev\gallery-qt-5.14
It happens for other examples, like the wearable example, but not for a widgets example, like calculator:
- C:\dev\temp\calculator-qt-5.14
But it fails for the text example:
- C:\dev\temp\text-qt-5.14
It happens with both a self-built Qt 5.14 and the official 5.14.0 beta 1 binaries.
Attachments
Issue Links
- duplicates
-
QTBUG-76140 qmake computes wrong path for .qmake.stash when invoking it on an example of a repo containing a .qmake.conf file
- Open