Could the filelock package please be added to the fhR/4.1.0-foss-2020b library? I'm encountering compilation errors when trying to install to my home library.
filelock-unix.c: In function ‘filelock__interruptible’:
filelock-unix.c:43:20: error: storage size of ‘sa’ isn’t known
43 | struct sigaction sa;
| ^~
filelock-unix.c: At top level:
filelock-unix.c:17:18: error: storage size of ‘filelock_old_sa’ isn’t known
17 | struct sigaction filelock_old_sa;
| ^~~~~~~~~~~~~~~
/app/software/R/4.1.0-foss-2020b/lib64/R/etc/Makeconf:168: recipe for target 'filelock-unix.o' failed
make: *** [filelock-unix.o] Error 1
ERROR: compilation failed for package ‘filelock’
* removing ‘/home/mstone/R/x86_64-pc-linux-gnu-library/4.1/filelock’
Hi,
Could the
filelock
package please be added to thefhR/4.1.0-foss-2020b
library? I'm encountering compilation errors when trying to install to my home library.Thanks,
Matt