Your message dated Fri, 15 Jul 2005 09:47:10 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#300517: fixed in trn4 4.0-test76-10 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; 20 Mar 2005 10:09:15 +0000 >From [EMAIL PROTECTED] Sun Mar 20 02:09:14 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 1DCxMv-0000ow-00; Sun, 20 Mar 2005 02:09:14 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1DCxMu-0002XY-J6; Sun, 20 Mar 2005 11:09:12 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: trn4: FTBFS (amd64/gcc-4.0): array type has incomplete element type Message-Id: <[EMAIL PROTECTED]> Date: Sun, 20 Mar 2005 11:09:12 +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: trn4 Severity: normal Tags: patch When building 'trn4' on amd64 with gcc-4.0, I get the following error: gcc -c -O2 -g -Wall -DDEBUG datasrc.c In file included from datasrc.c:15: opt.h:135: error: array type has incomplete element type make[1]: *** [datasrc.o] Error 1 make[1]: Leaving directory `/trn4-4.0-test76' make: *** [build-stamp] Error 2 With the attached patch 'trn4' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/trn4-4.0-test76/ngstuff.c ./ngstuff.c --- ../tmp-orig/trn4-4.0-test76/ngstuff.c 2000-12-28 22:18:07.000000000 +0100 +++ ./ngstuff.c 2005-03-20 10:59:20.309650833 +0100 @@ -37,6 +37,8 @@ #include "INTERN.h" #include "ngstuff.h" +extern INI_WORDS options_ini[]; + void ngstuff_init() { diff -urN ../tmp-orig/trn4-4.0-test76/opt.h ./opt.h --- ../tmp-orig/trn4-4.0-test76/opt.h 2000-05-25 07:04:40.000000000 +0200 +++ ./opt.h 2005-03-20 10:58:49.699596161 +0100 @@ -132,7 +132,6 @@ # define OI_SCORE_LAST (OI_SCAN_LAST) #endif -extern INI_WORDS options_ini[]; EXT char** option_def_vals; EXT char** option_saved_vals; EXT char* option_flags; diff -urN ../tmp-orig/trn4-4.0-test76/rt-page.c ./rt-page.c --- ../tmp-orig/trn4-4.0-test76/rt-page.c 2000-05-25 07:04:40.000000000 +0200 +++ ./rt-page.c 2005-03-20 10:59:38.407135907 +0100 @@ -31,6 +31,8 @@ #include "rt-page.h" #include "rt-page.ih" +extern INI_WORDS options_ini[]; + bool set_sel_mode(ch) char_int ch; diff -urN ../tmp-orig/trn4-4.0-test76/rt-select.c ./rt-select.c --- ../tmp-orig/trn4-4.0-test76/rt-select.c 2001-02-13 23:02:48.000000000 +0100 +++ ./rt-select.c 2005-03-20 11:00:11.633682800 +0100 @@ -44,6 +44,8 @@ #include "rt-select.h" #include "rt-select.ih" +extern INI_WORDS options_ini[]; + static char sel_ret; static char page_char, end_char; static int disp_status_line; --------------------------------------- Received: (at 300517-close) by bugs.debian.org; 15 Jul 2005 13:56:58 +0000 >From [EMAIL PROTECTED] Fri Jul 15 06:56:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DtQgU-0001MK-00; Fri, 15 Jul 2005 06:56:58 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DtQX0-0001ht-00; Fri, 15 Jul 2005 09:47:10 -0400 From: Colin Watson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#300517: fixed in trn4 4.0-test76-10 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 15 Jul 2005 09:47:10 -0400 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: trn4 Source-Version: 4.0-test76-10 We believe that the bug you reported is fixed in the latest version of trn4, which is due to be installed in the Debian FTP archive: trn4_4.0-test76-10.diff.gz to pool/non-free/t/trn4/trn4_4.0-test76-10.diff.gz trn4_4.0-test76-10.dsc to pool/non-free/t/trn4/trn4_4.0-test76-10.dsc trn4_4.0-test76-10_i386.deb to pool/non-free/t/trn4/trn4_4.0-test76-10_i386.deb trn4_4.0-test76-10_powerpc.deb to pool/non-free/t/trn4/trn4_4.0-test76-10_powerpc.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. Colin Watson <[EMAIL PROTECTED]> (supplier of updated trn4 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, 15 Jul 2005 13:33:36 +0100 Source: trn4 Binary: trn4 Architecture: source i386 powerpc Version: 4.0-test76-10 Distribution: unstable Urgency: low Maintainer: Colin Watson <[EMAIL PROTECTED]> Changed-By: Colin Watson <[EMAIL PROTECTED]> Description: trn4 - Threaded USENET news reader, based on rn (4.0 beta test) Closes: 300517 Changes: trn4 (4.0-test76-10) unstable; urgency=low . * Depend on debconf | debconf-2.0. * Always include opt.h after util.h to avoid "array type has incomplete element type" errors (closes: #300517). Files: b8b8792379fff31e23088834c2781227 592 non-free/news optional trn4_4.0-test76-10.dsc d6907d428b40a9aa65641ac3e1e2c6cc 45316 non-free/news optional trn4_4.0-test76-10.diff.gz 294a7aab16e462a7361cf54b39f16003 397902 non-free/news optional trn4_4.0-test76-10_i386.deb b580ce7f54cd640ae53c3bd674d51db3 428594 non-free/news optional trn4_4.0-test76-10_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC17qa9t0zAhD6TNERAlp6AJ44FDfpnNJ1FsrG4shOEl3TJcTv/wCcDFY1 gb7xYUhabRXPwDALFojbFWs= =h3Zy -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]