[MacPorts] #38806: cmake +universal cannot be installed with universal_archs='i386 ppc'
MacPorts
noreply at macports.org
Sun Nov 17 13:32:22 PST 2013
#38806: cmake +universal cannot be installed with universal_archs='i386 ppc'
-------------------------+-------------------
Reporter: geri6383@… | Owner: css@…
Type: defect | Status: new
Priority: Low | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: cmake |
-------------------------+-------------------
Comment (by douglasdd@…):
On my 10.5.8 MacMini2,1 (core2 duo) I first encountered this when
`selfupdate`ing from 2.1.2 to 2.2.1
I hacked around this by editing:
`etc/macports.conf`
from:
{{{
universal_archs i386 ppc
}}}
to:
{{{
universal_archs i386
}}}
After this I was able to complete the installation of gd2 (cmake is one of
it's dependencies).
The side effect of my hack is that every `port` command now first issues a
warning before behaving normally:
{{{
$ port platform
Warning: invalid universal_archs configured (should contain at least 2
archs)
Platform: darwin 9 i386
$ port version
Warning: invalid universal_archs configured (should contain at least 2
archs)
Version: 2.2.1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/38806#comment:5>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list