Your message dated Thu, 17 Nov 2005 14:17:15 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298709: fixed in chrony 1.21-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Mar 2005 13:20:30 +0000
>From [EMAIL PROTECTED] Wed Mar 09 05:20:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D9170-0004L2-00; Wed, 09 Mar 2005 05:20:30 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D923P-0001DR-IR; Wed, 09 Mar 2005 15:20:51 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: chrony: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 09 Mar 2005 15:20:51 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: chrony
Severity: normal
Tags: patch

When building 'chrony' on amd64 with gcc-4.0,
I get the following error:

In file included from manual.c:40:
logging.h:80: warning: type qualifiers ignored on function return type
gcc -Wmissing-prototypes -Wall -O2 -g  -DLINUX -DHAS_STDINT_H -DHAS_INTTYPES_H 
-c addrfilt.c
addrfilt.c:48: error: array type has incomplete element type

With the attached patch 'chrony' can be compiled
on amd64 using gcc-4.0.

The patch also changes the Build-Depends from libreadline4-dev to
libreadline5-dev.

Regards
Andreas Jochens

diff -urN ../tmp-orig/chrony-1.20/addrfilt.c ./addrfilt.c
--- ../tmp-orig/chrony-1.20/addrfilt.c  2002-03-01 00:27:08.000000000 +0100
+++ ./addrfilt.c        2005-03-09 14:16:47.986439478 +0100
@@ -45,7 +45,7 @@
 
 struct _TableNode;
 
-typedef struct _TableNode ExtendedTable[TABLE_SIZE];
+typedef struct _TableNode *ExtendedTable;
 
 typedef enum {DENY, ALLOW, AS_PARENT} State;
 
diff -urN ../tmp-orig/chrony-1.20/debian/control ./debian/control
--- ../tmp-orig/chrony-1.20/debian/control      2005-03-09 14:17:40.049524686 
+0100
+++ ./debian/control    2005-03-09 14:11:34.066162614 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: John Hasler <[EMAIL PROTECTED]>
 Standards-Version: 3.5.8.0
-Build-Depends: debhelper, libreadline4-dev, texinfo, bison
+Build-Depends: debhelper, libreadline5-dev, texinfo, bison
 
 Package: chrony
 Architecture: any

---------------------------------------
Received: (at 298709-close) by bugs.debian.org; 17 Nov 2005 22:32:02 +0000
>From [EMAIL PROTECTED] Thu Nov 17 14:32:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Ecs4B-0007e4-6k; Thu, 17 Nov 2005 14:17:15 -0800
From: John Hasler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#298709: fixed in chrony 1.21-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 17 Nov 2005 14:17:15 -0800
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: chrony
Source-Version: 1.21-1

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

chrony_1.21-1.diff.gz
  to pool/main/c/chrony/chrony_1.21-1.diff.gz
chrony_1.21-1.dsc
  to pool/main/c/chrony/chrony_1.21-1.dsc
chrony_1.21-1_i386.deb
  to pool/main/c/chrony/chrony_1.21-1_i386.deb
chrony_1.21.orig.tar.gz
  to pool/main/c/chrony/chrony_1.21.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.
John Hasler <[EMAIL PROTECTED]> (supplier of updated chrony 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: Thu, 17 Nov 2005 15:32:28 -0600
Source: chrony
Binary: chrony
Architecture: source i386
Version: 1.21-1
Distribution: unstable
Urgency: low
Maintainer: John Hasler <[EMAIL PROTECTED]>
Changed-By: John Hasler <[EMAIL PROTECTED]>
Description: 
 chrony     - Sets your computer's clock from time servers on the Net
Closes: 298709 301592 326379 328292
Changes: 
 chrony (1.21-1) unstable; urgency=low
 .
   * New upstream release
     Closes: #328292: New version of chrony avalaible
     Closes: #301592: Fails to read RTC and floods logfiles
 .
   * Enabled RTC as upstream has installed a work-around for the HPET bug.
 .
   * Switched to libreadline5.
     Closes: #326379: please rebuild with libreadline5-dev as build dependency
 .
   * Patched addrfilt.c to fix gcc 4.0 build problem.
     Closes: #298709: chrony: FTBFS (amd64/gcc-4.0): array type has incomplete 
element type
 .
   * There are lots more minor things to fix but I'm uploading now to close
     the serious bugs.  I'll upload another version with some improvements
     in a few weeks.
Files: 
 dd62c5d0800574e09c8c55883e577f41 720 admin extra chrony_1.21-1.dsc
 24a322d7499cbc19ef6a2a87c2708c81 442330 admin extra chrony_1.21.orig.tar.gz
 09f7cede7a2d53881b62898df8b81dd1 928 admin extra chrony_1.21-1.diff.gz
 40c68a5dda36b35a6f5dd6f9bba16e11 245692 admin extra chrony_1.21-1_i386.deb

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

iQCVAwUBQ3z3P/c1CeQKxb5hAQLXqQQAmJZNiP1P86IRkyGXe5fHbANg2XFvEg38
1KWAQlt+qSFb9p1KllHU2KPEEp2e3AtTExdtZ/2QCZE0h4soChfhiOX3Jxmh4vZb
Izwtkjum8etTZ9JrH2eFmESapjDjaqJpPq+KXBj+GcyxBXN1gkCnHyZOa+/vdW5b
mSl/8ER4BNE=
=Lkkc
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to