fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
776 stars 62 forks source link

Failing to find .gitignore error #7

Closed adam-stokes closed 12 years ago

adam-stokes commented 12 years ago

This is SBCL 1.0.55.0.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.

SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.

writing /src/gengo//.gitignore

debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread

<THREAD "initial thread" RUNNING {1002998F03}>:

The path #P"/src/gengo//.gitignore" does not exist.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Exit debugger, returning to top level.

(OPEN

P"/src/gengo//.gitignore"

:DIRECTION :OUTPUT :ELEMENT-TYPE BASE-CHAR :IF-EXISTS :SUPERSEDE :IF-DOES-NOT-EXIST NIL :EXTERNAL-FORMAT :DEFAULT) 0]

Im still pretty new to lisp but I've tried in several different directories and as a different user but all getting same error.

Any ideas? Thanks

fukamachi commented 12 years ago

Thank you for using Caveman!

I'm afraid but it seems a bug of CL-Project on SBCL. I fixed CL-Project on this commit a short while ago.

This change will be in the Quicklisp update of the beginning of May.

There are two candicates to avoid this now.

Sorry for the inconvenience.

adam-stokes commented 12 years ago

For reference, CCL worked fine. Thanks!