Your message dated Fri, 09 Sep 2005 15:04:15 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286919: gtalk: FTBFS (amd64/gcc-4.0): invalid storage 
class for function 'DISP_prompt'
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 22:43:20 +0000
>From [EMAIL PROTECTED] Wed Dec 22 14:43:20 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 1ChFCS-0007hV-00; Wed, 22 Dec 2004 14:43:20 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1ChFHI-00049B-7Q; Wed, 22 Dec 2004 23:48:20 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gtalk: FTBFS (amd64/gcc-4.0): invalid storage class for function 
'DISP_prompt'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 22 Dec 2004 23:48:20 +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: gtalk
Severity: normal
Tags: patch

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

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../lib    -g -O2 -c gt_display.c
gt_display.c: In function 'DISP_reset_any_prompts':
gt_display.c:1025: error: invalid storage class for function 'DISP_prompt'
make[4]: *** [gt_display.o] Error 1
make[4]: Leaving directory `/gtalk-0.99.10/src/gtalk'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gtalk-0.99.10/src/gtalk/gt_display.c 
./src/gtalk/gt_display.c
--- ../tmp-orig/gtalk-0.99.10/src/gtalk/gt_display.c    2004-12-22 
23:33:07.904549504 +0100
+++ ./src/gtalk/gt_display.c    2004-12-22 23:31:53.238900408 +0100
@@ -1008,6 +1008,8 @@
 #endif /* NO_IFACE */
 
 
+static void DISP_prompt(struct TalkContext *Ctxt, char in);
+
 /*
  * Function: DISP_reset_any_prompts
  *
@@ -1022,7 +1024,6 @@
 void DISP_reset_any_prompts(Ctxt)
      struct TalkContext *Ctxt;
 {
-  static void DISP_prompt(struct TalkContext *Ctxt, char in);
 
   /* If in a prompt, erase it */
   if(state == PROMPT) DISP_prompt(Ctxt, 21);
diff -urN ../tmp-orig/gtalk-0.99.10/src/gtalkd/gtd_disp.c 
./src/gtalkd/gtd_disp.c
--- ../tmp-orig/gtalk-0.99.10/src/gtalkd/gtd_disp.c     1998-03-20 
00:10:58.000000000 +0100
+++ ./src/gtalkd/gtd_disp.c     2004-12-22 23:33:02.222413320 +0100
@@ -49,7 +49,7 @@
 #include "gtalklib.h"
 #include "gtalkd.h"
 
-static int syslogdebug = FALSE;
+int syslogdebug = FALSE;
 static int initialized = FALSE;
 
 

---------------------------------------
Received: (at 286919-done) by bugs.debian.org; 9 Sep 2005 13:04:33 +0000
>From [EMAIL PROTECTED] Fri Sep 09 06:04:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.verwaltung.uni-mainz.de 
(patty.verwaltung.uni-mainz.de) [134.93.144.165] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EDiYT-00045T-00; Fri, 09 Sep 2005 06:04:33 -0700
Received: from charlie.verwaltung.uni-mainz.de ([EMAIL PROTECTED] 
[134.93.226.11])
        by patty.verwaltung.uni-mainz.de (8.13.4/8.13.4/Debian-3) with ESMTP id 
j89D4KGQ016089
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
        Fri, 9 Sep 2005 15:04:20 +0200
Received: from [134.93.226.8] (woodstock.verwaltung.uni-mainz.de [134.93.226.8])
        (authenticated bits=0)
        by charlie.verwaltung.uni-mainz.de (8.13.4/8.13.4/Debian-3) with ESMTP 
id j89D4KcC017537
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
        Fri, 9 Sep 2005 15:04:20 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 09 Sep 2005 15:04:15 +0200
From: Christoph Martin <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050817 
Thunderbird/1.0.2 Mnenhy/0.7.2.0
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To: Andreas Jochens <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#286919: gtalk: FTBFS (amd64/gcc-4.0): invalid storage class
 for function 'DISP_prompt'
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
X-Enigmail-Version: 0.91.0.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="------------enigE4B0AEBA37B0F08518987B65"
X-Virus-Scanned-From: mailgate1.verwaltung.uni-mainz.de
X-Spam-Scanned-From: mailgate1.verwaltung.uni-mainz.de
X-Scanned-By: MIMEDefang 2.51 on 134.93.226.4
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

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigE4B0AEBA37B0F08518987B65
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

The bug was fixed in the just released version -9:

gtalk (0.99.10-9) unstable; urgency=low

  * fix build problems with gcc-4.0

 -- Christoph Martin <[EMAIL PROTECTED]>  Thu,  8 Sep 2005
09:48:26 +0200


-- 
============================================================================
Christoph Martin, Leiter der EDV der Verwaltung, Uni-Mainz, Germany
 Internet-Mail:  [EMAIL PROTECTED]
  Telefon: +49-6131-3926337
      Fax: +49-6131-3922856

--------------enigE4B0AEBA37B0F08518987B65
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDIYhUgeVih7XOVJcRAl9XAJoDMhUe49A9BOgtHSKUUc7nlE5IYQCdFMx3
nA8RMvA8xBBTc/8HZ+nyTl8=
=AQdM
-----END PGP SIGNATURE-----

--------------enigE4B0AEBA37B0F08518987B65--


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

Reply via email to