FredHutch / easybuild-life-sciences

Howto and implementation documentation
https://fredhutch.github.io/easybuild-life-sciences/
21 stars 6 forks source link

Request: filelock (R package) #496

Closed msto closed 3 years ago

msto commented 3 years ago

Hi,

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’

Thanks,

Matt

fizwit commented 3 years ago

filelock 1.0.2 is already installed in fhR/4.1.0

library("filelock") packageVersion("filelock") [1] ‘1.0.2’