octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave 4.0.0 release candidate 4 available for ftp


From: Carnë Draug
Subject: Re: octave 4.0.0 release candidate 4 available for ftp
Date: Fri, 1 May 2015 14:16:27 +0100

On 29 April 2015 at 19:07, John W. Eaton <address@hidden> wrote:
> The fourth release candidate for Octave 4.0.0 is available from
>
>   ftp://alpha.gnu.org/gnu/octave
>
> I'm sure there will be problems that need to be fixed but we are closing in
> on the actual 4.0.0 release.  Please try to build this version and report
> any problems you find in the bug tracker.  I've added a new version tag for
> the release candidate, so please use that when reporting problems.
>

Follows report of test suiet on Ubuntu 12.04, CentOS 5, CentOS 6, and
CentOS 7.  All CentOS installations are up to date with EPEL activated
for their respective versions.

General notes
-------------

Missing the following dependencies do not appear on the list of warnings
at the end of configure:

* libsndfile
* portaudio
* GraphicsMagick

There are a bunch of tests failing because although it was built with
portaudio, apparently there are "no audio devices found or available!".
Should these tests check for HAVE_PORTAUDIO and also if there's devices?

When X is not available but octave was built with native graphics (for
example, ssh without X forwarding), the plotting test are not skipped
and fail with "graphics_toolkit: fltk toolkit is not available".


Ubuntu 12.04.5 LTS --- AMD Opteron Processor 6284 SE --- gcc 4.6.3
------------------------------------------------------------------

Passes all tests with:

  * Native graphics disabled
  * Audio disabled
  * JIT disabled
  * GUI disabled


CentOS 5.11 --- Intel Xeon E5504 --- gcc 4.1.2
----------------------------------------------

Configured with:

  * GLPK disabled
  * GUI disabled (no mrc on Qt 4.2.1)
  * JIT disabled
  * Audio disabled (see bug #44976)

Throws loads of warnings (but I am building with gcc 4.1.2) of the type

  corefcn/symtab.cc:1517: warning: converting to 'int' from 'double'
  corefcn/oct-stream.cc:3212: warning: converting to 'char' from 'double'
  ./octave-value/ov.h:71: warning: 'class octave_value' has virtual
functions but non-virtual destructor

should I report these as bugs?

Failing tests:

  * chol.cc: hangs forever on test for bug #42587

  * legend, copyobj, and hgsave: these tests fail because of an old version
    of gnuplot installed.  Reported as bug #44978

  * sqrtm: maybe needs more tolerance

      ***** assert (sqrtm (2*ones (2)), ones (2), 3*eps)
      !!!!! test failed
      ASSERT errors for:  assert (sqrtm (2 * ones (2)),ones (2),3 * eps)

        Location  |  Observed  |  Expected  |  Reason
         (1,1)          1            1         Abs err 1.1102e-15
exceeds tol 6.6613e-16
         (2,1)          1            1         Abs err 7.7716e-16
exceeds tol 6.6613e-16

  * __osmesa_print__.cc: OSMesa too old, reported as bug #44979


CentOS 6.6 --- Dual Core AMD Opteron Processor 280 --- gcc 4.4.7
----------------------------------------------------------------

  * JIT disabled

Failing tests:

  * __osmesa_print__.cc: maybe needs more tolerance but may be related to
    a nvidia graphics card

    libGL error: failed to open drm device: Permission denied
    libGL error: failed to load driver: nouveau
    [...]
    !!!!! test failed
    ASSERT errors for:  assert (stat (fn).size,7438,-0.1)

      Location  |  Observed  |  Expected  |  Reason
         ()          6180         7438       Rel err 0.16913 exceeds tol 0.1

Other problems:

  * ssh with X forwarding, starting with "octave --no-gui", causes exit
    of the ssh session to hang forever.


CentOS 7.1 --- Intel Core i5-2500K --- gcc 4.8.3
------------------------------------------------

  * JIT disabled

Test failures:
  * not failures but many tests (all related with figures) throw:

      XRequest.156: BadValue (integer parameter out of range for operation) 0x0

  * libinterp/dldfcn/__osmesa_print__.cc-tst: segfaults

Other problems:

  * ssh with X forwarding, starting with "octave --no-gui", causes exit
    of the ssh session to hang forever.



reply via email to

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