Re: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop.

2009-12-22 Thread Ryan Schmidt
On Dec 22, 2009, at 01:57, John Cumbers wrote: > Apologies is this list is not the correct one for install help, please direct > me to the correct one. > I'm getting the following error when trying to install p5-dbd-mysql with the > command: sudo port -v install p5-dbd-mysql > > make: *** No

Re: registering, no confirmation email received

2009-12-22 Thread Ryan Schmidt
On Dec 22, 2009, at 04:28, Jaap Bosman wrote: > try to post a bug report, but did not receive confirmation email of > https://trac.macports.org/auth/register/ when I did register at > https://trac.macports.org/auth/register/. How to post bug report now? Try registering again? Also, make sure

Re: Uninstalling a program

2009-12-22 Thread Ryan Schmidt
On Dec 22, 2009, at 11:07, Peter Hindrichs wrote: > I have a program that I am not using anymore and would like to uninstall it > and all its dependencies. > > Would I use something like "sudo port uninstall fish +dependecies" As was mentioned in the other thread, after you uninstall a port,

Re: Accessing user command list????

2009-12-22 Thread Ryan Schmidt
On Dec 22, 2009, at 09:06, Jasper Frumau wrote: > On Tue, Dec 22, 2009 at 5:48 PM, Ronnie Grubaugh wrote: > >> I've been reading about open source software and found it interesting, >> mostly because it's not controlled by corporations, and I thought or assumed >> through my understanding, that

Re: HELP!!!

2009-12-22 Thread Ryan Schmidt
On Dec 22, 2009, at 15:44, Ryan Ware wrote: > As Russell was trying to point out, your approach probably isn't the best way > of getting a thorough response. I understand you may have some frustration, > but exposing it here isn't going to predisposition people to help. > > That said, the com

Re: mysql5 vs mysql devel

2009-12-22 Thread Ryan Schmidt
On Dec 22, 2009, at 17:01, Payam Minoofar wrote: > When I try to build Amarok, port hits this barrier, which doesn't seem to > make sense: > > [payam-imac:~] payam% sudo port install amarok +universal > Password: > Portfile changed since last build; discarding previous state. > ---> Computing d

Re: socks proxy

2009-12-22 Thread leelavati narlikar
tsocks works perfectly! Thanks a ton! (was a little bit of a chicken and egg problem since I need tsocks to use port install, but managed to get it done.) Lee --- On Tue, 12/22/09, Randal L. Schwartz wrote: > From: Randal L. Schwartz > Subject: Re: socks proxy > To: "leelavati narlikar" > Cc

Re: Uninstalling a Port

2009-12-22 Thread Peter Hindrichs
On 2009-12-22, at 21:40 , Randal L. Schwartz wrote: >> "Peter" == Peter Hindrichs writes: > > Peter> On 2009-12-22, at 21:32 , nox wrote: > >>> A dependent of X is a port Y which depends on X. >>> A dependency of X is a port Y which X depends on. >>> > Peter> So if port Y depends on say A

Re: Uninstalling a Port

2009-12-22 Thread Joshua Root
On 2009-12-23 13:38 , Peter Hindrichs wrote: > > On 2009-12-22, at 21:32 , nox wrote: > >> A dependent of X is a port Y which depends on X. >> A dependency of X is a port Y which X depends on. >> > So if port Y depends on say A, B, C, what would be the correct way to > uninstall Y and its depend

Re: Uninstalling a Port

2009-12-22 Thread Randal L. Schwartz
> "Peter" == Peter Hindrichs writes: Peter> On 2009-12-22, at 21:32 , nox wrote: >> A dependent of X is a port Y which depends on X. >> A dependency of X is a port Y which X depends on. >> Peter> So if port Y depends on say A, B, C, what would be the correct way to uninstall Y and its depe

Re: Uninstalling a Port

2009-12-22 Thread Peter Hindrichs
On 2009-12-22, at 21:32 , nox wrote: > A dependent of X is a port Y which depends on X. > A dependency of X is a port Y which X depends on. > So if port Y depends on say A, B, C, what would be the correct way to uninstall Y and its dependencies. > Le 23 déc. 2009 à 03:20, Peter Hindrichs a éc

Re: Uninstalling a Port

2009-12-22 Thread Randal L. Schwartz
> "nox" == nox writes: nox> A dependent of X is a port Y which depends on X. nox> A dependency of X is a port Y which X depends on. Well, then, it still seems like he wants --follow-dependents, to uninstall everything that would have prevented it from being uninstalled simply because it dep

Re: Uninstalling a Port

2009-12-22 Thread nox
A dependent of X is a port Y which depends on X. A dependency of X is a port Y which X depends on. Le 23 déc. 2009 à 03:20, Peter Hindrichs a écrit : > Yes I thought that they would be one in the same. Further explanation would > be greatly appreciated. > > On 2009-12-22, at 21:17 , Randal L. S

Re: Uninstalling a Port

2009-12-22 Thread Peter Hindrichs
Yes I thought that they would be one in the same. Further explanation would be greatly appreciated. On 2009-12-22, at 21:17 , Randal L. Schwartz wrote: >> "Joshua" == Joshua Root writes: > > Joshua> He said dependencies, not dependents. Probably want port_cutleaves. > > OK, can you elabor

Re: Uninstalling a Port

2009-12-22 Thread Randal L. Schwartz
> "Joshua" == Joshua Root writes: Joshua> He said dependencies, not dependents. Probably want port_cutleaves. OK, can you elaborate? What are the differences? If I say "port uninstall foo" and it says "can't do that, bar needs it", is bar a dependency or a dependent or both, and if not bot

Re: Uninstalling a Port

2009-12-22 Thread Joshua Root
On 2009-12-23 12:20 , Randal L. Schwartz wrote: >> "Peter" == Peter Hindrichs writes: > > Peter> I uninstalled the port that I wasn't using anymore, which took awhile > Peter> as I had to uninstall all the dependencies that went with it, manually. > Peter> My question earlier should have been

Re: Error in qtoctave-mac

2009-12-22 Thread Brandon Allbery
On Dec 22, 2009, at 16:10 , Isaías Martínez Yelmo wrote: ld: symbol(s) not found for architecture i386 This is your key: it looks like you are building for i386, but one or more of the libraries qtoctave-mac depends on is built only for x86-64. Check the MacPorts FAQ for possible causes

Re: Uninstalling a Port

2009-12-22 Thread Randal L. Schwartz
> "Peter" == Peter Hindrichs writes: Peter> I uninstalled the port that I wasn't using anymore, which took awhile Peter> as I had to uninstall all the dependencies that went with it, manually. Peter> My question earlier should have been with installing a port, it is Peter> quite easy "sudo po

Uninstalling a Port

2009-12-22 Thread Peter Hindrichs
I uninstalled the port that I wasn't using anymore, which took awhile as I had to uninstall all the dependencies that went with it, manually. My question earlier should have been with installing a port, it is quite easy "sudo port install "whatever" and it will do all the heavy lifting. Is th

Re: socks proxy

2009-12-22 Thread Joshua Root
As the comments in macports.conf say: # Precedence is: env, macports.conf, System Preferences On 2009-12-23 11:50 , nox wrote: > Yeah I know that. I'm just saying that I think it does JUST that, and do not > ever use the system-wide proxy settings. > > Le 23 déc. 2009 à 00:22, Joshua Root a écr

Re: socks proxy

2009-12-22 Thread nox
Yeah I know that. I'm just saying that I think it does JUST that, and do not ever use the system-wide proxy settings. Le 23 déc. 2009 à 00:22, Joshua Root a écrit : > Yes, but the default sudoers in 10.5+ will clear it. > > On 2009-12-22 22:57 , nox wrote: >> Doesn't MacPorts just honor the htt

Re: How do I set macport python to be default?

2009-12-22 Thread Dan Ports
On Tue, Dec 22, 2009 at 05:53:13PM +0100, Christopher Brewster wrote: > PATH=/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin > > $ whereis python > /usr/bin/python Although this is probably

missing make (was: port selfupdate fails)

2009-12-22 Thread Joshua Root
On 2009-12-23 02:16 , Peter B. West wrote: > > lydia:local pbw$ sudo port upgrade outdated > Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' > in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at > its MacPorts configuration time location, did

Re: socks proxy

2009-12-22 Thread Joshua Root
Yes, but the default sudoers in 10.5+ will clear it. On 2009-12-22 22:57 , nox wrote: > Doesn't MacPorts just honor the http_proxy environment variable? > > Le 22 déc. 2009 à 07:28, Joshua Root a écrit : > >> On 2009-12-22 16:16 , leelavati narlikar wrote: >>> Hi, >>> >>> I'm behind a firewall b

Re: How do I set macport python to be default?

2009-12-22 Thread nox
Use python_select. $ sudo port install python_select ... $ python_select -l Available versions: current none python25 python26 python26-apple python31 Le 22 déc. 2009 à 23:28, S. Günther a écrit : >> The correct answer appears to have something to do with the ordering in the >> PATH variable bu

mysql5 vs mysql devel

2009-12-22 Thread Payam Minoofar
Hi, When I try to build Amarok, port hits this barrier, which doesn't seem to make sense: [payam-imac:~] payam% sudo port install amarok +universal Password: Portfile changed since last build; discarding previous state. ---> Computing dependencies for amarokError: Unable to execute port: Can't

Re: How do I set macport python to be default?

2009-12-22 Thread S . Günther
> The correct answer appears to have something to do with the ordering in the > PATH variable but this does not seem to work for me: > (On Snow Leopard - I have installed python from python.org and from Macports) > > PATH=/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions

Re: port selfupdate fails

