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

Rebuild for hdf51140 #161

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update hdf51140.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/4106579758, please use this URL for debugging.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@ocefpaf ocefpaf added the automerge Merge the PR when CI passes label Feb 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: failed

Thus the PR was not passing and not merged.

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Feb 7, 2023

Does this have anything to do with my removal of the static libraries?

@xylar
Copy link
Contributor

xylar commented Feb 7, 2023

Oh, dear. Any maintainers with Windows expertise to figure this out?

C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\sys/stat.h(233): warning C4028: formal parameter 2 different from declaration
%SRC_DIR%\libhdf5\H5FDhttp.c(200): error C2078: too many initializers
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4047: 'initializing': 'unsigned int' differs in levels of indirection from 'char [5]'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4047: 'initializing': 'const char *' differs in levels of indirection from 'int'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4047: 'initializing': 'haddr_t' differs in levels of indirection from 'herr_t (__cdecl *)(void)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): error C2440: 'initializing': cannot convert from 'void *' to 'H5F_close_degree_t'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4047: 'initializing': 'size_t' differs in levels of indirection from 'void *'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'H5FD_t *(__cdecl *)(const char *,unsigned int,hid_t,haddr_t)' differs in parameter lists from 'void *(__cdecl *)(const void *)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'int (__cdecl *)(const H5FD_t *,const H5FD_t *)' differs in parameter lists from 'H5FD_t *(__cdecl *)(const char *,unsigned int,hid_t,haddr_t)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4047: 'initializing': 'H5FD_t *(__cdecl *)(const char *,unsigned int,hid_t,haddr_t)' differs in levels of indirection from 'int (__cdecl *)(const H5FD_t *,const H5FD_t *)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(const H5FD_t *,unsigned long *)' differs in parameter lists from 'herr_t (__cdecl *)(H5FD_t *)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'haddr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,hsize_t)' differs in parameter lists from 'herr_t (__cdecl *)(const H5FD_t *,unsigned long *)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4133: 'initializing': incompatible types - from 'haddr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,hsize_t)' to 'herr_t (__cdecl *)(const H5FD_t *,unsigned long *)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'haddr_t (__cdecl *)(const H5FD_t *,H5FD_mem_t)' differs in parameter lists from 'haddr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,hsize_t)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,haddr_t)' differs in parameter lists from 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,haddr_t,hsize_t)'
NMAKE : fatal error U1077: 'D:\bld\libnetcdf_1675710575449\_build_env\Library\bin\cmake.exe' : return code '0x2'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4028: formal parameter 2 different from declaration
Stop.
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4028: formal parameter 3 different from declaration
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,haddr_t,size_t,void *)' differs in parameter lists from 'haddr_t (__cdecl *)(const H5FD_t *,H5FD_mem_t)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4133: 'initializing': incompatible types - from 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,haddr_t,size_t,void *)' to 'haddr_t (__cdecl *)(const H5FD_t *,H5FD_mem_t)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,haddr_t,size_t,const void *)' differs in parameter lists from 'herr_t (__cdecl *)(H5FD_t *,hid_t,void **)'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"' : return code '0x2'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(H5FD_t *,hid_t,hbool_t)' differs in parameter lists from 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,haddr_t,size_t,void *)'
Stop.
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(H5FD_t *,hbool_t)' differs in parameter lists from 'herr_t (__cdecl *)(H5FD_t *,hid_t,uint32_t,H5FD_mem_t *,haddr_t *,size_t *,void **)'
%SRC_DIR%\libhdf5\H5FDhttp.c(165): warning C4113: 'herr_t (__cdecl *)(H5FD_t *)' differs in parameter lists from 'herr_t (__cdecl *)(H5FD_t *,hid_t,uint32_t,H5FD_mem_t *,haddr_t *,size_t *,const void **)'
%SRC_DIR%\libhdf5\H5FDhttp.c(199): warning C4047: 'initializing': 'herr_t (__cdecl *)(H5FD_t *,H5FD_mem_t,hid_t,size_t,hid_t *,hid_t *,haddr_t *,size_t *,void **)' differs in levels of indirection from 'int'
%SRC_DIR%\libhdf5\H5FDhttp.c(199): error C2078: too many initializers
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe"' : return code '0x2'
Stop.

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Feb 7, 2023

it could be that i broke some binaries on windows

fix coming in a few hours conda-forge/hdf5-feedstock#193

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Feb 7, 2023

i'm worried maybe version detection is failing.

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Feb 7, 2023

hmm, it doesn't seem to be related to what I thought. (i restarted the builds)

@dopplershift
Copy link
Member

I would wait on this given this comment on netcdf-c. This should definitely wait until after we merge 4.9.1 (which I'm about to put in a PR).

cc @WardF

@xylar xylar marked this pull request as draft February 8, 2023 04:16
@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Feb 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 8, 2023

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Feb 8, 2023

For posterity, the sha256 for 4.9.1 is 4ee8d5f6b50a1eb4ad4c10f24531e36261fd1882410fb08435eb2ddfd49a0908

@hmaarrfk hmaarrfk force-pushed the rebuild-hdf51140-0-1_hefba50 branch from 5a9515c to 5411e08 Compare February 8, 2023 13:43
@hmaarrfk
Copy link
Contributor

hmaarrfk commented Feb 8, 2023

Seems like updating to 4.9.1 isn't as easy as changing the SHA. I'll wait for your help on that one ^_^

@dopplershift
Copy link
Member

See #163 for the update PR.

@hmaarrfk hmaarrfk added the bot-rerun Instruct the bot to retry the PR label Feb 10, 2023
@regro-cf-autotick-bot
Copy link
Contributor Author

Due to the bot-rerun label I'm closing this PR. I will make another one as appropriate. This was generated by https://github.com/regro/autotick-bot/actions/runs/4147264312

@regro-cf-autotick-bot regro-cf-autotick-bot deleted the rebuild-hdf51140-0-1_hefba50 branch February 10, 2023 20:07
@hmaarrfk hmaarrfk mentioned this pull request Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot-rerun Instruct the bot to retry the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants