-
Notifications
You must be signed in to change notification settings - Fork 11
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
S3 VFD in Rhdf5lib support for TENxIO tests on Mac #245
Comments
This error has again been brought to my attention in a package review: Bioconductor/Contributions#3105 (comment). Could we please get an update on this? |
For some reason it looks like Rhdf5lib's configure script is not able to find the I believe that @jwokaty Can you please try to install Simon's
Right now this produces the following ouput (showing the last lines only):
but we want to see:
(Note that this is what we see on all other Mac builders including arm64 builders kjohnson1 and kjohnson2.) Once this is confirmed, there are a few extra steps:
Let me know if you need help with this. H. |
@jwokaty Do you think you can take a look at this? Thanks |
Sorry I didn't see this earlier! I'll look at it tomorrow. |
Thanks! Were you able to remove the homebrewed openssl? The openssl story on Mac is quite complicated (see grimbough/Rhdf5lib#58). I'll open a new issue where I'll try to provide more details and we can discuss. |
Hi, I'm encountering persistent issues with the Mac check on Iconway for my package, SurfR. The specific error I got and still get (I do not see the failing report anymore with Bioconductor v3.18, only the ERROR flag) is "Rhdf5lib was not compiled with support for the S3 VFD". My previous reviewer raised this concern #245 (comment). The check is successful on Linux nebbiolo1. I would greatly appreciate any advice or insights you might have regarding this matter. Thank you. Aurora |
Hi @auroramaurizio I've reached out to the Rhdf5lib maintainer about bumping the package version so that the mac binaries can be rebuilt. I have fixed the configurations on the macs according to the suggestions from @hpages. After we have the new version of Rhdf5lib, we should check SurfR's report on the merida1, the 3.19 intel mac. |
I've updated Rhdf5lib to create a new version of the package. Hopefully that will become available on the package builders in the next day or so. |
From @LiNk-NY
TENxIO requires S3 VFD in Rhdf5lib for tests and shows an error on Mac because the needed OpenSSL header files are not found (where they should be ?).
Error in H5Pset_fapl_ros3(fapl, s3credentials) :
Rhdf5lib was not compiled with support for the S3 VFD
Build report: https://bioconductor.org/checkResults/devel/bioc-LATEST/TENxIO/lconway-checksrc.html
There was a resolution of this issue posted on the support site: https://support.bioconductor.org/p/9134972/#9135002
Can S3 VFD be supported on the Mac builder?
The text was updated successfully, but these errors were encountered: