#46791: Octave @3.8.2_4 compile error on OSX 10.9.5 ---------------------+------------------------- Reporter: mail@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: octave | ---------------------+------------------------- Comment (by michaelld@…): OK; what I need is the full build log. So, either the "clean" failed or something else went wrong in the "main3.log" file since it's just the build part with the error in it. Sometimes the rest of the log file contains useful information to help us debug issues. So, try the following (sorry to be repetitive): {{{ sudo port clean octave sudo port selfupdate sudo port install octave }}} with no special "configure.compiler" or whatever. Let the "install octave" run its course. If it fails again, then do: {{{ cp `port logfile octave` ~/Desktop/octave.log cp `port work octave`/octave-3.8.2/libgnu/stdio.h ~/Desktop cd ~/Desktop tar jcf octave_files.tar.bz2 octave.log stdio.h }}} and post the file "octave_files.tar.bz2" to this ticket. -- Ticket URL: <https://trac.macports.org/ticket/46791#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X