Changes between Initial Version and Version 1 of Ticket #36435
- Timestamp:
- Oct 2, 2012, 10:11:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36435
- Property Cc jwa@… added
-
Property
Summary
changed from
mkoctfile... configure: error: mkoctfile is not installed
toswig-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)1 I tried to update all packages under ports with: `sudo port upgrade outdated` (run on Oct 2nd 2012) 2 2 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 3 Octave failed to build complaining that mkoctfile does not exist. From the logfile for swig-octave, the first error encountered was: 4 {{{ 5 mkoctfile... configure: error: mkoctfile is not installed 6 }}} 4 7 5 8 See more detail of logfile below. … … 9 12 10 13 11 14 {{{ 12 15 :info:configure checking for octave... octave 13 16 :info:configure checking for mkoctfile... configure: error: mkoctfile is not installed 14 17 :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 15 18 :info:configure Exit code: 1 19 }}}