How change pert5.18 to perl5.16?

2014-03-30 Thread Murray Eisenberg
Because p5-libapreq2 won't build with perl5.18 -- see http://trac.macports.org/ticket/28831 -- and because perl5.18 is currently my default version of perl5, I need to try again but now with perl5.16. How? I tried first sudo port select perl5 perl5.16 (and same thing with just perl instead of

Re: How change pert5.18 to perl5.16?

2014-03-30 Thread Brandon Allbery
On Sun, Mar 30, 2014 at 5:00 PM, Murray Eisenberg murrayeisenb...@gmail.com wrote: Because p5-libapreq2 won't build with perl5.18 -- see http://trac.macports.org/ticket/28831 -- and because perl5.18 is currently my default version of perl5, I need to try again but now with perl5.16. How? I

Re: How change pert5.18 to perl5.16? [correction]

2014-03-30 Thread Murray Eisenberg
Correction: the relevant ticket number is: trac.macports.org/ticket/42582 Begin forwarded message: From: Murray Eisenberg murrayeisenb...@gmail.com Subject: How change pert5.18 to perl5.16? Date: March 30, 2014 at 5:00:16 PM EDT To: macports-users@lists.macosforge.org Because p5-libapreq2

Re: How change pert5.18 to perl5.16?

2014-03-30 Thread Murray Eisenberg
OK, I did the forced variant change for perl5: % sudo port upgrade --enforce-variants perl5 -perl5_18 +perl5_16 And now: $ which perl /opt/local/bin/perl $ perl --version This is perl 5, version 16, subversion 1 (v5.16.1) built for darwin-thread-multi-2level And I tried the

Re: How change pert5.18 to perl5.16?

2014-03-30 Thread Jeremy Lavergne
Did you happen to clean mod_perl2 first? The attached log indicates your old 5.18 build is simply being resumed: until cleaned it will continue building with 5.18 which is not what you want. :info:build /usr/bin/clang

Re: How change pert5.18 to perl5.16?

2014-03-30 Thread Murray Eisenberg
Ugh, silly mistake: I did indeed forget to clean the old build of mod_perl2. After that, the forced install of mod_per2 went OK, as did finally the install of p5-libapreq2. Thanks! (It would still be preferable to use the perl5.18 version with these!) On Mar 30, 2014, at 5:46 PM, Jeremy

Re: How change pert5.18 to perl5.16?

2014-03-30 Thread Ryan Schmidt
On Mar 30, 2014, at 16:43, Murray Eisenberg murrayeisenb...@gmail.com wrote: OK, I did the forced variant change for perl5: % sudo port upgrade --enforce-variants perl5 -perl5_18 +perl5_16 And now: $ which perl /opt/local/bin/perl $ perl --version This is perl 5,