Your message dated Mon, 17 Jan 2005 16:02:21 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286882: fixed in gnumeric 1.4.2-1
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; 22 Dec 2004 20:18:48 +0000
>From [EMAIL PROTECTED] Wed Dec 22 12:18:48 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c214166.adsl.hansenet.de (localhost.localdomain) 
[213.39.214.166] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ChCwa-0004xy-00; Wed, 22 Dec 2004 12:18:48 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1ChD1N-0003Mt-Bv; Wed, 22 Dec 2004 21:23:47 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gnumeric: FTBFS (amd64/gcc-4.0): static declaration of 
'gnumeric_popt_options' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 22 Dec 2004 21:23:47 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: gnumeric
Severity: normal
Tags: patch

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

if gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../.. -I../../src 
-I../../src/widgets -I../../src/dialogs -I../../src/tools 
-I../../src/cut-n-paste-code/foocanvas -DXTHREADS -DORBIT2=1 -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 
-I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/atk-1.0 -I/usr/include/libglade-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 
-I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0 
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0   
-I../../src/cut-n-paste-code    -g -O2 -DG_DISABLE_DEPRECATED 
-DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRE
 CATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED 
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED 
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall  
-Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts 
-Wwrite-strings -MT main-application.o -MD -MP -MF ".deps/main-application.Tpo" 
\
  -c -o main-application.o `test -f '../../src/main-application.c' || echo 
'../../src/'`../../src/main-application.c; \
then mv -f ".deps/main-application.Tpo" ".deps/main-application.Po"; \
else rm -f ".deps/main-application.Tpo"; exit 1; \
fi
../../src/main-application.c:58: error: static declaration of 
'gnumeric_popt_options' follows non-static declaration
../../src/libgnumeric.h:6: error: previous declaration of 
'gnumeric_popt_options' was here
make[5]: *** [main-application.o] Error 1
make[5]: Leaving directory `/gnumeric-1.4.1/build/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gnumeric-1.4.1/src/libgnumeric.h ./src/libgnumeric.h
--- ../tmp-orig/gnumeric-1.4.1/src/libgnumeric.h        2004-11-05 
17:10:34.000000000 +0100
+++ ./src/libgnumeric.h 2004-12-22 20:26:13.000000000 +0100
@@ -3,7 +3,6 @@
 
 #include <popt.h>
 
-extern struct poptOption const gnumeric_popt_options [];
 extern int      gnumeric_debugging;
 extern int      dependency_debugging;
 extern int      expression_sharing_debugging;

---------------------------------------
Received: (at 286882-close) by bugs.debian.org; 17 Jan 2005 21:05:38 +0000
>From [EMAIL PROTECTED] Mon Jan 17 13:05:37 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cqe49-0005NF-00; Mon, 17 Jan 2005 13:05:37 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Cqe0z-00054m-00; Mon, 17 Jan 2005 16:02:21 -0500
From: [EMAIL PROTECTED] (J.H.M. Dassen (Ray))
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#286882: fixed in gnumeric 1.4.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 17 Jan 2005 16:02:21 -0500
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: gnumeric
Source-Version: 1.4.2-1

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

gnumeric-common_1.4.2-1_all.deb
  to pool/main/g/gnumeric/gnumeric-common_1.4.2-1_all.deb
gnumeric-doc_1.4.2-1_all.deb
  to pool/main/g/gnumeric/gnumeric-doc_1.4.2-1_all.deb
gnumeric-plugins-extra_1.4.2-1_i386.deb
  to pool/main/g/gnumeric/gnumeric-plugins-extra_1.4.2-1_i386.deb
gnumeric_1.4.2-1.diff.gz
  to pool/main/g/gnumeric/gnumeric_1.4.2-1.diff.gz
gnumeric_1.4.2-1.dsc
  to pool/main/g/gnumeric/gnumeric_1.4.2-1.dsc
gnumeric_1.4.2-1_i386.deb
  to pool/main/g/gnumeric/gnumeric_1.4.2-1_i386.deb
gnumeric_1.4.2.orig.tar.gz
  to pool/main/g/gnumeric/gnumeric_1.4.2.orig.tar.gz



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.
J.H.M. Dassen (Ray) <[EMAIL PROTECTED]> (supplier of updated gnumeric 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: Mon, 17 Jan 2005 21:09:29 +0100
Source: gnumeric
Binary: gnumeric-doc gnumeric-common gnumeric gnumeric-plugins-extra
Architecture: source i386 all
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>
Changed-By: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>
Description: 
 gnumeric   - GNOME spreadsheet application
 gnumeric-common - common files for Gnumeric, the GNOME spreadsheet application
 gnumeric-doc - documentation for Gnumeric, the GNOME spreadsheet application
 gnumeric-plugins-extra - additional plugins for the GNOME spreadsheet
Closes: 286882 288157 289262 290388
Changes: 
 gnumeric (1.4.2-1) unstable; urgency=low
 .
   * New upstream release. Changes include:
     * Redo var width content when resizing all cols at once (Closes: #288157)
     * Fix comment indicator position when zoomed (Closes: #290388)
     * src/libgnumeric.h (gnumeric_popt_options): remove from here.
       (Closes: #286882)
     * Draw rotated text and print rotated text. (Closes: #289262)
   * [debian/control] Fixed some lintian/linda warnings.
   * [debian/gnumeric-common.install] Removed
     /usr/share/mc/templates/gnumeric.desktop
Files: 
 7be78cdf5879e20ff6410fb9dd5977e9 1292 math optional gnumeric_1.4.2-1.dsc
 b0bd8f8e6e844865df2d9563ab4e0842 20804765 math optional 
gnumeric_1.4.2.orig.tar.gz
 a9e1f6894748dcb4bc30b7feb760f23a 30271 math optional gnumeric_1.4.2-1.diff.gz
 03813b53c2e9b78e0e56bde7c61d9823 4416610 math optional 
gnumeric-common_1.4.2-1_all.deb
 41c79c17510891379c167458a5144933 4151022 doc optional 
gnumeric-doc_1.4.2-1_all.deb
 9d95ce60a5d3fa4b7974326a344f3548 3884094 math optional 
gnumeric_1.4.2-1_i386.deb
 c8553c980a0abaf07c29b9216d7d886a 112114 math optional 
gnumeric-plugins-extra_1.4.2-1_i386.deb

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

iD8DBQFB7CCZA+HB2Re6Rc4RAu5nAKDZb/+rlYm3DF9fna/P5HBap8ahAACeOoEQ
vJqCL0T82Pf1DF5QCpNaZlM=
=w+nz
-----END PGP SIGNATURE-----


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

Reply via email to