Changes between Initial Version and Version 4 of Ticket #72784


Ignore:
Timestamp:
Sep 16, 2025, 2:59:20 PM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Other tickets about this port, like #68731, already discuss the problem that pinentry-mac doesn't build when Xcode doesn't contain the SDK matching the OS version.

That shouldn't be the case on macOS 26 when using Xcode 26.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #72784

    • Property Status changed from new to closed
    • Property Cc breun added
    • Property Summary changed from pinentry-mac @0.9.4 fails to build on macOS 15 (26.0) due to unsupported deployment target to pinentry-mac @0.9.4: Build failure when SDK version doesn't match OS version
    • Property Milestone changed from MacPorts Future to
    • Property Keywords tahoe added; Tahoe removed
    • Property Resolution changed from to duplicate
  • Ticket #72784 – Description

    initial v4  
    33The error looks like:
    44
    5   MACOSX_DEPLOYMENT_TARGET=26.0
    6   SDK 'macosx26.0' cannot be located
     5{{{
     6MACOSX_DEPLOYMENT_TARGET=26.0
     7SDK 'macosx26.0' cannot be located
     8}}}
    79
    810Full build failure:
    911
    10   ProcessInfoPlistFile [...]/Contents/Info.plist [...]/Resources/Info.plist
    11   ...
    12   Exit code: 65
    13   Error: Failed to build pinentry-mac: command execution failed
     12{{{
     13ProcessInfoPlistFile [...]/Contents/Info.plist [...]/Resources/Info.plist
     14...
     15Exit code: 65
     16Error: Failed to build pinentry-mac: command execution failed
     17}}}
    1418
    1519I confirmed that: