Advertisement
yochananmarqos

Untitled

May 25th, 2020
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.96 KB | None | 0 0
  1. true && make deps || true
  2. make: *** No rule to make target 'check-binary', needed by 'check'.
  3. make[1]: Entering directory '/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad'
  4. true && sbcl --no-userinit --non-interactive \
  5.     --eval '(require "asdf")' \
  6.     --load quicklisp/setup.lisp \
  7.     --load volemad.asd \
  8.     --eval '(ql:quickload :volemad)' \
  9.     --eval '(uiop:quit)' || true
  10. This is SBCL 2.0.3, an implementation of ANSI Common Lisp.
  11. More information about SBCL is available at <http://www.sbcl.org/>.
  12.  
  13. SBCL is free software, provided as is, with absolutely no warranty.
  14. It is mostly in the public domain; some portions are provided under
  15. BSD-style licenses.  See the CREDITS and COPYING files in the
  16. distribution for more information.
  17. To load "volemad":
  18.   Load 1 ASDF system:
  19.     volemad
  20. ; Loading "volemad"
  21. .....
  22. make[1]: Leaving directory '/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad'
  23. env VOLEMAD_INTERNAL_QUICKLISP=true sbcl --no-userinit --non-interactive \
  24.     --eval '(require "asdf")' \
  25.     --eval '(when (string= (uiop:getenv "VOLEMAD_INTERNAL_QUICKLISP") "true") (load "quicklisp/setup.lisp"))' \
  26.     --load volemad.asd \
  27.     --eval '(asdf:test-system :volemad)' \
  28.     --eval '(uiop:quit)'
  29. This is SBCL 2.0.3, an implementation of ANSI Common Lisp.
  30. More information about SBCL is available at <http://www.sbcl.org/>.
  31.  
  32. SBCL is free software, provided as is, with absolutely no warranty.
  33. It is mostly in the public domain; some portions are provided under
  34. BSD-style licenses.  See the CREDITS and COPYING files in the
  35. distribution for more information.
  36. WARNING: System definition file #P"/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad/quicklisp/dists/quicklisp/software/puri-20180228-git/puri.asd" contains definition for system "puri-tests". Please only define "puri" and secondary systems with a name starting with "puri/" (e.g. "puri/test") in that file.
  37. WARNING: System definition file #P"/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad/quicklisp/dists/quicklisp/software/cl-base64-20150923-git/cl-base64.asd" contains definition for system "cl-base64-tests". Please only define "cl-base64" and secondary systems with a name starting with "cl-base64/" (e.g. "cl-base64/test") in that file.
  38. WARNING: System definition file #P"/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad/quicklisp/dists/quicklisp/software/flexi-streams-20200427-git/flexi-streams.asd" contains definition for system "flexi-streams-test". Please only define "flexi-streams" and secondary systems with a name starting with "flexi-streams/" (e.g. "flexi-streams/test") in that file.
  39. WARNING: System definition file #P"/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad/quicklisp/dists/quicklisp/software/cl-ppcre-20190521-git/cl-ppcre.asd" contains definition for system "cl-ppcre-test". Please only define "cl-ppcre" and secondary systems with a name starting with "cl-ppcre/" (e.g. "cl-ppcre/test") in that file.
  40. make: Target 'check' not remade because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement