Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- true && make deps || true
- make: *** No rule to make target 'check-binary', needed by 'check'.
- make[1]: Entering directory '/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad'
- true && sbcl --no-userinit --non-interactive \
- --eval '(require "asdf")' \
- --load quicklisp/setup.lisp \
- --load volemad.asd \
- --eval '(ql:quickload :volemad)' \
- --eval '(uiop:quit)' || true
- This is SBCL 2.0.3, 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.
- To load "volemad":
- Load 1 ASDF system:
- volemad
- ; Loading "volemad"
- .....
- make[1]: Leaving directory '/home/yochanan/Documents/pkgbuilds/volemad-git/src/volemad'
- env VOLEMAD_INTERNAL_QUICKLISP=true sbcl --no-userinit --non-interactive \
- --eval '(require "asdf")' \
- --eval '(when (string= (uiop:getenv "VOLEMAD_INTERNAL_QUICKLISP") "true") (load "quicklisp/setup.lisp"))' \
- --load volemad.asd \
- --eval '(asdf:test-system :volemad)' \
- --eval '(uiop:quit)'
- This is SBCL 2.0.3, 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.
- 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.
- 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.
- 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.
- 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.
- make: Target 'check' not remade because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement