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.macosforge.org" > Date: Saturday, October 3, 20

Re: How to fix the problem of "Cannot open display"?

2009-10-05 Thread Joshua Root
On 2009-10-6 11:19, Ryan Schmidt wrote: > > On Oct 5, 2009, at 13:39, Rainer Müller wrote: > >> Peng Yu wrote: >>> $ launchctl load -w >>> /Library/LaunchAgents/org.freedesktop.dbus-session.plist >>> launchctl: >>> CFURLWriteDataAndPropertiesToResource(/Library/LaunchAgents/org.freedesktop.dbus-s

Re: Metamail?

2009-10-05 Thread Randolph Fritz
On 2009-10-06, Ryan Schmidt wrote: > On Oct 5, 2009, at 15:21, Randolph Fritz wrote: > >> Do any of the ports contain metamail? I want it for use with slrn. > > I don't see one, so feel free to submit one, or file a port request > ticket. > > Thanks! -- Randolph Fritz design machine group, a

Re: error while installing molden

2009-10-05 Thread Ryan Schmidt
On Oct 5, 2009, at 17:23, Marie Noella Brut wrote: I am trying to install molden, but after a few minutes, I get the following message: ---> Verifying checksum(s) for molden Error: Checksum (md5) mismatch for molden4.8.tar.gz Error: Checksum (sha1) mismatch for molden4.8.tar.gz Error: Targe

Re: How to fix the problem of "Cannot open display"?

2009-10-05 Thread Ryan Schmidt
On Oct 5, 2009, at 13:39, Rainer Müller wrote: Peng Yu wrote: On Sun, Oct 4, 2009 at 10:05 PM, Ryan Schmidt > wrote: launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus- session.plist So run that command (not as sudo). Here is what I got after running the command that you mentione

Re: Metamail?

2009-10-05 Thread Ryan Schmidt
On Oct 5, 2009, at 15:21, Randolph Fritz wrote: Do any of the ports contain metamail? I want it for use with slrn. I don't see one, so feel free to submit one, or file a port request ticket. ___ macports-users mailing list macports-users@lists.m

Re: OpenSceneGraph debug libraries?

2009-10-05 Thread Randolph Fritz
On 2009-10-05, Rainer Müller wrote: > On 2009-10-05 03:33 , Randolph Fritz wrote: >> Is there any way I can get MacPorts to build debug versions of the OSG >> libraries? Or does it already do so and me not knowing? > > No, MacPorts does use -O2 in CFLAGS by default. > OK, thanks. -- Randolph Fri

Re: OpenSceneGraph debug libraries?

2009-10-05 Thread Rainer Müller
On 2009-10-05 03:33 , Randolph Fritz wrote: > Is there any way I can get MacPorts to build debug versions of the OSG > libraries? Or does it already do so and me not knowing? No, MacPorts does use -O2 in CFLAGS by default. Rainer ___ macports-users mail

Re: How to fix the problem of "Cannot open display"?

2009-10-05 Thread Rainer Müller
On 2009-10-05 21:07 , Peng Yu wrote: > Here is what I get and I still get errors when I run gnome-terminal. > > $ launchctl load -F /Library/LaunchAgents/org.freedesktop.dbus-session.plist > org.freedesktop.dbus-session: Already loaded > $ gnome-terminal > Xlib: extension "RANDR" missing on displ

Re: error while installing molden

2009-10-05 Thread Scott Haneda
It sounds to me like the port file was made targeting molden4.8.tar.gz Perhaps the developer made a small change to 4.8 but did not increment the version. Since the distro changed, you are getting a mismatch on the hash of the download. It's also possible there is an error in the referenc

error while installing molden

2009-10-05 Thread Marie Noella Brut
I am trying to install molden, but after a few minutes, I get the following message: ---> Verifying checksum(s) for molden Error: Checksum (md5) mismatch for molden4.8.tar.gz Error: Checksum (sha1) mismatch for molden4.8.tar.gz Error: Target org.macports.checksum returned: Unable to verify file

Metamail?

2009-10-05 Thread Randolph Fritz
Do any of the ports contain metamail? I want it for use with slrn. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz...@gmail.com ___ macports-users mailing list macports-use

vtk-devel updated to 5.4.2

2009-10-05 Thread Darren Weber
The port for vtk-devel has been updated to ver 5.4.2 (it may take a few hours to propagate this svn update into the rsync distribution). This update builds and installs using 'sudo port install vtk-devel +huge'. (This updated version was only tested on Leopard.) The port now uses PostgreSQL 8.4 i

Re: How to fix the problem of "Cannot open display"?

2009-10-05 Thread Peng Yu
On Mon, Oct 5, 2009 at 1:39 PM, Rainer Müller wrote: > Peng Yu wrote: >> On Sun, Oct 4, 2009 at 10:05 PM, Ryan Schmidt >> wrote: >>> launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist >>> >>> So run that command (not as sudo). >> >> Here is what I got after running the co

Re: How to fix the problem of "Cannot open display"?

2009-10-05 Thread Rainer Müller
Peng Yu wrote: > On Sun, Oct 4, 2009 at 10:05 PM, Ryan Schmidt wrote: >> launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist >> >> So run that command (not as sudo). > > Here is what I got after running the command that you mentioned. > What's the problem? > > $sudo port i

Re: .bashrc .profile .bash_profile

2009-10-05 Thread Chris Janton
On 2009-10-04 , at 18:17 , Scott Haneda wrote: I usually set up a line like that on all my remote machines, so when I ssh in, I am greeted with something that tells me what machine I am on. Most have the same username, and I try not to add too much data to the PS1 setting, as long paths ca

Re: php5 and sqlite

2009-10-05 Thread Ryan Schmidt
On Oct 5, 2009, at 07:37, Chris Janton wrote: On 2009-10-04 , at 17:28 , Ryan Schmidt wrote: $ php -r 'phpinfo();' | grep sqlite As an aside the command php -i does pretty much the same thing as php -r 'phpinfo();' Thanks, that's much easier. Now if I can only remember to use that! __

Re: php5 and sqlite

2009-10-05 Thread Chris Janton
On 2009-10-04 , at 17:28 , Ryan Schmidt wrote: $ php -r 'phpinfo();' | grep sqlite As an aside the command php -i does pretty much the same thing as php -r 'phpinfo();' 8) ___ macports-users mailing list macports-users@lists.macosforge.org http:/

Re: .bashrc .profile .bash_profile

2009-10-05 Thread Peter B. West
Many years ago (when bash2 was being introduced) I tried to work out a set of startup files that would work in all the environments I might use. I didn't get there, but found some workable compromises, which I have used as a basis since. The main difference, for me, was between interactive

Re: Issue with mutt-devel after MacPorts update

2009-10-05 Thread Emmanuel Hainry
Citando Bryan Blackburn : > > On Sun, Oct 04, 2009 at 03:55:11PM -0400, Doctor Who said: > > On Sun, Oct 4, 2009 at 3:42 PM, Bryan Blackburn > > wrote: > > > On Sun, Oct 04, 2009 at 09:49:50AM -0400, Doctor Who said: > > >> I had mutt-devel working with no issues on my Snow Leopard > > >> install