Package Details: mingw-w64-hdf5 1.14.3-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-hdf5.git (read-only, click to copy)
Package Base: mingw-w64-hdf5
Description: General purpose library and file format for storing scientific data (mingw-w64)
Upstream URL: http://www.hdfgroup.org/HDF5/
Licenses: custom
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 1
Popularity: 0.000000
First Submitted: 2013-11-21 21:44 (UTC)
Last Updated: 2023-11-06 20:03 (UTC)

Latest Comments

1 2 3 Next › Last »

Nestor_013 commented on 2023-04-16 14:43 (UTC)

Working without a glitch now. Thanks @xantares.

xantares commented on 2023-04-16 11:59 (UTC) (edited on 2023-04-16 11:59 (UTC) by xantares)

confirmed, this results from a bug in wine packaging:

https://bugs.archlinux.org/task/77413

fixed in mingw-w64-wine 1-10

Nestor_013 commented on 2023-04-16 09:08 (UTC) (edited on 2023-04-16 09:09 (UTC) by Nestor_013)

Same error met by @patlefort here...

I also noticed this:

patching file config/cmake/ConfigureChecks.cmake
Hunk #1 FAILED at 780.
1 out of 1 hunk FAILED -- saving rejects to file config/cmake/ConfigureChecks.cmake.rej
patching file config/cmake/HDF5UseFortran.cmake
patching file m4/aclocal_fc.f90

patlefort commented on 2023-04-12 16:57 (UTC)

All up-to-date, it's in a freshly created chroot, using makechrootpkg.

xantares commented on 2023-04-12 12:26 (UTC) (edited on 2023-04-12 12:34 (UTC) by xantares)

strange, I just recompiled it successfully here in a clean docker image

Finished making: mingw-w64-hdf5 1.14.0-1 (Wed Apr 12 12:25:33 2023)

are your packages all up to date ? what about mingw-w64-cmake ? mingw-w64-wine ?

still using wine-ge-custom ?

patlefort commented on 2023-04-11 21:24 (UTC)

I can't compile it in a clean chroot with the following error:

CMake Error at config/cmake/HDF5UseFortran.cmake:133 (list):
  list GET given empty list
Call Stack (most recent call first):
  CMakeLists.txt:1110 (include)


CMake Error at config/cmake/HDF5UseFortran.cmake:134 (list):
  list GET given empty list
Call Stack (most recent call first):
  CMakeLists.txt:1110 (include)


CMake Error at config/cmake/HDF5UseFortran.cmake:135 (list):
  list GET given empty list
Call Stack (most recent call first):
  CMakeLists.txt:1110 (include)


CMake Error at config/cmake/HDF5UseFortran.cmake:139 (message):
  Failed to find available INTEGER KINDs for Fortran
Call Stack (most recent call first):
  CMakeLists.txt:1110 (include)


-- Configuring incomplete, errors occurred!

It only happen in the x64_86 version.

patlefort commented on 2022-06-25 15:02 (UTC)

I found the problem: I'm using wine-ge-custom and that version like to print stuff to stderr even with WINEDEBUG=-all. Hdf5 is using try_run in their cmake which expect a certain output, but try_run will combine stdout and stderr. I think try_run should allow reading of only stdout and also it should be possible to silence wine. Even the base wine can still print output like when it's updating a prefix.

xantares commented on 2022-06-02 20:20 (UTC)

did you update mingw-w64-wine ?

patlefort commented on 2022-06-01 20:09 (UTC)

Doesn't compile for me:

/tmp/elrick-temp/makepkg/build/mingw-w64-hdf5/src/hdf5-1.12.2/fortran/src/H5_buildiface.F90:55:53:

   55 |   H5_H5CONFIG_F_RKIND
      |                                                     1
Error: Syntax error in array constructor at (1)
/tmp/elrick-temp/makepkg/build/mingw-w64-hdf5/src/hdf5-1.12.2/fortran/src/H5_buildiface.F90:57:41:

   57 |   H5_H5CONFIG_F_NUM_IKIND
      |                                         1
Error: Invalid character in name at (1)
/tmp/elrick-temp/makepkg/build/mingw-w64-hdf5/src/hdf5-1.12.2/fortran/src/H5_buildiface.F90:58:44:

   58 |   H5_H5CONFIG_F_IKIND
      |                                            1
Error: Explicit array shape at (1) must be constant of INTEGER type and not UNKNOWN type
...

Any idea?

xantares commented on 2022-06-01 05:00 (UTC)

yes, mingw-w64-wine should be updated first to silence wine warnings