Re: error building python24 on mac os x

2007-05-16 Thread Boey Maun Suang
On 17/05/2007, at 14:53, Jann Röder wrote: I put this fix into the portfile, and it seems to work fine. I had noticed that; sorry for not making that clear. What I meant was that I think that the Python people should know about it so that they can fix it for everyone else too, and we can

Re: error building python24 on mac os x

2007-05-16 Thread Jann Röder
I put this fix into the portfile, and it seems to work fine. Boey Maun Suang wrote: > > On 11/05/2007, at 15:02, Jann Röder wrote: > >> I just found something interesting in Mac/OSX/Dist/build : >> >> # If the filesystem is case-sensitive then "python" will be built, but >> # some parts of the i

Re: error building python24 on mac os x

2007-05-16 Thread Boey Maun Suang
On 11/05/2007, at 15:02, Jann Röder wrote: I just found something interesting in Mac/OSX/Dist/build : # If the filesystem is case-sensitive then "python" will be built, but # some parts of the install expect "python.exe which is what is built # on a case-insensitive filesystem. Make a link ju

Re: error building python24 on mac os x

2007-05-14 Thread Michael Dakin
On May 14, 2007, at 1:54 PM, Ryan Schmidt wrote: This is normal if the directory you were in when you ran the port install command no longer exists when the script finishes. This is the case for the work directory and its contents, which are deleted during the cleaning phase. The error messa

Re: error building python24 on mac os x

2007-05-14 Thread Ryan Schmidt
On May 14, 2007, at 11:29, Michael Dakin wrote: Although the install process actually failed during the "Cleaning python24" stage with the following error: ---> Cleaning python24 couldn't change working directory to "/opt/local/var/db/dports/ build/ _opt_local_var_db_dports_sources_rsync.

Re: error building python24 on mac os x

2007-05-14 Thread Michael Dakin
Thanks for bringing this thread to my attention! Mr. Beard's suggestion below worked for me. Here explicitly is what I did: sudo port install python24 Build fails with an error including: /bin/sh: line 1: ../../python.exe: No such file or directory Then I did: cd /opt/local/var/db/dports/

Re: error building python24 on mac os x

2007-05-14 Thread Stuart Robertson
I've solved my python24 problem after finding the following line in the macports irc logs for April 10 2007 at http://echelog.matzon.dk: "[21:23:41] it's just matter of having quicktime, coreaudio and opengl sdk installed" I'd missed out coreaudio and opengl. Perhaps the wiki should enco

Re: error building python24 on mac os x

2007-05-12 Thread Stefan Bruda
Hi, First of all, sorry for the delay in responding (I have been away from my machine). paul beard wrote: > > On May 10, 2007, at 2:11 PM, Stefan Bruda wrote: > >> Somebody wants a python.exe... > > make a link to python in the same directory and see what that gets > you. I think that resolves it

Re: error building python24 on mac os x

2007-05-11 Thread Ryan Schmidt
On May 11, 2007, at 01:55, Stuart Robertson wrote: I have run port selfupdate but not port sync, I'll try that. selfupdate includes sync. If you've run selfupdate, a separate sync is unnecessary. ___ macports-users mailing list macports-users@li

Re: error building python24 on mac os x

2007-05-10 Thread Stuart Robertson
On 11 May 2007, at 06:02, Jann Röder wrote: I just found something interesting in Mac/OSX/Dist/build : # If the filesystem is case-sensitive then "python" will be built, but # some parts of the install expect "python.exe which is what is built # on a case-insensitive filesystem. Make a link j

Re: error building python24 on mac os x

2007-05-10 Thread Jann Röder
I just found something interesting in Mac/OSX/Dist/build : # If the filesystem is case-sensitive then "python" will be built, but # some parts of the install expect "python.exe which is what is built # on a case-insensitive filesystem. Make a link just in case it is # needed. if [ ! -e python.exe

Re: error building python24 on mac os x

2007-05-10 Thread paul beard
On May 10, 2007, at 3:40 PM, Stuart Robertson wrote: "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_lang_python24/work/Python-2.4.3" Well, for one thing, you should be at python 2.4.4, not 2.4.3. Might be worth running "port s

Re: error building python24 on mac os x

2007-05-10 Thread Stuart Robertson
On 10 May 2007, at 21:14, paul beard wrote: On May 10, 2007, at 12:28 PM, Stuart Robertson wrote: Above this message are approx. 220 lines which mostly include 'Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast'. I'm guessing that the problem is some

Re: error building python24 on mac os x

2007-05-10 Thread paul beard
On May 10, 2007, at 2:11 PM, Stefan Bruda wrote: Somebody wants a python.exe... make a link to python in the same directory and see what that gets you. I think that resolves it, though why it happens in the first place is a mystery. -- Paul Beard words: http://paulbeard.org/wordpress p

Re: error building python24 on mac os x

2007-05-10 Thread Stefan Bruda
Hi, paul beard wrote: > > can you send lines more toward the end of the message so we can see > where it failed? Those warnings don't mean anything: you should have > something much more explicit just before the process exits. Sorry to jump in, but just had the same issue five minutes ago. The

Re: error building python24 on mac os x

2007-05-10 Thread paul beard
On May 10, 2007, at 12:28 PM, Stuart Robertson wrote: Above this message are approx. 220 lines which mostly include 'Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast'. I'm guessing that the problem is something to do with the commands used when trying

error building python24 on mac os x

2007-05-10 Thread Stuart Robertson
I want to install either rdiff or unison or duplicity in order to have incremental off-site backups. Each of these ports fails when python24 fails to build with the following error message at the mac os x command line: Warning: the following items did not execute (for python24): com.apple