System.Directory.getPermissions crashes when checking file on read-only file system

4 Feb
2014
4 Feb
'14
11:34 p.m.
Prelude> System.Directory.getPermissions "/usr/bin/ld" *** Exception: /usr/bin/ld: fileAccess: permission denied (Read-only file system) That seems wrong. An access(*, W_OK) syscall by design should return EROFS on a read-only file system by specification. This breaks Cabal on SmartOS since /usr is read-only by design and Cabal calls getPermissions "/usr/bin/ld". Is this a Cabal bug or a directory library bug? I am happy to contribute to fixing this in any way I can. Best, Alain
4122
Age (days ago)
4122
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alain O'Dea
-
Gregory Collins