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

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

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Wed, 25 Jul 2018 15:24:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #165, bug #54235 (project octave):

OK, the build appears to have succeeded.

I changed /bin/sh to /bin/bash in run-octave and executed the tests with


LD_LIBRARY_PATH=$HOME/local/lib make check


and they fail almost immediately with


  liboctave/array/Array.cc-tst ................................ PASS     21/21
 
  liboctave/array/CMatrix.cc-tst ..............................ZGEMV :
parameter number -4225384 is invalid
terminate called after throwing an instance of 'octave::execution_exception'
fatal: caught signal Aborted -- stopping myself...
/bin/bash: line 1: 21377 Abort                   (core dumped) /bin/bash
../run-octave --norc --silent --no-history
/export/home/eaton/local/build/octave-4.4.1-rc1/../../src/octave-4.4.1-rc1/test/fntests.m
/export/home/eaton/local/build/octave-4.4.1-rc1/../../src/octave-4.4.1-rc1/test
make[3]: *** [Makefile:28359: check-local] Error 134


Now I see that configure somehow detected octave_idx_type to be int32_t but
thinks that Fortran INTEGERs are 8 bytes wide.

I'm trying again after forcing the definitions to be the correct 4-byte sizes
in the generated files.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

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




reply via email to

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