Re: realpath failed -- error uninstalling ports

2009-10-11 Thread Dexter Douglas
Hello, That fixed it. Thank you very much! --- On Sun, 10/11/09, Joshua Root wrote: > From: Joshua Root > Subject: Re: realpath failed -- error uninstalling ports > To: "Dexter Douglas" > Cc: "Ryan Schmidt" , > macports-users@lists.macosforge.org > D

Re: realpath failed -- error uninstalling ports

2009-10-10 Thread Dexter Douglas
t; To: "Ryan Schmidt" > Cc: "Dexter Douglas" , > macports-users@lists.macosforge.org > Date: Saturday, October 10, 2009, 6:49 AM > On 2009-10-10 21:08, Ryan Schmidt > wrote: > > And if you can rebuild your MacPorts with the change > Joshua suggested >

Re: realpath failed -- error uninstalling ports

2009-10-08 Thread Dexter Douglas
Hello, I still have this problem on my PowerBook G4, but I do not have this problem on my Intel-based MacBook Pro (Snow Leopard). Does anyone know what realpath is? I am not sure how to track this problem down. Thanks. --- On Fri, 10/2/09, Dexter Douglas wrote: > From: Dexter Doug

Re: realpath failed -- error uninstalling ports

2009-10-05 Thread Dexter Douglas
Hello, I was able to reinstall doxygen. Thanks. --- On Sat, 10/3/09, Chris Scharver wrote: > From: Chris Scharver > Subject: Re: realpath failed -- error uninstalling ports > To: "Dexter Douglas" > Cc: "Ryan Schmidt" , > "macports-users@lists.maco

Re: realpath failed -- error uninstalling ports

2009-10-02 Thread Dexter Douglas
gen.  2) I suffered from the "MacPorts 1.8.0 deletes ${prefix} if it is a symlink" problem (http://trac.macports.org/ticket/21082). Thanks. --- On Fri, 10/2/09, Ryan Schmidt wrote: > From: Ryan Schmidt > Subject: Re: realpath failed -- error uninstalling ports > To: &qu

realpath failed -- error uninstalling ports

2009-10-01 Thread Dexter Douglas
Hello, I get this error message when I try to uninstall inactive ports: Error: port uninstall failed: realpath failed: No such file or directory Does anyone know what this means? Thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

Re: macports deleting my opt symlink

2009-09-07 Thread Dexter Douglas
25 AM > 2009-09-06 05:37 +0200, Dexter > Douglas: > > Hello, > > > > I have MacPorts installed in a separate partition with > a symbolic link in / pointing to it.  I have never had a > problem with this setup until I upgraded to 1.8. > > > > Now whenev

macports deleting my opt symlink

2009-09-05 Thread Dexter Douglas
Hello, I have MacPorts installed in a separate partition with a symbolic link in / pointing to it. I have never had a problem with this setup until I upgraded to 1.8. Now whenever I encounter an error, my symbolic link is deleted. $ sudo port upgrade libmp4v2 Password: ---> Deactivating libm

GrADS-2 User Defined Functions

2009-08-26 Thread Dexter Douglas
Hello, How to I enable user defined functions in GrADS 2? ga-> query udft Warning: User Defined Functions have been disabled in this version of GrADS Thanks. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.maco

matplotlib and dap.client

2008-07-03 Thread Dexter Douglas
Hello, I am trying run the plotmap.py script found on matplotlib's web-site: http://matplotlib.sourceforge.net/screenshots.html I am receiving this error [begin] Traceback (most recent call last): File "plotmap.py", line 7, in from mpl_toolkits.basemap import Basemap, shiftgrid File "/

Re: matplotlib, gtk, and libpangocairo problem

2008-07-02 Thread Dexter Douglas
t <[EMAIL PROTECTED]> > Subject: Re: matplotlib, gtk, and libpangocairo problem > To: [EMAIL PROTECTED] > Cc: macports-users@lists.macosforge.org > Date: Wednesday, July 2, 2008, 6:07 PM > On Jul 2, 2008, at 16:49, Dexter Douglas wrote: > > > I am trying to run some matplotlib

matplotlib, gtk, and libpangocairo problem

2008-07-02 Thread Dexter Douglas
Hello, I am trying to run some matplotlib examples. I get the error below. All of my ports are up-to-date. Does anyone know what is wrong? Thanks. [begin error] File "/opt/local/lib/python2.5/site-packages/matplotlib/backends/backend_gtk.p y", line 7, in import gtk; gdk = gtk.gdk File

Re: how to reconfigure f2py

2008-02-03 Thread Dexter Douglas
Hello, I have upgraded my py25-numpy package. It works. Thanks, Jim --- Adam Mercer <[EMAIL PROTECTED]> wrote: > On Jan 30, 2008 5:13 PM, Dexter Douglas > <[EMAIL PROTECTED]> wrote: > > > Then I modified the linker flags. > > In > > > /opt/local/l

Re: how to reconfigure f2py

2008-02-02 Thread Dexter Douglas
Hello, I have resolved my problem with f2py. First, installed python2.5. "sudo port install python2.5" Then I linked python. "cd /opt/local/bin ; sudo ln -s python2.5 python" Then I installed numpy. "sudo port install py25-numpy" Then I modified the linker flags. In /opt/local/lib/python2.5/s

Re: how to reconfigure f2py

2008-01-27 Thread Dexter Douglas
Hello, --- Adam Mercer <[EMAIL PROTECTED]> wrote: > > I would imagine you'd have to apply the fix to the > source tree and > then rerun the install from the beginning. Have you > sent the fixes to > g95.py upstream? > No I have not submitted my fixes because I want to test them first. Thanks,

Re: how to reconfigure f2py

2008-01-26 Thread Dexter Douglas
Hello, > On Jan 25, 2008 5:39 PM, Ryan Schmidt > <[EMAIL PROTECTED]> wrote: > > > I don't use this software, but I'm curious: if it > compiles with the > > fortran compiler in gcc42, why expend any effort > trying to make it > > work with a different fortran compiler? Why not > just say "it requi

Re: how to reconfigure f2py

2008-01-25 Thread Dexter Douglas
install, setup.py build, etc.) How do I reconfigure f2py so it sees my fixes? I will be happy to work with you fix this problem. Thanks, Jim --- Adam Mercer <[EMAIL PROTECTED]> wrote: > On Jan 25, 2008 3:04 PM, Dexter Douglas > <[EMAIL PROTECTED]> wrote: > > > I am havi

how to reconfigure f2py

2008-01-25 Thread Dexter Douglas
Hello, I am having troubles using f2py with g95. I have Macports 1.6.0 on Leopard 10.5.1 PPC: py-numpy @1.0.4 python/py-numpy python24@2.4.4 lang/python24 g95 @0.90 lang/g95 When I run f2py

Re: mysterious gtk-doc install

2007-12-25 Thread Dexter Douglas
Hello all, Thanks for the help. It turns out to be a two part problem. First part: user error. I updated all ports instead of the outdated ports when I ran "sudo port upgrade installed". I have gtk2 installed which triggered part two of the problem, which is described below. Thanks again! Ji

mysterious gtk-doc install

2007-12-23 Thread Dexter Douglas
Hello, I have a problem with gtk-doc. I just upgraded to MacPorts 1.600, and I upgraded my outdated packages. During the upgrade, gtk-doc and its dependencies were installed. As far as I can tell nothing on my system needs this. Does anyone understand why gtk-doc was installed? Below is a log