5

My ultimate goal here is to get the system FLEXI-TRIVIAL-DIRED (http://common-lisp.net/project/ftd/) to compile, which I'm having trouble with because I can't find one of the required packages, CFFI-UNIX anywhere.

Does anyone know what happened to it, why it originally existed, if it was merged into another project, why this was, etc.

Gabriel Laddel
  • 147
  • 3
  • 9

1 Answers1

6

The system used to "provide a portable interface to Unix functionality, with a focus on networking". Looking at the source of FTD, you can see it calling cffi-unix::getgrgid. This functionallity is now provided (superseded) by osicat.

coredump
  • 37,664
  • 5
  • 43
  • 77