byulparan / cl-collider

A SuperCollider client for CommonLisp
Other
218 stars 23 forks source link

Some systems failed to build for Quicklisp dist #93

Closed quicklisp closed 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.0.5 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id e7a3843403732cecff120337ea5eceae83b02b97

cl-collider fails to build with the following error:

Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10008D8083}>: Failed to find the TRUENAME of /home/quicklisp/quicklisp-controller/dist/build-cache/cl-collider/2e609597811a946b6a2e568486e2e7cdb83e1e63/cl-collider-20201219-git/ugens/BufIO.lisp: No such file or directory

Full log here

byulparan commented 3 years ago

It seems case sensitive problem. recently I changed name of some file(bufio.lisp -> BufIO.lisp). maybe It's fixed.

quicklisp commented 3 years ago

Thank you, but now a file named PitchDetection.lisp is missing.

byulparan commented 3 years ago

sorry! I was fixed them. please recheck it.

quicklisp commented 3 years ago

It builds fine for me now, thanks!