Your message dated Fri, 10 Feb 2006 08:02:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285484: fixed in ayttm 0.4.6+34-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)

--- Begin Message ---
Package: ayttm
Severity: normal
Tags: patch

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

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_STRUCT_CALLBACKS=1 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-Ilibyahoo2 -I../../src -Wall -g -O2 -I../../src -MT yahoo.lo -MD -MP -MF 
.deps/yahoo.Tpo -c yahoo.c  -fPIC -DPIC -o .libs/yahoo.o
yahoo.c: In function 'ext_yahoo_conf_userleave':
yahoo.c:1239: error: invalid lvalue in assignment
yahoo.c: In function 'ext_yahoo_conf_message':
yahoo.c:1421: warning: pointer targets in passing argument 3 of 
'eb_chat_room_show_message' differ in signedness
make[5]: *** [yahoo.lo] Error 1
make[5]: Leaving directory `/ayttm-0.4.6+26/modules/yahoo2'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/ayttm-0.4.6+26/modules/yahoo2/yahoo.c 
./modules/yahoo2/yahoo.c
--- ../tmp-orig/ayttm-0.4.6+26/modules/yahoo2/yahoo.c   2004-07-20 
13:14:39.000000000 +0200
+++ ./modules/yahoo2/yahoo.c    2004-12-13 16:11:48.207243776 +0100
@@ -1236,7 +1236,7 @@
                if(!strcmp(handle, who)) {
                        ycrd->members = y_list_remove_link(ycrd->members, l);
                        FREE(handle);
-                       FREE((YList *)l);
+                       FREE(l);
                        break;
                }
        }


--- End Message ---
--- Begin Message ---
Source: ayttm
Source-Version: 0.4.6+34-1

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

ayttm_0.4.6+34-1.diff.gz
  to pool/main/a/ayttm/ayttm_0.4.6+34-1.diff.gz
ayttm_0.4.6+34-1.dsc
  to pool/main/a/ayttm/ayttm_0.4.6+34-1.dsc
ayttm_0.4.6+34-1_i386.deb
  to pool/main/a/ayttm/ayttm_0.4.6+34-1_i386.deb
ayttm_0.4.6+34.orig.tar.gz
  to pool/main/a/ayttm/ayttm_0.4.6+34.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.
Chris Halls <[EMAIL PROTECTED]> (supplier of updated ayttm 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, 10 Feb 2006 15:08:27 +0000
Source: ayttm
Binary: ayttm
Architecture: source i386
Version: 0.4.6+34-1
Distribution: unstable
Urgency: low
Maintainer: Chris Halls <[EMAIL PROTECTED]>
Changed-By: Chris Halls <[EMAIL PROTECTED]>
Description: 
 ayttm      - Universal Instant Messaging Client
Closes: 285484 308160 314149 314742 344679
Changes: 
 ayttm (0.4.6+34-1) unstable; urgency=low
 .
   * New upstream CVS snapshot:
     - Fix gcc4 compilation
     - IRC commands patch
     - Allow override of connect server for gtalk support
   * xlibs-dev transition: Change to libxpm-dev build dependency
     (closes: #344679)
   * Fix FTBS on amd64, thanks Andreas Jochens for the patch
     (closes: #285484)
   * Enable dependency generation for libjasper (closes: #308160)
   * German translation update from Jens Seidel (closes: #314149)
   * Do not note that modules have changed on first install. Thanks
     Greg Olszewski for patch (closes: #314742)
Files: 
 dcf07a800f2717f80569d2fa0a4a1577 786 net optional ayttm_0.4.6+34-1.dsc
 6ed02913eb2ea44159eee0f942b2402f 2389087 net optional 
ayttm_0.4.6+34.orig.tar.gz
 0a405356f338b474707276e6891000c4 75505 net optional ayttm_0.4.6+34-1.diff.gz
 40da98db6e9563c97ee85f67c01fa320 1864690 net optional ayttm_0.4.6+34-1_i386.deb

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

iD8DBQFD7LXCexmdExmX588RAtCaAJ9MlQM3HJxYmjbTQEEmZM9D7AllgQCeOPsB
xr8fBB52S5ybbzMPCEOwLlM=
=yfFY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to