Your message dated Mon, 09 Jul 2007 22:10:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427606: fixed in libcomplearn 1.0.0-1
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: libcomplearn
Version: 0.9.9-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL 
PROTECTED]> -----

X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: 
X-Spam-Status: No, score=-1.4 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS 
        autolearn=disabled version=3.1.7-deb
Subject: Log for successful build of libcomplearn_0.9.9-1 (dist=unstable)
From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]>
Date: Sun, 03 Jun 2007 18:09:36 +0100
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data:
        2007.6.3.95333
Debian-Buildd-Error: Yes

Function `complearn_vcblocksort_new' implicitly converted to pointer at 
complearn-environment.gob:179
Function `complearn_rcbzip_new' implicitly converted to pointer at 
complearn-environment.gob:180
Function `complearn_rcbzlib_new' implicitly converted to pointer at 
complearn-environment.gob:181
Function `complearn_rcgzip_new' implicitly converted to pointer at 
complearn-environment.gob:182
Function `complearn_rczlib_new' implicitly converted to pointer at 
complearn-environment.gob:183

----- End forwarded message -----

--- libcomplearn-0.9.9.orig/src/complearn-environment.gob       2007-05-23 
07:55:31.000000000 -0600
+++ libcomplearn-0.9.9/src/complearn-environment.gob    2007-06-05 
00:57:36.000000000 -0600
@@ -14,6 +14,11 @@
 #include "complearn-environment-private.h"
 #include "complearn/clconfig.h"
 #include "complearn/aclconfig.h"
+#include "complearn-vcblocksort.h"
+#include "complearn-rcbzip.h"
+#include "complearn-rcbzlib.h"
+#include "complearn-rcgzip.h"
+#include "complearn-rczlib.h"
 
 #if HAVE_UNISTD_H
 #include <unistd.h>

-- 
dann frazier | HP Open Source and Linux Organization


--- End Message ---
--- Begin Message ---
Source: libcomplearn
Source-Version: 1.0.0-1

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

complearn-tools_1.0.0-1_i386.deb
  to pool/main/libc/libcomplearn/complearn-tools_1.0.0-1_i386.deb
libcomplearn-dev_1.0.0-1_i386.deb
  to pool/main/libc/libcomplearn/libcomplearn-dev_1.0.0-1_i386.deb
libcomplearn-mod-art_1.0.0-1_i386.deb
  to pool/main/libc/libcomplearn/libcomplearn-mod-art_1.0.0-1_i386.deb
libcomplearn-mod-lzmax_1.0.0-1_i386.deb
  to pool/main/libc/libcomplearn/libcomplearn-mod-lzmax_1.0.0-1_i386.deb
libcomplearn-mod-ppmdx_1.0.0-1_i386.deb
  to pool/main/libc/libcomplearn/libcomplearn-mod-ppmdx_1.0.0-1_i386.deb
libcomplearn1_1.0.0-1_i386.deb
  to pool/main/libc/libcomplearn/libcomplearn1_1.0.0-1_i386.deb
libcomplearn_1.0.0-1.diff.gz
  to pool/main/libc/libcomplearn/libcomplearn_1.0.0-1.diff.gz
libcomplearn_1.0.0-1.dsc
  to pool/main/libc/libcomplearn/libcomplearn_1.0.0-1.dsc
libcomplearn_1.0.0.orig.tar.gz
  to pool/main/libc/libcomplearn/libcomplearn_1.0.0.orig.tar.gz



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.
Rudi Cilibrasi <[EMAIL PROTECTED]> (supplier of updated libcomplearn 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, 05 Jun 2007 10:18:08 +0200
Source: libcomplearn
Binary: complearn-tools libcomplearn-dev libcomplearn-mod-art 
libcomplearn-mod-lzmax libcomplearn1 libcomplearn-mod-ppmdx
Architecture: source i386
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Michael Koch <[EMAIL PROTECTED]>
Changed-By: Rudi Cilibrasi <[EMAIL PROTECTED]>
Description: 
 complearn-tools - complearn machine-learning command-line utilities
 libcomplearn-dev - machine-learning through data compression development files
 libcomplearn-mod-art - simple CompLearn compression module arithmetic encoder
 libcomplearn-mod-lzmax - CompLearn compression module using LZMA compressor
 libcomplearn-mod-ppmdx - CompLearn compression module using PPMD compressor
 libcomplearn1 - machine-learning with data compression core library runtime 
files
Closes: 427606 430394
Changes: 
 libcomplearn (1.0.0-1) unstable; urgency=low
 .
   * New upstream version.
   * Russian translation added. Thanks, Yuri!  (Closes: #430394)
   * Fixed implicit pointer bug. (Closes: #427606)
   * Switched to libcomplearn1 instead of libcomplearn0 finally.
Files: 
 1cd2fd520d18f164e8f978435284cf82 873 libs optional libcomplearn_1.0.0-1.dsc
 395d9903b3eeaf7b45ec8cde01eb3632 776287 libs optional 
libcomplearn_1.0.0.orig.tar.gz
 ec2fa398ebadf8582dbbded84775b77e 3268 libs optional 
libcomplearn_1.0.0-1.diff.gz
 05ba67742dcd24d30dea6da286db8e1b 383358 libdevel optional 
libcomplearn-dev_1.0.0-1_i386.deb
 21c5d28132461bf6c36c873b51d38a53 56066 libs optional 
libcomplearn1_1.0.0-1_i386.deb
 b87b9fffc37941c091767bf99b9f2e4b 9300 libdevel optional 
libcomplearn-mod-ppmdx_1.0.0-1_i386.deb
 5c18a0bfb90dd259f1f455ed81d9ed5e 8848 libdevel optional 
libcomplearn-mod-lzmax_1.0.0-1_i386.deb
 763eca4fec333d915de4289dd254ea42 8118 libdevel optional 
libcomplearn-mod-art_1.0.0-1_i386.deb
 d7cfdde650e8025e48d61474c202389b 15520 science optional 
complearn-tools_1.0.0-1_i386.deb

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

iD8DBQFGgQxeWSOgCCdjSDsRAmp9AJ9EoeUG4vPpV1XB3ZZfCmieShq44wCfQR2Y
slKe+ZtCemXAJVAlw9LNETo=
=jvId
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to