Created
November 3, 2015 18:39
-
-
Save snmsts/a53317e14888dcd25bcc to your computer and use it in GitHub Desktop.
とりあえずは解散
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ubuntu:~$ ros setup | |
Installing sbcl-bin... | |
No SBCL version specified. Downloading platform-table.html to see the available versions... | |
########################################################################## 100% | |
Installing sbcl-bin/1.3.0... | |
Downloading http://prdownloads.sourceforge.net/sbcl/sbcl-1.3.0-arm64-linux-binary.tar.bz2 | |
########################################################################## 100% | |
Extracting sbcl-bin-1.3.0-arm64-linux.tar.bz2 to /home/ubuntu/.roswell/src/sbcl-1.3.0-arm64-linux/ | |
Building sbcl-bin/1.3.0... Done. | |
Installing Quicklisp... | |
Downloading http://beta.quicklisp.org/quicklisp.lisp | |
########################################################################## 100% | |
fatal error encountered in SBCL pid 9698: | |
unboxed object in scavenge_control_stack: 0x7f8628e030->5, start=0x7f8628e000, end=0x7f8628e8b0 | |
Welcome to LDB, a low-level debugger for the Lisp runtime environment. | |
ldb> quit | |
Really quit? [y] y | |
ubuntu@ubuntu:~$ uname -a | |
Linux ubuntu 3.19.0-31-generic #36-Ubuntu SMP Wed Oct 7 15:08:43 UTC 2015 aarch64 aarch64 aarch64 GNU/Linux | |
ubuntu@ubuntu:~$ cd ~/.roswell/src/sbcl-1.3.0-arm64-linux/ | |
ubuntu@ubuntu:~/.roswell/src/sbcl-1.3.0-arm64-linux$ ./run-sbcl.sh | |
(running SBCL from: .) | |
This is SBCL 1.3.0, 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. | |
fatal error encountered in SBCL pid 9093: | |
unboxed object in scavenge_control_stack: 0x7f7fd06030->5, start=0x7f7fd06000, end=0x7f7fd068b0 | |
Welcome to LDB, a low-level debugger for the Lisp runtime environment. | |
ldb> quit | |
Really quit? [y] y | |
ubuntu@ubuntu:~/.roswell/src/sbcl-1.3.0-arm64-linux$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment