Re: Cannot start apache2 with php5 due to missing sqlite3

2007-01-29 Thread Ryan Schmidt
On Jan 27, 2007, at 04:55, Mark Duling wrote: Yes, I have /usr/lib/libsqlite3.0.dylib on my system. It is clean, no manually installed software or anything removed. I was about to say "to heck with it" and add sqlite3 as a dependency of php5 when I read that the php 5 source is meant to al

Re: PHP5 can't find Tidy

2007-01-29 Thread Ryan Schmidt
On Jan 29, 2007, at 11:40, John Korchok wrote: >>I installed php5 +apache2 +mysql5 on OS 10.4.8 Intel. When I try to >>restart Apache I get the following: >> >>httpd: Syntax error on line 119 of /opt/local/apache2/conf/ httpd.conf: >>Cannot load /opt/local/apache2/modules/libphp5.so into ser

Re: Bogofilter 1.1.5

2007-01-29 Thread Ryan Schmidt
On Jan 29, 2007, at 13:04, CHENG Gao wrote: Port tree has 0.95.2 which is quite old. Recently 1.1.5 was released as latest stable version. Is there any plan to upgrade? Well, from "port info bogofilter" I see that the port has no maintainer, and by searching Trac for "bogofilter" I see th

Re: Weird problem with ncurses(w)

2007-01-29 Thread Jordan K. Hubbard
Well, I can see how the one you just filed today hasn't been fixed since it hasn't even been screened by DTS and assigned to engineering yet (they're lovely people but even they require more than a couple of hours to read all the incoming bugs :-). If you've got evidence of bugs you've alre

Re: Weird problem with ncurses(w)

2007-01-29 Thread Vincent Lefevre
On 2007-01-29 12:22:47 -0800, Jordan K. Hubbard wrote: > I haven't seen any radars on it... If you want Apple to update its > ncurses, you need to tell us where and when it's broken. We don't > just update stuff for fun - that only annoys people and increases the > likelyhood that we'll bre

Re: error

2007-01-29 Thread Mack Johnson
Thanks, that was it. On Jan 29, 2007, at 2:40 PM, Kevin Ballard wrote: Well, it thinks the file exists, but it can't be opened. Sounds quite odd. I'd recommend doing a `sudo port clean --all shorten` and then try installing again. On Jan 29, 2007, at 11:52 AM, Mack Johnson wrote: can an

Re: port PATH handling

2007-01-29 Thread Salvatore Domenick Desiano
Having an internally consistent PATH file is one of the things that makes MacPorts as stable as it is. If your port is for your own consumption, you might use binpath. If your port is for public use, but doesn't require the commercial compiler you're using, then you probably shouldn't change th

Re: port PATH handling

2007-01-29 Thread Kevin Ballard
Ah. Well, since port allows you to override specific variables using a variable=value syntax at the end of the command line, you could try setting bindir yourself there. On Jan 29, 2007, at 5:52 PM, Daniel J. Luke wrote: On Jan 29, 2007, at 5:41 PM, Kevin Ballard wrote: Does port(1) clean

Re: Weird problem with ncurses(w)

2007-01-29 Thread Michael Price
On 1/29/07, Vincent Lefevre <[EMAIL PROTECTED]> wrote: On 2007-01-29 01:10:08 -0500, Michael Price wrote: > What's wrong with the ncurses that comes with OS X? It is old and buggy (perhaps you haven't faced some of its bugs, but I did). 5.4 is old and buggy? Whatever. Michael ___

Re: port PATH handling

2007-01-29 Thread Daniel J. Luke
On Jan 29, 2007, at 5:41 PM, Kevin Ballard wrote: Does port(1) clean out $PATH ?? yes. If you look at /opt/local/etc/ports/ports.conf, at the bottom is a list of environment variables to keep. You may want to try setting that to PATH. That won't work. macports' PATH is set to "${prefix}

Re: port PATH handling

2007-01-29 Thread Kevin Ballard
On Jan 29, 2007, at 1:24 PM, Michael Sternberg wrote: I'm testing to set a fortran dependency for port netCDF (this is a library which may be built with an optional fortran interface). I have difficulty convincing port(1) to find the fortran compiler in $PATH. Trying to use a commercial

Re: error

2007-01-29 Thread Kevin Ballard
Well, it thinks the file exists, but it can't be opened. Sounds quite odd. I'd recommend doing a `sudo port clean --all shorten` and then try installing again. On Jan 29, 2007, at 11:52 AM, Mack Johnson wrote: can anyone tell me what this means. sudo port install shorten ---> Verifying

Re: Weird problem with ncurses(w)

2007-01-29 Thread Jordan K. Hubbard
I haven't seen any radars on it... If you want Apple to update its ncurses, you need to tell us where and when it's broken. We don't just update stuff for fun - that only annoys people and increases the likelyhood that we'll break something. If, on the other hand, we have compelling reas

