[MacPorts] #36438: ports which mirror system libraries can cause +universal ports to fail if they are -universal
MacPorts
noreply at macports.org
Wed May 8 14:06:57 PDT 2013
#36438: ports which mirror system libraries can cause +universal ports to fail if
they are -universal
----------------------------+------------------------
Reporter: ahelfer1971@… | Owner: jeremyhu@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords:
Port: ld64 |
----------------------------+------------------------
Comment (by boydb@…):
Replying to [comment:27 larryv@…]:
> Force-deactivate `libstdcxx` for the duration of the upgrade.
> {{{
> sudo port -f deactivate libstdcxx
> sudo port upgrade perl5.12
> sudo port activate libstdcxx
> }}}
For me this did not work off the bat, but if I cleaned my perl5.12 install
it then fixed the issue for me.
So, if perl5.12 still fails to build for you after trying the above,
here's one more process to try:
{{{
sudo port -f deactivate libstdcxx
sudo port clean perl5.12
sudo port upgrade perl5.12
sudo port activate libstdcxx
}}}
--
Ticket URL: <https://trac.macports.org/ticket/36438#comment:52>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list