SquircleSpace / shcl

SHell in Common Lisp
Apache License 2.0
318 stars 17 forks source link

[packaging] reference to $srcdir; fstat is undefined. #30

Open WillForan opened 3 years ago

WillForan commented 3 years ago

I'm trying to package for archlinux. (https://github.com/WillForan/shcl/blob/archlinux/archlinux/PKGBUILD) I added options=(!strip) to keep makepkg from totally destroying the shcl binary, but as a result:

==> WARNING: Package contains reference to $srcdir usr/bin/shcl

shcl launches and there is prompt. but I pushed tab and see

debugger invoked on a SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR in thread

<THREAD "main thread" RUNNING {1002DF8103}>:

The alien function "fstat" is undefined.

szos commented 2 years ago

Building from source, pressing tab produces the same error, as does the builtin cd. My best guess is that cffi isnt propperly grovelling (is that the right verb?) the c function "fstat".