-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'm trying to install Rhdf5lib
from Bioc 3.11 and am running into an error. I'm pasting below the last chunk of output which contains some error messages. Full configuration output attached as well.
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
./H5make_libsettings > H5lib_settings.c || \
(test $HDF5_Make_Ignore && echo "*** Error ignored") || \
(rm -f H5lib_settings.c ; exit 1)
./H5make_libsettings: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
make[2]: *** [H5lib_settings.c] Error 1
make[2]: Leaving directory `/tmp/RtmpkjM40i/R.INSTALL31ccd7a1c3035/Rhdf5lib/src/hdf5/src'
make[1]: *** [lib] Error 1
make[1]: Leaving directory `/tmp/RtmpkjM40i/R.INSTALL31ccd7a1c3035/Rhdf5lib/src/hdf5/src'
make: *** [lib] Error 1
configure: HDF5_INCLUDE=hdf5/src
configure: HDF5_CXX_INCLUDE=hdf5/c++/src
configure: HDF5_HL_INCLUDE=hdf5/hl/src
configure: HDF5_HL_CXX_INCLUDE=hdf5/hl/c++/src
configure: HDF5_LIB=hdf5/src/.libs/libhdf5.a
configure: HDF5_CXX_LIB=hdf5/c++/src/.libs/libhdf5_cpp.a
configure: HDF5_HL_LIB=hdf5/hl/src/.libs/libhdf5_hl.a
configure: HDF5_HL_CXX_LIB=hdf5/hl/c++/src/.libs/libhdf5_hl_cpp.a
configure: SZIP_LIB=hdf5/szip/src/.libs/libsz.a
configure: creating ./config.status
config.status: creating src/Makevars
** libs
mkdir -p "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/src/"*.h "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/c++/src/"*.h "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/hl/src/"*.h "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
cp "hdf5/hl/c++/src/"*.h "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/include"
mkdir -p "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp "hdf5/src/.libs/libhdf5.a" "/arc/home/kdkortha/Rlibs/00LOCK-Rhdf5lib/00new/Rhdf5lib/lib/"
cp: cannot stat ‘hdf5/src/.libs/libhdf5.a’: No such file or directory
make: *** [copying] Error 1
ERROR: compilation failed for package ‘Rhdf5lib’
* removing ‘/arc/home/kdkortha/Rlibs/Rhdf5lib’
* restoring previous ‘/arc/home/kdkortha/Rlibs/Rhdf5lib’
All other packages are up-to-date - BiocManager::valid()
only flags 1 out-of-date package which is an earlier version of Rhdf5lib
built with R 3.6.2.
Any suggestions are greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels