Changes between Initial Version and Version 2 of Ticket #29462


Ignore:
Timestamp:
May 14, 2011, 6:00:22 AM (13 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting. You do not need to be in cc when you are the reporter.

Do you specifically need Python 2.4? On 10.6, it's best to use Python 2.6+.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29462 – Description

    initial v2  
    44This eventually failed:
    55
    6 
     6{{{
    77--->  Computing dependencies for py-matplotlib
    88--->  Dependencies to be installed: py-pyobjc2 py-pyobjc2-cocoa py-tkinter tcl tk Xft2 fontconfig pkgconfig xrender xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-libxcb python27 bzip2 db46 gdbm readline sqlite3 xorg-libpthread-stubs xorg-xcb-proto libxml2 xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-renderproto xorg-libXScrnSaver xorg-libXext xorg-scrnsaverproto
     
    1111Error: Failed to install py-pyobjc2
    1212Log for py-pyobjc2 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-pyobjc2/main.log
    13 
     13}}}
    1414main.log shows a gcc failure:
    15 
     15{{{
    1616cc1: error: unrecognized command line option "-Wno-long-double"
    17 
     17}}}
    1818I removed -Wno-long-double from setup.py, then was able to successfully install py-pyobjc2.
    1919
     
    2323gcc 4.2.1
    2424XCode 3.2.3
    25