Your message dated Mon, 22 Aug 2005 21:02:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#287885: fixed in osiris 4.1.8-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 30 Dec 2004 19:27:27 +0000 >From [EMAIL PROTECTED] Thu Dec 30 11:27:27 2004 Return-path: <[EMAIL PROTECTED]> Received: from d020125.adsl.hansenet.de (localhost.localdomain) [80.171.20.125] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Ck5xH-0001py-00; Thu, 30 Dec 2004 11:27:27 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1Ck62S-0008CQ-T2; Thu, 30 Dec 2004 20:32:48 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: osiris: FTBFS (amd64/gcc-4.0): static declaration of 'error_keywords' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Thu, 30 Dec 2004 20:32:48 +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: osiris Severity: normal Tags: patch When building 'osiris' on amd64 with gcc-4.0, I get the following error: x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libfileapi -I/usr/kerberos/include/ -Wall -O2 -c `test -f 'error.c' || echo './'`error.c error.c:38: error: static declaration of 'error_keywords' follows non-static declaration error.h:147: error: previous declaration of 'error_keywords' was here error.c: In function 'print_osi_error': error.c:206: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'osi_uint64' make[4]: *** [error.o] Error 1 make[4]: Leaving directory `/osiris-4.0.6/src/libosiris' With the attached patch 'osiris' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/osiris-4.0.6/src/libosiris/error.h ./src/libosiris/error.h --- ../tmp-orig/osiris-4.0.6/src/libosiris/error.h 2004-01-27 23:27:34.000000000 +0100 +++ ./src/libosiris/error.h 2004-12-30 20:16:26.798218448 +0100 @@ -144,7 +144,6 @@ int type; }; -extern struct e_keywords error_keywords[]; char * osi_get_name_for_error( osi_uint64 error ); --------------------------------------- Received: (at 287885-close) by bugs.debian.org; 23 Aug 2005 04:16:04 +0000 >From [EMAIL PROTECTED] Mon Aug 22 21:16:04 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7PzF-0005I3-00; Mon, 22 Aug 2005 21:02:09 -0700 From: Jamie Wilkinson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#287885: fixed in osiris 4.1.8-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 22 Aug 2005 21:02:09 -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: osiris Source-Version: 4.1.8-2 We believe that the bug you reported is fixed in the latest version of osiris, which is due to be installed in the Debian FTP archive: osiris_4.1.8-2.diff.gz to pool/main/o/osiris/osiris_4.1.8-2.diff.gz osiris_4.1.8-2.dsc to pool/main/o/osiris/osiris_4.1.8-2.dsc osiris_4.1.8-2_i386.deb to pool/main/o/osiris/osiris_4.1.8-2_i386.deb osirisd_4.1.8-2_i386.deb to pool/main/o/osiris/osirisd_4.1.8-2_i386.deb osirismd_4.1.8-2_i386.deb to pool/main/o/osiris/osirismd_4.1.8-2_i386.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. Jamie Wilkinson <[EMAIL PROTECTED]> (supplier of updated osiris 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, 23 Aug 2005 13:48:44 +1000 Source: osiris Binary: osirismd osiris osirisd Architecture: source i386 Version: 4.1.8-2 Distribution: unstable Urgency: low Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]> Changed-By: Jamie Wilkinson <[EMAIL PROTECTED]> Description: osiris - network-wide system integrity monitor control interface osirisd - network-wide system integrity monitor scanning agent osirismd - network-wide system integrity monitor central management daemon Closes: 287885 291930 Changes: osiris (4.1.8-2) unstable; urgency=low . * Applied patch from Andreas Jochens to fix build failure on AMD64. (Closes: #287885) * Add dependency on adduser for osirisd and osirismd preinst script. * Update standards version, no changes required. * Remove 'NEWS' from installation, as it's empty. * Increased the maximum SMTP greeting line length. (Closes: #291930) Files: 98ef1ce1e99dc4c1e9d516264c8d7127 589 admin optional osiris_4.1.8-2.dsc 921ed891f720adfe758715ec52f1edcf 67610 admin optional osiris_4.1.8-2.diff.gz 904d648906da5e8fe771e8165c9f8cbb 383468 admin optional osiris_4.1.8-2_i386.deb f7c312a0486f8c32c2f8b16cbe03cba7 59700 admin optional osirisd_4.1.8-2_i386.deb 5782d428f2fccd6374496e41859a86f7 393104 admin optional osirismd_4.1.8-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDCp1K5u9oNyz9HDgRAohMAJ9NHmjfkdeqZLARyrkjEm8xzrUQ/gCgjHdZ UycAFQOSGHN75ae7H7cOfZI= =opOC -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]