#11942 closed defect (fixed)
python24 builds but fails to install
Reported by: | brentn@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | brentn@…, roederja | |
Port: |
Description
I have not installed any python version via macports before. After installing python25 and then uninstalling due to incompatibility with pyobjc, I tried installing python24. The port built, but failed to install with the following error:
ln -sf ../../../Python /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_python24/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config/libpython2.4.a cd Mac/OSX && make installmacsubtree \
DYLD_FRAMEWORK_PATH=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_python24/work/Python-2.4.4: DESTDIR=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_python24/work/destroot
DYLD_FRAMEWORK_PATH=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_python24/work/Python-2.4.4: ../../python.exe ./../scripts/cachersrc.py -v /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_python24/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.macports.org_dpupdate_dports_lang_python24/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Mac/Tools /bin/sh: line 1: ../../python.exe: No such file or directory make[1]: * [installmacsubtree] Error 127 make: * [frameworkinstallmaclib] Error 2
Change History (4)
comment:1 Changed 18 years ago by pipping@…
Milestone: | → Port Bugs |
---|
comment:2 Changed 18 years ago by roederja
Cc: | brentn@… jann@… added |
---|
comment:3 Changed 18 years ago by roederja
Resolution: | → fixed |
---|---|
Status: | new → closed |
You are using case sensitive hfs, right ? I've committed a patch, can you do a port sync and try if this fixes your problem ?