Skip to content

Instantly share code, notes, and snippets.

@sonicrules1234
Created February 26, 2010 17:45
Show Gist options
  • Save sonicrules1234/315943 to your computer and use it in GitHub Desktop.
Save sonicrules1234/315943 to your computer and use it in GitHub Desktop.
CL-USER> (asdf-install:install :usocket)
Install where?
1) System-wide install:
System in /usr/local/lib/sbcl/site-systems/
Files in /usr/local/lib/sbcl/site/
2) Personal installation:
System in /home/westly/.sbcl/systems/
Files in /home/westly/.sbcl/site/
--> 2
Downloading 36834 bytes from http://common-lisp.net/project/usocket/releases/usocket-0.4.1.tar.gz ...
Installing /home/westly/USOCKET.asdf-install-tmp in /home/westly/.sbcl/site/,/home/westly/.sbcl/systems/
usocket-0.4.1/
usocket-0.4.1/backend/
usocket-0.4.1/backend/sbcl.lisp
usocket-0.4.1/backend/allegro.lisp
usocket-0.4.1/backend/clisp.lisp
usocket-0.4.1/backend/scl.lisp
usocket-0.4.1/backend/lispworks.lisp
usocket-0.4.1/backend/armedbear.lisp
usocket-0.4.1/backend/cmucl.lisp
usocket-0.4.1/backend/openmcl.lisp
usocket-0.4.1/package.lisp
usocket-0.4.1/notes/
usocket-0.4.1/notes/lw-sockets.txt
usocket-0.4.1/notes/sb-bsd-sockets.txt
usocket-0.4.1/notes/openmcl-sockets.txt
usocket-0.4.1/notes/clisp-sockets.txt
usocket-0.4.1/notes/address-apis.txt
usocket-0.4.1/notes/cmucl-sockets.txt
usocket-0.4.1/notes/usock-sockets.txt
usocket-0.4.1/notes/allegro-socket.txt
usocket-0.4.1/notes/abcl-socket.txt
usocket-0.4.1/notes/active-sockets-apis.txt
usocket-0.4.1/notes/errors.txt
usocket-0.4.1/Makefile
usocket-0.4.1/LICENSE
usocket-0.4.1/test/
usocket-0.4.1/test/package.lisp
usocket-0.4.1/test/abcl.conf.in
usocket-0.4.1/test/your-lisp.conf.in
usocket-0.4.1/test/clisp.conf.in
usocket-0.4.1/test/cmucl.conf.in
usocket-0.4.1/test/sbcl.conf.in
usocket-0.4.1/test/usocket-test.asd
usocket-0.4.1/test/test-usocket.lisp
usocket-0.4.1/test/allegro.conf.in
usocket-0.4.1/doc/
usocket-0.4.1/doc/backends.txt
usocket-0.4.1/doc/design.txt
usocket-0.4.1/TODO
usocket-0.4.1/condition.lisp
usocket-0.4.1/run-usocket-tests.sh
usocket-0.4.1/usocket.lisp
usocket-0.4.1/usocket.asd
usocket-0.4.1/README
; loading system definition from /home/westly/.sbcl/systems/usocket.asd
; into #<PACKAGE "ASDF0">
; registering #<SYSTEM USOCKET {B7225F1}> as USOCKET
Downloading package SPLIT-SEQUENCE, required by usocket
Downloading 2601 bytes from http://ftp.linux.org.uk/pub/lisp/experimental/cclan/split-sequence.tar.gz ...
Installing /home/westly/SPLIT-SEQUENCE.asdf-install-tmp in /home/westly/.sbcl/site/,/home/westly/.sbcl/systems/
split-sequence/README.cCLan-install
split-sequence/split-sequence.asd
split-sequence/split-sequence.lisp
; loading system definition from
; /home/westly/.sbcl/systems/split-sequence.asd into #<PACKAGE "ASDF0">
; registering #<SYSTEM :SPLIT-SEQUENCE {BADBE49}> as SPLIT-SEQUENCE
; compiling file "/home/westly/.sbcl/site/split-sequence/split-sequence.lisp" (written 14 NOV 2001 07:08:20 AM):
; compiling (DEFPACKAGE "SPLIT-SEQUENCE" ...)
; compiling (IN-PACKAGE "SPLIT-SEQUENCE")
; compiling (DEFUN SPLIT-SEQUENCE ...)
; compiling (DEFUN SPLIT-SEQUENCE-IF ...)
; compiling (DEFUN SPLIT-SEQUENCE-IF-NOT ...)
; compiling (DEFUN PARTITION ...)
; compiling (DEFUN PARTITION-IF ...)
; compiling (DEFUN PARTITION-IF-NOT ...)
; compiling (DEFINE-COMPILER-MACRO PARTITION ...)
; compiling (DEFINE-COMPILER-MACRO PARTITION-IF ...)
; compiling (DEFINE-COMPILER-MACRO PARTITION-IF-NOT ...)
; compiling (PUSHNEW :SPLIT-SEQUENCE ...)
; /home/westly/.sbcl/site/split-sequence/split-sequence.fasl written
; compilation finished in 0:00:00.665
; compiling file "/home/westly/.sbcl/site/usocket-0.4.1/package.lisp" (written 22 OCT 2008 12:18:07 AM):
; compiling (DEFPACKAGE :USOCKET ...)
; /home/westly/.sbcl/site/usocket-0.4.1/package.fasl written
; compilation finished in 0:00:00.002
; compiling file "/home/westly/.sbcl/site/usocket-0.4.1/usocket.lisp" (written 22 OCT 2008 12:18:07 AM):
; compiling (IN-PACKAGE :USOCKET)
; compiling (DEFPARAMETER *WILDCARD-HOST* ...)
; compiling (DEFPARAMETER *AUTO-PORT* ...)
; compiling (DEFCLASS USOCKET ...)
; compiling (DEFCLASS STREAM-USOCKET ...)
; compiling (DEFCLASS STREAM-SERVER-USOCKET ...)
; compiling (DEFUN USOCKET-P ...)
; compiling (DEFUN STREAM-USOCKET-P ...)
; compiling (DEFUN STREAM-SERVER-USOCKET-P ...)
; compiling (DEFUN MAKE-SOCKET ...)
; compiling (DEFUN MAKE-STREAM-SOCKET ...)
; compiling (DEFUN MAKE-STREAM-SERVER-SOCKET ...)
; compiling (DEFGENERIC SOCKET-ACCEPT ...)
; compiling (DEFGENERIC SOCKET-CLOSE ...)
; compiling (DEFGENERIC GET-LOCAL-ADDRESS ...)
; compiling (DEFGENERIC GET-PEER-ADDRESS ...)
; compiling (DEFGENERIC GET-LOCAL-PORT ...)
; compiling (DEFGENERIC GET-PEER-PORT ...)
; compiling (DEFGENERIC GET-LOCAL-NAME ...)
; compiling (DEFGENERIC GET-PEER-NAME ...)
; compiling (DEFMACRO WITH-CONNECTED-SOCKET ...)
; compiling (DEFMACRO WITH-CLIENT-SOCKET ...)
; compiling (DEFMACRO WITH-SERVER-SOCKET ...)
; compiling (DEFMACRO WITH-SOCKET-LISTENER ...)
; compiling (DEFSTRUCT (WAIT-LIST #) ...)
; compiling (DEFUN MAKE-WAIT-LIST ...)
; compiling (DEFUN ADD-WAITER ...)
; compiling (DEFUN REMOVE-WAITER ...)
; compiling (DEFUN REMOVE-ALL-WAITERS ...)
; compiling (DEFUN WAIT-FOR-INPUT ...)
; compiling (DEFUN INTEGER-TO-OCTET-BUFFER ...)
; compiling (DEFUN OCTET-BUFFER-TO-INTEGER ...)
; compiling (DEFMACRO PORT-TO-OCTET-BUFFER ...)
; compiling (DEFMACRO IP-TO-OCTET-BUFFER ...)
; compiling (DEFMACRO PORT-FROM-OCTET-BUFFER ...)
; compiling (DEFMACRO IP-FROM-OCTET-BUFFER ...)
; compiling (DEFUN LIST-OF-STRINGS-TO-INTEGERS ...)
; compiling (DEFUN HBO-TO-DOTTED-QUAD ...)
; compiling (DEFUN HBO-TO-VECTOR-QUAD ...)
; compiling (DEFUN VECTOR-QUAD-TO-DOTTED-QUAD ...)
; compiling (DEFUN DOTTED-QUAD-TO-VECTOR-QUAD ...)
; compiling (DEFGENERIC HOST-BYTE-ORDER ...)
; compiling (DEFMETHOD HOST-BYTE-ORDER ...)
; compiling (DEFMETHOD HOST-BYTE-ORDER ...)
; compiling (DEFMETHOD HOST-BYTE-ORDER ...)
; compiling (DEFUN HOST-TO-HOSTNAME ...)
; compiling (DEFUN IP= ...)
; compiling (DEFUN IP/= ...)
; compiling (DEFUN GET-HOST-BY-NAME ...)
; compiling (DEFUN GET-RANDOM-HOST-BY-NAME ...)
; compiling (DEFUN HOST-TO-VECTOR-QUAD ...)
; compiling (DEFUN HOST-TO-HBO ...)
; compiling (DEFUN SPLIT-TIMEOUT ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; compiling (SETF (DOCUMENTATION # ...) ...)
; /home/westly/.sbcl/site/usocket-0.4.1/usocket.fasl written
; compilation finished in 0:00:00.968
; compiling file "/home/westly/.sbcl/site/usocket-0.4.1/condition.lisp" (written 26 DEC 2008 06:31:49 AM):
; compiling (IN-PACKAGE :USOCKET)
; compiling (DEFINE-CONDITION INSUFFICIENT-IMPLEMENTATION ...)
; compiling (DEFINE-CONDITION UNSUPPORTED ...)
; compiling (DEFINE-CONDITION UNIMPLEMENTED ...)
; compiling (DEFINE-CONDITION SOCKET-CONDITION ...)
; compiling (DEFINE-CONDITION SOCKET-ERROR ...)
; compiling (DEFINE-CONDITION NS-CONDITION ...)
; compiling (DEFINE-CONDITION NS-ERROR ...)
; compiling (DEFUN DEFINE-USOCKET-CONDITION-CLASS ...)
; compiling (DEFMACRO DEFINE-USOCKET-CONDITION-CLASSES ...)
; compiling (DEFINE-USOCKET-CONDITION-CLASSES (INTERRUPTED-CONDITION) ...)
; compiling (DEFINE-CONDITION UNKNOWN-CONDITION ...)
; compiling (DEFINE-USOCKET-CONDITION-CLASSES (ADDRESS-IN-USE-ERROR ADDRESS-NOT-AVAILABLE-ERROR ...) ...)
; compiling (DEFINE-CONDITION UNKNOWN-ERROR ...)
; compiling (DEFINE-USOCKET-CONDITION-CLASSES (NS-TRY-AGAIN) ...)
; compiling (DEFINE-CONDITION NS-UNKNOWN-CONDITION ...)
; compiling (DEFINE-USOCKET-CONDITION-CLASSES (NS-HOST-NOT-FOUND-ERROR NS-NO-RECOVERY-ERROR) ...)
; compiling (DEFINE-CONDITION NS-UNKNOWN-ERROR ...)
; compiling (DEFMACRO WITH-MAPPED-CONDITIONS ...)
; compiling (DEFPARAMETER +UNIX-ERRNO-CONDITION-MAP+ ...)
; compiling (DEFPARAMETER +UNIX-ERRNO-ERROR-MAP+ ...)
; compiling (DEFUN MAP-ERRNO-CONDITION ...)
; compiling (DEFUN MAP-ERRNO-ERROR ...)
; compiling (DEFPARAMETER +UNIX-NS-ERROR-MAP+ ...)
; compiling (DEFMACRO UNSUPPORTED ...)
; compiling (DEFMACRO UNIMPLEMENTED ...)
; /home/westly/.sbcl/site/usocket-0.4.1/condition.fasl written
; compilation finished in 0:00:00.271
; compiling file "/home/westly/.sbcl/site/usocket-0.4.1/backend/sbcl.lisp" (written 26 DEC 2008 06:31:49 AM):
; compiling (IN-PACKAGE :USOCKET)
; compiling (DEFUN GET-HOST-NAME ...)
; compiling (DEFUN MAP-SOCKET-ERROR ...)
; compiling (DEFPARAMETER +SBCL-CONDITION-MAP+ ...)
; compiling (DEFPARAMETER +SBCL-ERROR-MAP+ ...)
; compiling (DEFUN HANDLE-CONDITION ...)
; compiling (DEFUN SOCKET-CONNECT ...)
; compiling (DEFUN SOCKET-LISTEN ...)
; compiling (DEFMETHOD SOCKET-ACCEPT ...)
; compiling (DEFMETHOD SOCKET-CLOSE ...)
; compiling (DEFMETHOD SOCKET-CLOSE ...)
; compiling (DEFMETHOD GET-LOCAL-NAME ...)
; compiling (DEFMETHOD GET-PEER-NAME ...)
; compiling (DEFMETHOD GET-LOCAL-ADDRESS ...)
; compiling (DEFMETHOD GET-PEER-ADDRESS ...)
; compiling (DEFMETHOD GET-LOCAL-PORT ...)
; compiling (DEFMETHOD GET-PEER-PORT ...)
; compiling (DEFUN GET-HOST-BY-ADDRESS ...)
; compiling (DEFUN GET-HOSTS-BY-NAME ...)
; compiling (DEFUN %SETUP-WAIT-LIST ...)
; compiling (DEFUN %ADD-WAITER ...)
; compiling (DEFUN %REMOVE-WAITER ...)
; compiling (DEFUN WAIT-FOR-INPUT-INTERNAL ...)
; file: /home/westly/.sbcl/site/usocket-0.4.1/backend/sbcl.lisp
; in: DEFUN WAIT-FOR-INPUT-INTERNAL
; (ADDR USOCKET::RFDS)
; --> SB-ALIEN-INTERNALS:%LOCAL-ALIEN-ADDR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment