Re: netcdf4

2009-05-21 Thread Christopher Barker
Bryan Blackburn wrote: On Thu, May 21, 2009 at 05:39:08PM -0700, Christopher Barker said: I just installed the netcdf libs: Probably related to ticket #16262: Thanks -- I should have thought to search the tickets. Looks like some of the update to

Re: Meld fails to start; complains about launchd not providing socket path

2009-05-21 Thread Mike Alexander
--On May 20, 2009 9:51:15 PM -0500 Ryan Schmidt wrote: org.freedesktop.dbus-session.plist is provided by the dbus port, which you should have because gnome-vfs depends on it. The dbus port should have printed this message when it was installed:

Re: Native Quartz version of gnucash

2009-05-21 Thread Ryan Schmidt
On May 21, 2009, at 22:21, cory steers wrote: So, thanks a lot to all the help I've received so far. "sudo port install gnucash" ran to completion without incident: However, when I try to run gnucash, I get the following: dyld: Library not loaded: /sw/lib/libintl.1.dylib Referenced from

Re: Native Quartz version of gnucash

2009-05-21 Thread cory steers
So, thanks a lot to all the help I've received so far. "sudo port install gnucash" ran to completion without incident: However, when I try to run gnucash, I get the following: dyld: Library not loaded: /sw/lib/libintl.1.dylib Referenced from: /usr/local/lib/libgnc-backend-file-utils.0.dylib R

Re: How to list which revisions are available for activation?

2009-05-21 Thread Ryan Schmidt
On May 21, 2009, at 00:41, Jim DeLaHunt wrote: At 2009-05-21 04:13:35 GMT, Bryan Blackburn wrote: > How can I find out which revisions of a particular port are present on my > system? That would be the 'installed' command, eg, $ port installed hs-libcabal hs-libcabal @1.6.0.1_0 hs-lib

Re: Native Quartz version of gnucash

2009-05-21 Thread Ryan Schmidt
On May 21, 2009, at 19:03, Timothy Goins wrote: I, too, am experiencing some unpleasantries in trying to install gnucash. My first attempt installed a bunch of dependencies but crashed in the end. Noted Corey's issues with goffice, so I ran a port install goffice. No problems; it install

Re: netcdf4

2009-05-21 Thread Bryan Blackburn
On Thu, May 21, 2009 at 05:39:08PM -0700, Christopher Barker said: > Hi all, > > I just installed the netcdf libs: > > port install netcdf4 +universal > > However, despite being called netcdf4, it doesn't appear to support > netcdf 4, but rather only 3 -- netcdf4 is built on top of hdf5, which wa

netcdf4

2009-05-21 Thread Christopher Barker
Hi all, I just installed the netcdf libs: port install netcdf4 +universal However, despite being called netcdf4, it doesn't appear to support netcdf 4, but rather only 3 -- netcdf4 is built on top of hdf5, which was not installed and built in this case. I took a look in the port file online

Re: Native Quartz version of gnucash

2009-05-21 Thread Timothy Goins
I, too, am experiencing some unpleasantries in trying to install gnucash.  My first attempt installed a bunch of dependencies but crashed in the end.  Noted Corey's issues with goffice, so I ran a port install goffice.  No problems; it installed without complaint.  Then I did a port install gnucash

Re: seahorse-2.24.1 fails while installing gnome [was Install Fail: Gnome]

2009-05-21 Thread David Evans
Jalaluddin Morris wrote: On OS 10.5.7 with hardware Model Name:Mac Pro Model Identifier:MacPro4,1 Processor Name:Quad-Core Intel Xeon Processor Speed:2.66 GHz Number Of Processors:1 Total Number Of Cores:4 L2 Cache (per core):256 KB L3 Cache:8 MB Memory:

Install Fail: Gnome

2009-05-21 Thread Jalaluddin Morris
On OS 10.5.7 with hardware Model Name:Mac Pro Model Identifier:MacPro4,1 Processor Name:Quad-Core Intel Xeon Processor Speed:2.66 GHz Number Of Processors:1 Total Number Of Cores:4 L2 Cache (per core):256 KB L3 Cache:8 MB Memory:3 GB port install gnom

Re: Native Quartz version of gnucash

2009-05-21 Thread cory steers
that makes sense. I just kicked off another "port install gnucash" and it's rolling on with guile and various others packages. Thanks, On Thu, May 21, 2009 at 1:52 PM, Ryan Schmidt wrote: > On May 20, 2009, at 09:38, Lenore Horner wrote: > > It looks to me like the patch itself worked, but some

Re: qtiplot failed to build

2009-05-21 Thread Anatuss
I've done it ... but it's still muparser ... Original-Nachricht > Datum: Thu, 21 May 2009 18:15:24 +0200 > Von: anat...@gmx.net > An: Ryan Schmidt > CC: macports-users@lists.macosforge.org > Betreff: Re: qtiplot failed to build > After cleaning qtiplot it started working withou

Re: goffice build fails with quartz

2009-05-21 Thread Michael Crawford
It Works! I have a working quartz GnuCash now. Thank you all for your hard work. Mike On Wed, May 20, 2009 at 9:23 PM, Lenore Horner wrote: > > On May 20, 2009, at 15:43 , Michael Crawford wrote: > >> I'm set up to build the Quartz gnucash.  But it wants to build >> goffice, and its build fail

Re: Native Quartz version of gnucash

2009-05-21 Thread Michael Crawford
On Wed, May 20, 2009 at 6:18 PM, cory steers wrote: > port clean goffice > port install goffice > let it fail > apply patch > port install goffice I had overlooked the patch. After I did just the above, my build of gnucash completed successfully. I haven't done much yet, but I've been plan

Re: Native Quartz version of gnucash

2009-05-21 Thread Ryan Schmidt
On May 20, 2009, at 09:38, Lenore Horner wrote: It looks to me like the patch itself worked, but something else got crazy. I haven't seen this, so I don't know other than suggesting clean and then doing it again. On May 20, 2009, at 07:52 , cory steers wrote: mbp:/opt/local/var/macports

Re: qtiplot failed to build

2009-05-21 Thread Anatuss
After cleaning qtiplot it started working without further errors. But when I changed the scripting language from muparser (I reckon) to python qtiplot broke. ... Fatal Python error: Interpreter not initialized (version mismatch?) As mentioned before "which python -> epd" ... is there any way to ch

Re: How to list which revisions are available for activation?

2009-05-21 Thread Bradley Giesbrecht
port info dbus On May 20, 2009, at 9:27 PM, Jim DeLaHunt wrote: Scott: At 9:12 PM -0700 5/20/09, Scott Haneda wrote: I think you want to use port list and/or port list installed. Thank you for the suggestion. Unfortunately, "port list" doesn't seem to tell me what I want to know. % port

Re: Native Quartz version of gnucash

2009-05-21 Thread cory steers
Thanks for the tip. I found some other hints regarding X11 in 10.5, and had to clear out an "export DISPLAY" setting in my .bash_profile and blow away my org.x.X11 and org.x.X11_launcher plists. After that, I could just launch xterm from a Terminal and X11 would fire up almost instantly with the

Re: Native Quartz version of gnucash

2009-05-21 Thread Harry van der Wolf
Hi, My knowledge is based on (long years) on unix/linux and it works on 10.4 too where X11 behaves the same as on linuxes/unixes. Seeing your answer I googled around and it seems that "things" have changed in 10.5. See this article < http://www.macworld.com/article/139383/2009/03/fontcacheclear.h