Index | Thread | Search

From:
Marco van Hulten <marco@hulten.org>
Subject:
Re: NEW: archivers/libaec
To:
Martin Reindl <martin@catai.org>
Cc:
ports@openbsd.org
Date:
Tue, 29 Jul 2025 10:58:39 +0200

Download raw body.

Thread
On Tue, 29 Jul 2025 08:42:26 +0200 Martin Reindl wrote:
> here is the update for hdf5 to use szip+aec as I/O filter.
> Examples are moved to an own project.
> 
> Looking for more tests + feedback.

'make test' fails on amd64:


...
Testing ../../src/h5repack/h5repack --src-vfd-name onion --src-vfd-inf PASSED
Verifying h5dump output --src-vfd-name onion --src-vfd-info 1          PASSED
All h5repack tests passed.
        4.63 real         0.28 user         0.71 sys

Finished testing h5repack.sh 
============================
============================
============================
Testing h5repack_plugin.sh 
============================
h5repack_plugin.sh  Test Log
============================
cp: /home/pobj/hdf5-1.14.6/build-amd64/tools/test/h5repack/.libs/libdynlibadd.lax is a directory (not copied).
Failed to copy plugin library (/home/pobj/hdf5-1.14.6/build-amd64/tools/test/h5repack/.libs/libdynlibadd.*) for test.
        0.01 real         0.00 user         0.00 sys
*** Error 1 in tools/test/h5repack (Makefile:1661 'h5repack_plugin.sh.chkexe_': @if test "Xh5repack_plugin.sh.chkexe_" != "X.chkexe_" && tes...)
*** Error 2 in tools/test/h5repack (Makefile:1522 'build-check-s': @make  _exec_check-s)
*** Error 2 in tools/test/h5repack (Makefile:1514 'test': @make build-check-s)
*** Error 2 in tools/test/h5repack (Makefile:1303 'check-am')
*** Error 1 in tools/test (Makefile:934 'check-recursive': @fail=;  if (target_option=k; case ${target_option-} in  ?) ;;  *) echo "am__make...)
*** Error 1 in tools (Makefile:934 'check-recursive': @fail=;  if (target_option=k; case ${target_option-} in  ?) ;;  *) echo "am__make_runn...)
*** Error 1 in /home/pobj/hdf5-1.14.6/build-amd64 (Makefile:758 'check-recursive': @fail=;  if (target_option=k; case ${target_option-} in  ...)
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/home/pobj/hdf5-1.14.6/build-amd64/.test_done': @cd /home/pobj/hdf5-1.14.6/...)
*** Error 2 in /usr/ports/math/hdf5 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=hdf5-1.14.6;  export _LOCKS_HELD=" hdf5-1.1...)


For hdf5-1.14.4.3 the tests succeed.

Marco