2009-12-22 Thread Greg Shenaut
On Dec 22, 2009, at 1:52 PM, Peter B. West wrote: Make has gone away. I swear I didn't touch it. Could a normal Mac software update have affected it? gmake is there, so I'll add a softlink to make. Is gmake the standard for MacPorts? What is the standard Xcode make? On my system, ls -l `w

Re: port selfupdate fails

2009-12-22 Thread Peter B. West
On 23/12/2009, at 1:16 AM, Peter B. West wrote: > > On 23/12/2009, at 12:57 AM, Daniel J. Luke wrote: > >> On Dec 22, 2009, at 5:09 AM, Peter B. West wrote: >>> lydia:Downloads pbw$ port selfupdate >>> ---> Updating the ports tree >>> Error: Synchronization of the local ports tree failed doing

Re: HELP!!!

2009-12-22 Thread Ryan Ware
Ronnie, As Russell was trying to point out, your approach probably isn't the best way of getting a thorough response. I understand you may have some frustration, but exposing it here isn't going to predisposition people to help. That said, the commands below are command line commands. T

Error in qtoctave-mac

2009-12-22 Thread Isaías Martínez Yelmo
Hello, I'm newbie at Macport but i have a problem. I want to install the package qtoctave-mac and i have an error similar to the occurred in Ticket http://trac.macports.org/ticket/22762. My output is as follows: Executing: /opt/local/bin/port install qtoctave-mac Port command started with PID

Error in qtoctave-mac

2009-12-22 Thread Isaías Martínez Yelmo
Hello, I'm newbie at Macport but i have a problem. I want to install the package qtoctave-mac and i have an error similar to the occurred in Ticket http://trac.macports.org/ticket/22762. My output is as follows: Executing: /opt/local/bin/port install qtoctave-mac Port command started with PID

Uninstalling a program

2009-12-22 Thread Peter Hindrichs
Good Day, I have a program that I am not using anymore and would like to uninstall it and all its dependencies. Would I use something like "sudo port uninstall fish +dependecies" Thanks Peter  ___ macports-users mailing list macports-user

How do I set macport python to be default?

2009-12-22 Thread Christopher Brewster
The correct answer appears to have something to do with the ordering in the PATH variable but this does not seem to work for me: (On Snow Leopard - I have installed python from python.org and from Macports) PATH=/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/2.6/bin:

Re: port selfupdate fails

2009-12-22 Thread Peter B. West
On 23/12/2009, at 12:57 AM, Daniel J. Luke wrote: > On Dec 22, 2009, at 5:09 AM, Peter B. West wrote: >> lydia:Downloads pbw$ port selfupdate >> ---> Updating the ports tree >> Error: Synchronization of the local ports tree failed doing rsync >> Error: /opt/local/bin/port: port selfupdate failed

Re: Accessing user command list????

2009-12-22 Thread Jasper Frumau
On Tue, Dec 22, 2009 at 5:48 PM, Ronnie Grubaugh wrote: > I've been reading about open source software and found it interesting, > mostly because it's not controlled by corporations, and I thought or assumed > through my understanding, that Mac ports is if not necessary, needed to > expedite and

Re: port selfupdate fails

2009-12-22 Thread Daniel J. Luke
On Dec 22, 2009, at 5:09 AM, Peter B. West wrote: > lydia:Downloads pbw$ port selfupdate > ---> Updating the ports tree > Error: Synchronization of the local ports tree failed doing rsync > Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports > tree: Synchronization of 1 so

Re: general question

2009-12-22 Thread Daniel J. Luke
On Dec 22, 2009, at 4:44 AM, Christopher Brewster wrote: > As a relative newcomer to trying to use Macports, I would like to understand > the following: > - when requesting something to be installed (in my case Matplotlib) why does > it install Python as I have Python already installed separately

Re: socks proxy

2009-12-22 Thread Randal L. Schwartz
> "leelavati" == leelavati narlikar writes: leelavati> Thanks, Josh and Nox, for your replies. The problem is I have to leelavati> use socks and I don't think there's an env variable that MacPorts leelavati> honors for that. macports.conf has all other proxy settings, but leelavati> not socks

Re: socks proxy

2009-12-22 Thread leelavati narlikar
Thanks, Josh and Nox, for your replies. The problem is I have to use socks and I don't think there's an env variable that MacPorts honors for that. macports.conf has all other proxy settings, but not socks.. --- On Tue, 12/22/09, nox wrote: > From: nox > Subject: Re: socks proxy > To: "Joshua

Re: socks proxy

2009-12-22 Thread nox
Doesn't MacPorts just honor the http_proxy environment variable? Le 22 déc. 2009 à 07:28, Joshua Root a écrit : > On 2009-12-22 16:16 , leelavati narlikar wrote: >> Hi, >> >> I'm behind a firewall but manage to access the internet via a socks proxy. >> Since I can't use rsync either, I download

registering, no confirmation email received

2009-12-22 Thread Jaap Bosman
try to post a bug report, but did not receive confirmation email of https://trac.macports.org/auth/register/  when I did register at https://trac.macports.org/auth/register/. How to post bug report now? Send instant messages to your online friends http://uk.messenger.yahoo.com __

port selfupdate fails

2009-12-22 Thread Peter B. West
lydia:Downloads pbw$ port selfupdate ---> Updating the ports tree Error: Synchronization of the local ports tree failed doing rsync Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed Any ideas? Peter _

re: HELP!!!

2009-12-22 Thread Russell Jones
In-Reply-To: > HELP!! I NEED A QUESTION ANSWERED, ARE THERE ANY HUMANS OUT > THERE? I have installed Mac ports, but I can't find or figure out how to > access user command list or menu. Please tell me how to access user option > menu, or whatever it is called?. Because it says the

general question

2009-12-22 Thread Christopher Brewster
As a relative newcomer to trying to use Macports, I would like to understand the following: - when requesting something to be installed (in my case Matplotlib) why does it install Python as I have Python already installed separately (directly from Python.org)? - do the multiple installations of