<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>60592</integer>
    </number>
    <user>
      <string>jm4</string>
    </user>
    <title>
      <string>Error using Parenscript</string>
    </title>
    <contents>
      <string>This is SBCL 1.0.11.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at &lt;http://www.sbcl.org/&gt;.

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.
* (asdf:oos 'asdf:load-op :parenscript)

; loading system definition from /usr/share/common-lisp/systems/parenscript.asd
; into #&lt;PACKAGE &quot;ASDF0&quot;&gt;
; registering #&lt;SYSTEM :PARENSCRIPT {A9B1469}&gt; as PARENSCRIPT
; registering #&lt;SYSTEM :PARENSCRIPT.TEST {AB21C69}&gt; as PARENSCRIPT.TEST
NIL
* (defpackage :whatever (:use :parenscript))

debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #&lt;THREAD &quot;initial thread&quot; {A84D679}&gt;:
  The name &quot;PARENSCRIPT&quot; does not designate any package.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(SB-INT:%FIND-PACKAGE-OR-LOSE &quot;PARENSCRIPT&quot;)
0] 
</string>
    </contents>
    <universal-time>
      <integer>3419513204</integer>
    </universal-time>
    <channel>
      <string>#lisp</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </paste>
  <annotation>
    <number>
      <integer>4</integer>
    </number>
    <user>
      <string>jm4</string>
    </user>
    <title>
      <string>SOLUTION</string>
    </title>
    <contents>
      <string>* (asdf:oos 'asdf:load-op :parenscript)

; loading system definition from /usr/share/common-lisp/systems/parenscript.asd
; into #&lt;PACKAGE &quot;ASDF0&quot;&gt;
; registering #&lt;SYSTEM :PARENSCRIPT {A9D04C1}&gt; as PARENSCRIPT
; registering #&lt;SYSTEM :PARENSCRIPT.TEST {AB41B41}&gt; as PARENSCRIPT.TEST
NIL
* (defpackage :whatever (:use :js))

#&lt;PACKAGE &quot;WHATEVER&quot;&gt;
*

;;
;; old versions of parenscript used the package name JS instead of PARENSCRIPT
;;
</string>
    </contents>
    <universal-time>
      <integer>3419515216</integer>
    </universal-time>
    <channel>
      <string>#lisp</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </annotation>
  <annotation>
    <number>
      <integer>3</integer>
    </number>
    <user>
      <string>jm4</string>
    </user>
    <title>
      <string>result of (asdf:oos 'asdf:load-op :parenscript) with (setf *load-verbose* t)</string>
    </title>
    <contents>
      <string>* (asdf:oos 'asdf:load-op :parenscript)

; loading system definition from /usr/share/common-lisp/systems/parenscript.asd
; into #&lt;PACKAGE &quot;ASDF0&quot;&gt;
; loading #P&quot;/usr/share/common-lisp/source/parenscript/parenscript.asd&quot;
; registering #&lt;SYSTEM :PARENSCRIPT {A9B5DB9}&gt; as PARENSCRIPT
; registering #&lt;SYSTEM :PARENSCRIPT.TEST {AB265B9}&gt; as PARENSCRIPT.TEST
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/package.fasl&quot;
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/utils.fasl&quot;
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/defgenerics.fasl&quot;
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/js.fasl&quot;
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/js-html.fasl&quot;
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/css.fasl&quot;
; loading #P&quot;/var/cache/common-lisp-controller/1000/sbcl/parenscript/src/compile-js.fasl&quot;
NIL


* (defpackage :whatever (:use :parenscript))

debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #&lt;THREAD &quot;initial thread&quot; {A84D679}&gt;:
  The name &quot;PARENSCRIPT&quot; does not designate any package.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(SB-INT:%FIND-PACKAGE-OR-LOSE &quot;PARENSCRIPT&quot;)
0] 


* (list-all-packages)

(#&lt;PACKAGE &quot;WHATEVER&quot;&gt; #&lt;PACKAGE &quot;PARENSCRIPT.SYSTEM&quot;&gt; #&lt;PACKAGE &quot;JS&quot;&gt;
 #&lt;PACKAGE &quot;SB-POSIX-SYSTEM&quot;&gt; #&lt;PACKAGE &quot;SB-GROVEL-SYSTEM&quot;&gt;
 #&lt;PACKAGE &quot;SB-GROVEL&quot;&gt; #&lt;PACKAGE &quot;SB-POSIX&quot;&gt; #&lt;PACKAGE &quot;ASDF&quot;&gt;
 #&lt;PACKAGE &quot;COMMON-LISP-CONTROLLER&quot;&gt; #&lt;PACKAGE &quot;COMMON-LISP-USER&quot;&gt;
 #&lt;PACKAGE &quot;SB-LOOP&quot;&gt; #&lt;PACKAGE &quot;SB-EVAL&quot;&gt; #&lt;PACKAGE &quot;SB-WALKER&quot;&gt;
 #&lt;PACKAGE &quot;SB-UNIX&quot;&gt; #&lt;PACKAGE &quot;SB-SEQUENCE&quot;&gt; #&lt;PACKAGE &quot;SB-PROFILE&quot;&gt;
 #&lt;PACKAGE &quot;SB-PRETTY&quot;&gt; #&lt;PACKAGE &quot;SB-MOP&quot;&gt; #&lt;PACKAGE &quot;SB-GRAY&quot;&gt;
 #&lt;PACKAGE &quot;SB-FORMAT&quot;&gt; #&lt;PACKAGE &quot;SB-FASL&quot;&gt; #&lt;PACKAGE &quot;SB-DISASSEM&quot;&gt;
 #&lt;PACKAGE &quot;SB-DEBUG&quot;&gt; #&lt;PACKAGE &quot;SB-C&quot;&gt; #&lt;PACKAGE &quot;SB-BIGNUM&quot;&gt;
 #&lt;PACKAGE &quot;SB-ASSEM&quot;&gt; #&lt;PACKAGE &quot;SB-ALIEN&quot;&gt; #&lt;PACKAGE &quot;SB-PCL&quot;&gt;
 #&lt;PACKAGE &quot;SB-ALIEN-INTERNALS&quot;&gt; #&lt;PACKAGE &quot;SB-THREAD&quot;&gt; #&lt;PACKAGE &quot;SB-DI&quot;&gt;
 #&lt;PACKAGE &quot;KEYWORD&quot;&gt; #&lt;PACKAGE &quot;SB-IMPL&quot;&gt; #&lt;PACKAGE &quot;SB-SYS&quot;&gt;
 #&lt;PACKAGE &quot;SB-KERNEL&quot;&gt; #&lt;PACKAGE &quot;SB-VM&quot;&gt; #&lt;PACKAGE &quot;SB-INT&quot;&gt;
 #&lt;PACKAGE &quot;SB-EXT&quot;&gt; #&lt;PACKAGE &quot;COMMON-LISP&quot;&gt;)
* 


</string>
    </contents>
    <universal-time>
      <integer>3419514837</integer>
    </universal-time>
    <channel>
      <string>#lisp</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </annotation>
  <annotation>
    <number>
      <integer>2</integer>
    </number>
    <user>
      <string>jm4</string>
    </user>
    <title>
      <string>result of asdf:load-op with trace</string>
    </title>
    <contents>
      <string>* (trace asdf:perform)

(ASDF:PERFORM)
* (asdf:oos 'asdf:load-op :parenscript :verbose t)

; loading system definition from /usr/share/common-lisp/systems/parenscript.asd
; into #&lt;PACKAGE &quot;ASDF0&quot;&gt;
; registering #&lt;SYSTEM :PARENSCRIPT {A9C2B09}&gt; as PARENSCRIPT
; registering #&lt;SYSTEM :PARENSCRIPT.TEST {AB332B9}&gt; as PARENSCRIPT.TEST
  0: (ASDF:PERFORM #&lt;ASDF:COMPILE-OP (:VERBOSE T) {AB7AE91}&gt;
                   #&lt;ASDF:STATIC-FILE &quot;parenscript.asd&quot; {A9F5871}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:COMPILE-OP (:VERBOSE T) {AB7AE91}&gt;
                   #&lt;ASDF:STATIC-FILE &quot;functional.lisp&quot; {A9FB2E9}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:COMPILE-OP (:VERBOSE T) {AB7AE91}&gt;
                   #&lt;ASDF:MODULE &quot;lib&quot; {A9FAEA9}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:COMPILE-OP (:VERBOSE T) {AB7AE91}&gt;
                   #&lt;ASDF:MODULE &quot;src&quot; {A9F6F31}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:COMPILE-OP (:VERBOSE T) {AB7AE91}&gt;
                   #&lt;ASDF:SYSTEM &quot;parenscript&quot; {A9C2B09}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:STATIC-FILE &quot;parenscript.asd&quot; {A9F5871}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;package&quot; {A9F8909}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;utils&quot; {A9F8E09}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;defgenerics&quot; {A9F9361}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;js&quot; {A9F98B9}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;js-html&quot; {A9F9E41}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;css&quot; {A9FA3C9}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:CL-SOURCE-FILE &quot;compile-js&quot; {A9FA939}&gt;)
  0: ASDF:PERFORM returned (T)
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:STATIC-FILE &quot;functional.lisp&quot; {A9FB2E9}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:MODULE &quot;lib&quot; {A9FAEA9}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:MODULE &quot;src&quot; {A9F6F31}&gt;)
  0: ASDF:PERFORM returned NIL
  0: (ASDF:PERFORM #&lt;ASDF:LOAD-OP (:VERBOSE T) {A865E91}&gt;
                   #&lt;ASDF:SYSTEM &quot;parenscript&quot; {A9C2B09}&gt;)
  0: ASDF:PERFORM returned NIL
NIL
* 

</string>
    </contents>
    <universal-time>
      <integer>3419514416</integer>
    </universal-time>
    <channel>
      <string>#lisp</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </annotation>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>jm4</string>
    </user>
    <title>
      <string>result of (asdf:oos 'asdf:load-op :parenscript :verbose t)</string>
    </title>
    <contents>
      <string>* (asdf:oos 'asdf:load-op :parenscript :verbose t)

; loading system definition from /usr/share/common-lisp/systems/parenscript.asd
; into #&lt;PACKAGE &quot;ASDF0&quot;&gt;
; registering #&lt;SYSTEM :PARENSCRIPT {A9B14C1}&gt; as PARENSCRIPT
; registering #&lt;SYSTEM :PARENSCRIPT.TEST {AB21C69}&gt; as PARENSCRIPT.TEST
NIL
</string>
    </contents>
    <universal-time>
      <integer>3419514020</integer>
    </universal-time>
    <channel>
      <string>#lisp</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </annotation>
</paste-with-annotations>