Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors building current main with hdf1_13_3 #2634

Open
jedwards4b opened this issue Feb 22, 2023 · 1 comment
Open

Errors building current main with hdf1_13_3 #2634

jedwards4b opened this issue Feb 22, 2023 · 1 comment

Comments

@jedwards4b
Copy link
Contributor

I am getting an error when building hash 0034e31 against hdf1_13_3:

"/home/parallelio_development/src/netcdf-c/libhdf5/H5FDhttp.c", line 169: warning: a value of type "char *" cannot be used to initialize an entity of type "unsigned int" [bad_initializer_type]
      "http",			/* name         */
      ^

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

"/home/parallelio_development/src/netcdf-c/libhdf5/H5FDhttp.c", line 169: error: integer conversion resulted in truncation
      "http",			/* name         */
      ^

@DennisHeimbigner
Copy link
Collaborator

This turns out to be the same as issue #2614.
Apparently the table change occurred in 1.13.2, but since we do not routinely test that version,
we did not catch it. Anyway I am working on a PR for this.

DennisHeimbigner added a commit to DennisHeimbigner/netcdf-c that referenced this issue Feb 22, 2023
re: Issue Unidata#2634
re: PR Unidata#2615
re: Issue Unidata#2614

It turns out that the H5FD table change identified in
issue Unidata#2614
actually occurred in HDF5 version 1.13.2.
Since we do not test with 1.13.x, we did not catch this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants