Your message dated Sun, 17 Jul 2005 16:18:11 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300366: fixed in xfig 1:3.2.5-alpha5-4
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 09:55:25 +0000
>From [EMAIL PROTECTED] Sat Mar 19 01:55:24 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 1DCafz-0004GP-00; Sat, 19 Mar 2005 01:55:24 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DCafu-00077f-Mg; Sat, 19 Mar 2005 10:55:18 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xfig: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 19 Mar 2005 10:55:18 +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: xfig
Severity: normal
Tags: patch

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

gcc -c -O2 -g      -I/usr/include -I/usr/local/include -I/usr/include/X11 
-I/usr/X11R6/include     -Dlinux -D__x86_64__ -D_POSIX_C_SOURCE=199309L         
                      -D_POSIX_SOURCE -D_XOPEN_SOURCE                           
      -D_BSD_SOURCE -D_SVID_SOURCE                                              
                -DFUNCPROTO=15 -DNARROWPROTO                                    
               -DUSE_INLINE -DUSE_XPM -DXAW3D -DXAW3D1_5E                     
-DUSE_JPEG -DI18N -DSETLOCALE     d_text.c
In file included from d_text.c:26:
u_fonts.h:35: error: array type has incomplete element type
u_fonts.h:35: error: array type has incomplete element type
u_fonts.h:36: error: array type has incomplete element type
u_fonts.h:37: error: array type has incomplete element type
make[1]: *** [d_text.o] Error 1
make[1]: Leaving directory `/xfig-3.2.5-alpha5'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/xfig-3.2.5-alpha5/u_fonts.h ./u_fonts.h
--- ../tmp-orig/xfig-3.2.5-alpha5/u_fonts.h     2004-01-06 20:47:45.000000000 
+0100
+++ ./u_fonts.h 2005-03-19 10:28:37.584428371 +0100
@@ -32,9 +32,6 @@
 
 extern int             psfontnum();
 extern int             latexfontnum();
-extern struct _xfstruct        x_fontinfo[], x_backup_fontinfo[];
-extern struct _fstruct ps_fontinfo[];
-extern struct _fstruct latex_fontinfo[];
 
 /* element of linked list for each font
    The head of list is for the different font NAMES,
@@ -55,11 +52,16 @@
     int                    xfontnum;   /* template for locating X fonts */
 };
 
+extern struct _fstruct ps_fontinfo[];
+extern struct _fstruct latex_fontinfo[];
+
 struct _xfstruct {
     char          *template;   /* template for locating X fonts */
     struct xfont   *xfontlist; /* linked list of X fonts for different point
                                 * sizes */
 };
 
+extern struct _xfstruct        x_fontinfo[], x_backup_fontinfo[];
+
 int            x_fontnum();
 #endif /* U_FONTS_H */

---------------------------------------
Received: (at 300366-close) by bugs.debian.org; 17 Jul 2005 20:25:07 +0000
>From [EMAIL PROTECTED] Sun Jul 17 13:25:07 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 1DuFhD-0005q8-00; Sun, 17 Jul 2005 13:25:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DuFaV-0006xq-00; Sun, 17 Jul 2005 16:18:11 -0400
From: Roland Rosenfeld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300366: fixed in xfig 1:3.2.5-alpha5-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 17 Jul 2005 16:18:11 -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: xfig
Source-Version: 1:3.2.5-alpha5-4

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

xfig-doc_3.2.5-alpha5-4_all.deb
  to pool/main/x/xfig/xfig-doc_3.2.5-alpha5-4_all.deb
xfig-libs_3.2.5-alpha5-4_all.deb
  to pool/main/x/xfig/xfig-libs_3.2.5-alpha5-4_all.deb
xfig_3.2.5-alpha5-4.diff.gz
  to pool/main/x/xfig/xfig_3.2.5-alpha5-4.diff.gz
xfig_3.2.5-alpha5-4.dsc
  to pool/main/x/xfig/xfig_3.2.5-alpha5-4.dsc
xfig_3.2.5-alpha5-4_i386.deb
  to pool/main/x/xfig/xfig_3.2.5-alpha5-4_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.
Roland Rosenfeld <[EMAIL PROTECTED]> (supplier of updated xfig 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 21:35:56 +0200
Source: xfig
Binary: xfig xfig-libs xfig-doc
Architecture: source i386 all
Version: 1:3.2.5-alpha5-4
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld <[EMAIL PROTECTED]>
Changed-By: Roland Rosenfeld <[EMAIL PROTECTED]>
Description: 
 xfig       - Facility for Interactive Generation of figures under X11
 xfig-doc   - XFig on-line documentation and examples
 xfig-libs  - XFig image libraries and examples
Closes: 299695 300366 307692
Changes: 
 xfig (1:3.2.5-alpha5-4) unstable; urgency=low
 .
   * Replace mozilla-firebird by mozilla-firefox in xfig-doc suggests
     (Closes: #299695).
   * u_fonts.h: declare structs before using them to make gcc-4.0 happy
     (Closes: #300366).
   * Rename Flags/Carribean to Flags/Caribbean (Closes: #307692).
   * Run "install --" on installing Libraries to avoid trouble with file
     names that start with a dash.
Files: 
 3892810bb4e8ba2cd60b99f0af5e4b91 773 graphics optional xfig_3.2.5-alpha5-4.dsc
 9276d5dda2da6b6b50491f2904aa1ae2 56921 graphics optional 
xfig_3.2.5-alpha5-4.diff.gz
 3f723e2decb5f2647098554a023b927b 3380380 doc optional 
xfig-doc_3.2.5-alpha5-4_all.deb
 d7ab594bfaaf853a2329cac26a22c39c 1586966 graphics optional 
xfig-libs_3.2.5-alpha5-4_all.deb
 23e3a9bf9c10c21f7367110d23c14a83 611732 graphics optional 
xfig_3.2.5-alpha5-4_i386.deb

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

iD8DBQFC2rlAO7/Pd72LBQ0RAn7/AKCYS78GAnNadK1/FCgAhVjVEvwX1gCfbQos
fUgeXq4hTE84cSz0oQToCnQ=
=rX9G
-----END PGP SIGNATURE-----


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

Reply via email to