DBD::mysql question

2011-10-29 Thread Phil Dobbin
Hi. I’m trying to install p5.12-dbd-mysql but it starts to download MySQL 5 with a view, I should imagine, to install that first. Seeing as I’ve rolled my own MySQL what’s the syntax to port install p5.12-dbd-mysql without MySQL? Is it sudo port install p5.12-dbd-mysql -mysql5? Any help

Re: DBD::mysql question

2011-10-29 Thread Ryan Schmidt
On Oct 29, 2011, at 05:50, Phil Dobbin wrote: Seeing as I’ve rolled my own MySQL what’s the syntax to port install p5.12-dbd-mysql without MySQL? Is it sudo port install p5.12-dbd-mysql -mysql5? As far as I know, DBD::MySQL requires the MySQL libraries, and MacPorts won't use the MySQL

Re: DBD::mysql question

2011-10-29 Thread Mr. Puneet Kishor
On Oct 29, 2011, at 5:50 AM, Phil Dobbin wrote: Hi. I’m trying to install p5.12-dbd-mysql but it starts to download MySQL 5 with a view, I should imagine, to install that first. Seeing as I’ve rolled my own MySQL what’s the syntax to port install p5.12-dbd-mysql without MySQL? Is it

Lots and lots of system time

2011-10-29 Thread Harald Hanche-Olsen
Please pardon me if this is off topic, but it is about a phenomenon I only see when macports is compiling software: So I'd like to hear if other macports users are seeing the same: Namely, that the majority of CPU time while compiling is system time, not user time. Right now, for example, I am

Re: DBD::mysql question

2011-10-29 Thread Phil Dobbin
On 29/10/11 at 14:03, ryandes...@macports.org (Ryan Schmidt) wrote: On Oct 29, 2011, at 05:50, Phil Dobbin wrote: Seeing as I’ve rolled my own MySQL what’s the syntax to port install p5.12-dbd-mysql without MySQL? Is it sudo port install p5.12-dbd-mysql -mysql5? As far as I know,

Re: Lots and lots of system time

2011-10-29 Thread Dominik Reichardt
Hi, I noticed that too and I think this started with xcode 4.0. Dom Am 29.10.2011 um 16:54 schrieb Harald Hanche-Olsen han...@math.ntnu.no: Please pardon me if this is off topic, but it is about a phenomenon I only see when macports is compiling software: So I'd like to hear if other

Re: DBD::mysql question

2011-10-29 Thread Phil Dobbin
On 29/10/11 at 14:11, punk.k...@gmail.com (Mr. Puneet Kishor) wrote: [snip] Instead, for the most part, when it comes to perl modules, just install them using cpan or cpanminus (I prefer cpanminus). As long as your macport preferred perl is the default perl in the path, your requested module

Re: Lots and lots of system time

2011-10-29 Thread William H. Magill
On Oct 29, 2011, at 10:54 AM, Harald Hanche-Olsen wrote: Please pardon me if this is off topic, but it is about a phenomenon I only see when macports is compiling software: So I'd like to hear if other macports users are seeing the same: Namely, that the majority of CPU time while

Re: DBD::mysql question

2011-10-29 Thread Ryan Schmidt
On Oct 29, 2011, at 10:08, Phil Dobbin wrote: On 29/10/11 at 14:03, ryandes...@macports.org (Ryan Schmidt) wrote: On Oct 29, 2011, at 05:50, Phil Dobbin wrote: Seeing as I’ve rolled my own MySQL what’s the syntax to port install p5.12-dbd-mysql without MySQL? Is it sudo port install

Re: DBD::mysql question

2011-10-29 Thread Phil Dobbin
On 29/10/11 at 01:22, ryandes...@macports.org (Ryan Schmidt) wrote: Two questions for you... 1. Why did you compile your MySQL server yourself? Why not use the MacPorts mysql5-server port? I’d originally downloaded installed the MySQL binary but that proved problematical as I’d used the

Re: DBD::mysql question

2011-10-29 Thread Ryan Schmidt
On Oct 29, 2011, at 08:11, Mr. Puneet Kishor wrote: I could be wrong, but I think if a port depends on another port (as described in its portfile), you are kinda out of luck --- the dependency will get installed. That is why I have a couple of three different perls now on my computer, and

Re: Lots and lots of system time

2011-10-29 Thread Ryan Schmidt
On Oct 29, 2011, at 09:54, Harald Hanche-Olsen wrote: the majority of CPU time while compiling is system time, not user time. Right now, for example, I am compiling gimp2, and top says CPU usage: 10.34% user, 86.20% sys, 3.44% idle The system is a 13 inch MacBook Pro with SSD, not a HD.