[85677] trunk/dports/lang/apple-gcc42/Portfile
Jeremy Huddleston
jeremyhu at macports.org
Sat Oct 15 18:37:39 PDT 2011
It built +universal for me just fine:
/opt/local/var/macports/software/apple-gcc42 $ ls
apple-gcc42-5666.3_1.darwin_11.x86_64.tbz2
apple-gcc42-5666.3_1+universal.darwin_11.i386-x86_64.tbz2
Previously, it was building +universal but just not getting +universal in the list of set variants. You patch removed the universal bits, and mine re-added them with the explicit +universal variant.
Since it building for you, I suggest you try to figure out the underlying issue... that log makes it look like something in a Makefile is trying to run the unsuffixed version when generating spec files. The reporter and I are both on Lion, so I'm not sure what is triggering that.
Feel free to just comment out the variant and add a comment referring to that bug report until it is fixed.
On Oct 15, 2011, at 12:16 PM, Ryan Schmidt wrote:
>
> On Oct 15, 2011, at 13:30, jeremyhu at macports.org wrote:
>
>> Revision: 85677
>> http://trac.macports.org/changeset/85677
>> Author: jeremyhu at macports.org
>> Date: 2011-10-15 11:30:20 -0700 (Sat, 15 Oct 2011)
>> Log Message:
>> -----------
>> apple-gcc42: Set universal_variant yes
>>
>> Modified Paths:
>> --------------
>> trunk/dports/lang/apple-gcc42/Portfile
>>
>> Modified: trunk/dports/lang/apple-gcc42/Portfile
>> ===================================================================
>> --- trunk/dports/lang/apple-gcc42/Portfile 2011-10-15 16:10:54 UTC (rev 85676)
>> +++ trunk/dports/lang/apple-gcc42/Portfile 2011-10-15 18:30:20 UTC (rev 85677)
>> @@ -134,6 +134,7 @@
>> RC_NONARCH_CFLAGS="-pipe -std=gnu89" \
>> RC_OS="macos"
>>
>> +universal_variant yes
>> if {[variant_exists universal] && [variant_isset universal]} {
>> build.args-append \
>> RC_ARCHS="${universal_archs}"
>> ___________________________________________
>
> The universal variant doesn't work. By doing this you've just reopened #31603.
>
>
---
Jeremy Huddleston
Rebuild Sudan
- Board of Directors
- http://www.rebuildsudan.org
Berkeley Foundation for Opportunities in Information Technology
- Advisory Board
- http://www.bfoit.org
More information about the macports-dev
mailing list