Re: post install steps? (after sudo port -v install php5 +mysql5)

2007-08-17 Thread Ryan Schmidt
On Aug 17, 2007, at 21:10, isao wrote: I want to use macports (v 1.520) to maintain and switch between versions of php & mysql (client & server), ideally wih the stock OS X httpd (using 10.4.10). I had previously used .dmg installers from entropy.ch and mysql.com, but love macports and keep thin

Re: mysql5 server (user account)

2007-08-17 Thread Tabitha McNerney
Ryan, I see your logic but I also wouldn't put it past Apple to change something (for whatever reason they may come up with in-house). I just thought it might be prudent to parallel the PostgreSQL MacPorts which also create their own user accounts to keep things separate from what Apple might do w

Re: post install steps? (after sudo port -v install php5 +mysql5)

2007-08-17 Thread markd
[EMAIL PROTECTED] writes: >I want to use macports (v 1.520) to maintain and >switch between versions of php & mysql (client & >server), ideally wih the stock OS X httpd (using >10.4.10). I had previously used .dmg installers from >entropy.ch and mysql.com, but love macports and keep >things togethe

Py25-routes Installation Failure

2007-08-17 Thread Altoine Barker
This is the complete output: sudo port -v install py25-routes Password: ---> Fetching py25-routes ---> Routes-1.6.3.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/python ---> Attempting to fetch Routes-1.6.3.tar.gz from http://cheeseshop.python.org/packages/source/R/Routes/

post install steps? (after sudo port -v install php5 +mysql5)

2007-08-17 Thread isao
Hello, I want to use macports (v 1.520) to maintain and switch between versions of php & mysql (client & server), ideally wih the stock OS X httpd (using 10.4.10). I had previously used .dmg installers from entropy.ch and mysql.com, but love macports and keep things together... Command used: %

Re: Error building openmotif

2007-08-17 Thread Ryan Schmidt
On Aug 17, 2007, at 17:34, Lutz Mader wrote: I checked my old download from ftp://ftp.ics.com/openmotif/2.3/2.3.0/ -rw-r--r-- 1 root wheel 6001356 Jul 15 00:53 openmotif-2.3.0.tar.gz md5 openmotif-2.3.0.tar.gz MD5 (openmotif-2.3.0.tar.gz) = ef8f8ca6f6f80bfb96351f12b550b29b and I get the md

Re: Error building openmotif

2007-08-17 Thread Lutz Mader
Hi folks, I checked my old download from ftp://ftp.ics.com/openmotif/2.3/2.3.0/ -rw-r--r-- 1 root wheel 6001356 Jul 15 00:53 openmotif-2.3.0.tar.gz md5 openmotif-2.3.0.tar.gz MD5 (openmotif-2.3.0.tar.gz) = ef8f8ca6f6f80bfb96351f12b550b29b and I get the md5 key from the Portfile, but after a

Re: Error building openmotif

2007-08-17 Thread Jeff Stubbs
On Aug 17, 2007, at 3:32 PM, Samuel M. Smith wrote: sudo port edit openmotif replaced the checksum value That fixed it thanks! BTW how do you create your own checksum? You can use openssl from the command line, but being a GUI junkie, I use: http://www.entropy.ch/software/macosx/#checks

Re: Error building openmotif

2007-08-17 Thread Samuel M. Smith
sudo port edit openmotif replaced the checksum value That fixed it thanks! BTW how do you create your own checksum? Checksum seems wrong in the Portfile, I get this on the manually downloaded file: 99d0ecb84d3504da421021a19ff70500 Portfile has this: ef8f8ca6f6f80bfb96351f12b550b29b Try

Re: Overwriting config files

2007-08-17 Thread markd
Anders F Björklund <[EMAIL PROTECTED]> writes: >> "If a port installs a foo.cf.sample it might want to copy >> foo.cf.sample to foo.cf iff foo.cf doesn't exist. This is probably >> common enough that the port author shouldn't be forced to write an >> on-install foo.cf.sample [ ! -f foo.cf ] && c

Autoreply: macports-users Digest, Vol 12, Issue 46

2007-08-17 Thread hubert
Hubert is out of the office on annual leave from Monday 13th August and back in the office on Tuesday 21st August. He will respond to your email on his return. Please contact his colleague John McDermott ([EMAIL PROTECTED] / T. 020 7267 8553) if your request is urgent. Your message reads: Rec

Re: Error building openmotif

2007-08-17 Thread Ryan Schmidt
On Aug 17, 2007, at 09:55, Jeff Stubbs wrote: On Aug 17, 2007, at 10:32 AM, Samuel M. Smith wrote: On 17 Aug 2007, at 01:11 , Ryan Schmidt wrote: On Aug 16, 2007, at 23:22, Samuel M. Smith wrote: Trying to install openmotif as part of xpdf get error Fetching openmotif ---> Attempting to

Re: Error building openmotif

2007-08-17 Thread Jeff Stubbs
On Aug 17, 2007, at 10:32 AM, Samuel M. Smith wrote: I tried it three times with the same result. I did a port clean -- all openmotif before each try. /opt/local/var/macports/distfiles/openmotif openmotif-2.3.0.tar.gz On 17 Aug 2007, at 01:11 , Ryan Schmidt wrote: On Aug 16, 2007, at 23:22,

Re: Error building openmotif

2007-08-17 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Samuel M. Smith wrote: > I am a newbie so some of this stuff I am not sure about. > I did a port sync but now I get a new error > > sudo port install xpdf > Error: Unable to execute port: can't read "Id": no such variable After a port sync I get th

Re: Error building openmotif

2007-08-17 Thread Samuel M. Smith
I tried it three times with the same result. I did a port clean --all openmotif before each try. /opt/local/var/macports/distfiles/openmotif openmotif-2.3.0.tar.gz On 17 Aug 2007, at 01:11 , Ryan Schmidt wrote: On Aug 16, 2007, at 23:22, Samuel M. Smith wrote: Trying to install openmotif as

Re: Error building openmotif

2007-08-17 Thread Samuel M. Smith
I am a newbie so some of this stuff I am not sure about. I did a port sync but now I get a new error sudo port install xpdf Error: Unable to execute port: can't read "Id": no such variable if I do a clean --all on xpdf will it also remove all the dependencies that have already been installed?

Re: su problem after bad meld install

2007-08-17 Thread Ryan Schmidt
On Aug 17, 2007, at 06:07, Jenn Mixxmann wrote: I tried using macports to install meld (a visual diff tool). The install failed due to some dependency. Not entirely surprising... when all is said and done, meld has well over a hundred dependencies. [1] This turned out to be okay sinc

Re: Overwriting config files

2007-08-17 Thread Anders F Björklund
Ryan Schmidt wrote: The ticket mentions the need to have install/uninstall scripts (i.e. not do it in activate/deactivate since that only works with images), and that functionality is needed in order for the *.sample approach to be useful. It's another old ticket, though: http://trac.macports

su problem after bad meld install

2007-08-17 Thread Jenn Mixxmann
Hello, I tried using macports to install meld (a visual diff tool). The install failed due to some dependency. This turned out to be okay since I ended up using a different tool than meld. However it left my root account in a bit of a quandry. I ran port install meld directly from

Re: Overwriting config files

2007-08-17 Thread Ryan Schmidt
On Aug 17, 2007, at 02:47, Anders F Björklund wrote: Ryan Schmidt wrote: Brian Matzon wrote: I have had some issues lately with upgrades overwriting config files (postfix, apache2). Should I create a ticket for these issues, or is this being fixed in this ticket: I noticed this ticket: h

Re: Overwriting config files

2007-08-17 Thread Anders F Björklund
Ryan Schmidt wrote: I have had some issues lately with upgrades overwriting config files (postfix, apache2). Should I create a ticket for these issues, or is this being fixed in this ticket: I noticed this ticket: http://trac.macports.org/projects/macports/ticket/2365 That ticket is 3 years

Re: mysql5 server (user account)

2007-08-17 Thread Ryan Schmidt
On Aug 16, 2007, at 08:22, Tabitha McNerney wrote: I noticed that the MySQL 5 MacPort re-uses the "mysql" user account that is already a part of Mac OS X. I am wondering if it might be better to create a separate user account such as "mysql5" rather than re-use Apple's "mysql" user account?

Re: Overwriting config files

2007-08-17 Thread Ryan Schmidt
On Aug 16, 2007, at 16:15, Brian Matzon wrote: I have had some issues lately with upgrades overwriting config files (postfix, apache2). Should I create a ticket for these issues, or is this being fixed in this ticket: I noticed this ticket: http://trac.macports.org/projects/macports/ ticket

Re: Error building openmotif

2007-08-17 Thread Ryan Schmidt
On Aug 16, 2007, at 23:22, Samuel M. Smith wrote: Trying to install openmotif as part of xpdf get error Fetching openmotif ---> Attempting to fetch openmotif-2.3.0.tar.gz from ftp:// ftp.ics.com/openmotif/2.3/2.3.0/ ---> Verifying checksum(s) for openmotif Error: Checksum (md5) mismatch fo

Re: Overwriting config files

2007-08-17 Thread Boey Maun Suang
Hi Brian, I have had some issues lately with upgrades overwriting config files (postfix, apache2). Should I create a ticket for these issues, or is this being fixed in this ticket: I noticed this ticket: http://trac.macports.org/projects/macports/ ticket/2365 The ticket you mention is a pr