py27-sip fails to build after Lion upgrade
Ryan Schmidt
ryandesign at macports.org
Sun Jun 3 16:37:02 PDT 2012
On Jun 3, 2012, at 12:17, Lawrence Velázquez wrote:
> On Jun 3, 2012, at 1:06 p.m., Andrew Long wrote:
>
>> It seems to be complaining about the absence of the 'SDKs' folder within the xcode.app package. Indeed there is no such folder in my package. I have downloaded and installed the command line tools and all the documentation in sight under the 'preferences' tab.
>
>
> The py-sip portfile is incorrectly setting the SDK location (for the latest version of Xcode, at least):
>
>> switch ${os.major} {
>> 8 { configure.args-append "--sdk=${developer_dir}/SDKs/MacOSX10.4u.sdk" }
>> 9 { configure.args-append "--sdk=${developer_dir}/SDKs/MacOSX10.5.sdk" }
>> 10 { configure.args-append "--sdk=${developer_dir}/SDKs/MacOSX10.6.sdk" }
>> 11 { configure.args-append "--sdk=${developer_dir}/SDKs/MacOSX10.7.sdk" }
>> }
>
>
> If you or someone else could file a ticket on this, that would be great. I'm about to head away from my computer.
https://trac.macports.org/ticket/34742
More information about the macports-users
mailing list