Your message dated Thu, 25 Aug 2005 23:02:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#287521: fixed in lprng 3.8.28-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Dec 2004 15:39:30 +0000 >From [EMAIL PROTECTED] Tue Dec 28 07:39:30 2004 Return-path: <[EMAIL PROTECTED]> Received: from c187236.adsl.hansenet.de (localhost.localdomain) [213.39.187.236] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CjJRZ-0005qM-00; Tue, 28 Dec 2004 07:39:29 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CjJWe-00007o-Hv; Tue, 28 Dec 2004 16:44:44 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: lprng: FTBFS (amd64/gcc-4.0): pointer targets in passing argument 3 of 'Read_fd_len_timeout' differ in signedness Message-Id: <[EMAIL PROTECTED]> Date: Tue, 28 Dec 2004 16:44:44 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: lprng Severity: normal Tags: patch When building 'lprng' on amd64 with gcc-4.0, I get the following error: gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -I/usr/include -g -W -Wall -Werror -Wno-unused -g -O2 -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/krb5_auth.c -o krb5_auth.o cc1: warnings being treated as errors ./common/krb5_auth.c: In function 'des_read': ./common/krb5_auth.c:925: warning: pointer targets in passing argument 3 of 'Read_fd_len_timeout' differ in signedness make[2]: *** [krb5_auth.lo] Error 1 make[2]: Leaving directory `/lprng-3.8.28/src' With the attached patch 'lprng' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/lprng-3.8.28/src/common/krb5_auth.c ./src/common/krb5_auth.c --- ../tmp-orig/lprng-3.8.28/src/common/krb5_auth.c 2004-09-24 22:19:57.000000000 +0200 +++ ./src/common/krb5_auth.c 2004-12-28 16:01:50.449169480 +0100 @@ -922,7 +922,7 @@ nstored = 0; } - if ((cc = Read_fd_len_timeout(transfer_timeout, fd, len_buf, 4)) != 4) { + if ((cc = Read_fd_len_timeout(transfer_timeout, fd, (char*)len_buf, 4)) != 4) { /* XXX can't read enough, pipe must have closed */ return(0); } --------------------------------------- Received: (at 287521-close) by bugs.debian.org; 26 Aug 2005 06:08:26 +0000 >From [EMAIL PROTECTED] Thu Aug 25 23:08:26 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E8XI2-000389-00; Thu, 25 Aug 2005 23:02:10 -0700 From: Craig Small <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#287521: fixed in lprng 3.8.28-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 25 Aug 2005 23:02:10 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: lprng Source-Version: 3.8.28-3 We believe that the bug you reported is fixed in the latest version of lprng, which is due to be installed in the Debian FTP archive: lprng-doc_3.8.28-3_all.deb to pool/main/l/lprng/lprng-doc_3.8.28-3_all.deb lprng_3.8.28-3.diff.gz to pool/main/l/lprng/lprng_3.8.28-3.diff.gz lprng_3.8.28-3.dsc to pool/main/l/lprng/lprng_3.8.28-3.dsc lprng_3.8.28-3_alpha.deb to pool/main/l/lprng/lprng_3.8.28-3_alpha.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. Craig Small <[EMAIL PROTECTED]> (supplier of updated lprng 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, 26 Aug 2005 14:17:00 +1000 Source: lprng Binary: lprng lprng-doc Architecture: source alpha all Version: 3.8.28-3 Distribution: unstable Urgency: low Maintainer: Craig Small <[EMAIL PROTECTED]> Changed-By: Craig Small <[EMAIL PROTECTED]> Description: lprng - lpr/lpd printer spooling system lprng-doc - lpr/lpd printer spooling system (documentation) Closes: 287521 287752 312602 312603 Changes: lprng (3.8.28-3) unstable; urgency=low . * Added Vietnamese translation Closes: #312602 * Added Italian translation Closes: #287752 * Compilies on gcc4 and AMD Closes: #287521 * Since->From in templates Closes: #312603 Files: b984b595a3abce625c40d75db5e50c7c 731 net extra lprng_3.8.28-3.dsc 148a69bbba1851d125d8f96de06508f6 33623 net extra lprng_3.8.28-3.diff.gz 8b76d0c2dc17450224c75dc09d87368c 3212640 doc extra lprng-doc_3.8.28-3_all.deb 886453551214a17f221c717570bb9feb 2198126 net extra lprng_3.8.28-3_alpha.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDDqtkx2zlrBLK36URAmVyAKCa+Zn2jVXNVIzviSbCa8LSi24UkACeMGVX FNvRioFOFcw+hGzU/Po/9kE= =I8Rv -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]