[MacPorts] #42582: Building p5.14-libapreq2 fails (upgrade)
MacPorts
noreply at macports.org
Fri Feb 21 12:50:06 PST 2014
#42582: Building p5.14-libapreq2 fails (upgrade)
-----------------------------------------+--------------------------------
Reporter: st.graef@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: p5.14-libapreq2, mod_perl2 |
-----------------------------------------+--------------------------------
Comment (by ryandesign@…):
So, the problem is that mod_perl2 builds itself differently depending on
what variant of the perl5 port is installed. It shouldn't do that.
The workaround for now is to reinstall perl5 with a variant matching your
desired version of perl, for example:
{{{
sudo port install perl5 +perl5_14
}}}
Then rebuild mod_perl2:
{{{
sudo port -ns upgrade --force mod_perl2
}}}
Then you should be able to install that perl version of p5-libapreq2:
{{{
sudo port clean p5.14-libapreq2
sudo port install p5.14-libapreq2
}}}
--
Ticket URL: <https://trac.macports.org/ticket/42582#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list