Re: How can I control the Perl version I want?

2012-01-05 Thread Jeremy Lavergne
The big take aways here are: * the perl5 port currently controls the perl symlink * to specify a specific 5.xversionn the variants must be used * variants are specified by + -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Rodolfo Aramayo wrote: Thanks to All of you...

Re: How can I control the Perl version I want?

2012-01-05 Thread Rodolfo Aramayo
Thanks to All of you... So issuing the command: sudo port install perl5 +perl5_14 solved the issue However I did uninstall all Perl versions first (--following-dependents) and start reinstalling Perl5 +perl5_14 and then install the other ports (just to make me feel better and to punish myself fo

Re: How can I control the Perl version I want?

2012-01-05 Thread Frank Schima
On Jan 5, 2012, at 12:07 PM, Arno Hautala wrote: > Wouldn't perl need to be installed as "perl5 +perl5_14" not "perl5 @5.14.1_2"? Correct. You cannot use @version for a "port install" - it will simply be ignored. Cheers! Frank ___ macports-users m

MacBook OS X Lion can't find ~/Library/Preferences/KDE

2012-01-05 Thread Joel Alvim
Hi guys, I've just recently installed macports to try and install Amarok. I've installed XCode and I have X11 by default on OS Lion. I've run the line sudo port install amarok After everything is done and compiled, I get asked to execute "sudo chown -R $USER ~/Library/Preferences/KDE" The pr

Re: How can I control the Perl version I want?

2012-01-05 Thread Arno Hautala
Wouldn't perl need to be installed as "perl5 +perl5_14" not "perl5 @5.14.1_2"? The default is activated by the variant given to the perl5 pseudo port. I think you'd only be able to run "perl5 @" if the specified version had already been built, but was inactive. On 2012-01-05, Ryan Schmidt wrote

Re: How can I control the Perl version I want?

2012-01-05 Thread Brandon Allbery
On Thu, Jan 5, 2012 at 13:52, Rodolfo Aramayo wrote: > So I did what you guys suggested and issued the command: > > port install perl5 perl5.14 @5.14.1_2+threads > port install perl5 +perl5.14 The + there is not optional; it tells the perl5 port to install the variant (see "port variants perl5"

Re: How can I control the Perl version I want?

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 12:52, Rodolfo Aramayo wrote: > So I did what you guys suggested and issued the command: > > port install perl5 perl5.14 @5.14.1_2+threads > > but the "perl --version" port still is: "This is perl 5, version 12, > subversion 3 (v5.12.3) built for darwin-multi-2level" Ah so

Re: How can I control the Perl version I want?

2012-01-05 Thread Jeremy Lavergne
>> So I did what you guys suggested and issued the command: >> >> port install perl5 perl5.14 @5.14.1_2+threads You're after `perl5 +perl_514` not `perl (+perl_512) and perl5.14, right? ___ macports-users mailing list macports-users@lists.macosforge.or

Re: How can I control the Perl version I want?

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 12:52, Rodolfo Aramayo wrote: > Thanks but the problem is that the port: > > perl5 @5.12.3_1+perl5_12 (active) > > was installed by another port not by me...I requested: > perl5.14 @5.14.1_2 No problem. Multiple perls can happily coexist. > So I did what you guys suggested

Re: How can I control the Perl version I want?

2012-01-05 Thread Rodolfo Aramayo
Thanks but the problem is that the port: perl5 @5.12.3_1+perl5_12 (active) was installed by another port not by me...I requested: perl5.14 @5.14.1_2 So I did what you guys suggested and issued the command: port install perl5 perl5.14 @5.14.1_2+threads but the "perl --version" port still is: "

Re: How can I control the Perl version I want?

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 12:26, Mark Anderson wrote: > Install perl5 +perl_514 instead of perl5 +perl5_12 > > I think that should work. Yes, that will make "perl" be perl 5.14 instead of 5.12. However, there is no way to control what version of perl is used by various other ports, unless those port

Re: How can I control the Perl version I want?

2012-01-05 Thread Mark Anderson
Install perl5 +perl_514 instead of perl5 +perl5_12 I think that should work. Mark On Thu, Jan 5, 2012 at 1:24 PM, Rodolfo Aramayo wrote: > perl5 @5.12.3_1+perl5_12 ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macos

How can I control the Perl version I want?

2012-01-05 Thread Rodolfo Aramayo
On a brand new system (10.6.8) I performed a fresh installation of MacPorts I then installed the port: perl5.14 @5.14.1_2 I then requested other ports to be installed and some of them obviously had Perl dependencies and installed other versions of Perl After this was all and done I have the foll

Re: Requesting Update WordPress port

2012-01-05 Thread Frank Schima
On Jan 5, 2012, at 11:01 AM, Rodolfo Aramayo wrote: > How should I proceed to request the port: > > wordpress @3.2.1 (www) > A state-of-the-art semantic personal publishing platform > to be upgraded to version 3.3.1 Open an "update" ticket on Trac [1] and don't forget to Cc the maintainer.

Requesting Update WordPress port

2012-01-05 Thread Rodolfo Aramayo
How should I proceed to request the port: wordpress @3.2.1 (www) A state-of-the-art semantic personal publishing platform to be upgraded to version 3.3.1 Thanks --R ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.ma

Re: Error: Failed to install p5.12-locale-gettext

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 11:32, Andreas Wagner wrote: > :info:configure checking for gettext... no > :info:configure checking for gettext in -lintl...gettext function not found. > Please install libintl at Makefile.PL line 18. Looks like the same issue we've seen reported dozens of times before. Sear

Re: Error: Failed to install p5.12-locale-gettext

2012-01-05 Thread Andreas Wagner
Hi Ryan, thanks for your reply. I have attached my log. main.log Description: Binary data On Jan 5, 2012, at 12:27 PM, Ryan Schmidt wrote: > On Jan 5, 2012, at 11:17, Andreas Wagner wrote: > >> I am trying to: "sudo port install libtool" on my Lion 10.7.2 >> >> but I get this error… >> >> -

Re: problem with mysql 5 install and configuration

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 10:33, Érico wrote: > How can I make sure when uninstalling the _mysql id will be removed from my > system ? MacPorts does not remove users it creates. You can remove them manually if it's important to you but they shouldn't cause any problems if left there. The _mysql use

Re: Error: Failed to install p5.12-locale-gettext

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 11:17, Andreas Wagner wrote: > I am trying to: "sudo port install libtool" on my Lion 10.7.2 > > but I get this error… > > ---> Configuring p5.12-locale-gettext > Error: Target org.macports.configure returned: configure failure: shell > command failed (see log for details) >

Error: Failed to install p5.12-locale-gettext

2012-01-05 Thread Andreas Wagner
I am trying to: "sudo port install libtool" on my Lion 10.7.2 but I get this error… ---> Configuring p5.12-locale-gettext Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Error: Failed to install p5.12-locale-gettext Log for p5.12-loca

Re: problem with mysql 5 install and configuration

2012-01-05 Thread Lawrence Velázquez
On Jan 5, 2012, at 6:50 a.m., Érico wrote: > after have port installed both I run : > sudo -u _mysql mysql_install_db5 > > then I try : > bash-3.2# mysqladmin5 -u root -p ping > Enter password: > mysqladmin5: connect to server at 'localhost' failed > error: 'Can't connect to local MySQL server

Re: problem with mysql 5 install and configuration

2012-01-05 Thread Érico
Hello !! Can can I make a 100% reinstall ? with : 1. $port uninstall mysql5-server @5.1.60_0 2. $port clean mysql5-server @5.1.60_0 How can I make sure when uninstalling the _mysql id will be removed from my system ? I will proceed cleaning up the symb links , my.cnf and the socket file I cr

Re: problem with mysql 5 install and configuration

2012-01-05 Thread Ryan Schmidt
On Jan 5, 2012, at 05:50, Érico wrote: > 2. add 2 symb links > sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /temp/mysql.sock > sudo mkdir /var/mysql > sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /var/mysql/mysql.sock Why? Please undo this. > Is it mandatory to use : > sudo launchc

Re: problem with mysql 5 install and configuration

2012-01-05 Thread Brandon Allbery
On Thu, Jan 5, 2012 at 06:50, Érico wrote: > 2. add 2 symb links > sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /temp/mysql.sock > /tmp/mysql.sock, I hope (but if you need to do this then something is misconfigured). > is there any specific content for the : > /opt/local/var/run/mysql5/mys

problem with mysql 5 install and configuration

2012-01-05 Thread Érico
Hi I am facing an issue installing both : mysql5-server @5.1.60_0 mysql5 @5.1.60_0 after have port installed both I run : sudo -u _mysql mysql_install_db5 then I try : bash-3.2# mysqladmin5 -u root -p ping Enter password: mysqladmin5: connect to server at 'localhost' failed error: 'Can't conne