DESeq2 1.40.0 binary install issue on macOS x86 (Bioconductor 3.17)
2
0
Entering edit mode
@mjsteinbaugh
Last seen 5 months ago
Cambridge, MA

Hi Bioconductor team,

I noticed an install issue with the current DESeq2 1.40.0 binary build on macOS x86. The package is failing to load unless gfortran is installed at /opt/gfortran, from the macOS tools installer. Weirdly I'm only seeing this error inside of RStudio but not R running in the terminal.

BiocManager::install("DESeq2")
library(DESeq2)
Error: package or namespace load failed for ‘DESeq2’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/site-library/DESeq2/libs/DESeq2.so':
  dlopen(/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/site-library/DESeq2/libs/DESeq2.so, 0x0006): Library not loaded: /opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib
  Referenced from: <C3CB82F6-4A9D-3B4B-A615-F82E978977AC> /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/site-library/DESeq2/libs/DESeq2.so
  Reason: tried: '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/usr/local/lib/libgfortran.5.dylib' (no such file), '/usr/lib/libgfortran.5.dylib' (no such file, not in dyld cache)
Backtrace:
    ▆
 1. └─base::library(DESeq2)
 2.   └─base::tryCatch(...)
 3.     └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 4.       └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 5.         └─value[[3L]](cond)

Session info:

R version 4.3.0 (2023-04-21)
Platform: x86_64-apple-darwin20 (64-bit)
Running under: macOS Ventura 13.3.1

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib;  LAPACK version 3.11.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: America/New_York
tzcode source: internal

attached base packages:
[1] stats4    stats     graphics  grDevices utils     datasets 
[7] methods   base     

other attached packages:
 [1] SummarizedExperiment_1.30.0 Biobase_2.60.0             
 [3] MatrixGenerics_1.12.0       matrixStats_0.63.0         
 [5] GenomicRanges_1.52.0        GenomeInfoDb_1.36.0        
 [7] IRanges_2.34.0              S4Vectors_0.38.0           
 [9] BiocGenerics_0.46.0         AcidDevTools_0.6.5         

loaded via a namespace (and not attached):
 [1] Matrix_1.5-4            gtable_0.3.3           
 [3] dplyr_1.1.2             compiler_4.3.0         
 [5] tidyselect_1.2.0        Rcpp_1.0.10            
 [7] bitops_1.0-7            parallel_4.3.0         
 [9] later_1.3.0             scales_1.2.1           
[11] BiocParallel_1.34.0     lattice_0.21-8         
[13] ggplot2_3.4.2           R6_2.5.1               
[15] XVector_0.40.0          generics_0.1.3         
[17] tibble_3.2.1            DelayedArray_0.25.0    
[19] munsell_0.5.0           GenomeInfoDbData_1.2.10
[21] pillar_1.9.0            rlang_1.1.0            
[23] utf8_1.2.3              cli_3.6.1              
[25] magrittr_2.0.3          zlibbioc_1.46.0        
[27] locfit_1.5-9.7          grid_4.3.0             
[29] rstudioapi_0.14         lifecycle_1.0.3        
[31] vctrs_0.6.2             glue_1.6.2             
[33] codetools_0.2-19        RCurl_1.98-1.12        
[35] fansi_1.0.4             colorspace_2.1-0       
[37] pkgconfig_2.0.3         tools_4.3.0

Best, Mike

DESeq2 • 2.6k views
ADD COMMENT
5
Entering edit mode

This is an issue with how the Mac binaries are being created. I'm working on a fix and we'll need to generate new binaries, which should be available later this week .

ADD REPLY
0
Entering edit mode

Any update on this? I'm still seeing macOS Binary (arm64) DESeq2_1.39.8.tgz right?

ADD REPLY
0
Entering edit mode

Ok, I've got the 3.17 binaries now. thanks!

ADD REPLY
2
Entering edit mode
@mikelove
Last seen 12 hours ago
United States

The RStudio vs R thing is really puzzling. Definitely they are using same R version?

Edit: note that Mac binaries are being re-generated and will be available shortly, fixing this directly without users needing to customize anything locally.

ADD COMMENT
1
Entering edit mode

Michael Love I've noticed that RStudio Desktop doesn't seem to handle ldpaths configuration as expected, which is causing differences in configuration between R and RStudio.

I've filed an issue here, if anybody else is seeing this: https://github.com/rstudio/rstudio/issues/13085

ADD REPLY
0
Entering edit mode

And unfortunately radian (which is recommended in Visual Studio Code) also has this issue on macOS. We shouldn't assume that external libraries are always managed by Homebrew and installed into /usr/local.

I've filed a pull request here: https://github.com/randy3k/radian/pull/417

ADD REPLY
0
Entering edit mode

I am having the same problem. I had many issues after updating R to R 4.3.0 on my x86 mac so I removed R, R studio and all the packages and installed everything back again and I am still getting the same error using R (4.3.0) or Rstudio :

Error: package or namespace load failed for ‘DESeq2’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/DESeq2/libs/DESeq2.so': dlopen(/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/DESeq2/libs/DESeq2.so, 0x0006): Library not loaded: /opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib Referenced from: <C3CB82F6-4A9D-3B4B-A615-F82E978977AC> /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/DESeq2/libs/DESeq2.so Reason: tried: '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/usr/local/lib/libgfortran.5.dylib' (no such file), '/usr/lib/libgfortran.5.dylib' (no such fi

ADD REPLY
0
Entering edit mode

Just wondering if there is there a solution to this problem? I am also having the same issue. Tried uninstalling and re-installing everything as well. This is what I get when I try to run: library(DESeq2)

Error: package or namespace load failed for ‘SummarizedExperiment’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/DelayedArray/libs/DelayedArray.so': dlopen(/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/DelayedArray/libs/DelayedArray.so, 0x0006): Library not loaded: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libR.dylib Referenced from: <EDE51B32-2890-3560-A0D7-929FC0937E19> /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/DelayedArray/libs/DelayedArray.so Reason: tried: '/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libR.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libR.dylib' (no such file), '/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libR.dylib' (no such file), '/usr/local/lib/libR.dylib' (no such file), '/usr/lib/libR.dylib' (no such file, not in dyld cache) Error: package ‘SummarizedExperiment’ could not be loaded

ADD REPLY
0
Entering edit mode
@kasper-daniel-hansen-2979
Last seen 10 months ago
United States

Have you installed gfortran 12.2 from https://mac.r-project.org/tools/

That should fix Michael x2's problems. Although I do think that binaries are supposed to statically link against gfortran so that users should not have to install this package.

For Cynthia, it does not seem to be gfortran related, but I am a bit perplexed about why it is trying to load 4.2/Resources/lib/libR.dylib (wrong version).

ADD COMMENT
0
Entering edit mode

I tried dozen of solutions. I downloaded gcc (I believe #13) from Homebrew as well as the one from macPorts but it doesn't work.

ADD REPLY
0
Entering edit mode

Feel free to wait for the central fix.

But note that I gave a very specific link, to a very specific compiler (the compiler used for R 4.3), which will work. I was not saying install any compiler. In general, you should not expect tools from Macports or Homebrew to work with the official binaries.

ADD REPLY
0
Entering edit mode

I just tried your suggestion and it works! Thanks a lot and sorry for having being slow in believing in your advice!

ADD REPLY

Login before adding your answer.

Traffic: 501 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6