[MacPorts] #65940: Configuring qt5-qtbase failure under Monterey Intel

MacPorts noreply at macports.org
Thu Oct 6 08:32:58 UTC 2022


#65940: Configuring qt5-qtbase failure under Monterey Intel
-------------------------+---------------------------------
  Reporter:  cgilles     |      Owner:  MarcusCalhoun-Lopez
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  qt5-qtbase  |
-------------------------+---------------------------------

Comment (by cgilles):

 The 10.13 SDK is intented of course, to have a binary compatibility with
 previous MacOS version. The 10.13 SDK is of course installed :

 {{{
 # pwd
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
 # ls -al
 total 0
 drwxr-xr-x  6 root  wheel  192  5 oct 19:56 .
 drwxr-xr-x  6 root  wheel  192 14 sep 14:29 ..
 drwxr-xr-x  7 root  wheel  224 14 sep 14:54 MacOSX.sdk
 drwxr-xr-x  5 root  wheel  160  5 oct 19:56 MacOSX10.13.sdk
 lrwxr-xr-x  1 root  wheel   10  5 oct 18:17 MacOSX12.3.sdk -> MacOSX.sdk
 lrwxr-xr-x  1 root  wheel   10  5 oct 18:17 MacOSX12.sdk -> MacOSX.sdk
 }}}


 And configured in XCode :


 {{{
 # pwd
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
 # cat Info.plist
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
         <key>AdditionalInfo</key>
         <dict>
                 <key>BuildMachineOSBuild</key>
                 <string>$(MAC_OS_X_PRODUCT_BUILD_VERSION)</string>
                 <key>CFBundleSupportedPlatforms</key>
                 <array>
                         <string>MacOSX</string>
                 </array>
                 <key>DTCompiler</key>
                 <string>$(GCC_VERSION)</string>
                 <key>DTPlatformBuild</key>
                 <string>$(PLATFORM_PRODUCT_BUILD_VERSION)</string>
                 <key>DTPlatformName</key>
                 <string>macosx</string>
                 <key>DTPlatformVersion</key>
                 <string>12.3</string>
                 <key>DTSDKBuild</key>
                 <string>$(SDK_PRODUCT_BUILD_VERSION)</string>
                 <key>DTSDKName</key>
                 <string>$(SDK_NAME)</string>
                 <key>DTXcode</key>
                 <string>$(XCODE_VERSION_ACTUAL)</string>
                 <key>DTXcodeBuild</key>
                 <string>$(XCODE_PRODUCT_BUILD_VERSION)</string>
                 <key>LSMinimumSystemVersion</key>
                 <string>$($(DEPLOYMENT_TARGET_SETTING_NAME))</string>
         </dict>
         <key>CFBundleDevelopmentRegion</key>
         <string>English</string>
         <key>CFBundleIdentifier</key>
         <string>com.apple.platform.macosx</string>
         <key>CFBundleName</key>
         <string>macOS Platform</string>
         <key>CFBundleShortVersionString</key>
         <string>12.3</string>
         <key>CFBundleVersion</key>
         <string>12.3</string>
         <key>DefaultProperties</key>
         <dict>
                 <key>COMPRESS_PNG_FILES</key>
                 <string>NO</string>
                 <key>DEFAULT_COMPILER</key>
                 <string>com.apple.compilers.llvm.clang.1_0</string>
                 <key>DEPLOYMENT_TARGET_SETTING_NAME</key>
                 <string>MACOSX_DEPLOYMENT_TARGET</string>
                 <key>EMBEDDED_PROFILE_NAME</key>
                 <string>embedded.provisionprofile</string>
                 <key>STRIP_PNG_TEXT</key>
                 <string>NO</string>
         </dict>
         <key>Description</key>
         <string>macOS</string>
         <key>FamilyIdentifier</key>
         <string>macosx</string>
         <key>FamilyName</key>
         <string>macOS</string>
         <key>Icon</key>
         <string>Icon.icns</string>
         <key>Identifier</key>
         <string>com.apple.platform.macosx</string>
         <key>MinimumSDKVersion</key>
         <string>10.13</string>                  <<<<<<<<======== !!!!!!!
         <key>Name</key>
         <string>macosx</string>
         <key>Type</key>
         <string>Platform</string>
         <key>Version</key>
         <string>12.3</string>
 </dict>
 </plist>
 }}}

 See the details of configuration in scripts:

 https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/macports/config.sh#L23

 Gilles

-- 
Ticket URL: <https://trac.macports.org/ticket/65940#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list