Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobBlackwell/3a77a72c756eeca49f2c0e8a2c7e8841 to your computer and use it in GitHub Desktop.
Save RobBlackwell/3a77a72c756eeca49f2c0e8a2c7e8841 to your computer and use it in GitHub Desktop.
reb@HELIUM:~$ sudo apt-get install sbcl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfreetype6 os-prober
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
binfmt-support
Suggested packages:
sbcl-doc sbcl-source slime
The following NEW packages will be installed:
binfmt-support sbcl
0 upgraded, 2 newly installed, 0 to remove and 17 not upgraded.
Need to get 6,806 kB of archives.
After this operation, 51.7 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main binfmt-support amd64 2.1.4-1 [49.0 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe sbcl amd64 2:1.1.14-2 [6,757 kB]
Fetched 6,806 kB in 47s (142 kB/s)
E: Can not write log (Is /dev/pts mounted?) - openpty (2: No such file or directory)
Selecting previously unselected package binfmt-support.
(Reading database ... 24998 files and directories currently installed.)
Preparing to unpack .../binfmt-support_2.1.4-1_amd64.deb ...
Unpacking binfmt-support (2.1.4-1) ...
Selecting previously unselected package sbcl.
Preparing to unpack .../sbcl_2%3a1.1.14-2_amd64.deb ...
Unpacking sbcl (2:1.1.14-2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up binfmt-support (2.1.4-1) ...
update-binfmts: warning: binfmt_misc module seemed to be loaded, but no /proc/sys/fs/binfmt_misc directory! Giving up.
update-binfmts: warning: binfmt_misc module seemed to be loaded, but no /proc/sys/fs/binfmt_misc directory! Giving up.
update-binfmts: warning: binfmt_misc module seemed to be loaded, but no /proc/sys/fs/binfmt_misc directory! Giving up.
runlevel:/var/run/utmp: No such file or directory
invoke-rc.d: policy-rc.d denied execution of start.
Setting up sbcl (2:1.1.14-2) ...
update-binfmts: warning: binfmt_misc module seemed to be loaded, but no /proc/sys/fs/binfmt_misc directory! Giving up.
Processing triggers for ureadahead (0.100.0-16) ...
reb@HELIUM:~$ sbcl
WARNING:
Couldn't re-execute SBCL with proper personality flags (/proc isn't mounted? setuid?)
Trying to continue anyway.
This is SBCL 1.1.14.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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment