Package Details: mingw-w64-hdf5 1.14.5-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: 2024-12-07 11:53 (UTC)

Latest Comments

1 2 3 Next › Last »

Nestor_013 commented on 2024-12-03 15:44 (UTC)

My bad... After having rebuilt the whole mingw-w64....(AUR) dependency, it compiled. Sorry for the noise...

Nestor_013 commented on 2024-12-03 11:20 (UTC)

Hi, since last gcc update I got these errors:

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


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


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


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

Does anyone have a clue on how to solve this ? Thanks,

BTW there is an 1.14.5 version which gives the same error

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 ?