Changes between Initial Version and Version 1 of Ticket #45111


Ignore:
Timestamp:
Sep 20, 2014, 11:00:34 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45111

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Port octave added
  • Ticket #45111 – Description

    initial v1  
    1 I get the following error for >>sudo port install octave:
     1I get the following error for `>>sudo port install octave`:
    22
     3{{{
    34--->  Building octave
    45Error: org.macports.build for port octave returned: command execution failed
     
    89    http://guide.macports.org/#project.tickets
    910Error: Processing of port octave failed
     11}}}
    1012
    1113I'm on a new MacPro with Mavericks. Here are the steps I took:
    1214
    13 Install Xcode
    14 Open Xcode
     15 * Install Xcode
     16 * Open Xcode
    1517
    16     1)Type xcode-select --install
    17     2) Install Macports on Mac
     18    1. Type xcode-select --install
     19    2. Install Macports on Mac
    1820        https://www.macports.org/install.php
    1921            Click on “OS X 10.9 Mavericks” for automatic download.
    20     3) Type “sudo port install hdf5
    21     4) Type “sudo port install netcdf
    22     5) Type “sudo port install netcdf-cxx” for C++ interface
    23     6) Type “sudo port install netcdf-fortran” for Fortran interface
    24     7) Type “sudo port install libgcc
    25     8) Type “sudo port install gcc47
     22    3. Type “`sudo port install hdf5`
     23    4. Type “`sudo port install netcdf`
     24    5. Type “`sudo port install netcdf-cxx`” for C++ interface
     25    6. Type “`sudo port install netcdf-fortran`” for Fortran interface
     26    7. Type “`sudo port install libgcc`
     27    8. Type “`sudo port install gcc47`
    2628        Couldn’t successful load “atlas” package using either gcc49 or gcc48.
    2729            So tried to follow this
    28                 https://trac.macports.org/ticket/40542
    29     9) Type “sudo port clean atlas
    30     10) Type “sudo port -v install atlas +gcc47
    31     11) Type “sudo port install octave
     30                #40542
     31    9. Type “`sudo port clean atlas`
     32    10. Type “`sudo port -v install atlas +gcc47`
     33    11. Type “`sudo port install octave`
    3234
    3335Thank you for any help!