expat 2.1.0 fails - compiler test is trying to make a Universal binary?

Ryan Schmidt ryandesign at macports.org
Wed Jun 27 17:44:34 PDT 2012


On Jun 27, 2012, at 10:33, Brandon Allbery wrote:

> On Wed, Jun 27, 2012 at 10:27 AM, Greg Earle wrote:
>> Looks to me from the 'configure' logs (see below) that it's trying to build
>> it as a Universal binary, when there is no PPC support on my system.
> 
> It's trying to build universal because there's no 64-bit Wine, so it needs i386 support.  (Wine is very much x86 only, so it assumes universal_archs lists only the x86 architectures.)  Unfortunately, as you say you migrated from a PPC, your /opt/local/etc/macports/macports.conf has universal_archs set to consider universal to mean ppc and i386, or similar.
> 
> You need to change that to:
> 
>     universal_archs      i386 x86_64
> 
> While you're at it, you may want to check against the sample config (macports.conf.default should be right next to macports.conf) and upgrade any other settings that need to be changed. 

And you may have other migration-related things to update as well. We detail them all at:

https://trac.macports.org/wiki/Migration




More information about the macports-users mailing list