zip on sbcl-0.9.9-darwin-ppc - Details

Started at:2006-04-16 02:15:36
Ended at:2006-04-16 02:15:55
Elapsed time (seconds):19
Most recent change:2005-04-05 15:31:30
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/CVS/Entries

REPL Output

;;; ASDF-INSTALL: Downloading 16393 bytes from http://common-lisp.net/project/zip/zip.tgz to /Users/gwking/temporary/asdf-test/ZIP.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/ZIP.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/
zip/
zip/CVS/
zip/CVS/Root
zip/CVS/Repository
zip/CVS/Entries
zip/LICENSE
zip/README.html
zip/acl.lisp
zip/ifstar.lisp
zip/inflate.lisp
zip/package.lisp
zip/sbcl.lisp
zip/zip.asd
zip/zip.lisp
zip/gray.lisp
zip/lispworks.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/" ;;; ASDF-INSTALL: Downloading package SALZA, required by zip

;;; ASDF-INSTALL: Downloading 13934 bytes from http://www.xach.com/lisp/salza/salza-0.7.2.tar.gz to /Users/gwking/temporary/asdf-test/salza.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/salza.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/
salza-0.7.2/
salza-0.7.2/ChangeLog
salza-0.7.2/LICENSE
salza-0.7.2/README
salza-0.7.2/compressor.lisp
salza-0.7.2/deflate-stream-interface.lisp
salza-0.7.2/deflate-stream.lisp
salza-0.7.2/fixhash.lisp
salza-0.7.2/huffman.lisp
salza-0.7.2/octet-replace.lisp
salza-0.7.2/packages.lisp
salza-0.7.2/salza.asd
salza-0.7.2/types.lisp
salza-0.7.2/zlib.lisp
salza-0.7.2/examples/
salza-0.7.2/examples/gzip.lisp
salza-0.7.2/examples/png.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp" (written 01 APR 2005 04:55:24 PM):
; compiling (DEFPACKAGE :FIXHASH ...)
; compiling (IN-PACKAGE :FIXHASH)
; compiling (DEFTYPE FIXHASH-INTEGER ...)
; compiling (DEFPARAMETER *SIZES* ...)
; compiling (DEFSTRUCT FIXHASH-TABLE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN REHASH ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp
; in: DEFUN REHASH
;     (* FIXHASH::NEW-SIZE 2)
; 
; note: unable to
;   optimize
; due to type uncertainty:
;   The first argument is a NUMBER, not a FLOAT.
; 
; note: unable to
;   optimize
; due to type uncertainty:
;   The first argument is a NUMBER, not a (COMPLEX SINGLE-FLOAT).
; 
; note: unable to
;   optimize
; due to type uncertainty:
;   The first argument is a NUMBER, not a (COMPLEX DOUBLE-FLOAT).
; 
; note: unable to
;   convert x*2^k to shift
; due to type uncertainty:
;   The first argument is a NUMBER, not a INTEGER.
; 
; note: unable to
;   recode as shifts and adds
; due to type uncertainty:
;   The first argument is a NUMBER, not a (UNSIGNED-BYTE 32).
;   The result is a (VALUES FIXNUM
;                           &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 32) &REST T).
; 
; note: forced to do GENERIC-* (cost 50)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a NUMBER, not a FIXNUM.
;       etc.

; compiling (DEFUN GETFIXHASH ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp
; in: DEFUN GETFIXHASH
;     (MOD FIXHASH::K (1- FIXHASH::SIZE))
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The second argument is a (INTEGER -1 131071), not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -16777215 16777215)
;                               (MOD 131071)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

; compiling (DEFUN (SETF GETFIXHASH) ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.lisp
; in: DEFUN (SETF GETFIXHASH)
;     (MOD FIXHASH::K (1- FIXHASH::SIZE))
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The second argument is a (INTEGER -1 131071), not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -16777215 16777215)
;                               (MOD 131071)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

; compiling (DEFUN CLRFIXHASH ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/fixhash.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/packages.lisp" (written 25 MAR 2005 04:09:02 PM):
; compiling (IN-PACKAGE :CL)
; compiling (DEFPACKAGE :SALZA-TYPES ...)
; compiling (DEFPACKAGE :SALZA-DEFLATE ...)
; compiling (DEFPACKAGE :SALZA ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/types.lisp" (written 01 APR 2005 05:09:58 PM):
; compiling (IN-PACKAGE :SALZA-TYPES)
; compiling (DEFTYPE OCTET ...)
; compiling (DEFTYPE BUFFER-OFFSET ...)
; compiling (DEFTYPE OCTET-VECTOR ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/types.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream.lisp" (written 28 APR 2005 02:45:26 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DECLAIM (INLINE DEFLATE-STREAM-BUFFER))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-POS))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-BYTE))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-END))
; compiling (DECLAIM (INLINE DEFLATE-STREAM-BITS-LEFT))
; compiling (DEFINE-CONDITION DEFLATE-STREAM-BUFFER-FULL ...)
; compiling (DEFVAR *COMPRESSOR-BUFFER-SIZE* ...)
; compiling (DEFSTRUCT (DEFLATE-STREAM #) ...)
; compiling (DEFUN DEFAULT-CALLBACK ...)
; compiling (DEFUN MAKE-DEFLATE-STREAM ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN WRITE-BITS ...)
; compiling (DEFCONSTANT +DEFLATE-FIXED-TABLES-CODE+ ...)
; compiling (DEFUN WRITE-BLOCK-HEADER ...)
; compiling (DEFUN FLUSH-DEFLATE-STREAM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/huffman.lisp" (written 20 MAR 2005 04:33:49 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN REVERSE-BITS ...)
; compiling (DEFUN FIXED-HUFFMAN-TABLE ...)
; compiling (DEFUN SAVE-PAIR ...)
; compiling (DEFUN LENGTH-TABLE ...)
; compiling (DEFUN DISTANCE-TABLE ...)
; compiling (LET (#) ...)
; compiling (LET (#) ...)
; compiling (LET (#) ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/huffman.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/octet-replace.lisp" (written 23 MAR 2005 03:14:19 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN OCTET-REPLACE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/octet-replace.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/compressor.lisp" (written 01 APR 2005 04:59:25 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN COMPRESS ...)
; compiling (DEFUN COMPRESS-INPUT ...)
; compiling (DEFUN COMPRESS-SEQUENCE ...)
; compiling (DEFUN FINISH-COMPRESS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/compressor.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream-interface.lisp" (written 23 MAR 2005 02:55:20 PM):
; compiling (IN-PACKAGE :SALZA-DEFLATE)
; compiling (DEFUN START-DEFLATE-STREAM ...)
; compiling (DEFUN FINISH-DEFLATE-STREAM ...)
; compiling (DEFUN DEFLATE-WRITE-SEQUENCE ...)
; compiling (DEFUN DEFLATE-WRITE-BYTE ...)
; compiling (WHEN (<= CHAR-CODE-LIMIT ...) ...); in: LAMBDA NIL
;     (PUSHNEW :OCTET-CHARACTERS *FEATURES*)
; --> LET* ADJOIN 
; ==>
;   *FEATURES*
; 
; note: deleting unreachable code

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream-interface.lisp
; in: EVAL-WHEN (:COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE)
;     (PUSHNEW :OCTET-CHARACTERS *FEATURES*)
; --> LET* ADJOIN 
; ==>
;   *FEATURES*
; 
; note: deleting unreachable code

; compiling (DEFUN STRING-TO-OCTETS ...)
; compiling (DEFUN DEFLATE-WRITE-STRING ...)
; compiling (DEFUN CRC32-TABLE ...)
; compiling (LET (#) ...)
; compiling (DEFUN CRC32-SEQUENCE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/deflate-stream-interface.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/zlib.lisp" (written 05 APR 2005 03:53:27 PM):
; compiling (IN-PACKAGE :SALZA)
; compiling (DEFCONSTANT +ADLER32-BASE+ ...)
; compiling (DEFUN ADLER32 ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/zlib.lisp
; in: DEFUN ADLER32
;     (MOD SALZA::S1 SALZA::+ADLER32-BASE+)
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The first argument is a FIXNUM, not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -8193 8193)
;                               (INTEGER -65520 65520)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

;     (MOD SALZA::S2 SALZA::+ADLER32-BASE+)
; --> BLOCK LET REM BLOCK MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL 
; ==>
;   (TRUNCATE NUMBER SB-KERNEL::DIVISOR)
; 
; note: forced to do fixnum truncate (cost 50)
;       unable to do unsigned fixnum truncate (cost 45) because:
;       The first argument is a FIXNUM, not a (UNSIGNED-BYTE 29).
;       The result is a (VALUES (INTEGER -8193 8193)
;                               (INTEGER -65520 65520)
;                               &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 29)
;                                                         (UNSIGNED-BYTE 29)
;                                                         &REST
;                                                         T).

; compiling (DEFINE-CONDITION ZLIB-BUFFER-FULL ...)
; compiling (DEFSTRUCT (ZLIB-STREAM #) ...)
; compiling (DEFUN ZLIB-STREAM-POSITION ...)
; compiling (DEFUN (SETF ZLIB-STREAM-POSITION) ...)
; compiling (DEFUN ZLIB-STREAM-BUFFER ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFCONSTANT +ZLIB-COMPRESSION-METHOD+ ...)
; compiling (DEFCONSTANT +ZLIB-COMPRESSION-INFO+ ...)
; compiling (DEFCONSTANT +ZLIB-COMPRESSION-LEVEL+ ...)
; compiling (DEFCONSTANT +ZLIB-PRESET-DICTIONARY-FLAG+ ...)
; compiling (DEFUN WRITE-ZLIB-STREAM-HEADER ...)
; compiling (DEFUN DEFAULT-CALLBACK ...)
; compiling (DEFUN MAKE-ZLIB-STREAM ...)
; compiling (DEFUN ZLIB-WRITE-SEQUENCE ...)
; compiling (DEFUN ZLIB-WRITE-STRING ...)
; compiling (DEFUN FINISH-ZLIB-STREAM ...)
; compiling (DEFUN COMPRESS-SEQUENCE ...)
; compiling (DEFUN COMPRESS-STRING ...)
; compiling (DEFUN COMPRESS-STREAM ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/salza-0.7.2/zlib.fasl written
; compilation finished in 0:00:01
; 
; compilation unit finished
;   printed 12 notes
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/package.lisp" (written 05 APR 2005 11:43:11 AM):
; compiling (IN-PACKAGE :CL-USER)
; compiling (DEFPACKAGE :ZIP ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/gray.lisp" (written 05 APR 2005 11:45:02 AM):
; compiling (IN-PACKAGE :ZIP)
; compiling (DEFCLASS BUFFER-OUTPUT-STREAM ...)
; compiling (DEFMETHOD STREAM-WRITE-SEQUENCE ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/gray.lisp
; in: DEFMETHOD STREAM-WRITE-SEQUENCE (BUFFER-OUTPUT-STREAM T)
;     (REPLACE (ZIP::BUF STREAM)
;            :START1
;            (ZIP::POS STREAM)
;            :START2
;            ZIP::START
;            :END2
;            ZIP::END)
; 
; caught STYLE-WARNING:
;   The function has an odd number of arguments in the keyword portion.

; compiling (DEFUN MAKE-BUFFER-OUTPUT-STREAM ...)
; compiling (DEFCLASS TRUNCATING-STREAM ...)
; compiling (DEFMETHOD STREAM-READ-BYTE ...)
; compiling (DEFMETHOD STREAM-READ-SEQUENCE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/gray.fasl written
; compilation finished in 0:00:01
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {40605829}> on
   #<SILENT-SOURCE-FILE "gray" {400E6D01}>.
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/sbcl.lisp" (written 05 APR 2005 11:43:11 AM):
; compiling (IN-PACKAGE :ZIP)
; compiling (DEFUN DEFAULT-EXTERNAL-FORMAT ...)
; compiling (DEFUN OCTETS-TO-STRING ...)
; compiling (DEFUN STRING-TO-OCTETS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/sbcl.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/ifstar.lisp" (written 03 APR 2005 03:36:28 PM):
; compiling (IN-PACKAGE :ZIP)
; compiling (DEFVAR IF*-KEYWORD-LIST ...)
; compiling (DEFMACRO IF* ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/ifstar.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/inflate.lisp" (written 03 APR 2005 04:42:01 PM):
; compiling (IN-PACKAGE :ZIP)
; compiling (DEFUN INFLATE ...)
; compiling (DEFCONSTANT Z_DEFLATED ...)
; compiling (DEFCONSTANT GZ_ASCII_FLAGS ...)
; compiling (DEFCONSTANT GZ_HEAD_CRC ...)
; compiling (DEFCONSTANT GZ_EXTRA_FIELD ...)
; compiling (DEFCONSTANT GZ_ORIG_NAME ...)
; compiling (DEFCONSTANT GZ_COMMENT ...)
; compiling (DEFCONSTANT GZ_RESERVED ...)
; compiling (DEFUN SKIP-GZIP-HEADER ...)
; compiling (DEFSTRUCT BIT-READER ...)
; compiling (DEFPARAMETER *MASKARRAY* ...)
; compiling (DEFUN NEW-BIT-READER ...)
; compiling (DEFUN RESET-BIT-READER ...)
; compiling (DEFUN READ-BITS ...)
; compiling (DEFVAR *BASE-LENGTH*)
; compiling (DEFVAR *LENGTH-EXTRA-BITS*)
; compiling (DEFVAR *BASE-DISTANCE*)
; compiling (DEFVAR *DISTANCE-EXTRA-BITS*)
; compiling (SETQ *BASE-LENGTH* ...)
; compiling (LET (# #) ...)
; compiling (SETQ *BASE-DISTANCE* ...)
; compiling (LET (# #) ...)
; compiling (DEFSTRUCT (BITINFO #) ...)
; compiling (DEFUN GENERATE-HUFFMAN-TREE ...)
; compiling (DEFUN BUILD-HUFFMAN-TREE ...)
; compiling (DEFUN SPLIT-ON-POSITION ...)
; compiling (DEFUN GENERATE-HUFFMAN-TREE-FROM-VECTOR ...)
; compiling (DEFPARAMETER *FIXED-HUFFMAN-TREE* ...)
; compiling (DEFPARAMETER *FIXED-HUFFMAN-DISTANCE-TREE* ...)
; compiling (DEFUN PROCESS-DEFLATE-BLOCK ...)
; compiling (DEFUN PROCESS-NON-COMPRESSED-BLOCK ...)
; compiling (DEFUN READ-UWORD ...)
; compiling (DEFUN PUT-BYTE-IN-BUFFER ...)
; compiling (DEFUN FLUSH-BUFFER ...)
; compiling (DEFUN PROCESS-FIXED-HUFFMAN-BLOCK ...)
; compiling (DEFUN PROCESS-HUFFMAN-BLOCK ...)
; compiling (DEFPARAMETER *CODE-INDEX* ...)
; compiling (DEFUN PROCESS-DYNAMIC-HUFFMAN-BLOCK ...)
; compiling (DEFUN DECODE-HUFFMAN-TREE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/inflate.fasl written
; compilation finished in 0:00:02
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/zip.lisp" (written 05 APR 2005 03:31:30 PM):
; compiling (IN-PACKAGE :ZIP)
; compiling (DEFUN MAKE-BYTE-ARRAY ...)
; compiling (DEFUN GET-SHORT ...)
; compiling (DEFUN (SETF GET-SHORT) ...)
; compiling (DEFUN GET-INT ...)
; compiling (DEFUN (SETF GET-INT) ...)
; compiling (DEFMACRO DEFINE-RECORD ...)
; compiling (DEFINE-RECORD MAKE-END-HEADER ...)
; compiling (DEFINE-RECORD MAKE-DIRECTORY-ENTRY ...)
; compiling (DEFINE-RECORD MAKE-LOCAL-HEADER ...)
; compiling (DEFINE-RECORD MAKE-DATA-DESCRIPTOR ...)
; compiling (DEFUN UPDATE-CRC ...)
; compiling (DEFUN COMPRESS ...)
; compiling (DEFUN STORE ...)
; compiling (DEFUN SEEK-TO-END-HEADER ...)
; compiling (DEFSTRUCT ZIPFILE ...)
; compiling (DEFSTRUCT ZIPFILE-ENTRY ...)
; compiling (DEFSTRUCT ZIPWRITER ...)
; compiling (DEFSTRUCT ZIPWRITER-ENTRY ...)
; compiling (DEFUN READ-ENTRY-OBJECT ...)
; compiling (DEFUN OPEN-ZIPFILE ...)
; compiling (DEFGENERIC CLOSE-ZIPFILE ...)
; compiling (DEFGENERIC GET-ZIPFILE-ENTRY ...)
; compiling (DEFGENERIC ZIPFILE-ENTRY-CONTENTS ...)
; compiling (DEFMETHOD CLOSE-ZIPFILE ...)
; compiling (DEFMETHOD GET-ZIPFILE-ENTRY ...)
; compiling (DEFUN WRITE-ZIPENTRY ...)
; compiling (DEFUN WRITE-CENTRAL-DIRECTORY ...)
; compiling (DEFMETHOD ZIPFILE-ENTRY-CONTENTS ...)
; compiling (DEFMACRO WITH-ZIPFILE ...)
; compiling (DEFUN MAKE-ZIPFILE-WRITER ...)
; compiling (DEFUN CLOSE-ZIPFILE-WRITER ...)
; compiling (DEFMACRO WITH-OUTPUT-TO-ZIPFILE ...)
; compiling (DEFMACRO DO-ZIPFILE-ENTRIES ...)
; compiling (DEFUN UNZIP ...)
; compiling (DEFUN DIRECTORYP ...)
; compiling (DEFUN ZIP ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zip/zip.fasl written
; compilation finished in 0:00:03
; 
; compilation unit finished
;   caught 1 STYLE-WARNING condition