My CI build failed with this error: GEN griddata.eps error: print: no axes object in figure to print error: called from print at line 301 column 5 geometryimages at line 69 column 5 in octave/doc/interpreter. This appears to have been caused by this change: Changeset 19511:561af1ab6099 by Mike Miller: griddata.m: Return values instead of plotting […]
Neil Hopcroft
A digital misfit
build break
Fixing the octave build break
As I noted before, the ‘clean build’ option was not set in the Octave build, setting this option and resolving the errors caused by it – I had manually copied groff.enc into the build tree, which now needs to be done automatically – makes the build work. This brings up a couple of points, it […]
Octave build break in CI build
My Octave CI build has broken with this change: “Changeset 19439:57b6e06ed811 by Mike Miller : maint: update library version numbers for upcoming release * libgui/Makefile.am (liboctgui_current): Bump to 1. * libinterp/Makefile.am (liboctinterp_current): Bump to 3. * liboctave/Makefile.am (liboctave_current): Bump to 3. * configure.ac (OCTAVE_API_VERSION): Bump to api-v50+.” This break lead to an error during tests: […]