py27-sip fails to build after Lion upgrade

Lawrence Velázquez larry.velazquez at gmail.com
Sun Jun 3 10:17:25 PDT 2012


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.

vq



More information about the macports-users mailing list