Re: Error building python26

2009-02-28 Thread Yannick Carissan
Here you are : port version Version: 1.700 xcodebuild -version Component versions: DevToolsCore-921.0; DevToolsSupport-893.0 Thanks for your help, Yannick Le 27 févr. 09 à 23:26, Bryan Blackburn a écrit : On Fri, Feb 27, 2009 at 04:45:15PM +0100, Yannick Carissan said: Dear Macports

Re: Error building python26

2009-02-28 Thread Joshua Root
Yannick Carissan wrote: Here you are : port version Version: 1.700 xcodebuild -version Component versions: DevToolsCore-921.0; DevToolsSupport-893.0 Looks old, try installing 3.1.2. - Josh ___ macports-users mailing list

Re: Symbol not found: _gll_noop

2009-02-28 Thread Lothar Braun
Hi, same thing for me: If I deactivate mesa, gnucash will start again. Here is my output for otool -L /opt/local/bin/gnucash-bin if mesa is activated: /opt/local/bin/gnucash-bin: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio (compatibility version 1.0.0, current

Re: Error building python26

2009-02-28 Thread Yannick Carissan
I updated xcode : yann...@woody:~$ xcodebuild -version Xcode 3.1.2 Component versions: DevToolsCore-1148.0; DevToolsSupport-1102.0 BuildVersion: 9M2621 I still get : yann...@woody:~$ port install python26 --- Staging python26 into destroot Error: Target org.macports.destroot returned: shell

Re: Error building python26

2009-02-28 Thread Joshua Root
Yannick Carissan wrote: I updated xcode : yann...@woody:~$ xcodebuild -version Xcode 3.1.2 Component versions: DevToolsCore-1148.0; DevToolsSupport-1102.0 BuildVersion: 9M2621 I still get : yann...@woody:~$ port install python26 --- Staging python26 into destroot Error: Target

i386-mingw32-gcc: Checksum (md5) mismatch

2009-02-28 Thread Simmons, Aaron
I'm trying to install i386-mingw32-gcc with MacPorts 1.7 on 10.5, but I'm getting this error: Error: Checksum (md5) mismatch for gcc-g++-3.4.5-20060117-1-src.tar.gz Has anyone else had this problem? I've followed the guidelines on the faq but no luck. Thanks, aaron

Re: i386-mingw32-gcc: Checksum (md5) mismatch

2009-02-28 Thread Frank Schima
On Feb 28, 2009, at 10:55 AM, Simmons, Aaron wrote: I'm trying to install i386-mingw32-gcc with MacPorts 1.7 on 10.5, but I'm getting this error: Error: Checksum (md5) mismatch for gcc-g++-3.4.5-20060117-1- src.tar.gz Has anyone else had this problem? I've followed the guidelines on

Re: Error building python26

2009-02-28 Thread Yannick Carissan
yes, when python26 is cleaned, the problem stays : yann...@woody:~$ xcodebuild -version Xcode 3.1.2 Component versions: DevToolsCore-1148.0; DevToolsSupport-1102.0 BuildVersion: 9M2621 yann...@woody:~$ port clean python26 --- Cleaning python26 yann...@woody:~$ port install python26 ---

Re: Error building python26

2009-02-28 Thread Bryan Blackburn
On Sat, Feb 28, 2009 at 07:51:09PM +0100, Yannick Carissan said: yes, when python26 is cleaned, the problem stays : [...] From the debug output: /usr/bin/install -c -m 644 ./Misc/python.man \

Re: Install suggestions for port ASSP

2009-02-28 Thread Ryan Schmidt
On Feb 27, 2009, at 22:17, Scott Haneda wrote: What is the histor of the name of that small file? Is that rooted in some standard way or is that a MacPorts thing? It makes me laugh a little every time I see it. * Searching google for port turd can provide amusing as well. Hehe. I

Re: apache2 location

2009-02-28 Thread Ryan Schmidt
On Feb 26, 2009, at 12:57, Bradley Giesbrecht wrote: This comes back to my above comment then, why does destroot.violate_mtree even exist? MacPorts expressly forbids outside of /opt, strongly discourages installs right into prefix, just make it a steadfast rule. Some ports install

Re: apache2 location

2009-02-28 Thread Ryan Schmidt
On Feb 26, 2009, at 07:25, Scott Haneda wrote: One possible reason we might want separate directories for the different apaches (${prefix}/apache2, ${prefix}/apache20, $ {prefix}/apache) is to allow simultaneous installation of multiple versions. However this is not even possible today; the

logging postfix and others

2009-02-28 Thread Bradley Giesbrecht
What are others doing for logging? Postfix wants to use syslog facilities and I would like to move the logs from /var/log to /opt/local/var/xxx. But changing /etc/syslog.conf doesn't seem like a macports way of doing it. I'm not totally opposed to making changes to /etc/syslog.conf but I

Re: logging postfix and others

2009-02-28 Thread Scott Haneda
Can't you just change the log in your postfix config to a new path? -- Scott Iphone says hello. On Feb 28, 2009, at 5:47 PM, Bradley Giesbrecht b...@pixilla.com wrote: What are others doing for logging? Postfix wants to use syslog facilities and I would like to move the logs from

Re: Perl error, once and for all

2009-02-28 Thread Vincent Lefevre
On 2009-02-26 05:51:33 +, Eric Hall wrote: For some (if not all) of the p5-* ports that have recently sprouted problems, its the man pages that are the issue, not the modules themselves. I haven't had a chance to look into what can be done to avoid the man page collisions. The man

Re: Perl error, once and for all

2009-02-28 Thread Vincent Lefevre
On 2009-02-26 04:28:46 -0800, Scott Haneda wrote: I think you have to modify the module to use lib and supply a path. No need to do that. Just modify PERL5LIB in your environment once and for all (you or MacPorts had to do the same for $PATH, $LIBRARY_PATH, $C_INCLUDE_PATH or whatever,

Re: logging postfix and others

2009-02-28 Thread Bradley Giesbrecht
I don't see where. All my googling renders nothing about having postfix not use syslogd for logging. I'm sure it's there and just a case of keywords like postfix change log location returning postfix changelog history. If anyone knows how to tell postfix to log to a file of my choice or

Re: Perl error, once and for all

2009-02-28 Thread Bradley Giesbrecht
On Feb 28, 2009, at 6:53 PM, Vincent Lefevre wrote: On 2009-02-26 04:28:46 -0800, Scott Haneda wrote: I think you have to modify the module to use lib and supply a path. No need to do that. Just modify PERL5LIB in your environment once and for all (you or MacPorts had to do the same for

Re: Perl error, once and for all

2009-02-28 Thread Bradley Giesbrecht
On Feb 28, 2009, at 6:59 PM, Vincent Lefevre wrote: On 2009-02-26 10:16:23 -0500, Daniel J. Luke wrote: On Feb 26, 2009, at 7:28 AM, Scott Haneda wrote: Does anyone know how CPAN solves this? CPAN installs overwrite the perl-provided module with the newer one (this is the whole reason why

Re: Perl error, once and for all

2009-02-28 Thread Bradley Giesbrecht
Quoting some freebsd'ers: http://forums.freebsd.org/showthread.php?t=2031 I have freeBSD 7.0 installed. I've updated my perl installation from perl5-8-8 tu perl5.8.9 is it possible to upgrade all installed perl modules from ports using a one single command ? Well, there is a command called