Changes between Initial Version and Version 5 of Ticket #15683


Ignore:
Timestamp:
Dec 9, 2009, 3:34:18 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

#13930

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15683

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Component changed from ports to base
    • Property Resolution changed from to duplicate
  • Ticket #15683 – Description

    initial v5  
    11I've been installing scipy and matplot lib on 10.5.3 leopard w/xcode 3.0 into a fresh 1.6.0 port install.  A number of the dependent packages fail at "setup.py build"  however if you run that command from the command line they build without errors.  Here is one example:
    2 
     2{{{
    33Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-tkinter/work/Python-2.5.2/Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1
    44Command output: running build
     
    1313Error: The following dependencies failed to build: py25-tkinter
    1414Error: Status 1 encountered during processing.
    15 
     15}}}
    1616and yet if I run the same command from the command line I get:
    17 
     17{{{
    1818bash-3.2$ cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-tkinter/work/Python-2.5.2/Modules"
    1919bash-3.2$ sudo  /opt/local/bin/python2.5 setup.py build
     
    2727/usr/bin/gcc-4.0 -L/opt/local/lib -bundle -undefined dynamic_lookup build/temp.macosx-10.3-i386-2.5/_tkinter.o build/temp.macosx-10.3-i386-2.5/tkappinit.o -L/opt/local/lib -ltcl8.5 -ltk8.5 -o build/lib.macosx-10.3-i386-2.5/_tkinter.so
    2828bash-3.2$
    29 
     29}}}
    3030If I then re-rerun the installer, the installer proceeds just fine.
    3131
     
    3535
    3636here is another example:
    37 
     37{{{
    3838Error: Target org.macports.activate returned: Image error: /Applications/MacPorts/AquaTerm.app/Contents/Info.plist already exists and does not belong to a registered port.  Unable to activate port aquaterm.
    3939Error: The following dependencies failed to build: gnuplot aquaterm fontconfig freetype gd2 jpeg libpng pdflib py25-zlib
    4040Error: Status 1 encountered during processing.
    41 
    42 
    43 
    44 
    45 
    46 
    47 
     41}}}