Error running make check

John W. Eaton jwe at octave.org
Mon Jan 12 22:49:03 CST 2009


On 12-Jan-2009, Benjamin Lindner wrote:

| Hello list,
| 
| I built the current development sources (8455:fd11a08a9b31) under 
| mingw32, and the build process finishes cleanly.
| If I then run "make check" I get the following error:
| make check
| make -f octMakefile check
| make[1]: Entering directory 
| `/octaveforge_mingw32/octave/.build_mingw32_3.1.x-3_gcc-4.3.0-dw2'
| make -C test check
| make[2]: Entering directory 
| `/octaveforge_mingw32/octave/.build_mingw32_3.1.x-3_gcc-4.3.0-dw2/test'
| ../run-octave --norc --silent --no-history 
| /octaveforge_mingw32/octave/octave-3.1.x/test/fntests.m 
| /octaveforge_mingw32/octave/octave-3.1.x/test
| 
| Integrated test scripts:
| 
| reshape: size mismatch
| make[2]: Leaving directory 
| `/octaveforge_mingw32/octave/.build_mingw32_3.1.x-3_gcc-4.3.0-dw2/test'
| make[1]: Leaving directory 
| `/octaveforge_mingw32/octave/.build_mingw32_3.1.x-3_gcc-4.3.0-dw2'
| 
| Now the message "reshape: size mismatch" is not really helpful (which 
| sizes?, where called?), and it also does not print a calling stack, so 
| I'm at loss as to where this error occurs., and how to debug it

Is this message printed when you simply try to run Octave with the
./run-octave script, or only when you try to run the tests?

jwe


More information about the Bug-octave mailing list