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 17:31:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

I pushed a fix for the fonconfig problem on stable and merged with default:

http://hg.savannah.gnu.org/hgweb/octave/rev/19eba00c0c7d

Then I started over with a tar file built from the current stable sources and
the fortran integer detection worked properly.  The build seems to have
worked, but make check now fails with the same problem as shown in comment
#125:


  libinterp/corefcn/syscalls.cc-tst ...........................fatal: caught
signal Segmentation fault -- stopping myself...
/bin/bash: line 1:  3965 Segmentation Fault      (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:28290: check-local] Error 139


That turns out to be due to the system uname function returning a non-zero
exit status that is positive and we were only checking for negative values. 
Fixed here and merged to default:

http://hg.savannah.gnu.org/hgweb/octave/rev/c952d8bf1a1f


    _______________________________________________________

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]