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 just in case it is # needed. if [ ! -e python.exe ]; then ln -s python python.exe fi
So it is a case-sensitve vs. not case sensitive filesystem, but this code should fix it... Why isn't it working then ?
Jann
paul beard wrote:
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_dpupdat e_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 sync" or "port selfupdate" and see what happens after that.
also, I didn't get an attachment.
-- Paul Beard words: http://paulbeard.org/wordpress pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem?
Paul, I have run port selfupdate but not port sync, I'll try that. I forgot the attachment last time, sorry; here it is now. Stuart