Your message dated Sat, 16 Sep 2006 15:02:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383957: fixed in cl-statistics 20050224-2
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: cl-statistics

The Debian patch to cl-statistics (cl-statistics_20050224-1.diff.gz <http://ftp.debian.org/debian/pool/main/c/cl-statistics/cl-statistics_20050224-1.diff.gz>) produces invalid Lisp code after applied to cl-statistics.lisp. Example:

----snip-----snip-----
v v v v v v v
(defpackage :statistics
 (:nicknames :stats)
 (:use :common-lisp)
 (:export #:mean #:median #:mode #:geometric-mean #:range #:percentile
          #:variance #:standard-deviation #:sd #:coefficient-of-variation
          #:standard-error-of-the-mean #:permutations #:choose
          #:binomial-probability #:binomial-cumulative-probability
          #:binomial-ge-probability #:poisson-probability
          #:poisson-cumulative-probability #:poisson-ge-probability
          #:poisson-cdf #:normal-pdf #:convert-to-standard-normal #:phi #:z
          #:t-distribution #:chi-square #:chi-square-cdf
          #:binomial-probability-ci #:poisson-mu-ci #:normal-mean-ci
          #:normal-mean-ci-on-sequences #:normal-variance-ci
          #:normal-variance-ci-on-sequence #:normal-sd-ci
          #:normal-sd-ci-on-sequence #:z-test #:z-test-on-sequence
          #:t-test-one-sample #:t-test-one-sample-on-sequence
          #:t-test-paired #:t-test-paired-on-sequences #:t-test-two-sample
          #:t-test-two-sample-on-sequences #:chi-square-test-one-sample
          #:f-test #:binomial-test-one-sample #:binomial-test-two-sample
          #:fisher-exact-test #:mcnemars-test #:poisson-test-one-sample
          #:sign-test #:sign-test-on-sequences #:wilcoxon-signed-rank-test
          #:wilcoxon-signed-rank-test-on-sequences
          #:chi-square-test-rxc #:chi-square-test-for-trend
          #:t-test-one-sample-sse #:t-test-two-sample-sse
          #:t-test-paired-sse #:binomial-test-one-sample-sse
          #:binomial-test-two-sample-sse #:binomial-test-paired-sse
          #:correlation-sse #:linear-regression #:correlation-coefficient
          #:correlation-test-two-sample
#:correlation-test-two-sample-on-sequences #:spearman-rank-correlation #:t-significance #:f-significance #:random-sample #:random-pick #:test-variables
          #:bin-and-count #:fishers-z-transform #:mean-sd-n #:square
          #:round-float
          #:random-normal))

(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))

(in-package :statistics)

;; |KMR| add dummy routine for missing function
(defmacro test-variables (&rest dummy)
 )

;; |KMR| move to top of file to prevent some functions from not having
;; this pre-declared
;; SQUARE
(defmacro square (x)
 `(* ,x ,x))

*************
) ;end eval-when
^ ^ ^ ^ ^ ^ ^

v v v v v v v
^ ^ ^ ^ ^ ^ ^
----snip-----snip-----

These lines of "v v v v v v v", "^ ^ ^ ^ ^ ^ ^", etc. cause SBCL to fail:

----snip-----snip-----
; compiling file "/usr/share/common-lisp/source/cl-statistics/cl-statistics.lisp" (written 18 JUN 2006 02:55:05 PM):
; compiling (DECLAIM (OPTIMIZE # ...))
; compiling (DEFPACKAGE :STATISTICS ...)
; compiling (IN-PACKAGE :STATISTICS)
; compiling (DEFMACRO TEST-VARIABLES ...)
; compiling (DEFMACRO SQUARE ...)
; compiling (DEFMACRO UNDERFLOW-GOES-TO-ZERO ...)
; compiling V
debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" {A7CB4C9}>: Error during processing of --eval option (LOAD #P"spacebox/spacebox.lisp"):

 The variable V is unbound.

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 (:VERBOSE NIL) {D0A7FD9}> on
               #<ASDF:CL-SOURCE-FILE "cl-statistics" {B142F59}>.
1: [ACCEPT ] Continue, treating #<ASDF:COMPILE-OP (:VERBOSE NIL) {D0A7FD9}> on #<ASDF:CL-SOURCE-FILE "cl-statistics" {B142F59}> as having
               been successful.
 2: [CONTINUE] Ignore and continue with next --eval option.
 3: [ABORT   ] Skip rest of --eval options.
 4:            Skip to toplevel READ/EVAL/PRINT loop.
 5: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((LAMBDA (SB-IMPL::E)) #<UNBOUND-VARIABLE V {DB26C99}>)
0]
----snip-----snip-----


$ dpkg --status cl-statistics
Package: cl-statistics
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 156
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Architecture: all
Version: 20050224-1
Depends: common-lisp-controller (>= 5.11)
Description: Common Lisp Statistics Package
cl-statistics provides numerous statistical functions for use in
Common Lisp programs.



--- End Message ---
--- Begin Message ---
Source: cl-statistics
Source-Version: 20050224-2

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

cl-statistics_20050224-2.diff.gz
  to pool/main/c/cl-statistics/cl-statistics_20050224-2.diff.gz
cl-statistics_20050224-2.dsc
  to pool/main/c/cl-statistics/cl-statistics_20050224-2.dsc
cl-statistics_20050224-2_all.deb
  to pool/main/c/cl-statistics/cl-statistics_20050224-2_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 cl-statistics 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: Fri, 15 Sep 2006 07:43:26 +0200
Source: cl-statistics
Binary: cl-statistics
Architecture: source all
Version: 20050224-2
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Changed-By: Peter Van Eynde <[EMAIL PROTECTED]>
Description: 
 cl-statistics - Common Lisp Statistics Package
Closes: 383957
Changes: 
 cl-statistics (20050224-2) unstable; urgency=low
 .
   * Now again compiles on SBCL (Closes: #383957)
Files: 
 a77f6d4e69c2acc23fccd2a4a4d5a9d1 628 devel optional 
cl-statistics_20050224-2.dsc
 2d65ea929fbe4d006e0a603157b54f54 4801 devel optional 
cl-statistics_20050224-2.diff.gz
 19fa1f18364b92f5cd40e65e96433dc5 31886 devel optional 
cl-statistics_20050224-2_all.deb

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

iD8DBQFFCj4G11ldN0tyliURAg6gAJ99dBhSI/nEgvXxsgDK/TmCU0NwogCgvtmI
mVyaEBfL2hWyhM06GMruIL4=
=7zGn
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to