Your message dated Wed, 13 Apr 2005 18:32:11 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285684: fixed in elinks 0.10.4-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; 14 Dec 2004 20:22:10 +0000
>From [EMAIL PROTECTED] Tue Dec 14 12:22:10 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c158150.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.150] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CeJBS-0005mn-00; Tue, 14 Dec 2004 12:22:10 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CeJFp-0005PD-Ot; Tue, 14 Dec 2004 21:26:41 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: elinks: FTBFS (amd64/gcc-4.0): 
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 14 Dec 2004 21:26:41 +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: elinks
Severity: normal
Tags: patch

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

In file included from options.c:24:
../../src/intl/gettext/libintl.h: In function '_':
../../src/intl/gettext/libintl.h:45: warning: pointer targets in passing 
argument 2 of 'get_opt_' differ in signedness
../../src/intl/gettext/libintl.h:50: warning: pointer targets in passing 
argument 1 of 'bind_textdomain_codeset' differ in signedness
options.c: At top level:
options.c:56: error: static declaration of 'options_root' follows non-static 
declaration
../../src/config/options.h:131: error: previous declaration of 'options_root' 
was here

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/elinks-0.9.3/src/config/options.c ./src/config/options.c
--- ../tmp-orig/elinks-0.9.3/src/config/options.c       2004-02-02 
15:07:19.000000000 +0100
+++ ./src/config/options.c      2004-12-14 20:30:32.522392656 +0100
@@ -53,7 +53,7 @@
 
 static INIT_LIST_HEAD(options_root_tree);
 
-static struct option options_root = INIT_OPTION(
+struct option options_root = INIT_OPTION(
        /* name: */     "",
        /* flags: */    0,
        /* type: */     OPT_TREE,
diff -urN ../tmp-orig/elinks-0.9.3/src/config/options.inc 
./src/config/options.inc
--- ../tmp-orig/elinks-0.9.3/src/config/options.inc     2004-07-30 
23:25:23.000000000 +0200
+++ ./src/config/options.inc    2004-12-14 20:31:49.085753256 +0100
@@ -15,7 +15,7 @@
  * 4. When adding an alias put a comment about the date the alias was added.
  * 5. Love thy option system! :) */
 
-struct option_info config_options_info[] = {
+static struct option_info config_options_info[] = {
        INIT_OPT_TREE("", N_("Configuration system"),
                "config", 0,
                N_("Configuration handling options.")),

---------------------------------------
Received: (at 285684-close) by bugs.debian.org; 13 Apr 2005 22:52:19 +0000
>From [EMAIL PROTECTED] Wed Apr 13 15:52:19 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 1DLqiZ-0007B2-00; Wed, 13 Apr 2005 15:52:19 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DLqP5-0003yM-00; Wed, 13 Apr 2005 18:32:11 -0400
From: Peter Gervai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#285684: fixed in elinks 0.10.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 13 Apr 2005 18:32: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-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: 
X-CrossAssassin-Score: 6

Source: elinks
Source-Version: 0.10.4-1

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

elinks_0.10.4-1.diff.gz
  to pool/main/e/elinks/elinks_0.10.4-1.diff.gz
elinks_0.10.4-1.dsc
  to pool/main/e/elinks/elinks_0.10.4-1.dsc
elinks_0.10.4-1_i386.deb
  to pool/main/e/elinks/elinks_0.10.4-1_i386.deb
elinks_0.10.4.orig.tar.gz
  to pool/main/e/elinks/elinks_0.10.4.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.
Peter Gervai <[EMAIL PROTECTED]> (supplier of updated elinks 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: Tue, 12 Apr 2005 23:46:12 +0200
Source: elinks
Binary: elinks
Architecture: source i386
Version: 0.10.4-1
Distribution: unstable
Urgency: low
Maintainer: Peter Gervai <[EMAIL PROTECTED]>
Changed-By: Peter Gervai <[EMAIL PROTECTED]>
Description: 
 elinks     - advanced text-mode WWW browser
Closes: 218451 256533 270205 285684 293298 296976 297510 300889 301861 302505 
303083
Changes: 
 elinks (0.10.4-1) unstable; urgency=low
 .
   * New Upstream release
   * Disable SpiderMonkey because it is not useful right now (closes: #302505)
   * Only read from /dev/stdin if no URL was given on the command line and
     automatically allow special files to be read (closes: #296976, #297510)
   * Fix repeatedly and endless refreshing of documents that triggers a
     download (like sourceforge's download pages) (closes: #293298)
   * Add watch file, thanks Hugo Haas
   * Scrolling was heavily reworked during the 0.10 development phase and now
     uses the correct width / height when scrolling (closes: #256533)
   * Fix warning on 64-bit architectures (closes: #285684)
   * Change verbose level to show warnings (closes: #303083)
   * Include FAQ from http://elinks.or.cz/ (closes: #301861)
   * Change FTP directory listing parser to Wget-based one due to licensing
     issues (closes: #300889)
   * Be more tolerant when handling values from the no_proxy environment
     variable (closes: #218451)
   * Explicitly define keyboard accelerators for buttons so that they
     do not clash (closes: #270205)
Files: 
 93bdec6e6ea8df2f71469fae75779492 860 web optional elinks_0.10.4-1.dsc
 d97d1755f9553a3f5c68a3fe420c6a7c 3533243 web optional elinks_0.10.4.orig.tar.gz
 6959a96b3bd6039d7e71cdc3a85bbcd4 20427 web optional elinks_0.10.4-1.diff.gz
 c75b378ee4e294688dcfdab9ec417459 1319830 web optional elinks_0.10.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Use finger [EMAIL PROTECTED] or ask a key server

iD8DBQFCXZm4pxQ7cGWSgT0RAvqLAKDObcvtHn6ZQSBm4KUPvf12eycPuwCePTDV
ajV/Ot/lxrVd+V+VEBvsPiQ=
=buVI
-----END PGP SIGNATURE-----


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

Reply via email to