-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compiling error in R-4.3 #20
Comments
I am suffering from the exact same error with the R 4.3 environment. Any solutions? |
Are you also using R and/or compilers installed with conda? Can you include the full output from the package installation here? |
Also having this issue. Trying to rebuild an {renv} environment that I developed on my laptop. I tried installing the bioconda package Conda environment:
Install error output below:
|
Hi @grimbough I am using conda environment, and used BiocManager::install("rhdf5filters"). Also tried to install by conda install -c bioconda bioconductor-rhdf5filters but it takes forever. Here is my error make[2]: *** [Makefile:9: v0/vbz_streamvbyte.o] Error 1
make[2]: Leaving directory '/tmp/RtmpTRrny6/R.INSTALL1fc432d2d0eed/rhdf5filters/src/vbz/vbz'
make[1]: *** [Makefile:25: vbz] Error 2
make[1]: Leaving directory '/tmp/RtmpTRrny6/R.INSTALL1fc432d2d0eed/rhdf5filters/src/vbz'
make: *** [Makevars:29: libH5Zvbz.so] Error 2
ERROR: compilation failed for package ‘rhdf5filters’
* removing ‘/home/rchung/miniconda3/envs/r_env/lib/R/library/rhdf5filters’
* restoring previous ‘/home/rchung/miniconda3/envs/r_env/lib/R/library/rhdf5filters’
The downloaded source packages are in
‘/tmp/Rtmpk2gYJ5/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done |
Thank you everyone for the extra information. Could you try running this command to install a version that hopefully fixes the issue: BiocManager::install("grimbough/rhdf5filters", ref = "sse3-conda") |
Hi @grimbough , for me still, the same error occurs Thank you! |
This succeeds for me, but package version installed is |
Hello @grimbough, |
Thanks. It be great if you could include a copy of the output so I can try and figure out what compiler settings are wrong. Everything after |
Thanks for the quick reply. Here it is:
|
Thanks @dlsoltero This seems a bit strange, as it looks the changes I made aren't being reflected in your installation. I would now expect the second line in the output you included to end with:
where the important part is If possible, could you try installing again, and somewhere near the start of the output there will be a line saying configure: configuring the VBZ filter
Using rhdf5filters sse3-conda branch
checking whether C compiler accepts -mavx... yes
checking for x86 avx instruction support... yes
Setting VBZ and STREAMBYTE flags
Substituting real VBZ and STREAMBYTE flags
configure: finished configuring the VBZ filter For easy reference, the install command is: BiocManager::install("grimbough/rhdf5filters", ref = "sse3-conda") |
Thanks for the help @grimbough, I'm not sure what was the problem but I did a clean install of the whole conda environment and that fixed the issue. |
Hi, I have this error while compiling rhdf5filters on R 4.3. Any hint?
The text was updated successfully, but these errors were encountered: