Open almahmoud opened 2 weeks ago
ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.6 /usr/lib/x86_64-linux-gnu/libtiff.so.5
seems to bypass the issue. Uninstalling libtiff6-dev and only installing libtiff5-dev doesn't work, libtiff5-dev seems to always come with libtiff6. Haven't looked too much into it though
Within the 3.20 container, I got EBImage to install by installing the CRAN source package for tiff with R CMD INSTALL prior to BiocManager::install("EBImage")
wget https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz
R CMD INSTALL tiff_0.1-12.tar.gz
# now in R use BiocManager::install("EBImage")
Good catch... I think the issue is that it's trying to use a wrong binary
EBImage is failing in 3.20 with
Likely due to missing sysdep, but noting here to look into it later