|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to install and crash in function |
| Date: | Fri, 11 Sep 2020 02:20:52 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44 |
Follow-up Comment #29, bug #58957 (project octave):
The configure script of of-sparsersb seems to execute ´sizemax() > intmax
("int32")´ in Octave to check if octave_idx_type is 64bit:
https://sourceforge.net/p/octave/sparsersb/ci/default/tree/src/configure.ac
(currently in line 129)
This is unreliable when cross-building for an incompatible platform (e.g.
mingw binaries on a linux build system) because the native Octave might have
been configured differently from the target.
Would it be possible to remove that test? Or at least to not set
RSBOI_DETECTED_LONG_IDX when cross-compiling?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58957>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |