Re: Perl 5.8 @5.8.9 does not get on with Ccache during configure

2009-01-08 Thread Eric Hall
On Mon, Jan 05, 2009 at 11:23:24AM +, David Evans wrote: > Perl does not get on with CCACHE during the configure phase. > It works if ccache is disabled. [snip] This was fixed a few days ago, you should be able to: sudo port selfupdate and then it should work.

Re: Claws-mail port question

2009-01-08 Thread Ryan Schmidt
It looks like Guido Soranzio (gui_dos at macports dot org) first added the port in February 2008, and Rainer Mueller (raimue at macports dot org) updated it in January 2009. You could ask them if they have any guidance. But since they are not listed as the maintainer, perhaps they are not a

Re: apache2 env path

2009-01-08 Thread Ryan Schmidt
On Jan 8, 2009, at 04:56, sheldon wrote: Rainer Müller macports.org> writes: Try to set PATH including /opt/local/bin in the httpd.conf for the corresponding vhost (or even global). See HTH, Rainer Thanks for the idea, I've tried

Re: wxMaxima fails to install

2009-01-08 Thread Ryan Schmidt
On Jan 8, 2009, at 12:44, Jerry wrote: wxMaxima failed to install on my Powerbook, 10.4.11, while attempting a universal build. Below is the installation log followed by the crash report. [snip] Fetching gettext Attempting to fetch gettext-0.17.tar.gz from http:// mirrors.kernel.org/gnu

Re: Perl 5.8.9 port activation failed

2009-01-08 Thread Vincent Lefevre
On 2009-01-08 09:51:23 -0700, Frank Schima wrote: > Hi Shawn, > > On Jan 8, 2009, at 9:44 AM, Shawn Protsman wrote: > >> This repeats a number of times. >> >> The MacPorts installation is not outdated so it was not updated >> ---> Activating perl5.8 @5.8.9_1 >> Error: Activating perl5.8 @5.8.9_1 f

Re: Perl 5.8.9 port activation failed

2009-01-08 Thread Cheryl Homiak
This happened to me when I was upgrading installed. I finally just deleted the directory it was complaining about and then when I continued with the upgrade the directory was replaced and apparently registered. However, I realize if it doesn't work the resulting absence of a directory could cau

wxMaxima fails to install

2009-01-08 Thread Jerry
Hi, wxMaxima failed to install on my Powerbook, 10.4.11, while attempting a universal build. Below is the installation log followed by the crash report. Any ideas? Jerry Port command started with PID 391 Fetching gperf Attempting to fetch gperf-3.0.3.tar.gz from http://mirrors.kernel.o

Re: Perl 5.8.9 port activation failed

2009-01-08 Thread Shawn Protsman
On Jan 8, 2009, at 10:22 AM, Shawn Protsman wrote: Thanks for the tip, Frank. Unless I'm doing something wrong, it didn't work out for me: @naiad ~] sudo port -f activate perl5.8 Password: ---> The following versions of perl5.8 are currently installed: ---> perl5.8 @5.8.8_3+darwin_9

Re: Perl 5.8.9 port activation failed

2009-01-08 Thread David Evans
Shawn Protsman wrote: > On Jan 8, 2009, at 8:51 AM, Frank Schima wrote: > >> sudo port -f activate perl5.8 > > Thanks for the tip, Frank. Unless I'm doing something wrong, it didn't > work out for me: > > @naiad ~] sudo port -f activate perl5.8 > Password: > ---> The following versions of perl5.8

Re: Perl 5.8.9 port activation failed

2009-01-08 Thread Shawn Protsman
On Jan 8, 2009, at 8:51 AM, Frank Schima wrote: sudo port -f activate perl5.8 Thanks for the tip, Frank. Unless I'm doing something wrong, it didn't work out for me: @naiad ~] sudo port -f activate perl5.8 Password: ---> The following versions of perl5.8 are currently installed: --->

Re: ufraw Not Build

2009-01-08 Thread David Evans
Altoine Barker wrote: > /usr/bin/g++-4.0 -O2 -L/opt/local/lib -o ufraw ufraw.o libufraw.a > -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation -L/opt/local/lib > -lexiv2 -lintl -lc -liconv -lz -lexpat -L/opt/local/lib -lglib-2.0 > -lintl -liconv -L/opt/local/lib -llcms-L/opt/local/lib -l

Re: GnuCash packaging

2009-01-08 Thread Olaf Foellinger
* Charles Day [08.01.09 08:23]wrote: >On Wed, Jan 7, 2009 at 12:06 AM, Olaf Foellinger ><[1]o...@foellinger.de> wrote: > > Hi, > * Charles Day <[2]ceda...@gmail.com> [05.01.09 01:14]wrote: > >>Maybe not too many care about building them, but a lot care about >>

Re: Perl 5.8.9 port activation failed

2009-01-08 Thread Frank Schima
Hi Shawn, On Jan 8, 2009, at 9:44 AM, Shawn Protsman wrote: This repeats a number of times. The MacPorts installation is not outdated so it was not updated ---> Activating perl5.8 @5.8.9_1 Error: Activating perl5.8 @5.8.9_1 failed: Image error: /opt/local/ bin/corelist already exists and do

Perl 5.8.9 port activation failed

2009-01-08 Thread Shawn Protsman
This repeats a number of times. The MacPorts installation is not outdated so it was not updated ---> Activating perl5.8 @5.8.9_1 Error: Activating perl5.8 @5.8.9_1 failed: Image error: /opt/local/bin/ corelist already exists and does not belong to a registered port. Unable to activate port p

Re: Claws-mail port question

2009-01-08 Thread Doctor Who
Anyone?? On Mon, Jan 5, 2009 at 11:10 AM, Doctor Who wrote: > Not sure if this is the right list, so let me know if this is not the > case. I installed MacPorts yesterday and used it to install > claws-mail from ports. > > Everything went well with the install, and I can launch claws-mail and >

Re: apache2 env path

2009-01-08 Thread sheldon
Rainer Müller macports.org> writes: > Try to set PATH including /opt/local/bin in the httpd.conf for the > corresponding vhost (or even global). > > See > > HTH, > Rainer Thanks for the idea, I've tried this approach. Unfortunately it

Re: apache2 env path

2009-01-08 Thread sheldon
Ryan Schmidt macports.org> writes: > exec("/opt/local/bin/identify 2>&1", $output, $error_code); Thanks for the idea, it does work if I use an absolute path. Unfortunately this approach isn't very practical since it would hard code the path to Imagemagick in my web framework. It would mean havi