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

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

[Octave-bug-tracker] [bug #43101] [MXE] Mingw Octave --enable64: HDF5 er


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #43101] [MXE] Mingw Octave --enable64: HDF5 error mesages on startup
Date: Sun, 31 Aug 2014 12:03:33 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23

Follow-up Comment #12, bug #43101 (project octave):

Combing through fntests.log (made by __run_test_suite__.m) I can verify that
HDF5 doesn't work with --enable64 (cross-built).

AFAICS only sparse.tst contains tests for HDF5:


>>>>>>Processing sparse.tst
  ***** testif HAVE_HDF5   # save hdf5
 savefile = tmpnam ();
 as_save = as;
 save ("-hdf5", savefile, "bf", "as_save", "af");
 clear as_save;
 load (savefile, "as_save");
 unlink (savefile);
 assert (as_save, sparse (af));
!!!!! test failed
save: error while writing 'bf' to hdf5 file
  ***** testif HAVE_HDF5   # save hdf5
 savefile = tmpnam ();
 as_save = as;
 save ("-hdf5", savefile, "bf", "as_save", "af");
 clear as_save;
 load (savefile, "as_save");
 unlink (savefile);
 assert (as_save, sparse (af));
!!!!! test failed
save: error while writing 'bf' to hdf5 file


I have categorized the other test FAILures; most of it is tolerance-related
(but maybe pointing to wrong casts); about 12 are Java-related but easily
fixed. Several are skipped because QHULL isn't included in the build.
Shall I put it into an entry on the Task tracker ?


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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