[MacPorts] #44086: py-sip @4.16.1 installs files with wrong target architecture
MacPorts
noreply at macports.org
Thu Jun 19 06:43:38 PDT 2014
#44086: py-sip @4.16.1 installs files with wrong target architecture
------------------------------+--------------------------------
Reporter: davide.liessi@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: py-sip |
------------------------------+--------------------------------
Comment (by michaelld@…):
Thanks. I know the issue and have a fix. I'm attaching it as a patch here
until I can get it checked in (Trac is not letting me do so right now).
Here's how you apply it (I'll assume you've downloaded it to "~/Downloads
/py-sip_Portfile.diff")
{{{
cd `port dir py-sip`
patch -p0 < ~/Downloads/py-sip_Portfile.diff
sudo port clean py*sip
sudo port -f uninstall `port installed py27-sip | sed -e 1d -e
"s@(active)@@"`
sudo port install py27-sip
}}}
and, this time the build arch should (will!) be honored. It won't hurt to
have SIP installed in this manner; when the update comes through "port
selfupdate" should be smart enough to merge them correctly. You can
always do:
{{{
cd `port dir py-sip`
patch -R -p0 < ~/Downloads/py-sip_Portfile.diff
}}}
to revert back to the original Portfile before doing a selfupdate.
--
Ticket URL: <https://trac.macports.org/ticket/44086#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list