error - make octave

m.vaessen m.vaessen at fz-juelich.de
Mon Jan 12 02:59:18 CST 2009


Hello,

in the INSTALL file of octave I read:

   3. Optionally, type `make check' to run any self-tests that come with
      the package.

If I do so, I get the error I sent to you.
I attach the script run-octave.
The necessary libraries (liboctinterp.so, liboctave.so, libcruft.so) are 
available.

Or can you tell me another way to test my octave?

Best regards,
    Marga Vaeßen

Jaroslav Hajek wrote:
> On Thu, Jan 8, 2009 at 12:02 PM, m.vaessen <m.vaessen at fz-juelich.de> wrote:
> 
>>Hello,
>>
>>I did :
>>
>>./configure --prefix=/opt/octave/octave-3.0.3/lib
>>--srcdir=/opt/octave/octave-3.0.3 CC=icc F77=ifort CXX=icpc
>>
>>and after this:
>>
>>make
>>
>>The following is the end of the output I got on the screen.
>>Does anyone know what I can do to eliminate the errors and the end?
>>
> 
> 
> Install makeinfo. If you're not interested in building the docs, ignore them.
> 
> 
>>After this I did:
>>
>>make check
>>
>>But also this output isn't correct.
>>
> 
> 
> What a funny message. Does run-octave start Octave at all?
> 
> 
> 
>>Many thanks for your help in advance!
>>
>>Best regards,
>>  Marga Vaeßen
>>
>>
>>
>>
>>
>>
>>../liboctave/ArrayN.h(129): remark #981: operands are evaluated in
>>unspecified order
>>        return ArrayN<T> (tmp, tmp.dims ());
>>                               ^
>>
>>../liboctave/ArrayN.h(136): remark #981: operands are evaluated in
>>unspecified order
>>        return ArrayN<T> (tmp, tmp.dims ());
>>                               ^
>>
>>../liboctave/Array3.h(56): remark #981: operands are evaluated in
>>unspecified order
>>      : Array<T> (dim_vector (r, c, p), val) { }
>>                                        ^
>>
>>icpc -shared -o __voronoi__.oct pic/__voronoi__.o -L../libcruft -lcruft
>>-L../liboctave -loctave -L. -loctinterp          -lreadline  -lncurses
>>-ldl -lz -lm  -lz -L/usr -limf -lm -L/opt/intel/fce/9.1.039/lib
>>-L/usr/lib64/gcc/x86_64-suse-linux/4.1.2/
>>-L/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64/../lib64
>>-lsvml -lifport -lifcore -lipgo -lirc -lgcc_s -lirc_s -ldl
>>/opt/octave/octave-3.0.3/src/mk-pkg-add  balance.df  besselj.df
>>betainc.df  bsxfun.df  cellfun.df  chol.df  ccolamd.df  colamd.df
>>colloc.df  conv2.df  convhulln.df  daspk.df  dasrt.df  dassl.df  det.df
>> dispatch.df  eig.df  expm.df  fft.df  fft2.df  fftn.df  fftw.df
>>filter.df  find.df  fsolve.df  gammainc.df  gcd.df  getgrent.df
>>getpwent.df  getrusage.df  givens.df  hess.df  inv.df  kron.df  lsode.df
>> lu.df  luinc.df  matrix_type.df  max.df  md5sum.df  pinv.df  qr.df
>>quad.df  qz.df  rand.df  regexp.df  schur.df  sort.df  sparse.df
>>spchol.df  spdet.df  spfind.df  spkron.df  splu.df  spparms.df  spqr.df
>> sqrtm.df  svd.df  syl.df  symrcm.df  time.df  tsearch.df  typecast.df
>> urlwrite.df  __contourc__.df  __delaunayn__.df  __dsearchn__.df
>>__gnuplot_raw__.df  __glpk__.df  __lin_interpn__.df  __pchip_deriv__.df
>> __qp__.df  __voronoi__.df > PKG_ADD-t
>>making doc-files
>>DOC_FILES = __contourc__.df __delaunayn__.df __dsearchn__.df __glpk__.df
>>__gnuplot_raw__.df __lin_interpn__.df __pchip_deriv__.df __qp__.df
>>__voronoi__.df balance.df besselj.df betainc.df bitfcns.df bsxfun.df
>>ccolamd.df cellfun.df chol.df colamd.df colloc.df conv2.df convhulln.df
>>daspk.df dasrt.df dassl.df data.df debug.df defaults.df defun.df det.df
>>dirfns.df dispatch.df eig.df error.df expm.df fft.df fft2.df fftn.df
>>fftw.df file-io.df filter.df find.df fsolve.df gammainc.df gcd.df
>>getgrent.df getpwent.df getrusage.df givens.df graphics.df help.df
>>hess.df input.df inv.df kron.df lex.df load-path.df load-save.df
>>ls-oct-ascii.df lsode.df lu.df luinc.df mappers.df matrix_type.df max.df
>>md5sum.df oct-hist.df octave.df ov-base.df ov-cell.df ov-fcn-handle.df
>>ov-fcn-inline.df ov-int16.df ov-int32.df ov-int64.df ov-int8.df
>>ov-list.df ov-re-mat.df ov-streamoff.df ov-struct.df ov-typeinfo.df
>>ov-uint16.df ov-uint32.df ov-uint64.df ov-uint8.df ov-usr-fcn.df ov.df
>>pager.df parse.df pinv.df pr-output.df pt-arg-list.df pt-mat.df qr.df
>>quad.df qz.df rand.df regexp.df schur.df sighandlers.df sort.df
>>sparse.df spchol.df spdet.df spfind.df spkron.df splu.df spparms.df
>>spqr.df sqrtm.df strfns.df svd.df syl.df symrcm.df symtab.df syscalls.df
>>sysdep.df time.df toplev.df tsearch.df typecast.df urlwrite.df utils.df
>>variables.df
>>mv doc-files-t doc-files
>>making gendoc.cc
>>icpc -g -O2 -o gendoc gendoc.cc
>>making DOCSTRINGS
>>make[2]: Leaving directory `/opt/octave/octave-3.0.3/src'
>>make -C scripts all
>>make[2]: Entering directory `/opt/octave/octave-3.0.3/scripts'
>>make -C audio all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/audio'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/audio'
>>make -C control all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/control'
>>make[3]: Nothing to be done for `all'.
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/control'
>>make -C deprecated all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/deprecated'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/deprecated'
>>make -C elfun all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/elfun'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/elfun'
>>make -C finance all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/finance'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/finance'
>>make -C general all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/general'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/general'
>>make -C geometry all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/geometry'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/geometry'
>>make -C image all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/image'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/image'
>>make -C io all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/io'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/io'
>>make -C linear-algebra all
>>make[3]: Entering directory
>>`/opt/octave/octave-3.0.3/scripts/linear-algebra'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/linear-algebra'
>>make -C miscellaneous all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/miscellaneous'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/miscellaneous'
>>make -C optimization all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/optimization'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/optimization'
>>make -C path all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/path'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/path'
>>make -C pkg all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/pkg'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/pkg'
>>make -C plot all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/plot'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/plot'
>>make -C polynomial all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/polynomial'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/polynomial'
>>make -C quaternion all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/quaternion'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/quaternion'
>>make -C set all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/set'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/set'
>>make -C signal all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/signal'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/signal'
>>make -C sparse all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/sparse'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/sparse'
>>make -C specfun all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/specfun'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/specfun'
>>make -C special-matrix all
>>make[3]: Entering directory
>>`/opt/octave/octave-3.0.3/scripts/special-matrix'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/special-matrix'
>>make -C startup all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/startup'
>>making PKG_ADD
>>ls: *.m: No such file or directory
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/startup'
>>make -C statistics all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/statistics'
>>make -C base all
>>make[4]: Entering directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/base'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[4]: Leaving directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/base'
>>make -C distributions all
>>make[4]: Entering directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/distributions'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[4]: Leaving directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/distributions'
>>make -C models all
>>make[4]: Entering directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/models'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[4]: Leaving directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/models'
>>make -C tests all
>>make[4]: Entering directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/tests'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[4]: Leaving directory
>>`/opt/octave/octave-3.0.3/scripts/statistics/tests'
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/statistics'
>>make -C strings all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/strings'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/strings'
>>make -C testfun all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/testfun'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/testfun'
>>make -C time all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/scripts/time'
>>making PKG_ADD
>>ls: *.cc: No such file or directory
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/scripts/time'
>>icpc -g -O2 -o gethelp gethelp.cc
>>/opt/octave/octave-3.0.3/scripts/mkdoc /opt/octave/octave-3.0.3/scripts
>> > DOCSTRINGS.t
>>mv DOCSTRINGS.t DOCSTRINGS
>>make[2]: Leaving directory `/opt/octave/octave-3.0.3/scripts'
>>make -C doc all
>>make[2]: Entering directory `/opt/octave/octave-3.0.3/doc'
>>making conf.texi from conf.texi.in
>>make -C faq all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/doc/faq'
>>/opt/octave/octave-3.0.3/missing makeinfo --html --ifinfo --no-split
>>--output=Octave-FAQ.html -I.. -I/opt/octave/octave-3.0.3/doc/faq
>>-I/opt/octave/octave-3.0.3/doc/faq/.. Octave-FAQ.texi
>>WARNING: `makeinfo' is missing on your system.  You should only need it if
>>         you modified a `.texi' or `.texinfo' file, or any other file
>>         indirectly affecting the aspect of the manual.  The spurious
>>         call might also be the consequence of using a buggy `make' (AIX,
>>         DU, IRIX).  You might want to install the `Texinfo' package or
>>         the `GNU make' package.  Grab either from any GNU archive site.
>>
>>         You may also need `makeinfo' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `makeinfo' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [Octave-FAQ.html] Error 1 (ignored)
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/doc/faq'
>>make -C interpreter all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/doc/interpreter'
>>make -C ../../src DOCSTRINGS
>>make[4]: Entering directory `/opt/octave/octave-3.0.3/src'
>>making defaults.h from defaults.h.in
>>defaults.h is unchanged
>>making oct-conf.h from oct-conf.h.in
>>oct-conf.h is unchanged
>>make[4]: `DOCSTRINGS' is up to date.
>>make[4]: Leaving directory `/opt/octave/octave-3.0.3/src'
>>make -C ../../scripts DOCSTRINGS
>>make[4]: Entering directory `/opt/octave/octave-3.0.3/scripts'
>>make[4]: `DOCSTRINGS' is up to date.
>>make[4]: Leaving directory `/opt/octave/octave-3.0.3/scripts'
>>icpc -g -O2 -o munge-texi munge-texi.cc
>>making arith.texi from arith.txi
>>arith.texi is unchanged
>>making audio.texi from audio.txi
>>audio.texi is unchanged
>>making basics.texi from basics.txi
>>basics.texi is unchanged
>>making bugs.texi from bugs.txi
>>bugs.texi is unchanged
>>making container.texi from container.txi
>>container.texi is unchanged
>>making control.texi from control.txi
>>control.texi is unchanged
>>making cp-idx.texi from cp-idx.txi
>>cp-idx.texi is unchanged
>>making data.texi from data.txi
>>data.texi is unchanged
>>making debug.texi from debug.txi
>>debug.texi is unchanged
>>making diffeq.texi from diffeq.txi
>>diffeq.texi is unchanged
>>making dynamic.texi from dynamic.txi
>>dynamic.texi is unchanged
>>making emacs.texi from emacs.txi
>>emacs.texi is unchanged
>>making errors.texi from errors.txi
>>errors.texi is unchanged
>>making eval.texi from eval.txi
>>eval.texi is unchanged
>>making expr.texi from expr.txi
>>expr.texi is unchanged
>>making finance.texi from finance.txi
>>finance.texi is unchanged
>>making fn-idx.texi from fn-idx.txi
>>fn-idx.texi is unchanged
>>making func.texi from func.txi
>>func.texi is unchanged
>>making geometry.texi from geometry.txi
>>geometry.texi is unchanged
>>making gpl.texi from gpl.txi
>>gpl.texi is unchanged
>>making grammar.texi from grammar.txi
>>grammar.texi is unchanged
>>making image.texi from image.txi
>>image.texi is unchanged
>>making install.texi from install.txi
>>install.texi is unchanged
>>making interp.texi from interp.txi
>>interp.texi is unchanged
>>making intro.texi from intro.txi
>>intro.texi is unchanged
>>making io.texi from io.txi
>>io.texi is unchanged
>>making linalg.texi from linalg.txi
>>linalg.texi is unchanged
>>making matrix.texi from matrix.txi
>>matrix.texi is unchanged
>>making nonlin.texi from nonlin.txi
>>nonlin.texi is unchanged
>>making numbers.texi from numbers.txi
>>numbers.texi is unchanged
>>making op-idx.texi from op-idx.txi
>>op-idx.texi is unchanged
>>making optim.texi from optim.txi
>>optim.texi is unchanged
>>making package.texi from package.txi
>>package.texi is unchanged
>>making plot.texi from plot.txi
>>plot.texi is unchanged
>>making poly.texi from poly.txi
>>poly.texi is unchanged
>>making preface.texi from preface.txi
>>preface.texi is unchanged
>>making quad.texi from quad.txi
>>quad.texi is unchanged
>>making quaternion.texi from quaternion.txi
>>quaternion.texi is unchanged
>>making set.texi from set.txi
>>set.texi is unchanged
>>making signal.texi from signal.txi
>>signal.texi is unchanged
>>making sparse.texi from sparse.txi
>>sparse.texi is unchanged
>>making stats.texi from stats.txi
>>stats.texi is unchanged
>>making stmt.texi from stmt.txi
>>stmt.texi is unchanged
>>making strings.texi from strings.txi
>>strings.texi is unchanged
>>making system.texi from system.txi
>>system.texi is unchanged
>>making testfun.texi from testfun.txi
>>testfun.texi is unchanged
>>making tips.texi from tips.txi
>>tips.texi is unchanged
>>making var.texi from var.txi
>>var.texi is unchanged
>>making vr-idx.texi from vr-idx.txi
>>vr-idx.texi is unchanged
>>gawk -f /opt/octave/octave-3.0.3/doc/interpreter/mkcontrib.awk
>>/opt/octave/octave-3.0.3/doc/interpreter/contributors.in >
>>contributors.texi-t
>>contributors.texi is unchanged
>>/opt/octave/octave-3.0.3/missing makeinfo -I..
>>-I/opt/octave/octave-3.0.3/doc/interpreter
>>-I/opt/octave/octave-3.0.3/doc/interpreter/..
>>/opt/octave/octave-3.0.3/doc/interpreter/octave.texi
>>WARNING: `makeinfo' is missing on your system.  You should only need it if
>>         you modified a `.texi' or `.texinfo' file, or any other file
>>         indirectly affecting the aspect of the manual.  The spurious
>>         call might also be the consequence of using a buggy `make' (AIX,
>>         DU, IRIX).  You might want to install the `Texinfo' package or
>>         the `GNU make' package.  Grab either from any GNU archive site.
>>
>>         You may also need `makeinfo' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `makeinfo' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [octave.info] Error 1 (ignored)
>>TEXINPUTS="..:/opt/octave/octave-3.0.3/doc/interpreter:/opt/octave/octave-3.0.3/doc/interpreter/..::/home/vaessen/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX:"
>>/opt/octave/octave-3.0.3/missing texi2dvi --pdf
>>/opt/octave/octave-3.0.3/doc/interpreter/octave.texi
>>WARNING: `texi2dvi' is needed, and you do not seem to have it handy on your
>>         system.  You might have modified some files without having the
>>         proper tools for further handling them.  Check the `README' file,
>>         it often tells you about the needed prerequirements for installing
>>         this package.  You may also peek at any GNU archive site, in case
>>         some other package would contain this missing `texi2dvi' program.
>>
>>         You may also need `texi2dvi' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `texi2dvi' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [octave.pdf] Error 1 (ignored)
>>TEXINPUTS="..:/opt/octave/octave-3.0.3/doc/interpreter:/opt/octave/octave-3.0.3/doc/interpreter/..::/home/vaessen/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX:"
>>/opt/octave/octave-3.0.3/missing texi2dvi --pdf octave-a4.texi -t
>>@afourpaper
>>WARNING: `texi2dvi' is needed, and you do not seem to have it handy on your
>>         system.  You might have modified some files without having the
>>         proper tools for further handling them.  Check the `README' file,
>>         it often tells you about the needed prerequirements for installing
>>         this package.  You may also peek at any GNU archive site, in case
>>         some other package would contain this missing `texi2dvi' program.
>>
>>         You may also need `texi2dvi' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `texi2dvi' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [octave-a4.pdf] Error 1 (ignored)
>>/opt/octave/octave-3.0.3/missing makeinfo --html --ifinfo --output=HTML
>>-I.. -I/opt/octave/octave-3.0.3/doc/interpreter
>>-I/opt/octave/octave-3.0.3/doc/interpreter/..
>>/opt/octave/octave-3.0.3/doc/interpreter/octave.texi
>>WARNING: `makeinfo' is missing on your system.  You should only need it if
>>         you modified a `.texi' or `.texinfo' file, or any other file
>>         indirectly affecting the aspect of the manual.  The spurious
>>         call might also be the consequence of using a buggy `make' (AIX,
>>         DU, IRIX).  You might want to install the `Texinfo' package or
>>         the `GNU make' package.  Grab either from any GNU archive site.
>>
>>         You may also need `makeinfo' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `makeinfo' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [HTML/index.html] Error 1 (ignored)
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/doc/interpreter'
>>make -C liboctave all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/doc/liboctave'
>>/opt/octave/octave-3.0.3/missing makeinfo -I..
>>-I/opt/octave/octave-3.0.3/doc/liboctave
>>-I/opt/octave/octave-3.0.3/doc/liboctave/.. liboctave.texi
>>WARNING: `makeinfo' is missing on your system.  You should only need it if
>>         you modified a `.texi' or `.texinfo' file, or any other file
>>         indirectly affecting the aspect of the manual.  The spurious
>>         call might also be the consequence of using a buggy `make' (AIX,
>>         DU, IRIX).  You might want to install the `Texinfo' package or
>>         the `GNU make' package.  Grab either from any GNU archive site.
>>
>>         You may also need `makeinfo' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `makeinfo' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [liboctave.info] Error 1 (ignored)
>>TEXINPUTS="..:/opt/octave/octave-3.0.3/doc/liboctave:/opt/octave/octave-3.0.3/doc/liboctave/..::/home/vaessen/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX:"
>>\
>>  /opt/octave/octave-3.0.3/missing texi2dvi liboctave.texi
>>WARNING: `texi2dvi' is needed, and you do not seem to have it handy on your
>>         system.  You might have modified some files without having the
>>         proper tools for further handling them.  Check the `README' file,
>>         it often tells you about the needed prerequirements for installing
>>         this package.  You may also peek at any GNU archive site, in case
>>         some other package would contain this missing `texi2dvi' program.
>>
>>         You may also need `texi2dvi' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `texi2dvi' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [liboctave.dvi] Error 1 (ignored)
>>TEXINPUTS="..:/opt/octave/octave-3.0.3/doc/liboctave:/opt/octave/octave-3.0.3/doc/liboctave/..::/home/vaessen/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX:"
>>\
>>  /opt/octave/octave-3.0.3/missing texi2dvi --pdf liboctave.texi
>>WARNING: `texi2dvi' is needed, and you do not seem to have it handy on your
>>         system.  You might have modified some files without having the
>>         proper tools for further handling them.  Check the `README' file,
>>         it often tells you about the needed prerequirements for installing
>>         this package.  You may also peek at any GNU archive site, in case
>>         some other package would contain this missing `texi2dvi' program.
>>
>>         You may also need `texi2dvi' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `texi2dvi' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [liboctave.pdf] Error 1 (ignored)
>>/opt/octave/octave-3.0.3/missing makeinfo --html --ifinfo --output=HTML
>>-I.. -I/opt/octave/octave-3.0.3/doc/liboctave
>>-I/opt/octave/octave-3.0.3/doc/liboctave/.. liboctave.texi
>>WARNING: `makeinfo' is missing on your system.  You should only need it if
>>         you modified a `.texi' or `.texinfo' file, or any other file
>>         indirectly affecting the aspect of the manual.  The spurious
>>         call might also be the consequence of using a buggy `make' (AIX,
>>         DU, IRIX).  You might want to install the `Texinfo' package or
>>         the `GNU make' package.  Grab either from any GNU archive site.
>>
>>         You may also need `makeinfo' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `makeinfo' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [HTML/index.html] Error 1 (ignored)
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/doc/liboctave'
>>make -C refcard all
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/doc/refcard'
>>make[3]: Nothing to be done for `all'.
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/doc/refcard'
>>make[2]: Leaving directory `/opt/octave/octave-3.0.3/doc'
>>make -C examples all
>>make[2]: Entering directory `/opt/octave/octave-3.0.3/examples'
>>echo "making octave.desktop from octave.desktop.in"
>>making octave.desktop from octave.desktop.in
>>/usr/bin/sed < octave.desktop.in > octave.desktop-t \
>>  -e
>>"s|%OCTAVE_IMAGEDIR%|/opt/octave/octave-3.0.3/lib/share/octave/3.0.3/imagelib|"
>>\
>>  -e "s|%OCTAVE_PREFIX%|/opt/octave/octave-3.0.3/lib|"
>>if [ -s octave.desktop-t ]; then /opt/octave/octave-3.0.3/move-if-change
>>octave.desktop-t octave.desktop; else echo "octave.desktop-t is empty!"
>>1>&2; rm -f octave.desktop-t; exit 1; fi
>>make[2]: Leaving directory `/opt/octave/octave-3.0.3/examples'
>>make -C doc ../INSTALL.OCTAVE
>>make[2]: Entering directory `/opt/octave/octave-3.0.3/doc'
>>make -C interpreter ../../INSTALL.OCTAVE
>>make[3]: Entering directory `/opt/octave/octave-3.0.3/doc/interpreter'
>>make -C ../../src DOCSTRINGS
>>make[4]: Entering directory `/opt/octave/octave-3.0.3/src'
>>making defaults.h from defaults.h.in
>>defaults.h is unchanged
>>making oct-conf.h from oct-conf.h.in
>>oct-conf.h is unchanged
>>make[4]: `DOCSTRINGS' is up to date.
>>make[4]: Leaving directory `/opt/octave/octave-3.0.3/src'
>>make -C ../../scripts DOCSTRINGS
>>make[4]: Entering directory `/opt/octave/octave-3.0.3/scripts'
>>make[4]: `DOCSTRINGS' is up to date.
>>make[4]: Leaving directory `/opt/octave/octave-3.0.3/scripts'
>>making install.texi from install.txi
>>install.texi is unchanged
>>rm -f INSTALL
>>/opt/octave/octave-3.0.3/missing makeinfo -D INSTALLONLY \
>>  --no-validate --no-headers --no-split --output INSTALL \
>>  -I.. -I/opt/octave/octave-3.0.3/doc/interpreter
>>-I/opt/octave/octave-3.0.3/doc/interpreter/.. install.texi
>>WARNING: `makeinfo' is missing on your system.  You should only need it if
>>         you modified a `.texi' or `.texinfo' file, or any other file
>>         indirectly affecting the aspect of the manual.  The spurious
>>         call might also be the consequence of using a buggy `make' (AIX,
>>         DU, IRIX).  You might want to install the `Texinfo' package or
>>         the `GNU make' package.  Grab either from any GNU archive site.
>>
>>         You may also need `makeinfo' if you obtained this package from
>>the CVS
>>         archive because files that can be automatically generated are not
>>         considered source files and are not checked in to the CVS archive.
>>
>>         You may also need `makeinfo' if you ran make maintainer-clean and
>>         removed files that can be automatically generated but that are
>>         normally distributed as part of the package for convenience.
>>make[3]: [../../INSTALL.OCTAVE] Error 1 (ignored)
>>mv INSTALL ../../INSTALL.OCTAVE
>>mv: cannot stat `INSTALL': No such file or directory
>>make[3]: *** [../../INSTALL.OCTAVE] Error 1
>>make[3]: Leaving directory `/opt/octave/octave-3.0.3/doc/interpreter'
>>make[2]: *** [../INSTALL.OCTAVE] Error 2
>>make[2]: Leaving directory `/opt/octave/octave-3.0.3/doc'
>>make[1]: *** [INSTALL.OCTAVE] Error 2
>>make[1]: Leaving directory `/opt/octave/octave-3.0.3'
>>make: *** [all] Error 2
>>
>>
>>
>>vaessen at nic001:/opt/octave/octave-3.0.3> make check
>>make -f octMakefile check
>>make[1]: Entering directory `/opt/octave/octave-3.0.3'
>>make -C test check
>>make[2]: Entering directory `/opt/octave/octave-3.0.3/test'
>>/opt/octave/octave-3.0.3/test/build_sparse_tests.sh
>>../run-octave --norc --silent --no-history
>>/opt/octave/octave-3.0.3/test/fntests.m /opt/octave/octave-3.0.3/test
>> ** On entry to octave parameter number 13 had an illegal value
>>make[2]: *** [check] Segmentation fault
>>make[2]: Leaving directory `/opt/octave/octave-3.0.3/test'
>>make[1]: *** [check] Error 2
>>make[1]: Leaving directory `/opt/octave/octave-3.0.3'
>>make: *** [check] Error 2
>>
>>
>>--
>>Marga Vaessen
>>Juelich Supercomputing Centre
>>Forschungszentrum Juelich GmbH
>>52425 Juelich, Germany
>>
>>Phone:  +49-2461-61-4136
>>Fax:    +49-2461-61-6656
>>E-mail: M.Vaessen at fz-juelich.de
>>WWW:    http://www.fz-juelich.de/jsc/
>>
>>
>>
>>
>>-------------------------------------------------------------------
>>-------------------------------------------------------------------
>>Forschungszentrum Jülich GmbH
>>52425 Jülich
>>
>>Sitz der Gesellschaft: Jülich
>>Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498
>>Vorsitzende des Aufsichtsrats: MinDir'in Bärbel Brumme-Bothe
>>Geschäftsführung: Prof. Dr. Achim Bachem (Vorsitzender),
>>Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr. Harald Bolt,
>>Dr. Sebastian M. Schmidt
>>-------------------------------------------------------------------
>>-------------------------------------------------------------------
>>
>>
>>
>>_______________________________________________
>>Help-octave mailing list
>>Help-octave at octave.org
>>https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>>
> 
> 
> 
> 


-- 
Marga Vaessen
Juelich Supercomputing Centre
Forschungszentrum Juelich GmbH
52425 Juelich, Germany

Phone:  +49-2461-61-4136
Fax:    +49-2461-61-6656
E-mail: M.Vaessen at fz-juelich.de
WWW:    http://www.fz-juelich.de/jsc/




-------------------------------------------------------------------
-------------------------------------------------------------------
Forschungszentrum Jülich GmbH
52425 Jülich

Sitz der Gesellschaft: Jülich
Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Bärbel Brumme-Bothe
Geschäftsführung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr. Harald Bolt,
Dr. Sebastian M. Schmidt
-------------------------------------------------------------------
-------------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: run-octave
Type: application/x-java-vm
Size: 2822 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20090112/a56dcf63/attachment-0001.bin 


More information about the Help-octave mailing list