[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#300178: marked as done (cantus: FTBFS (amd64/gcc-4.0): array type has incomplete element type)



Your message dated Thu, 25 Aug 2005 23:17:04 -0700
with message-id <E1E8XWS-0008TJ-00@spohr.debian.org>
and subject line Bug#300178: fixed in cantus 1.07-3
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; 18 Mar 2005 08:53:26 +0000
>From aj@andaco.de Fri Mar 18 00:53:26 2005
Return-path: <aj@andaco.de>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DCDET-0002QL-00; Fri, 18 Mar 2005 00:53:25 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
	id 1DCDES-00020g-8y; Fri, 18 Mar 2005 09:53:24 +0100
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: cantus: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: <E1DCDES-00020g-8y@localhost.localdomain>
Date: Fri, 18 Mar 2005 09:53:24 +0100
Delivered-To: submit@bugs.debian.org
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: cantus
Severity: normal
Tags: patch

Thank you for fixing the gcc-4.0 related bug which I reported a while ago.

Unfortunately, the latest version of gcc-4.0 is still more restrictive and
causes another error message.

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

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2  -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes 	 -Wall -g -O2 -Wall -Wunused   -c file2tag.c
In file included from file2tag.c:29:
gui_file2tag.h:21: error: array type has incomplete element type
file2tag.c: In function 'file2tag_preview_selected':
file2tag.c:233: warning: cast from pointer to integer of different size
file2tag.c:249: error: type of formal parameter 1 is incomplete
file2tag.c:274: error: type of formal parameter 1 is incomplete
make[3]: *** [file2tag.o] Error 1
make[3]: Leaving directory `/cantus-1.07/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/cantus-1.07/src/gui_file2tag.h ./src/gui_file2tag.h
--- ../tmp-orig/cantus-1.07/src/gui_file2tag.h	2002-09-27 23:48:02.000000000 +0200
+++ ./src/gui_file2tag.h	2005-03-18 09:39:57.661657656 +0100
@@ -19,4 +19,3 @@
 
 void file2tag_form_clear(void);
-void file2tag_form_fill(gchar *values[][]);
 

---------------------------------------
Received: (at 300178-close) by bugs.debian.org; 26 Aug 2005 06:19:27 +0000
>From katie@spohr.debian.org Thu Aug 25 23:19:27 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E8XWS-0008TJ-00; Thu, 25 Aug 2005 23:17:04 -0700
From: Anibal Monsalve Salazar <anibal@debian.org>
To: 300178-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#300178: fixed in cantus 1.07-3
Message-Id: <E1E8XWS-0008TJ-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Thu, 25 Aug 2005 23:17:04 -0700
Delivered-To: 300178-close@bugs.debian.org
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: cantus
Source-Version: 1.07-3

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

cantus_1.07-3.diff.gz
  to pool/main/c/cantus/cantus_1.07-3.diff.gz
cantus_1.07-3.dsc
  to pool/main/c/cantus/cantus_1.07-3.dsc
cantus_1.07-3_i386.deb
  to pool/main/c/cantus/cantus_1.07-3_i386.deb
cantus_1.07-3_sparc.deb
  to pool/main/c/cantus/cantus_1.07-3_sparc.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 300178@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <anibal@debian.org> (supplier of updated cantus 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 26 Aug 2005 15:20:06 +1000
Source: cantus
Binary: cantus
Architecture: source i386 sparc
Version: 1.07-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Anibal Monsalve Salazar <anibal@debian.org>
Description: 
 cantus     - Gnome tool to mass-rename/tag mp3 and ogg files
Closes: 300178
Changes: 
 cantus (1.07-3) unstable; urgency=low
 .
   * QA upload.
   * Set Standards-Version to 3.6.2.
   * Fixed "FTBFS (amd64/gcc-4.0): array type has incomplete element type",
     closes: #300178. Patch by Andreas Jochens <aj@andaco.de>.
Files: 
 59f725f9ae1437c0cb478b39a2374884 634 sound optional cantus_1.07-3.dsc
 fc03293af78ba5395e684bf7f5a70efb 5339 sound optional cantus_1.07-3.diff.gz
 3652a6ab4819b91fb8d46f35ae9d858b 287066 sound optional cantus_1.07-3_i386.deb
 3755a5b94bdabb129856bc58c2d50cb6 285766 sound optional cantus_1.07-3_sparc.deb

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

iD8DBQFDDq+rgY5NIXPNpFURAtoNAJ4lALh0mHdFtJvnq/5Qwgaabw/Q7gCgtyPs
yGZ1R+F5/IMdzR+iQyJ2juY=
=GE/D
-----END PGP SIGNATURE-----



Reply to: