Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 21:22, Jean-Luc BERTé wrote: > Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : > >> On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: >> >>> ok i made : >>> >>> sudo port -f activate ncurses >>> sudo port install ncurses readline >>> sudo port install php5 +postgresql +pear +apac

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTé
Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses sudo port install ncurses readline sudo port install php5 +postgresql +pear +apache2 +mysql5 apache2 had been installed but now i have : Error: Target

Re: unix exe --> mac.app

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 18:04, Mustafa Mike Topcuoglu wrote: Is it possible to create a mac application file (macprog.app) from a unix executable file If the unix executable is already a GUI, then yes; see this recent commit which does just that for the tuxmath port: http://trac.macosforg

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses sudo port install ncurses readline sudo port install php5 +postgresql +pear +apache2 +mysql5 apache2 had been installed but now i have : Error: Target org.macports.build returned: shell command " cd "/

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTé
Le 23 févr. 08 à 19:58, Ryan Schmidt a écrit : On Feb 23, 2008, at 17:51, Jean-Luc BERTé wrote: Le 23 févr. 08 à 19:21, Ryan Schmidt a écrit : On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote

unix exe --> mac.app

2008-02-23 Thread Mustafa Mike Topcuoglu
Hi, maybe it's not quite the question here, but it may be related... Is it possible to create a mac application file (macprog.app) from a unix executable file Thank you for any reply Mike... ___ macports-users mailing list macports-users@lists.m

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 17:51, Jean-Luc BERTé wrote: > Le 23 févr. 08 à 19:21, Ryan Schmidt a écrit : > >> On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: >> >>> Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : >>> On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: > Error: Target org.macp

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTé
Le 23 févr. 08 à 19:21, Ryan Schmidt a écrit : On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: Error: Target org.macports.activate returned: Image error: /opt/local/include/readline/chardefs.

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: > Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : > >> On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: >> >>> Error: Target org.macports.activate returned: Image error: >>> /opt/local/include/readline/chardefs.h already exists and does not >>> belo

Re: Using Leopard's ruby with Macports' ruby libraries

2008-02-23 Thread Moses
Hi Douglas I have done this with a custom Portfile and a modified version of the Joyent DTrace Ruby patch (to make it compatible with Apple's DTrace implementation). See: http://www.moseshohman.com/blog/2008/02/21/macports-ruby-now-with-dtrace/ and http://rubyforge.org/projects/rubyport-dtrace

Re: error: conflicting types for 'uuid_t' .......what?

2008-02-23 Thread Daniel J. Luke
On Feb 23, 2008, at 6:46 AM, Anders F Björklund wrote: What port provides /opt/local/include/uuid.h? I don't have it on my system. Please type: port provides /opt/local/include/uuid.h and show us the output. Which port was installing at the time of the error -- apr or db44? Also please tell us

Re: MacPorts caching of distfiles [was Re: ntfs-3g 1.1120 source missing]

2008-02-23 Thread Jordan K. Hubbard
On Feb 22, 2008, at 11:51 PM, Anders F Björklund wrote: > Before fetching all the files, it would probably nice to fix the > timestamps so that they correctly reflect the upstream distfile ? I guess I'm missing something. Why is this important? Distfiles are essentially opaque to the MacPor

Re: MacPorts caching of distfiles [was Re: ntfs-3g 1.1120 source missing]

2008-02-23 Thread William Siegrist
The servers are running Tiger, but have curl installed via MP, so this shouldnt be a problem unless /usr/bin is hardcoded for this? Or am I missing the issue? -Bill On Feb 22, 2008, at 11:51 PM, Anders F Björklund wrote: Jordan K. Hubbard wrote: On Feb 22, 2008, at 7:11 PM, Rainer Mülle

Re: MacPorts caching of distfiles [was Re: ntfs-3g 1.1120 source missing]

2008-02-23 Thread William Siegrist
I didnt mean to add any unnecessary work for MP. My main point was that per-commit versus daily is the same work for me. I dont have any hard stats, but I suppose most Portfile changes result in some sort of distfile change (most are version bumps?), so we can probably just make it work wit

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 06:39, Rainer Müller wrote: > Ryan Schmidt wrote: > >> On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: >> >>> i try to install mysql5 + php5 + apache2 like that : >>> sudo port install mysql5 +server sudo port install php5 +postgresql +pear +apache2 +mysql5 +server

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Rainer Müller
Ryan Schmidt wrote: > On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: > >> i try to install mysql5 + php5 + apache2 like that : >> >>> sudo port install mysql5 +server >>> sudo port install php5 +postgresql +pear +apache2 +mysql5 +server > > You don't need "+server" on the second line because t

Re: error: conflicting types for 'uuid_t' .......what?

2008-02-23 Thread Anders F Björklund
Ryan Schmidt wrote: > On Feb 23, 2008, at 03:38, Brent Austin wrote: > >> When I try to build apr I get the following: >> >> In file included from misc/unix/rand.c:39: >> /opt/local/include/uuid.h:94: error: conflicting types for 'uuid_t' >> /usr/include/unistd.h:121: error: previous declaration o

Re: error: conflicting types for 'uuid_t' .......what?

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 03:38, Brent Austin wrote: > When I try to build apr I get the following: > > In file included from misc/unix/rand.c:39: > /opt/local/include/uuid.h:94: error: conflicting types for 'uuid_t' > /usr/include/unistd.h:121: error: previous declaration of 'uuid_t' > was here > mak

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: > i try to install mysql5 + php5 + apache2 like that : > >> sudo port install mysql5 +server >> sudo port install php5 +postgresql +pear +apache2 +mysql5 +server You don't need "+server" on the second line because the php5 port does not have a

try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTŽE
hi i try to install mysql5 + php5 + apache2 like that : > sudo port install mysql5 +server > sudo port install php5 +postgresql +pear +apache2 +mysql5 +server and i have : Error: Target org.macports.activate returned: Image error: /opt/local/include/readline/chardefs.h already exists and d

error: conflicting types for 'uuid_t' .......what?

2008-02-23 Thread Brent Austin
When I try to build apr I get the following: In file included from misc/unix/rand.c:39: /opt/local/include/uuid.h:94: error: conflicting types for 'uuid_t' /usr/include/unistd.h:121: error: previous declaration of 'uuid_t' was here make[1]: *** [misc/unix/rand.lo] Error 1 make: *** [all-recursive]