#12092 closed defect (worksforme)
python24 won't update
Reported by: | Hugh.LaMaster@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.42 |
Keywords: | Cc: | Hugh.LaMaster@… | |
Port: |
Description
Python24 won't update. libtool is issuing the following error description:
: :
libtool: unrecognized option `-o'
Details
*
Software versions:
# libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
# cc --version powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)
# port --version MacPorts 1.442
# make --version GNU Make 3.80
# gmake --version GNU Make 3.81
This program built for powerpc-apple-darwin8.6.0
# glibtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
# gcc --version powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)
*
Problem details
# port -vv outdated The following installed ports are outdated: python24 2.4.4_0 < 2.4.4_1
# port -vv -f upgrade python24
: :
---> Deactivating gettext 0.16.1_0 ---> Uninstalling gettext 0.16.1_0 ---> Uninstall is removing gettext from the port registry. ---> Installing gettext 0.16.1_0 ---> Activating gettext 0.16.1_0 ---> Cleaning gettext ---> Removing workpath for gettext ---> Building python24 with target all /opt/local/bin/ginstall -c -d -m 755 Python.framework/Versions/2.4 if test ""; then \
/usr/bin/gcc-4.0 -o Python.framework/Versions/2.4/Python -arch i386 -arch ppc -dynamiclib \
-isysroot "" \ -all_load libpython2.4.a -Wl,-single_module \ -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.4/Python \ -compatibility_version 2.4 \ -current_version 2.4; \
else \ libtool -o Python.framework/Versions/2.4/Python -dynamic libpython2.4.a \
-lSystem -lSystemStubs -arch_only ppc -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.4/Python -compatibility_version 2.4 -current_version 2.4 ;\
fi libtool: unrecognized option `-o' Try `libtool --help' for more information. make: * [Python.framework/Versions/2.4/Python] Error 1 Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_python24/work/Python-2.4.4" && make all " returned error 2 Command output: /opt/local/bin/ginstall -c -d -m 755 Python.framework/Versions/2.4 if test ""; then \
/usr/bin/gcc-4.0 -o Python.framework/Versions/2.4/Python -arch i386 -arch ppc -dynamiclib \
-isysroot "" \ -all_load libpython2.4.a -Wl,-single_module \ -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.4/Python \ -compatibility_version 2.4 \ -current_version 2.4; \
else \ libtool -o Python.framework/Versions/2.4/Python -dynamic libpython2.4.a \
-lSystem -lSystemStubs -arch_only ppc -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.4/Python -compatibility_version 2.4 -current_version 2.4 ;\
fi libtool: unrecognized option `-o' Try `libtool --help' for more information. make: * [Python.framework/Versions/2.4/Python] Error 1
Warning: the following items did not execute (for python24): com.apple.archive com.apple.build com.apple.destroot Error: Unable to upgrade port: 1
Change History (5)
comment:1 Changed 17 years ago by roederja
comment:2 Changed 17 years ago by roederja
Cc: | Hugh.LaMaster@… added |
---|
comment:3 Changed 17 years ago by roederja
There seems to be something wrong with your libtool. Are you sure the Apple libtool in /usr/bin is being used ? My libtool doesn't understand the --version flag.
comment:4 Changed 17 years ago by roederja
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing, since reporter did not respond.
It seems you are using the universal variant. This is not supported. Try a normal install and update your mac OS, also make sure you have the Quicktime and OpenGL headers installed (from the XCode installer)