Your message dated Fri, 12 Aug 2005 15:47:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286483: fixed in jabber-aim 20040131b-2
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; 20 Dec 2004 13:49:54 +0000
>From [EMAIL PROTECTED] Mon Dec 20 05:49:53 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219139.adsl.hansenet.de (localhost.localdomain) 
[213.39.219.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgNv7-0006qu-00; Mon, 20 Dec 2004 05:49:53 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CgNzp-0002oy-9p; Mon, 20 Dec 2004 14:54:45 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: jabber-aim: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 14:54:45 +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: jabber-aim
Severity: normal
Tags: patch

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

x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I. 
-I/usr/include/jabber -fPIC -shared    -DAIM_BUILDDATE=\"`date +%Y%m%d`\" 
-DAIM_BUILDTIME=\"`date +%H%M%S`\" -g -c rxhandlers.c
rxhandlers.c: In function 'aim__registermodule':
rxhandlers.c:69: error: invalid lvalue in assignment
make[2]: *** [rxhandlers.o] Error 1
make[2]: Leaving directory `/jabber-aim-20040131b/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/jabber-aim-20040131b/src/rxhandlers.c ./src/rxhandlers.c
--- ../tmp-orig/jabber-aim-20040131b/src/rxhandlers.c   2001-11-28 
19:05:42.000000000 +0100
+++ ./src/rxhandlers.c  2004-12-20 14:37:23.790790544 +0100
@@ -66,7 +66,7 @@
        }
 
        mod->next = (aim_module_t *)sess->modlistv;
-       (aim_module_t *)sess->modlistv = mod;
+       sess->modlistv = mod;
 
        faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 
0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, 
mod->version, mod->toolid, mod->toolversion);
 

---------------------------------------
Received: (at 286483-close) by bugs.debian.org; 12 Aug 2005 22:50:26 +0000
>From [EMAIL PROTECTED] Fri Aug 12 15:50:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E3iIw-0004kk-00; Fri, 12 Aug 2005 15:47:10 -0700
From: [EMAIL PROTECTED] (Jamin W. Collins)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#286483: fixed in jabber-aim 20040131b-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 12 Aug 2005 15:47:10 -0700
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

Source: jabber-aim
Source-Version: 20040131b-2

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

jabber-aim_20040131b-2.diff.gz
  to pool/main/j/jabber-aim/jabber-aim_20040131b-2.diff.gz
jabber-aim_20040131b-2.dsc
  to pool/main/j/jabber-aim/jabber-aim_20040131b-2.dsc
jabber-aim_20040131b-2_i386.deb
  to pool/main/j/jabber-aim/jabber-aim_20040131b-2_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.
Jamin W. Collins <[EMAIL PROTECTED]> (supplier of updated jabber-aim 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: Fri, 12 Aug 2005 16:38:33 -0600
Source: jabber-aim
Binary: jabber-aim
Architecture: source i386
Version: 20040131b-2
Distribution: unstable
Urgency: low
Maintainer: Jamin W. Collins <[EMAIL PROTECTED]>
Changed-By: Jamin W. Collins <[EMAIL PROTECTED]>
Description: 
 jabber-aim - Provides AIM messenger transport for Jabber IM server
Closes: 286483
Changes: 
 jabber-aim (20040131b-2) unstable; urgency=low
 .
   * added patch to correct building under gcc v4.0 (01-gcc4.0.dpatch)
    (Closes: #286483)
   * updated standards version to 3.6.2
Files: 
 f12b14ce815b5e0344b17235f0583da1 627 net optional jabber-aim_20040131b-2.dsc
 c7176675badcc91fa92ef6240ea5ca74 6145 net optional 
jabber-aim_20040131b-2.diff.gz
 fa23b2a41d1df48cbd6428bee1fa21b1 82562 net optional 
jabber-aim_20040131b-2_i386.deb

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

iD8DBQFC/SYPI49lBuo6JyYRAnCrAJ9bR2/vvwQQF/PwwwHKbIuP5iqIxACeMTe8
+K5jzbZGapzqRVJxCaLAue8=
=IK8F
-----END PGP SIGNATURE-----


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

Reply via email to