Tue 03 Feb 2015 02:30:03 AM UTC, original submission:
build directory: /home/tomdean/Math/Octave/octave-build
source directory: /home/tomdean/Math/Octave/octave
This appears to be a path problem in make. The build generates a proper executable.
configure and build complete up to the point where
> cd /home/tomdean/Math/Octave/octave-build
> ../octave/configure
... success
> make
...
make[3]: Entering directory `/home/tomdean/Math/Octave/octave-build/doc/interpreter'
cp voronoi.png octave.html
cp: cannot stat 'voronoi.png': No such file or directory
...
make check fails at the same point.
> make check
Makefile:2845: warning: overriding commands for target `check'
Makefile:2408: warning: ignoring old commands for target `check'
rm -f bits/stl_algo.h
make all-recursive
make[1]: Entering directory `/home/tomdean/Math/Octave/octave-build'
Makefile:2845: warning: overriding commands for target `check'
Makefile:2408: warning: ignoring old commands for target `check'
Making all in libgnu
make[2]: Entering directory `/home/tomdean/Math/Octave/octave-build/libgnu'
make all-recursive
make[3]: Entering directory `/home/tomdean/Math/Octave/octave-build/libgnu'
make[4]: Entering directory `/home/tomdean/Math/Octave/octave-build/libgnu'
make[4]: Nothing to be done for `all-am'.
...
make[3]: Leaving directory `/home/tomdean/Math/Octave/octave-build/doc/interpreter'
Octave successfully built. Now choose from the following:
./run-octave - to run in place to test before installing
make check - to run the tests
make install - to install (PREFIX=/usr/local)
make[2]: Leaving directory `/home/tomdean/Math/Octave/octave-build'
Making all in doc
make[2]: Entering directory `/home/tomdean/Math/Octave/octave-build/doc'
Making all in doxyhtml
make[3]: Entering directory `/home/tomdean/Math/Octave/octave-build/doc/doxyhtml'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tomdean/Math/Octave/octave-build/doc/doxyhtml'
Making all in interpreter
make[3]: Entering directory `/home/tomdean/Math/Octave/octave-build/doc/interpreter'
cp voronoi.png octave.html
cp: cannot stat 'voronoi.png': No such file or directory
make[3]: *** [octave.html/voronoi.png] Error 1
make[3]: Leaving directory `/home/tomdean/Math/Octave/octave-build/doc/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tomdean/Math/Octave/octave-build/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tomdean/Math/Octave/octave-build'
make: *** [all] Error 2
|