Changes between Initial Version and Version 1 of Ticket #36435


Ignore:
Timestamp:
Oct 2, 2012, 10:11:43 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36435

    • Property Cc jwa@… added
    • Property Summary changed from mkoctfile... configure: error: mkoctfile is not installed to swig-octave: mkoctfile... configure: error: mkoctfile is not installed
    • Property Owner changed from macports-tickets@… to kevin@…
    • Property Keywords mkoctfile swig-octave removed
    • Property Port swig-octave added; Octave removed
  • Ticket #36435 – Description

    initial v1  
    1 I tried to update all packages under ports with:  sudo port upgrade outdated   (run on Oct 2nd 2012)
     1I tried to update all packages under ports with:  `sudo port upgrade outdated`   (run on Oct 2nd 2012)
    22
    3 Octave failed to build complaining that mkoctfile does not exist.  From the logfile for swig-octave, the first error encountered was:  mkoctfile... configure: error: mkoctfile is not installed
     3Octave failed to build complaining that mkoctfile does not exist.  From the logfile for swig-octave, the first error encountered was:
     4{{{
     5mkoctfile... configure: error: mkoctfile is not installed
     6}}}
    47
    58See more detail of logfile below.
     
    912
    1013
    11 
     14{{{
    1215:info:configure checking for octave... octave
    1316:info:configure checking for mkoctfile... configure: error: mkoctfile is not installed
    1417:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_swig/swig-octave/work/swig-2.0.8" && ./configure --prefix=/opt/local --without-allegrocl --without-chicken --without-clisp --without-csharp --without-gcj --without-go --without-guile --without-java --without-lua --without-mzscheme --without-ocaml --with-octave --without-perl5 --without-php --without-php --without-pike --without-python --without-r --without-ruby --without-tcl
    1518:info:configure Exit code: 1
     19}}}