Re: selfupdate fails

2009-03-30 Thread Bryan Blackburn
On Mon, Mar 30, 2009 at 12:11:46AM -0500, Ryan Schmidt said: On Mar 29, 2009, at 11:17, Jochen Küpper wrote: after the announcement of 1.7.1 I run port selfupdate, however, this bails -- could be due to gcc_select 4.3? So, this is a Mac OS X 10.5.6 system with MacPorts 1.7.0. I have used

Re: php5 port test php5

2009-03-30 Thread Scott Haneda
What is the command to run the test? I assume this is not port test php5` and an internal php test that runs most functions and operations? On Mar 27, 2009, at 4:04 AM, Ryan Schmidt wrote: I meant: if you can get php5 to even compile universal, for any combination of universal

possible libtool 2.2.6 issue

2009-03-30 Thread David Nichols
hi, I suspect I may have found a bug in libtool on Darwin/OSX, although it's possible that I am not using automake, etc correctly. Basically I'm trying to compile my qt module for qore (https://trac.macports.org/browser/trunk/dports/lang/qore/Portfile ) against the qt4-mac port. I have

Re: selfupdate fails

2009-03-30 Thread Jochen Küpper
On 30.03.2009, at 08:05, Bryan Blackburn wrote: On Mon, Mar 30, 2009 at 12:11:46AM -0500, Ryan Schmidt said: On Mar 29, 2009, at 11:17, Jochen Küpper wrote: after the announcement of 1.7.1 I run port selfupdate, however, this bails -- could be due to gcc_select 4.3? So, this is a Mac OS X

Re: Problem installing vtk

2009-03-30 Thread bscuser
Hi there, were you able to solve the problem? If so, how did you do it? I am getting the same error on my Mac OS X 10.5 Thank you very much in advance David TREMOUILLES wrote: May somebody help ? I have a problem installing vtk on MacBook OS X 10.5.6, using macports 1.700 (fresh

Re: Problem installing vtk

2009-03-30 Thread cssdev
On Monday, March 30, 2009, at 06:09AM, bscuser smarras@gmail.com wrote: Hi there, were you able to solve the problem? If so, how did you do it? I am getting the same error on my Mac OS X 10.5 Please run port sync and try to build again. I patched the VTK 4 sources to fix the build error.

Uninstalling MacPorts

2009-03-30 Thread Keith Kaiser
Is it possible uninstall all MacPorts installed code and MacPorts? If I do this how will it effect my OS, will it cause me problems at some very low level in OSX that I'm not aware of? I really wish I had never heard of MacPorts, it has caused my many hours of lost sleep, so how do I get

Re: possible libtool 2.2.6 issue

2009-03-30 Thread Peter O'Gorman
David Nichols wrote: I have tested building the project by manually editing the inherited_linker_flags line for the shared library, by both adding the missing -Fframework-dir option and by removing the -framework QtCore line, and it works both ways. So I guess either the -framework option

Re: Uninstalling MacPorts

2009-03-30 Thread Joshua Root
Keith Kaiser wrote: Is it possible uninstall all MacPorts installed code and MacPorts? If I do this how will it effect my OS, will it cause me problems at some very low level in OSX that I'm not aware of? `sudo port -f uninstall installed`, then follow the instructions at:

MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-30 Thread Jos van Tongeren
Hi, When I install libiconv after removing then i have the same problem as before. Warning: the following items did not execute (for p5-locale-gettext): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: physfs

Re: Uninstalling MacPorts

2009-03-30 Thread Keith Kaiser
Actually I see it only when I try to run Xastir. I have Xastir installed via source, but I have tried the port install too and it made no difference. On Mar 30, 2009, at 12:54 PM, Joshua Root wrote: Keith Kaiser wrote: Is it possible uninstall all MacPorts installed code and MacPorts? If

Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-30 Thread Rainer Müller
Jos van Tongeren wrote: Hi, When I install libiconv after removing then i have the same problem as before. Warning: the following items did not execute (for p5-locale-gettext): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following

new milestone: Port Binaries

2009-03-30 Thread Darren Weber
How about a new milestone for trac: binary distributions? I guess most of this would focus on mpab and adaptations to port to enable binary installations. Take care, Darren ___ macports-users mailing list macports-users@lists.macosforge.org

GD2 with PHP5

2009-03-30 Thread Craig Hoffman
Hey All, What is the best way to get PHP5 (from MacPorts) to recognize GD2? Would something like this work: sudo port install php5 +apache2 +mysql5 +pear +tidy +sqlite +imap +postgresq +gd2 Thanks, Craig ___ Craig Hoffman iChat / AIM: mountain.dog

Re: php5 port test php5

2009-03-30 Thread Ryan Schmidt
On Mar 30, 2009, at 02:17, Scott Haneda wrote: On Mar 27, 2009, at 4:04 AM, Ryan Schmidt wrote: I meant: if you can get php5 to even compile universal, for any combination of universal architectures, that would be good to know (and if you cannot, that would be good to know too). I'm not

Re: GD2 with PHP5

2009-03-30 Thread Rainer Müller
Craig Hoffman wrote: Hey All, What is the best way to get PHP5 (from MacPorts) to recognize GD2? Would something like this work: sudo port install php5 +apache2 +mysql5 +pear +tidy +sqlite +imap +postgresq +gd2 php5 already ships with gd2 support. There is a gd2 version distributed with

clearsilver install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Bill Hernandez
[2009.30.03](06:22PM) - [bhernandez] ~ $ which python /opt/local/bin/python ( 1 ) trac installed : postgresql82 @8.2.12_0 (active) and I already had : postgresql83 @8.3.6_0 (active) ( 2 ) Will this cause a problem ? [2009.30.03](06:23PM) - [roscoe] ~ $ sudo port install clearsilver

mod_python25 install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Bill Hernandez
[2009.30.03](06:46PM) - [roscoe] ~ $ sudo port install mod_python25 Password: --- Activating mod_python25 @3.3.1_1 ERROR: Target org.macports.activate returned: Not a directory Error: Status 1 encountered during processing. [2009.30.03](06:48PM) - [roscoe] ~ $ I got the same error when I

Re: mod_python25 install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Rainer Müller
Bill Hernandez wrote: [2009.30.03](06:46PM) - [roscoe] ~ $ sudo port install mod_python25 Password: --- Activating mod_python25 @3.3.1_1 ERROR: Target org.macports.activate returned: Not a directory Error: Status 1 encountered during processing. [2009.30.03](06:48PM) - [roscoe] ~ $

subversion books ?

2009-03-30 Thread Bill Hernandez
After trying to get subversion to work remotely via apache webdav and having dismal luck and many questions over the weekend, I went down to the local nerdbooks.com and bought three books this afternoon. They all had different aspects that I liked as I browsed through them, so instead of

Re: mod_python25 install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Bill Hernandez
Bill Hernandez wrote: [2009.30.03](06:46PM) - [roscoe] ~ $ sudo port install mod_python25 Password: --- Activating mod_python25 @3.3.1_1 ERROR: Target org.macports.activate returned: Not a directory Error: Status 1 encountered during processing. [2009.30.03](06:48PM) - [roscoe] ~ $ On Mar

Re: clearsilver install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Rainer Müller
Bill Hernandez wrote: [2009.30.03](06:22PM) - [bhernandez] ~ $ which python /opt/local/bin/python ( 1 ) trac installed : postgresql82 @8.2.12_0 (active) and I already had : postgresql83 @8.3.6_0 (active) ( 2 ) Will this cause a problem ? No. [2009.30.03](06:23PM) - [roscoe]

Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-30 Thread Rainer Müller
Jos van Tongeren wrote: /usr/bin/gcc-4.0 -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include -O3 -DVERSION=\1.05\ -DXS_VERSION=\1.05\ -I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE gettext.c In

Re: mod_python25 install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Bryan Blackburn
On Mon, Mar 30, 2009 at 07:37:15PM -0500, Bill Hernandez said: [...] --- Activating mod_python25 @3.3.1_2 Error: Target org.macports.activate returned: Image error: /opt/local/ apache2/modules/mod_python.so already exists and does not belong to a registered port. Unable to activate port

Re: clearsilver install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Bryan Blackburn
On Mon, Mar 30, 2009 at 06:33:57PM -0500, Bill Hernandez said: [2009.30.03](06:22PM) - [bhernandez] ~ $ which python /opt/local/bin/python ( 1 ) trac installed : postgresql82 @8.2.12_0 (active) and I already had : postgresql83 @8.3.6_0 (active) Note that this is because py25-pgsql

Re: clearsilver install error: Target org.macports.activate returned: Not a directory

2009-03-30 Thread Bill Hernandez
On Mar 30, 2009, at 9:29 PM, Bryan Blackburn wrote: On Mon, Mar 30, 2009 at 06:33:57PM -0500, Bill Hernandez said: [2009.30.03](06:22PM) - [bhernandez] ~ $ which python /opt/local/bin/python ( 1 ) trac installed : postgresql82 @8.2.12_0 (active) and I already had : postgresql83