Changes between Initial Version and Version 10 of Ticket #30296


Ignore:
Timestamp:
Jul 22, 2011, 5:47:52 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30296

    • Property Status changed from new to closed
    • Property Cc eric.c.brown@… shengcer@… talezshin@… jameskyle@… faisal.moledina@… added
    • Property Keywords lion added
    • Property Resolution changed from to duplicate
    • Property Port atlas added
  • Ticket #30296 – Description

    initial v10  
    11I did a clean install of Snow leopard, and then I updated to Mac lion. The procedure I was using to install macport on lion was:
    22
     3{{{
    34sudo mkdir -p /opt/mports
    45cd /opt/mports
     
    910sudo make install
    1011sudo make distclean
     12}}}
    1113
    1214And then I was trying to use macport to install py27-numpy
     15{{{
    1316sudo port install py27-numpy
     17}}}
    1418
    1519everything was fine until the installation hit the failure of installing one of dependencies, atlas
    1620
     21{{{
    1722--->  Computing dependencies for py27-numpy
    1823--->  Dependencies to be installed: atlas fftw-3 py27-nose py27-distribute python27 db46 gdbm openssl zlib python_select readline sqlite3
     
    2328Error: The following dependencies were not installed: atlas fftw-3 py27-nose py27-distribute python27 db46 gdbm openssl zlib python_select readline sqlite3
    2429Error: Status 1 encountered during processing.
     30}}}