asdf-upgrade on sbcl-0.9.9-darwin-ppc - Details

Author:James Bielman <jamesjb@jamesjb.com>
Version:0.1.0
Description:Upgrade packages installed via ASDF-INSTALL
Started at:2006-04-15 23:43:12
Ended at:2006-04-15 23:43:31
Elapsed time (seconds):19
Depends On:asdf-install, split-sequence, cl-fad, net-telent-date
Most recent change:2006-01-09 05:13:16
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/asdf-upgrade.asd

REPL Output

;;; ASDF-INSTALL: Downloading 5878 bytes from http://slacknet.com/~jamesjb/asdf-upgrade_0.2.tar.gz to /Users/gwking/temporary/asdf-test/ASDF-UPGRADE.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/ASDF-UPGRADE.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/
asdf-upgrade_0.2/
asdf-upgrade_0.2/asdf-upgrade.asd
asdf-upgrade_0.2/package.lisp
asdf-upgrade_0.2/asdf-upgrade.lisp
asdf-upgrade_0.2/README

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/" ;;; ASDF-INSTALL: Downloading package NET-TELENT-DATE, required by asdf-upgrade

;;; ASDF-INSTALL: Downloading 12575 bytes from http://ftp.linux.org.uk/pub/lisp/cclan/net-telent-date.tar.gz to /Users/gwking/temporary/asdf-test/net-telent-date.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/net-telent-date.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/
net-telent-date_0.42/
net-telent-date_0.42/debian/
net-telent-date_0.42/debian/postinst
net-telent-date_0.42/debian/rules
net-telent-date_0.42/debian/control
net-telent-date_0.42/debian/docs
net-telent-date_0.42/debian/dirs
net-telent-date_0.42/debian/prerm
net-telent-date_0.42/debian/copyright
net-telent-date_0.42/debian/changelog
net-telent-date_0.42/debian/links
net-telent-date_0.42/README
net-telent-date_0.42/maintainer-Makefile
net-telent-date_0.42/parse-time.lisp
net-telent-date_0.42/defpackage.lisp
net-telent-date_0.42/date.lisp
net-telent-date_0.42/net-telent-date.system
net-telent-date_0.42/net-telent-date.asd
net-telent-date_0.42/make-makefile.lisp
net-telent-date_0.42/tests.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/defpackage.lisp" (written 26 MAY 2005 09:03:15 PM):
; compiling (DEFPACKAGE :NET.TELENT.DATE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/defpackage.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/date.lisp" (written 26 MAY 2005 09:03:15 PM):
; compiling (IN-PACKAGE :NET.TELENT.DATE)
; compiling (DEFVAR *DAY-NAMES* ...)
; compiling (DEFUN DAYNAME ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/date.lisp
; in: DEFUN DAYNAME
;     (DEFUN NET.TELENT.DATE:DAYNAME
;          (STREAM NET.TELENT.DATE::ARG NET.TELENT.DATE::COLON-P
;           NET.TELENT.DATE::AT-P
;           &OPTIONAL NET.TELENT.DATE::WIDTH (NET.TELENT.DATE::MINCOL 0)
;           (NET.TELENT.DATE::COLINC 1) (NET.TELENT.DATE::MINPAD 0)
;           (NET.TELENT.DATE::PADCHAR #\ ))
;     "Print the day of the week (0=Sunday) corresponding to ARG on STREAM.  This is intended for embedding in a FORMAT directive: WIDTH governs the number of characters of text printed, MINCOL, COLINC, MINPAD, PADCHAR work as for ~A"
;     (LET ((NET.TELENT.DATE::DAYSTRING (ELT NET.TELENT.DATE::*DAY-NAMES* #)))
;       (IF (NOT NET.TELENT.DATE::DAYSTRING)
;           (RETURN-FROM NET.TELENT.DATE:DAYNAME NIL))
;       (LET ((TRUNCATE #))
;         (FORMAT STREAM
;                 (IF NET.TELENT.DATE::AT-P "~V,V,V,V@A" "~V,V,V,VA")
;                 NET.TELENT.DATE::MINCOL
;                 NET.TELENT.DATE::COLINC
;                 NET.TELENT.DATE::MINPAD
;                 NET.TELENT.DATE::PADCHAR
;                 (SUBSEQ NET.TELENT.DATE::DAYSTRING 0 TRUNCATE)))))
; --> PROGN EVAL-WHEN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA 
; ==>
;   #'(SB-INT:NAMED-LAMBDA NET.TELENT.DATE:DAYNAME
;                          (STREAM NET.TELENT.DATE::ARG
;                                  NET.TELENT.DATE::COLON-P
;                                  NET.TELENT.DATE::AT-P
;                                  &OPTIONAL
;                                  NET.TELENT.DATE::WIDTH
;                                  (NET.TELENT.DATE::MINCOL 0)
;                                  (NET.TELENT.DATE::COLINC 1)
;                                  (NET.TELENT.DATE::MINPAD 0)
;                                  (NET.TELENT.DATE::PADCHAR #\ ))
;                          (BLOCK NET.TELENT.DATE:DAYNAME
;                            (LET ((NET.TELENT.DATE::DAYSTRING #))
;                              (IF (NOT NET.TELENT.DATE::DAYSTRING)
;                                  (RETURN-FROM NET.TELENT.DATE:DAYNAME NIL))
;                              (LET (#)
;                                (FORMAT STREAM
;                                        #
;                                        NET.TELENT.DATE::MINCOL
;                                        NET.TELENT.DATE::COLINC
;                                        NET.TELENT.DATE::MINPAD
;                                        NET.TELENT.DATE::PADCHAR
;                                        #)))))
; 
; caught STYLE-WARNING:
;   The variable COLON-P is defined but never used.

; compiling (DEFVAR *MONTH-NAMES* ...)
; compiling (DEFUN MONTHNAME ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/date.lisp
; in: DEFUN MONTHNAME
;     (DEFUN NET.TELENT.DATE:MONTHNAME
;          (STREAM NET.TELENT.DATE::ARG NET.TELENT.DATE::COLON-P
;           NET.TELENT.DATE::AT-P
;           &OPTIONAL NET.TELENT.DATE::WIDTH (NET.TELENT.DATE::MINCOL 0)
;           (NET.TELENT.DATE::COLINC 1) (NET.TELENT.DATE::MINPAD 0)
;           (NET.TELENT.DATE::PADCHAR #\ ))
;     "Print the name of the month (1=January) corresponding to ARG on STREAM.  This is intended for embedding in a FORMAT directive: WIDTH governs the number of characters of text printed, MINCOL, COLINC, MINPAD, PADCHAR work as for ~A"
;     (LET ((NET.TELENT.DATE::MONTHSTRING
;            (ELT NET.TELENT.DATE::*MONTH-NAMES* NET.TELENT.DATE::ARG)))
;       (IF (NOT NET.TELENT.DATE::MONTHSTRING)
;           (RETURN-FROM NET.TELENT.DATE:MONTHNAME NIL))
;       (LET ((TRUNCATE #))
;         (FORMAT STREAM
;                 (IF NET.TELENT.DATE::AT-P "~V,V,V,V@A" "~V,V,V,VA")
;                 NET.TELENT.DATE::MINCOL
;                 NET.TELENT.DATE::COLINC
;                 NET.TELENT.DATE::MINPAD
;                 NET.TELENT.DATE::PADCHAR
;                 (SUBSEQ NET.TELENT.DATE::MONTHSTRING 0 TRUNCATE)))))
; --> PROGN EVAL-WHEN SB-IMPL::%DEFUN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA 
; ==>
;   #'(SB-INT:NAMED-LAMBDA NET.TELENT.DATE:MONTHNAME
;                          (STREAM NET.TELENT.DATE::ARG
;                                  NET.TELENT.DATE::COLON-P
;                                  NET.TELENT.DATE::AT-P
;                                  &OPTIONAL
;                                  NET.TELENT.DATE::WIDTH
;                                  (NET.TELENT.DATE::MINCOL 0)
;                                  (NET.TELENT.DATE::COLINC 1)
;                                  (NET.TELENT.DATE::MINPAD 0)
;                                  (NET.TELENT.DATE::PADCHAR #\ ))
;                          (BLOCK NET.TELENT.DATE:MONTHNAME
;                            (LET ((NET.TELENT.DATE::MONTHSTRING #))
;                              (IF (NOT NET.TELENT.DATE::MONTHSTRING)
;                                  (RETURN-FROM NET.TELENT.DATE:MONTHNAME NIL))
;                              (LET (#)
;                                (FORMAT STREAM
;                                        #
;                                        NET.TELENT.DATE::MINCOL
;                                        NET.TELENT.DATE::COLINC
;                                        NET.TELENT.DATE::MINPAD
;                                        NET.TELENT.DATE::PADCHAR
;                                        #)))))
; 
; caught STYLE-WARNING:
;   The variable COLON-P is defined but never used.

; compiling (DEFMACRO WITH-DATE ...)
; compiling (DEFMACRO WITH-DECODING ...)
; compiling (DEFUN DECODE-UNIVERSAL-TIME/PLIST ...)
; compiling (DEFUN UNIVERSAL-TIME-TO-HTTP-DATE ...)
; compiling (DEFUN UNIVERSAL-TIME-TO-RFC2822-DATE ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/date.lisp
; in: DEFUN UNIVERSAL-TIME-TO-RFC2822-DATE
;     (* 60 NET.TELENT.DATE::Z-M)
; ==>
;   (* SB-C::Y 60)
; 
; note: unable to
;   convert x*2^k to shift
; due to type uncertainty:
;   The first argument is a (RATIONAL -25 25), not a INTEGER.
; 
; note: unable to
;   recode as shifts and adds
; due to type uncertainty:
;   The first argument is a (RATIONAL -25 25), not a (UNSIGNED-BYTE 32).
;   The result is a (VALUES (RATIONAL -1500 1500)
;                           &OPTIONAL), not a (VALUES (UNSIGNED-BYTE 32) &REST T).

;     (FLOOR (* 60 NET.TELENT.DATE::Z-M))
; ==>
;   (FLOOR (* 60 NET.TELENT.DATE::Z-M) 1)
; 
; note: unable to
;   convert division by 2^k to shift
; due to type uncertainty:
;   The first argument is a (RATIONAL -1500 1500), not a INTEGER.

;     (1- NET.TELENT.DATE:ZONE)
; ==>
;   (- NET.TELENT.DATE:ZONE 1)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a (RATIONAL -24 24), not a FIXNUM.
;       The result is a (VALUES (RATIONAL -25 23)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a (RATIONAL -24 24), not a FIXNUM.
;       The result is a (VALUES (RATIONAL -25 23)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       etc.

;     (ABS NET.TELENT.DATE::DAYLIGHT-ZONE)
; --> IF 
; ==>
;   (< SB-C::X 0)
; 
; note: forced to do GENERIC-< (cost 10)
;       unable to do inline fixnum comparison (cost 3) because:
;       The first argument is a (RATIONAL -25 24), not a FIXNUM.
;       unable to do inline fixnum comparison (cost 4) because:
;       The first argument is a (RATIONAL -25 24), not a FIXNUM.
;       etc.

; --> IF - 
; ==>
;   (SB-KERNEL:%NEGATE SB-C::X)
; 
; note: forced to do static-fun %Negate (cost 52)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a (RATIONAL -25 24), not a FIXNUM.
;       The result is a (VALUES (RATIONAL 0 25)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       unable to do inline (signed-byte 32) arithmetic (cost 2) because:
;       The first argument is a (RATIONAL -25 24), not a (SIGNED-BYTE 32).
;       The result is a (VALUES (RATIONAL 0 25)
;                               &OPTIONAL), not a (VALUES (SIGNED-BYTE 32)
;                                                         &REST
;                                                         T).

;     (TRUNCATE (ABS NET.TELENT.DATE::DAYLIGHT-ZONE))
; --> TRUNCATE LET VALUES 
; ==>
;   (- SB-C::X SB-C::RES)
; 
; note: forced to do GENERIC-- (cost 10)
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a (RATIONAL 0 25), not a FIXNUM.
;       The result is a (VALUES (RATIONAL -25 25)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       unable to do safe inline fixnum arithmetic (cost 4) because:
;       The first argument is a (RATIONAL 0 25), not a FIXNUM.
;       The result is a (VALUES (RATIONAL -25 25)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       etc.

;     (MINUSP NET.TELENT.DATE::DAYLIGHT-ZONE)
; ==>
;   (< NET.TELENT.DATE::DAYLIGHT-ZONE 0)
; 
; note: forced to do GENERIC-< (cost 10)
;       unable to do inline fixnum comparison (cost 3) because:
;       The first argument is a (RATIONAL -25 24), not a FIXNUM.
;       unable to do inline fixnum comparison (cost 4) because:
;       The first argument is a (RATIONAL -25 24), not a FIXNUM.
;       etc.

;     (* 60 NET.TELENT.DATE::Z-M)
; ==>
;   (* SB-C::Y 60)
; 
; note: forced to do GENERIC-* (cost 50)
;       unable to do inline fixnum arithmetic (cost 1) because:
;       The first argument is a (RATIONAL -25 25), not a FIXNUM.
;       The result is a (VALUES (RATIONAL -1500 1500)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       unable to do inline fixnum arithmetic (cost 2) because:
;       The first argument is a (RATIONAL -25 25), not a FIXNUM.
;       The result is a (VALUES (RATIONAL -1500 1500)
;                               &OPTIONAL), not a (VALUES FIXNUM &REST T).
;       etc.

; compiling (SETF (SYMBOL-FUNCTION #) ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/date.fasl written
; compilation finished in 0:00:01
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {40007F09}> on
   #<CL-SOURCE-FILE "date" {40007F19}>.
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/parse-time.lisp" (written 26 MAY 2005 09:02:17 PM):
; compiling (IN-PACKAGE :NET.TELENT.DATE)
; compiling (DEFVAR WHITESPACE-CHARS ...)
; compiling (DEFVAR TIME-DIVIDERS ...)
; compiling (DEFVAR DATE-DIVIDERS ...)
; compiling (DEFVAR *ERROR-ON-MISMATCH* ...)
; compiling (DEFMACRO HASHLIST ...)
; compiling (DEFPARAMETER WEEKDAY-TABLE-SIZE ...)
; compiling (DEFPARAMETER MONTH-TABLE-SIZE ...)
; compiling (DEFPARAMETER ZONE-TABLE-SIZE ...)
; compiling (DEFPARAMETER SPECIAL-TABLE-SIZE ...)
; compiling (DEFVAR *WEEKDAY-STRINGS* ...)
; compiling (DEFVAR *MONTH-STRINGS* ...)
; compiling (DEFVAR *ZONE-STRINGS* ...)
; compiling (DEFVAR *SPECIAL-STRINGS* ...)
; compiling (HASHLIST (QUOTE #) ...)
; compiling (HASHLIST (QUOTE #) ...)
; compiling (HASHLIST (QUOTE #) ...)
; compiling (HASHLIST (QUOTE #) ...)
; compiling (DEFPARAMETER *DEFAULT-DATE-TIME-PATTERNS* ...)
; compiling (DEFPARAMETER *HTTP-DATE-TIME-PATTERNS* ...)
; compiling (DEFSTRUCT DECODED-TIME ...)
; compiling (DEFUN MAKE-DEFAULT-TIME ...)
; compiling (DEFUN CONVERT-TO-UNITIME ...)
; compiling (DEFUN SET-CURRENT-VALUE ...)
; compiling (DEFUN YESTERDAY ...)
; compiling (DEFUN TODAY ...)
; compiling (DEFUN TOMORROW ...)
; compiling (DEFUN NOW ...)
; compiling (DEFUN AM-PM ...)
; compiling (DEFUN NOON-MIDN ...)
; compiling (DEFUN WEEKDAY ...)
; compiling (DEFUN MONTH ...)
; compiling (DEFUN ZONE ...)
; compiling (DEFUN IZONE ...)
; compiling (DEFUN SPECIAL-STRING-P ...)
; compiling (DEFUN SECONDP ...)
; compiling (DEFUN MINUTE ...)
; compiling (DEFUN HOUR ...)
; compiling (DEFUN DAY ...)
; compiling (DEFUN YEAR ...)
; compiling (DEFUN TIME-DIVIDER ...)
; compiling (DEFUN DATE-DIVIDER ...)
; compiling (DEFUN MATCH-SUBSTRING ...)
; compiling (DEFUN DECOMPOSE-STRING ...)
; compiling (DEFUN MATCH-PATTERN-ELEMENT ...)
; compiling (DEFUN MATCH-PATTERN ...)
; compiling (DEFUN DEAL-WITH-NOON-MIDN ...)
; compiling (DEFUN DEAL-WITH-AM-PM ...)
; compiling (DEFUN DEAL-WITH-IZONE ...)
; compiling (DEFUN SET-TIME-VALUES ...)
; compiling (DEFUN PARSE-TIME ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/net-telent-date_0.42/parse-time.fasl written
; compilation finished in 0:00:01
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions
;   printed 9 notes
;;; ASDF-INSTALL: Downloading package CL-FAD, required by asdf-upgrade

;;; ASDF-INSTALL: Downloading 10097 bytes from http://weitz.de/files/cl-fad.tar.gz to /Users/gwking/temporary/asdf-test/cl-fad.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/cl-fad.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/
cl-fad-0.4.3/
cl-fad-0.4.3/doc/
cl-fad-0.4.3/doc/index.html
cl-fad-0.4.3/CHANGELOG
cl-fad-0.4.3/README
cl-fad-0.4.3/cl-fad.asd
cl-fad-0.4.3/cl-fad.system
cl-fad-0.4.3/corman.lisp
cl-fad-0.4.3/fad.lisp
cl-fad-0.4.3/load.lisp
cl-fad-0.4.3/openmcl.lisp
cl-fad-0.4.3/packages.lisp
cl-fad-0.4.3/test.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/packages.lisp" (written 03 JAN 2006 01:44:32 PM):
; compiling (IN-PACKAGE #:CL-USER)
; compiling (DEFPACKAGE :CL-FAD ...)
; compiling (DEFPACKAGE :CL-FAD-TEST ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/fad.lisp" (written 15 MAR 2006 04:37:14 AM):
; compiling (IN-PACKAGE :CL-FAD)
; compiling (DEFUN COMPONENT-PRESENT-P ...)
; compiling (DEFUN DIRECTORY-PATHNAME-P ...)
; compiling (DEFUN PATHNAME-AS-DIRECTORY ...)
; compiling (DEFUN DIRECTORY-WILDCARD ...)
; compiling (DEFUN LIST-DIRECTORY ...)
; compiling (DEFUN PATHNAME-AS-FILE ...)
; compiling (DEFUN FILE-EXISTS-P ...)
; compiling (DEFUN DIRECTORY-EXISTS-P ...)
; compiling (DEFUN WALK-DIRECTORY ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/fad.lisp
; in: DEFUN WALK-DIRECTORY
;     (LET ((CL-FAD::*DIRECTORIES-SEEN* (MAKE-HASH-TABLE :TEST #'EQUAL)))
;     (LABELS ((CL-FAD::WALK (CL-FAD::NAME)
;                (LET #
;                  #)))
;       (LET ((CL-FAD:PATHNAME-AS-DIRECTORY #))
;         (CASE CL-FAD::IF-DOES-NOT-EXIST (# #) (# #) (OTHERWISE #)))
;       (VALUES)))
; 
; caught STYLE-WARNING:
;   using the lexical binding of the symbol *DIRECTORIES-SEEN*, not the
;   dynamic binding, even though the symbol name follows the usual naming
;   convention (names like *FOO*) for special variables

; compiling (DECLAIM (INLINE COPY-STREAM))
; compiling (DEFUN COPY-STREAM ...)
; compiling (DEFUN COPY-FILE ...)
; compiling (DEFUN DELETE-DIRECTORY-AND-FILES ...)
; compiling (PUSHNEW :CL-FAD ...)
; compiling (DEFVAR *HYPERDOC-BASE-URI* ...)
; compiling (LET (#) ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/cl-fad-0.4.3/fad.fasl written
; compilation finished in 0:00:00
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {107A76C9}> on
   #<CL-SOURCE-FILE "fad" {107A35C9}>.
; 
; compilation unit finished
;   caught 1 STYLE-WARNING condition
;;; ASDF-INSTALL: Downloading package SPLIT-SEQUENCE, required by asdf-upgrade

;;; ASDF-INSTALL: Downloading 2601 bytes from http://ftp.linux.org.uk/pub/lisp/cclan/split-sequence.tar.gz to /Users/gwking/temporary/asdf-test/split-sequence.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/split-sequence.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/
split-sequence/README.cCLan-install
split-sequence/split-sequence.asd
split-sequence/split-sequence.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/split-sequence.lisp" (written 14 NOV 2001 10: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 ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/split-sequence.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: redefining SPLIT-SEQUENCE in DEFUN
STYLE-WARNING: redefining SPLIT-SEQUENCE-IF in DEFUN
STYLE-WARNING: redefining SPLIT-SEQUENCE-IF-NOT in DEFUN
STYLE-WARNING: redefining PARTITION in DEFUN
STYLE-WARNING: redefining PARTITION-IF in DEFUN
STYLE-WARNING: redefining PARTITION-IF-NOT in DEFUN
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/package.lisp" (written 09 JAN 2006 05:13:16 AM):
; compiling (DEFPACKAGE #:ASDF-UPGRADE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/asdf-upgrade.lisp" (written 09 JAN 2006 05:13:16 AM):
; compiling (IN-PACKAGE #:ASDF-UPGRADE)
; compiling (DEFCLASS INSTALLED-PACKAGE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN SPLIT-AT-SEPARATOR ...)
; compiling (DEFUN PACKAGE-NAME-AND-VERSION ...)
; compiling (DEFUN PACKAGE-DIRECTORY-NAME-AND-VERSION ...)
; compiling (DEFUN LIST-INSTALLED-PACKAGES ...)
; compiling (DEFUN MAP-INSTALLED-PACKAGES ...)
; compiling (DEFUN NEWEST-VERSIONS ...)
; compiling (DEFUN LIST-NEWEST-INSTALLED-PACKAGES ...)
; compiling (DEFUN MAP-NEWEST-INSTALLED-PACKAGES ...)
; compiling (DEFUN FIND-INSTALLED-PACKAGE ...)
; compiling (DEFUN AVAILABLE-VERSION-WRITE-DATE ...)
; compiling (DEFUN UPGRADE-AVAILABLE-P ...)
; compiling (DEFUN UPGRADE-PACKAGE ...)
; compiling (DEFUN UPGRADE-STATUS ...)
; compiling (DEFUN MAXIMIZE-STRING-LENGTH ...)
; compiling (DEFUN REPORT ...)
; compiling (DEFUN UPGRADABLE-AND-BROKEN-PACKAGES ...)
; compiling (DEFUN UPGRADE ...)
; compiling (DEFINE-CONDITION BROKEN-PACKAGE-ERROR ...)
; compiling (DEFINE-CONDITION HTTP-ERROR ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFINE-CONDITION PACKAGE-UNAVAILABLE-ERROR ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN STRING-PREFIX-P ...)
; compiling (DEFUN URLCONC ...)
; compiling (DEFUN CHOP-STRING ...)
; compiling (DEFUN HTTP-REQUEST ...)
; compiling (DEFMACRO WITH-HTTP-REQUEST ...)
; compiling (DEFUN PACKAGE-TARBALL-URL ...)
; compiling (DEFUN PAGE-WRITE-DATE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/asdf-upgrade_0.2/asdf-upgrade.fasl written
; compilation finished in 0:00:01