Your message dated Fri, 26 Aug 2005 15:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300360: fixed in tf 1:4.0s1-17
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; 19 Mar 2005 08:38:10 +0000
>From [EMAIL PROTECTED] Sat Mar 19 00:38:10 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 1DCZTF-0003es-00; Sat, 19 Mar 2005 00:38:09 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DCZTE-0003Ho-E9; Sat, 19 Mar 2005 09:38:08 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: tf: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 19 Mar 2005 09:38:08 +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: tf
Severity: normal
Tags: patch

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

gcc -O2 -g -Wall    -c -o expr.o expr.c
In file included from expr.c:38:
history.h:34: error: array type has incomplete element type
history.h:34: error: array type has incomplete element type
make[1]: *** [expr.o] Error 1
make[1]: Leaving directory `/tf-4.0s1/src'
make: *** [binary-arch] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/tf-4.0s1/src/history.c ./src/history.c
--- ../tmp-orig/tf-4.0s1/src/history.c  1999-03-06 23:43:24.000000000 +0100
+++ ./src/history.c     2005-03-19 09:31:11.759689297 +0100
@@ -38,18 +38,6 @@
 #define LOCALSIZE      100     /* local history size */
 #define INPUTSIZE      100     /* command history buffer size */
 
-typedef struct History {       /* circular list of Alines, and logfile */
-    struct Aline **alines;
-    int size;                  /* actual number of lines currently saved */
-    int maxsize;               /* maximum number of lines that can be saved */
-    int first;                 /* position of first line in circular array */
-    int last;                  /* position of last line in circular array */
-    int index;                 /* current recall position */
-    int total;                 /* total number of lines ever saved */
-    TFILE *logfile;
-    CONST char *logname;
-} History;
-
 #define empty(hist) (!(hist)->alines || !(hist)->size)
 
 static void     FDECL(alloc_history,(History *hist, int maxsize));
diff -urN ../tmp-orig/tf-4.0s1/src/history.h ./src/history.h
--- ../tmp-orig/tf-4.0s1/src/history.h  1999-03-06 23:43:24.000000000 +0100
+++ ./src/history.h     2005-03-19 09:31:04.441102640 +0100
@@ -31,6 +31,18 @@
 #define record_global(aline)  recordline(globalhist, (aline))
 #define record_local(aline)   recordline(localhist, (aline))
 
+typedef struct History {       /* circular list of Alines, and logfile */
+    struct Aline **alines;
+    int size;                  /* actual number of lines currently saved */
+    int maxsize;               /* maximum number of lines that can be saved */
+    int first;                 /* position of first line in circular array */
+    int last;                  /* position of last line in circular array */
+    int index;                 /* current recall position */
+    int total;                 /* total number of lines ever saved */
+    TFILE *logfile;
+    CONST char *logname;
+} History;
+
 extern struct History globalhist[], localhist[];
 extern int log_count, norecord, nolog;
 

---------------------------------------
Received: (at 300360-close) by bugs.debian.org; 26 Aug 2005 22:40:07 +0000
>From [EMAIL PROTECTED] Fri Aug 26 15:40:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E8mk4-0001xj-00; Fri, 26 Aug 2005 15:32:08 -0700
From: Jan Niehusmann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300360: fixed in tf 1:4.0s1-17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 26 Aug 2005 15:32:08 -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: tf
Source-Version: 1:4.0s1-17

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

tf_4.0s1-17.diff.gz
  to pool/main/t/tf/tf_4.0s1-17.diff.gz
tf_4.0s1-17.dsc
  to pool/main/t/tf/tf_4.0s1-17.dsc
tf_4.0s1-17_i386.deb
  to pool/main/t/tf/tf_4.0s1-17_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.
Jan Niehusmann <[EMAIL PROTECTED]> (supplier of updated tf 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 19:52:58 +0200
Source: tf
Binary: tf
Architecture: source i386
Version: 1:4.0s1-17
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann <[EMAIL PROTECTED]>
Changed-By: Jan Niehusmann <[EMAIL PROTECTED]>
Description: 
 tf         - Tinyfugue MUD client for TinyMUDs, DikuMUDs, and LPMUDs
Closes: 300360 320103
Changes: 
 tf (1:4.0s1-17) unstable; urgency=low
 .
   * Acknowledge NMU, thank you Andreas! (Closes: Bug#300360)
   * Remove /usr/doc/tf if old tf package left it around (Closes: Bug#320103)
   * Moved menu file to /usr/share/menu
Files: 
 d868fd7a5a428bde4820560538a9bc04 670 games optional tf_4.0s1-17.dsc
 6741fc3b0ea780cecfd2870243d0eda6 12618 games optional tf_4.0s1-17.diff.gz
 903b8a1b279358bb882b114623be61b0 259694 games optional tf_4.0s1-17_i386.deb

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

iQCVAwUBQw+UpIFL8fYptN/eAQKgMQP/TbdvzuL2BwUVXRCUykhI4AhHrCQqUKIK
svzxEKqtG+mvNc+8fNvVTqHkRuooDcj4JC0h4HEn0PX44qoR5c/tXIM6hvHczfbH
YH3S02bcA8rJyY47c81GqCgUgrnHVtNmFEDSTsKLVuznzp/dJJu0AvmqBZE1NfOm
1wuhXHXNpIw=
=Ecsk
-----END PGP SIGNATURE-----


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

Reply via email to