Re: gnucash, from scratch -- qt3 and aqbanking issues

2007-01-29 Thread Ryan Schmidt
On Jan 29, 2007, at 08:35, Fred Dushin wrote: The rest of the dependencies build, as does gnucash (eventually!). I have no idea if the changes I made are the right ones. Who would I contact to verify? I'm not sure if I have the time to formulate an official patch, as I am not entirely s

Re: port PATH handling

2007-01-29 Thread Ryan Schmidt
On Jan 29, 2007, at 12:24, Michael Sternberg wrote: I'm testing to set a fortran dependency for port netCDF (this is a library which may be built with an optional fortran interface). I have difficulty convincing port(1) to find the fortran compiler in $PATH. Trying to use a commercial co

Bogofilter 1.1.5

2007-01-29 Thread CHENG Gao
Port tree has 0.95.2 which is quite old. Recently 1.1.5 was released as latest stable version. Is there any plan to upgrade? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: qt4 port?

2007-01-29 Thread Mark Duling
Pau Arumi <[EMAIL PROTECTED]> on Monday, January 29, 2007 at 10:40 AM -0800 wrote: >listing available qt mac ports i see this > >$ port list qt* >qt3@3.3.7 x11/qt3 >qt3-mac@3.3.7 aqua/qt3-mac >... > >are there plans to port qt4?

Re: Weird problem with ncurses(w)

2007-01-29 Thread Vincent Lefevre
On 2007-01-29 08:36:03 -0600, [EMAIL PROTECTED] wrote: > The rpath (install_name on Mac OS X) is incorrect. The source > apparently uses the build rpath rather than the install rpath. The > port needs to either skip setting the rpath or set it correctly. In the ncurses 5.6 release notes on

qt4 port?

2007-01-29 Thread Pau Arumi
hi, listing available qt mac ports i see this $ port list qt* qt3@3.3.7 x11/qt3 qt3-mac@3.3.7 aqua/qt3-mac ... are there plans to port qt4? thanks, pau ___ macports-users mailing li

port PATH handling

2007-01-29 Thread Michael Sternberg
Hello, I'm testing to set a fortran dependency for port netCDF (this is a library which may be built with an optional fortran interface). I have difficulty convincing port(1) to find the fortran compiler in $PATH. Trying to use a commercial compiler (intel fortran), I source its dotfil

Re: gnucash, from scratch -- qt3 and aqbanking issues

2007-01-29 Thread Marc André Selig
On 29.01.2007, at 15:35, Fred Dushin wrote: The build fails for me in the install phase of builing qt3. InstallScript.sh, in the qt3 working directory, has the offending line: mv /opt/local/var/db/dports/build/ _private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_d pupdat

Re: Weird problem with ncurses(w)

2007-01-29 Thread Vincent Lefevre
On 2007-01-29 01:10:08 -0500, Michael Price wrote: > What's wrong with the ncurses that comes with OS X? It is old and buggy (perhaps you haven't faced some of its bugs, but I did). -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 100% accessible validated (X)HTML - Blog: <

Re: PHP5 can't find Tidy

2007-01-29 Thread John Korchok
On Jan 28, 2007, at 14:31, John Korchok wrote: >>I installed php5 +apache2 +mysql5 on OS 10.4.8 Intel. When I try to >>restart Apache I get the following: >> >>httpd: Syntax error on line 119 of /opt/local/apache2/conf/ httpd.conf: >>Cannot load /opt/local/apache2/modules/libphp5.so into

error

2007-01-29 Thread Mack Johnson
can anyone tell me what this means. sudo port install shorten ---> Verifying checksum(s) for shorten Error: Target com.apple.checksum returned: Could not open file: /opt/ local/var/db/dports/distfiles/shorten/shorten-3.6.0.tar.gz Error: Status 1 encountered during processing. Mack Johnson [EM

Re: Weird problem with ncurses(w)

2007-01-29 Thread cssdev
On Jan 27, 2007, at 9:02 PM, Ryan Schmidt wrote: pmmbp:/opt/local/lib pmoura$ otool -L libncurses.5.dylib libncurses.5.dylib: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate _dports_devel_ncurses/work/destroot/opt/local/lib/libncurs

gnucash, from scratch -- qt3 and aqbanking issues

2007-01-29 Thread Fred Dushin
I had some issues updating gnucash on a macbook (c2d), 10.4.8, so I started from scratch. Unfortunately, I ran into the same issue. (Hurray for macports, "doing the right thing", though!). Running port version 1.320 The build fails for me in the install phase of builing qt3. InstallSc

Hellanzb broken

2007-01-29 Thread Daftz Daftz
Hi, I've been using hellanzb0.10 on my new Macbook Pro for some days, but now it's broken. When I try to start it, I get: Traceback (most recent call last): File "/opt/local/bin/hellanzb.py", line 14, in ? from Hellanzb.Core import main File "/opt/local/lib/python2.4/site-packages/Hellanzb/