[MacPorts] #60385: openssh filed to build on leopard powerpc
MacPorts
noreply at macports.org
Wed Apr 22 07:08:26 UTC 2020
#60385: openssh filed to build on leopard powerpc
----------------------+-----------------------------
Reporter: bryancn | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords: leopard powerpc
Port: openssh |
----------------------+-----------------------------
Comment (by kencu):
yes, looks like that header didn't exist until MacOSX10.6.sdk:
{{{
/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/SecItem.h
}}}
So in this situation, you need to do some sleuthing... when did openssh
change to need that header? Is there an acceptable older version available
that didn't need that header that can do what you need? Is there an option
in openssh that lets you avoid that header somehow (probably there is --
that is a Mac-OS specific header and there is sure to be another pathway
for linux systems that might work for Leopard? Can you hack around that
header in some way, replacing what it is looking for with something
similar that can do the same job?
The easy way out is to just say "10.6 and greater only" and disable it
from building on 10.5 and less, but that is cheating :>
--
Ticket URL: <https://trac.macports.org/ticket/60385#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list