Your message dated Sun, 17 Jul 2005 02:47:18 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#300080: fixed in inetutils 2:1.4.2+20040207-5 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; 17 Mar 2005 15:04:53 +0000 >From [EMAIL PROTECTED] Thu Mar 17 07:04:53 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 1DBwYP-0001uv-00; Thu, 17 Mar 2005 07:04:53 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1DBwYN-0003mY-Bz; Thu, 17 Mar 2005 16:04:51 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: inetutils: FTBFS (amd64/gcc-4.0): array type has incomplete element type Message-Id: <[EMAIL PROTECTED]> Date: Thu, 17 Mar 2005 16:04: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: inetutils Severity: normal Tags: patch When building 'inetutils' on amd64 with gcc-4.0, I get the following error: then mv -f ".deps/cmds.Tpo" ".deps/cmds.Po"; else rm -f ".deps/cmds.Tpo"; exit 1; fi In file included from /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/ftp_var.h:39, from /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c:76: /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/extern.h:140: error: array type has incomplete element type /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c: In function 'mput': /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c:583: warning: unused variable 'gargs' /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c: In function 'mget': /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c:816: warning: unused variable 'tp2' /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c:815: warning: unused variable 'ch' /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c: In function 'remglob': /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c:879: warning: unused variable 'end' /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c: In function 'domap': /inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/cmds.c:2144: warning: suggest explicit braces to avoid ambiguous 'else' make[3]: *** [cmds.o] Error 1 make[3]: Leaving directory `/inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/build/ftp' With the attached patch 'inetutils' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/inetutils-1.4.2+20040207/debian/patches/31_gcc4_fix.patch ./debian/patches/31_gcc4_fix.patch --- ../tmp-orig/inetutils-1.4.2+20040207/debian/patches/31_gcc4_fix.patch 1970-01-01 01:00:00.000000000 +0100 +++ ./debian/patches/31_gcc4_fix.patch 2005-03-17 15:45:02.318375124 +0100 @@ -0,0 +1,24 @@ +diff -urN tmp/ftp/cmdtab.c inetutils-1.4.2+20040207/ftp/cmdtab.c +--- tmp/ftp/cmdtab.c 2000-07-06 06:21:07.000000000 +0200 ++++ inetutils-1.4.2+20040207/ftp/cmdtab.c 2005-03-17 15:39:12.894479127 +0100 +@@ -109,7 +109,7 @@ + char userhelp[] = "send new user information"; + char verbosehelp[] = "toggle verbose mode"; + +-struct cmd cmdtab[] = { ++struct cmd *cmdtab = { + { "!", shellhelp, 0, 0, 0, shell }, + { "$", domachelp, 1, 0, 0, domacro }, + { "account", accounthelp, 0, 1, 1, account}, +diff -urN tmp/ftp/extern.h inetutils-1.4.2+20040207/ftp/extern.h +--- tmp/ftp/extern.h 2000-08-09 07:44:23.000000000 +0200 ++++ inetutils-1.4.2+20040207/ftp/extern.h 2005-03-17 15:38:36.861279348 +0100 +@@ -137,7 +137,7 @@ + + extern jmp_buf abortprox; + extern int abrtflag; +-extern struct cmd cmdtab[]; ++extern struct cmd *cmdtab; + extern FILE *cout; + extern int data; + extern char *home; --------------------------------------- Received: (at 300080-close) by bugs.debian.org; 17 Jul 2005 06:53:02 +0000 >From [EMAIL PROTECTED] Sat Jul 16 23:53:02 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 1Du31K-0006Jj-00; Sat, 16 Jul 2005 23:53:02 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Du2vm-00050X-00; Sun, 17 Jul 2005 02:47:18 -0400 From: Guillem Jover <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#300080: fixed in inetutils 2:1.4.2+20040207-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 17 Jul 2005 02:47:18 -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 X-CrossAssassin-Score: 3 Source: inetutils Source-Version: 2:1.4.2+20040207-5 We believe that the bug you reported is fixed in the latest version of inetutils, which is due to be installed in the Debian FTP archive: inetutils-ftp_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-ftp_1.4.2+20040207-5_i386.deb inetutils-ftpd_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-ftpd_1.4.2+20040207-5_i386.deb inetutils-inetd_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-inetd_1.4.2+20040207-5_i386.deb inetutils-ping_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-ping_1.4.2+20040207-5_i386.deb inetutils-syslogd_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-syslogd_1.4.2+20040207-5_i386.deb inetutils-talk_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-talk_1.4.2+20040207-5_i386.deb inetutils-talkd_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-talkd_1.4.2+20040207-5_i386.deb inetutils-telnet_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-telnet_1.4.2+20040207-5_i386.deb inetutils-telnetd_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-telnetd_1.4.2+20040207-5_i386.deb inetutils-tools_1.4.2+20040207-5_i386.deb to pool/main/i/inetutils/inetutils-tools_1.4.2+20040207-5_i386.deb inetutils_1.4.2+20040207-5.diff.gz to pool/main/i/inetutils/inetutils_1.4.2+20040207-5.diff.gz inetutils_1.4.2+20040207-5.dsc to pool/main/i/inetutils/inetutils_1.4.2+20040207-5.dsc 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. Guillem Jover <[EMAIL PROTECTED]> (supplier of updated inetutils 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: Sun, 17 Jul 2005 09:18:15 +0300 Source: inetutils Binary: inetutils-ftp inetutils-talk inetutils-talkd inetutils-ftpd inetutils-inetd inetutils-telnet inetutils-syslogd inetutils-telnetd inetutils-tools inetutils-ping Architecture: source i386 Version: 2:1.4.2+20040207-5 Distribution: unstable Urgency: low Maintainer: Debian inetutils Maintainers <[EMAIL PROTECTED]> Changed-By: Guillem Jover <[EMAIL PROTECTED]> Description: inetutils-ftp - File Transfer Protocol client inetutils-ftpd - File Transfer Protocol server inetutils-inetd - Internet super server inetutils-ping - ICMP ECHO tool inetutils-syslogd - System logging daemon inetutils-talk - Talk to another user inetutils-talkd - Remote user communication server inetutils-telnet - Telnet client inetutils-telnetd - Telnet server inetutils-tools - Base networking utilities (experimental package) Closes: 205487 249440 266666 290700 300080 Changes: inetutils (2:1.4.2+20040207-5) unstable; urgency=low . * Fix the Subversion repository URL. * Set Maintainer to pkg-inetutils, move Jeff Bailey to Uploaders and remove Robert Millan now that he has retired. * Add a watch file. * Now using Standards-Version 3.6.2 (no changes needed). * Use new DEB_HOST_ARCH_OS variable. * Fix FTBFS with gcc-4.0. (Closes: #300080) - debian/patches/40_gcc-4.0.patch: New file. Thanks to Andreas Jochens <[EMAIL PROTECTED]>. * Change source and Linux binary packages Priority to extra. (Closes: #205487, #249440, #266666, #290700) Files: cd6616597f59fb3298dadb24338e66b4 1052 net extra inetutils_1.4.2+20040207-5.dsc 5d73ccd4cbc98c50c27d1d679dd651c7 35021 net extra inetutils_1.4.2+20040207-5.diff.gz 004a2884cf6c4a4bfa4a5fd95e3e7ef0 57756 net extra inetutils-ftp_1.4.2+20040207-5_i386.deb f125ca43dfef729f5e7bcb7e93353d82 48534 net extra inetutils-ftpd_1.4.2+20040207-5_i386.deb 37c47767993878854e4c630ac9000c98 37800 net extra inetutils-inetd_1.4.2+20040207-5_i386.deb c855c97864fd4579fe5b3b64db058011 40026 net extra inetutils-ping_1.4.2+20040207-5_i386.deb debb4fc39489f33b354cbfb1871c95c9 43212 net extra inetutils-syslogd_1.4.2+20040207-5_i386.deb c4dbbc7ee5fa71357ac3309a22188840 30354 net extra inetutils-talk_1.4.2+20040207-5_i386.deb 2da6ccdadd69b275a1e068c01b486a5e 31452 net extra inetutils-talkd_1.4.2+20040207-5_i386.deb 73b5944fd1c3dc55de59a4e0139ffe9b 61540 net extra inetutils-telnet_1.4.2+20040207-5_i386.deb b0b15c45f4e2856063f1d2f57ce377d5 47626 net extra inetutils-telnetd_1.4.2+20040207-5_i386.deb cc8f48c29a6fe838d0358d308329fca6 32416 net extra inetutils-tools_1.4.2+20040207-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC2ftluW9ciZ2SjJsRAoOIAJ4wnvOy7fWXvg/HzjsfhcZBay9JwACg1z5O u0DQTWLqCbarSj7UGNYuP60= =Vspz -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]