Re: Change worksrcpath for build phase

2011-03-03 Thread Ryan Schmidt
On Mar 3, 2011, at 17:12, justin t wrote: > I'm trying to configure and build in a custom directory. I don't want to > configure/run in the source tree. My pre-configure correctly cd's into > ${worksrcpath}/buildTree, which I created, but my pre-build phase doesn't > work. It still cd's into ${

Change worksrcpath for build phase

2011-03-03 Thread justin t
Hi, I'm trying to configure and build in a custom directory. I don't want to configure/run in the source tree. My pre-configure correctly cd's into ${worksrcpath}/buildTree, which I created, but my pre-build phase doesn't work. It still cd's into ${worksrcpath}. pre-build {file mkdir

Failed to install py26-gtk due to libpng dependency

2011-03-03 Thread life choose
Hi there, System: Mac OX 10.5.8 on MacBook Pro. Never installed py26-gtk before, need install now because it's gimp/gimp2's dependency. I reported the error first to Trac at https://trac.macports.org/ticket/28616 I did as suggested (port upgrade py26-gtk didn't work apparently since has

Re: perl5, perl5.* changes

2011-03-03 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/3/11 03:45 , Vincent Lefevre wrote: > On 2011-03-01 16:50:53 +, Eric Hall wrote: >> I'm quite clear on the need for multiple versions of perl. >> For one, I use several perl versions for what I do. IIRC the ghc port >> requires perl5.8 f

Re: perl5, perl5.* changes

2011-03-03 Thread Ryan Schmidt
On Mar 3, 2011, at 02:45, Vincent Lefevre wrote: > Debian has perl 5.10 (5.12 is in experimental for the moment) and ghc. > So, ghc should work with perl 5.10 (and in such a case, I don't see > why it wouldn't work with perl 5.12). See also: https://trac.macports.org/ticket/26488 https://trac.

Re: Multiple ports error on upgrade

2011-03-03 Thread Ryan Schmidt
On Mar 3, 2011, at 09:20, Philip Hudson wrote: > On 2 Mar, 2011, at 4:02 pm, Ryan Schmidt wrote: > >> Sounds like you have a rogue dlfcn.h header, either in /usr/local/include or >> /opt/local/include, which should be removed. If it's in /usr/local, remove >> it, and anything else you may have

Re: Multiple ports error on upgrade

2011-03-03 Thread Daniel J. Luke
On Mar 3, 2011, at 10:20 AM, Philip Hudson wrote: > > I did indeed have a file /usr/local/include/dlfcn.h; I deleted it, re-ran > port upgrade, and got exactly the same error and log. you probably have to run 'port clean' on whatever port failed (after removing the header from /usr/local, and b

Re: Multiple ports error on upgrade

2011-03-03 Thread Philip Hudson
On 2 Mar, 2011, at 4:02 pm, Ryan Schmidt wrote: Sounds like you have a rogue dlfcn.h header, either in /usr/local/ include or /opt/local/include, which should be removed. If it's in / usr/local, remove it, and anything else you may have in /usr/local; having things in /usr/local is a great wa

Re: MacPorts Migration Problems

2011-03-03 Thread Rainer Müller
On 03/02/2011 11:08 PM, Scott Webster wrote: > Those instructions basically accomplish reinstalling base and then > reinstalling all your ports though, right? I definitely agree that > it's good to have migration instructions available, but it seems to me > that it's pretty much starting over. Wi

Re: qemu-usermode, install problems. Requires gcc 3.x

2011-03-03 Thread Rainer Müller
On 03/03/2011 12:28 AM, Fredrik wrote: > I'm have tried to install qemu-usermode and get an error. In the log > file the stated reason is: I have no idea if qemu-usermode still works. I ignored it in the past while I upgraded qemu. Older qemu versions (pre-0.10.x IIRC) required gcc 3.x for some t

Re: perl5, perl5.* changes

2011-03-03 Thread Vincent Lefevre
On 2011-03-01 16:50:53 +, Eric Hall wrote: > I'm quite clear on the need for multiple versions of perl. > For one, I use several perl versions for what I do. IIRC the ghc port > requires perl5.8 for its configuration, newer versions of perl > don't work (this may have changed, though I s