#30296: Fail to install Atlas on Mac Lion ---------------------------------+------------------------------------------ Reporter: shengcer@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Resolution: duplicate | Keywords: lion Port: atlas | ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Old description:
I 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:
sudo mkdir -p /opt/mports cd /opt/mports sudo svn checkout http://svn.macports.org/repository/macports/trunk
cd trunk/base sudo ./configure --enable-readline sudo make install sudo make distclean
And then I was trying to use macport to install py27-numpy sudo port install py27-numpy
everything was fine until the installation hit the failure of installing one of dependencies, atlas
---> Computing dependencies for py27-numpy ---> Dependencies to be installed: atlas fftw-3 py27-nose py27-distribute python27 db46 gdbm openssl zlib python_select readline sqlite3 ---> Building atlas Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install atlas Log for atlas is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_atlas/atlas/main.log Error: The following dependencies were not installed: atlas fftw-3 py27-nose py27-distribute python27 db46 gdbm openssl zlib python_select readline sqlite3 Error: Status 1 encountered during processing.
New description: I 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: {{{ sudo mkdir -p /opt/mports cd /opt/mports sudo svn checkout http://svn.macports.org/repository/macports/trunk cd trunk/base sudo ./configure --enable-readline sudo make install sudo make distclean }}} And then I was trying to use macport to install py27-numpy {{{ sudo port install py27-numpy }}} everything was fine until the installation hit the failure of installing one of dependencies, atlas {{{ ---> Computing dependencies for py27-numpy ---> Dependencies to be installed: atlas fftw-3 py27-nose py27-distribute python27 db46 gdbm openssl zlib python_select readline sqlite3 ---> Building atlas Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install atlas Log for atlas is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_atlas/atlas/main.log Error: The following dependencies were not installed: atlas fftw-3 py27-nose py27-distribute python27 db46 gdbm openssl zlib python_select readline sqlite3 Error: Status 1 encountered during processing. }}} -- -- Ticket URL: <https://trac.macports.org/ticket/30296#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS