octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57033] Replace CXSPARSE with SPQR


From: Simon
Subject: [Octave-bug-tracker] [bug #57033] Replace CXSPARSE with SPQR
Date: Thu, 16 Apr 2020 06:06:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0

Follow-up Comment #17, bug #57033 (project octave):

I couldn't reproduce the error. I applied the rev6-patch to changeset
8619dc0d3749. My OS is Ubuntu 19.10 and suitesparse-version is 5.4.0, see
following apt-cache-output

Package: libsuitesparse-dev
Architecture: amd64
Version: 1:5.4.0+dfsg-1
Source: suitesparse


If I call "make check RUN_OCTAVE_OPTIONS=-g",  I get this output 

make  check-recursive
make[1]: Entering directory '/home/simon/octave_src/octave'
Making check in libgnu
make[2]: Entering directory '/home/simon/octave_src/octave/libgnu'
make  check-recursive
make[3]: Entering directory '/home/simon/octave_src/octave/libgnu'
make[4]: Entering directory '/home/simon/octave_src/octave/libgnu'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/simon/octave_src/octave/libgnu'
make[3]: Leaving directory '/home/simon/octave_src/octave/libgnu'
make[2]: Leaving directory '/home/simon/octave_src/octave/libgnu'
make[2]: Entering directory '/home/simon/octave_src/octave'
  TEXI2DVI doc/interpreter/octave.dvi
/usr/bin/texi2dvi: etex exited with bad status, quitting.
make[2]: *** [Makefile:31085: doc/interpreter/octave.dvi] Error 1
make[2]: Leaving directory '/home/simon/octave_src/octave'
make[1]: *** [Makefile:27415: check-recursive] Error 1
make[1]: Leaving directory '/home/simon/octave_src/octave'
make: *** [Makefile:27709: check] Error 2

gdb is not started although it is available on my system. Looking at the lines
27415 and 27709 of the makefile didn't help me. I searched the makefile for
the string "RUN_OCTAVE_OPTIONS" and came to the (possibly wrong) conclusion
that "make check RUN_OCTAVE_OPTIONS=-g" executes

../run-octave -g  --no-init-file --silent --no-history -p
/home/simon/octave_src/octave/test/mex
/home/simon/octave_src/octave/test/fntests.m
/home/simon/octave_src/octave/test

inside the test-directory of the Octave-repository. If I execute this command,
gdb starts and the tests in qr.cc-tst and sparse.cc-tst pass without errors. 

I also executed the minimal steps to reproduce the error. But they didn't
cause any problems. 

Can you give me additional information to reproduce the error?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57033>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]