To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related.
Learn more.
Related merge requests 1
When this merge request is accepted, this issue will be closed automatically.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Contributor
installerbase v4.0 segfaults on macOS if you pass --framework-version, so reorder the
_ifw_version_argument
arguments to use--version
first.diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake index 58e6a375f4..0c264e4aba 100644 --- a/Modules/CPackIFW.cmake +++ b/Modules/CPackIFW.cmake @@ -361,6 +361,7 @@ set(_CPACK_IFW_PREFIXES "QtIFW-") set(_CPACK_IFW_VERSIONS + "4.0" "3.2" "3.2.0" "3.1" @@ -456,7 +457,7 @@ mark_as_advanced(CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT) if(CPACK_IFW_INSTALLERBASE_EXECUTABLE AND NOT CPACK_IFW_FRAMEWORK_VERSION_FORCED) set(CPACK_IFW_FRAMEWORK_VERSION) # Invoke version from "installerbase" executable - foreach(_ifw_version_argument --framework-version --version) + foreach(_ifw_version_argument --version --framework-version) if(NOT CPACK_IFW_FRAMEWORK_VERSION) execute_process(COMMAND "${CPACK_IFW_INSTALLERBASE_EXECUTABLE}" ${_ifw_version_argument}
- Erlend E. Aasland mentioned in merge request !5502 (merged)
mentioned in merge request !5502 (merged)
- Author Contributor
FYI, output on macOS 10.15.7, QtIFW 4.0:
zsh% ~/Qt/Tools/QtInstallerFramework/4.0/bin/installerbase --framework-version Unknown option: framework-version zsh: segmentation fault ~/Qt/Tools/QtInstallerFramework/4.0/bin/installerbase --framework-version zsh% ~/Qt/Tools/QtInstallerFramework/4.0/bin/installerbase --version IFW Version: 4.0.0, built with Qt 5.12.7. Build date: Nov 2 2020 Installer Framework SHA1: 07f4848b
- Brad King added area:cpack triage:env-regression labels
added area:cpack triage:env-regression labels
- Kitware Robot closed with merge request !5502 (merged)
closed with merge request !5502 (merged)
- Erlend E. Aasland closed with commit 63ae96a3
closed with commit 63ae96a3
- Erlend E. Aasland mentioned in commit 63ae96a3
mentioned in commit 63ae96a3
Please register or sign in to reply