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

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

[Octave-bug-tracker] [bug #57591] Segmentation faults when running the t


From: Doron Behar
Subject: [Octave-bug-tracker] [bug #57591] Segmentation faults when running the test suite (mostly with clang)
Date: Mon, 21 Sep 2020 05:49:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #97, bug #57591 (project octave):

Thanks for the prompt replies. Here's how my disto, NixOS, is building
openblas:

https://github.com/doronbehar/nixpkgs/blob/pkg/octave/pkgs/development/libraries/science/math/openblas/default.nix

As can be seen in the `postInstall` attribute. the `liblapack.so` and
`libblas.so` libraries are linked to the same shared object. You probably both
understand this subject better then I am, but I think that if there's a
incompatibility issue here, it's between openblas and it self, or between
octave and it.

NixOS is building every package in a sandbox. Hence, no other blas / lapack
libraries are potentially used if they were not declared in the inputs of the
build "recipe". Please rest assured that my build wasn't influenced by a
mixture of blas implementations, if that was your concern.

I've re-initiated the build of octave, so in a while I should be able to tell
you Dimitri the output of `ldd src/.libs/octave-cli`.

P.S The Nix Expression for Octave which I'm testing is here:

https://github.com/doronbehar/nixpkgs/blob/pkg/octave/pkgs/development/interpreters/octave/default.nix

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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