rip-l on sbcl-0.9.9-darwin-ppc - Details

Started at:2006-04-16 01:44:24
Ended at:2006-04-16 01:44:40
Elapsed time (seconds):16
Depends On:sb-bsd-sockets
Most recent change:2004-01-22 10:20:29
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/README

REPL Output

;;; ASDF-INSTALL: Downloading 13091 bytes from http://www.xach.com/rip-l/rip-l-0.4.tar.gz to /Users/gwking/temporary/asdf-test/RIP-L.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/RIP-L.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
rip-l-0.4/
rip-l-0.4/ChangeLog
rip-l-0.4/README
rip-l-0.4/cddb.lisp
rip-l-0.4/config.lisp
rip-l-0.4/controller.lisp
rip-l-0.4/encoder.lisp
rip-l-0.4/file-manipulation.lisp
rip-l-0.4/linux-cdrom.lisp
rip-l-0.4/lite.lisp
rip-l-0.4/network.lisp
rip-l-0.4/package.lisp
rip-l-0.4/protocol.lisp
rip-l-0.4/queue.lisp
rip-l-0.4/rip-l.asd
rip-l-0.4/ripper.lisp
rip-l-0.4/tagger.lisp
rip-l-0.4/utility.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/package.lisp" (written 21 JAN 2004 10:20:53 PM):
; compiling (DEFPACKAGE "RIP-L" ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/linux-cdrom.lisp" (written 21 JUN 2003 11:57:39 AM):
; compiling (DEFPACKAGE "LINUX-CDROM" ...)
; compiling (IN-PACKAGE "LINUX-CDROM")
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DEFINE-ALIEN-TYPE NIL ...)
; compiling (DEFCONSTANT CDROM-DRIVE-STATUS ...)
; compiling (DEFCONSTANT CDROM-DISC-STATUS ...)
; compiling (DEFCONSTANT CDROM-EJECT ...)
; compiling (DEFCONSTANT CDROM-CLOSETRAY ...)
; compiling (DEFCONSTANT CDS-NO-INFO ...)
; compiling (DEFCONSTANT CDS-NO-DISC ...)
; compiling (DEFCONSTANT CDS-TRAY-OPEN ...)
; compiling (DEFCONSTANT CDS-DRIVE-NOT-READY ...)
; compiling (DEFCONSTANT CDS-DISC-OK ...)
; compiling (DEFCONSTANT CDS-AUDIO ...)
; compiling (DEFCONSTANT CDS-DATA-1 ...)
; compiling (DEFCONSTANT CDS-DATA-2 ...)
; compiling (DEFCONSTANT CDS-XA-2-1 ...)
; compiling (DEFCONSTANT CDS-XA-2-2 ...)
; compiling (DEFCONSTANT CDS-MIXED ...)
; compiling (DEFCONSTANT CDROM-READ-TOC-HEADER ...)
; compiling (DEFCONSTANT CDROM-READ-TOC-ENTRY ...)
; compiling (DEFCONSTANT CDROM-MSF ...)
; compiling (DEFCONSTANT O_RDONLY ...)
; compiling (DEFCONSTANT O_NONBLOCK ...)
; compiling (DEFMACRO WITH-OPEN-FD ...)
; compiling (DEFUN SIMPLE-IOCTL ...)
; compiling (DEFUN IOCTL-TOCHDR ...)
; compiling (DEFUN IOCTL-TOCENTRY ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/linux-cdrom.lisp
; in: DEFUN IOCTL-TOCENTRY
;     (SLOT (SLOT LINUX-CDROM::ENTRY 'ADDR) 'LINUX-CDROM::MSF)
; --> SB-ALIEN-INTERNALS:EXTRACT-ALIEN-VALUE SB-ALIEN-INTERNALS:NATURALIZE 
; ==>
;   (SB-ALIEN-INTERNALS:%SAP-ALIEN ALIEN
;                                  '#<SB-ALIEN-INTERNALS:ALIEN-RECORD-TYPE (STRUCT
;                                                                           LINUX-CDROM::CDROM-MSF0
;                                                                           (LINUX-CDROM::MINUTE
;                                                                            (UNSIGNED
;                                                                             8))
;                                                                           (SECOND
;                                                                            (UNSIGNED
;                                                                             8))
;                                                                           (LINUX-CDROM::FRAME
;                                                                            (UNSIGNED
;                                                                             8)))>)
; 
; note: unable to
;   optimize
; because:
;   could not optimize away %SAP-ALIEN: forced to do runtime 
; allocation of alien-value structure

; compiling (DEFUN EJECT ...)
; compiling (DEFUN UNEJECT ...)
; compiling (DEFUN TRACK-FRAME-OFFSETS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/linux-cdrom.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/cddb.lisp" (written 18 JUN 2003 09:06:25 PM):
; compiling (REQUIRE (QUOTE SB-BSD-SOCKETS))
; compiling (DEFPACKAGE "CDDB" ...)
; compiling (IN-PACKAGE "CDDB")
; compiling (DEFPARAMETER *SERVER-LIST* ...)
; compiling (DEFPARAMETER *CACHE-DIRECTORY* ...)
; compiling (DEFVAR *CLIENT-NAME* ...)
; compiling (DEFVAR *CLIENT-VERSION* ...)
; compiling (DEFVAR *CDDB-CATEGORIES* ...)
; compiling (DEFCLASS CD ...)
; compiling (DEFUN MAKE-CD ...)
; compiling (DEFGENERIC WRITE-CDDB-ENTRY ...)
; compiling (DEFMETHOD WRITE-CDDB-ENTRY ...)
; compiling (DEFMETHOD CD-TRACK-TITLE ...)
; compiling (DEFMETHOD CD-TRACK-COUNT ...)
; compiling (DEFGENERIC STARTS-WITH ...)
; compiling (DEFMETHOD STARTS-WITH ...)
; compiling (DEFMETHOD STARTS-WITH ...)
; compiling (DEFUN PARSE-INTEGER-AFTER ...)
; compiling (DEFUN PARSE-TRACK-OFFSETS ...)
; compiling (DEFUN PARSE-TITLE ...)
; compiling (DEFUN PARSE-CDDB-ENTRY ...)
; compiling (DEFMACRO WHEREAS ...)
; compiling (DEFUN READ-AND-TRIM-LINE ...)
; compiling (DEFUN CDDB-SUM ...)
; compiling (DEFUN COMPUTE-DISCID ...)
; compiling (DEFUN CDDB-HELLO-STRING ...)
; compiling (DEFUN CDDB-QUERY-STRING ...)
; compiling (DEFUN CDDB-READ-STRING ...)
; compiling (DEFINE-CONDITION CDDB-PROTOCOL-ERROR ...)
; compiling (DEFSTRUCT SERVER-MESSAGE ...)
; compiling (DEFUN SERVER-READ-LINE ...)
; compiling (DEFUN SERVER-READ-EXTENDED ...)
; compiling (DEFUN SERVER-SEND-LINE ...)
; compiling (DEFUN PARSE-SERVER-LINE ...)
; compiling (DEFUN SERVER-RESPONSE-CODE ...)
; compiling (DEFUN SERVER-CHECK-BANNER ...)
; compiling (DEFUN SERVER-HELLO ...)
; compiling (DEFUN SERVER-QUERY ...)
; compiling (DEFUN SERVER-READ-ENTRY ...)
; compiling (DEFUN SERVER-HOSTNAME ...)
; compiling (DEFUN SERVER-PORT ...)
; compiling (DEFUN SERVER-CONNECT ...)
; compiling (DEFUN CDDB-SERVER ...)
; compiling (DEFVAR *CDDB-CDS* ...)
; compiling (DEFUN MEMORY-CACHE-LOOKUP ...)
; compiling (DEFUN MEMORY-CACHE-ALBUM ...)
; compiling (DEFUN FILE-ENTRY-PATHNAME ...)
; compiling (DEFUN FILE-CACHED-P ...)
; compiling (DEFUN FILE-CACHE-ENTRY ...)
; compiling (DEFUN FILE-CACHE-LOOKUP ...)
; compiling (DEFUN NETWORK-LOOKUP ...)
; compiling (DEFUN LOOKUP ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/cddb.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/utility.lisp" (written 21 JAN 2004 10:20:39 PM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFUN SIMPLE-RUN-PROGRAM ...)
; compiling (DEFVAR *LOG-STREAM* ...)
; compiling (DEFUN LOG-TIMESTAMP ...)
; compiling (DEFUN LOG ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/utility.lisp
; in: DEFUN LOG
;     (DEFUN RIP-L::LOG (RIP-L::FORMAT-STRING &REST RIP-L::ARGS) NIL)
; --> PROGN EVAL-WHEN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA 
; ==>
;   #'(SB-INT:NAMED-LAMBDA RIP-L::LOG
;                          (RIP-L::FORMAT-STRING &REST RIP-L::ARGS)
;                          (BLOCK RIP-L::LOG NIL))
; 
; caught STYLE-WARNING:
;   The variable FORMAT-STRING is defined but never used.
; 
; caught STYLE-WARNING:
;   The variable ARGS is defined but never used.

; compiling (DEFUN HOMEDIR-PLUS ...)
; compiling (DEFUN NATIVE-FILENAME ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/utility.lisp
; in: DEFUN NATIVE-FILENAME
;     (WRITE-STRING DIRECTORY RIP-L::S)
; ==>
;   DIRECTORY
; 
; note: deleting unreachable code

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/utility.fasl written
; compilation finished in 0:00:01
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {10006E79}> on
   #<CL-SOURCE-FILE "utility" {100DFE99}>.
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/protocol.lisp" (written 18 JUN 2003 08:14:56 PM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFUN STREAM-FROM-SOCKET ...)
; compiling (DEFUN MAKE-SERVER ...)
; compiling (DEFUN TELL ...)
; compiling (DEFUN SEND-MESSAGE ...)
; compiling (DEFUN READ-MESSAGE ...)
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFUN PARSE-MESSAGE ...)
; compiling (DEFUN MESSAGE-KEYWORD ...)
; compiling (DEFUN MESSAGE-ARGS ...)
; compiling (DEFUN CHECK-RESPONSE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/protocol.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/network.lisp" (written 14 JUN 2003 11:23:47 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFUN TCP-CONNECT ...)
; compiling (DEFUN MAKE-TCP-LISTENER ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/network.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/queue.lisp" (written 14 JUN 2003 11:23:47 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFUN MAKE-QUEUE ...)
; compiling (DEFMACRO QUEUE-HEAD ...)
; compiling (DEFMACRO QUEUE-TAIL ...)
; compiling (DEFUN ENQUEUE ...)
; compiling (DEFUN DEQUEUE ...)
; compiling (DEFSTRUCT AQUEUE ...)
; compiling (DEFUN ADEQUEUE ...)
; compiling (DEFUN AENQUEUE ...)
; compiling (DEFUN AQUEUE-LENGTH ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/queue.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/file-manipulation.lisp" (written 14 JUN 2003 11:23:47 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFVAR *STREAM-BUFFER-SIZE* ...)
; compiling (DEFUN COPY-STREAM ...)
; compiling (DEFUN COPY-FILE ...)
; compiling (DEFUN MOVE-FILE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/file-manipulation.fasl written
; compilation finished in 0:00:00
STYLE-WARNING: implicitly creating new generic function CD-TRACK-TITLE
STYLE-WARNING: implicitly creating new generic function CD-TRACK-COUNT
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/tagger.lisp" (written 14 JUN 2003 11:23:47 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFPARAMETER *OGG-TAGGER-PROGRAM* ...)
; compiling (DEFUN OGG-TAG ...)
; compiling (DEFUN MP3-TAG ...)
; compiling (DEFPARAMETER *TAGGER-FUNCTION* ...)
; compiling (DEFUN TAG-ENCODED-FILE ...)
; compiling (DEFUN MAKE-TAG-OUTPUT-FILENAME ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/tagger.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/ripper.lisp" (written 14 JUN 2003 11:23:47 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFPARAMETER *RIPPER-DRIVE-POLL-INTERVAL* ...)
; compiling (DEFPARAMETER *RIP-OUTPUT-DIRECTORY* ...)
; compiling (DEFPARAMETER *RIPPER-PROGRAM* ...)
; compiling (DEFUN MAKE-RIP-OUTPUT-FILENAME ...)
; compiling (DEFUN CDPARANOIA-RIP ...)
; compiling (DEFUN RIP ...)
; compiling (DEFUN EJECT ...)
; compiling (DEFUN NEW-DISC ...)
; compiling (DEFUN RIPPER ...)
; compiling (DEFUN START-RIPPER ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/ripper.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/encoder.lisp" (written 14 JUN 2003 11:23:47 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFPARAMETER *ENCODE-BITRATE* ...)
; compiling (DEFPARAMETER *ENCODE-OUTPUT-DIRECTORY* ...)
; compiling (DEFPARAMETER *OGG-ENCODER-PROGRAM* ...)
; compiling (DEFPARAMETER *OGG-TAGGER-PROGRAM* ...)
; compiling (DEFVAR *TRACK-LOG-FILE* ...)
; compiling (DEFVAR *DISC-INFO* ...)
; compiling (DEFUN TRACK-ENCODED-P ...)
; compiling (DEFUN TRACK-ENCODED ...)
; compiling (DEFUN INITIALIZE-DISC-INFO ...)
; compiling (DEFUN DISC-TRACKS ...)
; compiling (DEFPARAMETER *ENCODED-FILE-SUFFIX* ...)
; compiling (DEFUN MAKE-ENCODE-OUTPUT-FILENAME ...)
; compiling (DEFUN LAME-ENCODE ...)
; compiling (DEFUN OGG-ENCODE ...)
; compiling (DEFPARAMETER *ENCODE-FUNCTION* ...)
; compiling (DEFUN ENCODE ...)
; compiling (DEFUN ENCODED ...)
; compiling (DEFUN ENCODER ...)
; compiling (DEFUN START-ENCODER ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/encoder.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/controller.lisp" (written 21 JUN 2003 11:58:19 AM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFPARAMETER *CONTROLLER-IP* ...)
; compiling (DEFPARAMETER *CONTROLLER-PORT* ...)
; compiling (DEFUN DISPATCH-CONNECTION ...)
; compiling (DEFUN SINGLE-MACHINE-CONTROLLER ...)
; compiling (DEFUN START ...)
; compiling (DEFUN CONTROLLER ...)
; compiling (DEFUN RIPPER-CONTROLLER ...)
; compiling (DEFVAR *INCOMING-ENCODER-JOBS* ...)
; compiling (DEFUN MAKE-ENCODER-JOB-QUEUE ...)
; compiling (DEFUN MAKE-JOB ...)
; compiling (DEFUN JOB-CD ...)
; compiling (DEFUN JOB-DISCID ...)
; compiling (DEFUN JOB-TRACK-NUMBER ...)
; compiling (DEFUN ENQUEUE-ENCODING-JOB ...)
; compiling (DEFUN ENCODER-CONTROLLER ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/controller.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/config.lisp" (written 15 JUN 2003 05:21:58 PM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFPARAMETER *CONTROLLER-IP* ...)
; compiling (DEFPARAMETER *CONTROLLER-PORT* ...)
; compiling (DEFPARAMETER *OGG-ENCODER-PROGRAM* ...)
; compiling (DEFPARAMETER *OGG-TAGGER-PROGRAM* ...)
; compiling (DEFPARAMETER *ENCODED-FILE-SUFFIX* ...)
; compiling (DEFPARAMETER *ENCODE-BITRATE* ...)
; compiling (DEFPARAMETER *ENCODE-OUTPUT-DIRECTORY* ...)
; compiling (DEFPARAMETER *ENCODE-FUNCTION* ...)
; compiling (DEFPARAMETER *TAGGER-FUNCTION* ...)
; compiling (DEFPARAMETER *RIPPER-DRIVE-POLL-INTERVAL* ...)
; compiling (DEFPARAMETER *RIPPER-PROGRAM* ...)
; compiling (DEFPARAMETER *RIP-OUTPUT-DIRECTORY* ...)
; compiling (DEFPARAMETER CDDB::*SERVER-LIST* ...)
; compiling (DEFPARAMETER CDDB::*CACHE-DIRECTORY* ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/config.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/lite.lisp" (written 21 JAN 2004 10:46:38 PM):
; compiling (IN-PACKAGE "RIP-L")
; compiling (DEFVAR *LITE-OUTPUT-DIRECTORY* ...)
; compiling (DEFUN SANITIZE ...)
; compiling (DEFUN TRACK-OUTPUT-PATHNAME ...)
; compiling (DEFUN LITE-RIP ...)
; compiling (DEFUN MAKE-ALTERNATOR ...)
; compiling (DEFUN MAKE-SPINNER ...)
; compiling (DEFUN POLL-CDROM ...)
; compiling (DEFUN LITE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/rip-l-0.4/lite.fasl written
; compilation finished in 0:00:00
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions
;   printed 2 notes