Your message dated Thu, 12 Jul 2007 09:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430169: fixed in araneida 0.90.1-dfsg-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: araneida
Version: 0.90.1-dfsg-2
Severity: important


I can't use neither (clc:clc-require :araneida) nor (require :araneida)
to compile and load araneida correctly from sbcl repl. 

If i use (clc:clc-require :araneida) i get :

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; /var/cache/common-lisp-controller/1000/sbcl/araneida/araneida.fasl
written
; compilation finished in 0:00:00
; compiling file
"/usr/share/common-lisp/source/araneida/macros.lisp" (written 12 OCT
2005 11:18:57 AM):
; compiling (IN-PACKAGE :ARANEIDA); compilation aborted because of fatal
error:
;   READ failure in COMPILE-FILE:
;     READER-ERROR at 202 (line 7, column 36) on #<SB-SYS:FD-STREAM for
"file /usr/share/common-lisp/source/araneida/macros.lisp" {B0FF591}>:


; /var/cache/common-lisp-controller/1000/sbcl/araneida/macros.fasl
written
; compilation finished in 0:00:00
; Symbol "WITH-ENABLED-INTERRUPTS" not found in the SB-SYS package.
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {B3764E9}> on
   #<CL-SOURCE-FILE "macros" {A996491}>.

debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial
thread" {A805799}>:
  erred while invoking #<COMPILE-OP NIL {B3764E9}> on
  #<CL-SOURCE-FILE "macros" {A996491}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {B3764E9}> on
              #<ASDF:CL-SOURCE-FILE "macros" {A996491}>.
  1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {B3764E9}> on
              #<ASDF:CL-SOURCE-FILE "macros" {A996491}> as having been
              successful.
  2: [ABORT ] Exit debugger, returning to top level.

((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE))
 #<unavailable argument>
 #<unavailable argument>
 #<ASDF:COMPILE-OP NIL {B3764E9}>
 #<ASDF:CL-SOURCE-FILE "macros" {A996491}>)
0] 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

When i use (require :araneida) i get:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


; compiling (DEFUN HTML-STREAM ...)
; file: /usr/share/common-lisp/source/araneida/html.lisp
; in:
;      MACROLET ((HTML-BODY NIL '(RET-BLOCK (COND (# #) (# #) (# #) (#
#) (T #)))))
;     ARANEIDA:DESTRUCTURE-HTML
; 
; caught ERROR:
;   (in macroexpansion of (DESTRUCTURE-HTML # THINGS ...))
;   (hint: For more precise location, try *BREAK-ON-SIGNALS*.)
;   The function HTML is undefined.

; compiling (DEFUN HTML-ESCAPED-STREAM ...)
; file: /usr/share/common-lisp/source/araneida/html.lisp
; in:
;      MACROLET ((HTML-BODY NIL '(RET-BLOCK (COND (# #) (# #) (# #) (#
#) (T #)))))
;     ARANEIDA:DESTRUCTURE-HTML
; 
; caught ERROR:
;   (in macroexpansion of (DESTRUCTURE-HTML # THINGS ...))
;   (hint: For more precise location, try *BREAK-ON-SIGNALS*.)
;   The function HTML is undefined.

; compiling (DEFUN HTML ...)
; file: /usr/share/common-lisp/source/araneida/html.lisp
; in:
;      MACROLET ((HTML-BODY NIL '(RET-BLOCK (COND (# #) (# #) (# #) (#
#) (T #)))))
;     ARANEIDA:DESTRUCTURE-HTML
; 
; caught ERROR:
;   (in macroexpansion of (DESTRUCTURE-HTML # THINGS ...))
;   (hint: For more precise location, try *BREAK-ON-SIGNALS*.)
;   The function HTML is undefined.

; compiling (DEFUN SEARCH-HTML-TREE ...)

; /var/cache/common-lisp-controller/1000/sbcl/araneida/html.fasl written
; compilation finished in 0:00:00
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {AB79111}> on
   #<CL-SOURCE-FILE "html" {B448A41}>.

debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial
thread" {A8076A1}>:
  erred while invoking #<COMPILE-OP NIL {AB79111}> on
  #<CL-SOURCE-FILE "html" {B448A41}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {AB79111}> on
              #<ASDF:CL-SOURCE-FILE "html" {B448A41}>.
  1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {AB79111}> on
              #<ASDF:CL-SOURCE-FILE "html" {B448A41}> as having been
successful.
  2: [ABORT ] Exit debugger, returning to top level.

((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE))
 #<unavailable argument>
 #<unavailable argument>
 #<ASDF:COMPILE-OP NIL {AB79111}>
 #<ASDF:CL-SOURCE-FILE "html" {B448A41}>)
0]

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


I'm using:

Debian sid
sbcl  1:1.0.6.0-1

A final note: if i use clisp with (clc:clc-require :araneida) everything
seems be fine:

0 errors, 0 warnings

clisp Version: 1:2.41-1

Thank you.






-- 
Erick Ivaan Lopez Carreon -- [EMAIL PROTECTED]   
PGP Key 1024D/9741C03A 2004-11-19 
Key fingerprint = 1764 3C6F B433 B2DD 9029  98B1 8E6B 58D3 9741 C03A

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: araneida
Source-Version: 0.90.1-dfsg-3

We believe that the bug you reported is fixed in the latest version of
araneida, which is due to be installed in the Debian FTP archive:

araneida_0.90.1-dfsg-3.diff.gz
  to pool/main/a/araneida/araneida_0.90.1-dfsg-3.diff.gz
araneida_0.90.1-dfsg-3.dsc
  to pool/main/a/araneida/araneida_0.90.1-dfsg-3.dsc
araneida_0.90.1-dfsg-3_all.deb
  to pool/main/a/araneida/araneida_0.90.1-dfsg-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Van Eynde <[EMAIL PROTECTED]> (supplier of updated araneida package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 20:59:25 +0200
Source: araneida
Binary: araneida
Architecture: source all
Version: 0.90.1-dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Changed-By: Peter Van Eynde <[EMAIL PROTECTED]>
Description: 
 araneida   - A programmable web server written and extended in Lisp
Closes: 430169
Changes: 
 araneida (0.90.1-dfsg-3) unstable; urgency=low
 .
   * Fixed compilation problem with sbcl.
     (Closes: #430169)
Files: 
 cfc65374011dd99155a47f29938c5b51 694 web extra araneida_0.90.1-dfsg-3.dsc
 49d012cdf0ec67f586205558f2ae6207 3783 web extra araneida_0.90.1-dfsg-3.diff.gz
 66384c14cb5df14948fca3277dfd35f3 151190 web extra 
araneida_0.90.1-dfsg-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGk9uz11ldN0tyliURAl1gAKCvgo4EPU0xjWdtII07p5sPkUvIFQCeL+Im
wTBXGyjjcWmT/DY0EfTF1dE=
=QFrY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to