Changes between Initial Version and Version 4 of Ticket #72784
- Timestamp:
- Sep 16, 2025, 2:59:20 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72784
-
Property
Status
changed from
newtoclosed - 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 targettopinentry-mac @0.9.4: Build failure when SDK version doesn't match OS version -
Property
Milestone
changed from
MacPorts Futureto - Property Keywords tahoe added; Tahoe removed
-
Property
Resolution
changed from
toduplicate
-
Property
Status
changed from
-
Ticket #72784 – Description
initial v4 3 3 The error looks like: 4 4 5 MACOSX_DEPLOYMENT_TARGET=26.0 6 SDK 'macosx26.0' cannot be located 5 {{{ 6 MACOSX_DEPLOYMENT_TARGET=26.0 7 SDK 'macosx26.0' cannot be located 8 }}} 7 9 8 10 Full build failure: 9 11 10 ProcessInfoPlistFile [...]/Contents/Info.plist [...]/Resources/Info.plist 11 ... 12 Exit code: 65 13 Error: Failed to build pinentry-mac: command execution failed 12 {{{ 13 ProcessInfoPlistFile [...]/Contents/Info.plist [...]/Resources/Info.plist 14 ... 15 Exit code: 65 16 Error: Failed to build pinentry-mac: command execution failed 17 }}} 14 18 15 19 I confirmed that:
