Your message dated Wed, 05 Oct 2005 17:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286925: fixed in gtkhx 0.9.4-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; 22 Dec 2004 23:14:07 +0000
>From [EMAIL PROTECTED] Wed Dec 22 15:14:07 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 1ChFgF-00030x-00; Wed, 22 Dec 2004 15:14:07 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1ChFl4-0006P1-HS; Thu, 23 Dec 2004 00:19:06 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gtkhx: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 23 Dec 2004 00:19:06 +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: gtkhx
Severity: normal
Tags: patch

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

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"\"       -I/usr/local/include    
-I.     -I..    -I../intl       -Wall   -D_REENTRANT    -D_GNU_SOURCE    -g 
-Wall -fsigned-char -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -c files.c
files.c: In function 'icon_of_fh':
files.c:930: warning: pointer targets in passing argument 1 of 'strcasestr_len' 
differ in signedness
files.c:931: warning: pointer targets in passing argument 1 of 'strcasestr_len' 
differ in signedness
files.c: In function 'output_file_list':
files.c:1003: error: invalid lvalue in assignment
files.c: In function 'exists_remote':
files.c:1307: error: invalid lvalue in assignment
files.c:1308: warning: pointer targets in passing argument 1 of 'strlen' differ 
in signedness
files.c:1308: warning: pointer targets in passing argument 1 of 'strlen' differ 
in signedness
files.c:1308: warning: pointer targets in passing argument 1 of 'strlen' differ 
in signedness
files.c:1308: warning: pointer targets in passing argument 1 of 'strcmp' differ 
in signedness
files.c:1308: warning: pointer targets in passing argument 1 of 'strncmp' 
differ in signedness
make[3]: *** [files.o] Error 1
make[3]: Leaving directory `/gtkhx-0.9.4/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gtkhx-0.9.4/src/files.c ./src/files.c
--- ../tmp-orig/gtkhx-0.9.4/src/files.c 2003-04-07 22:05:31.000000000 +0200
+++ ./src/files.c       2004-12-22 23:54:51.392389232 +0100
@@ -1000,7 +1000,7 @@
        gtk_hlist_clear(GTK_HLIST(files_list));
 
        for (fh = cfl->fh; (guint32)((char *)fh - (char *)cfl->fh) < cfl->fhlen;
-                (char *)fh += fh->len + SIZEOF_HL_DATA_HDR) {
+                fh = (char *)fh + fh->len + SIZEOF_HL_DATA_HDR) {
                fh->fnlen = ntohl(fh->fnlen);
                fh->len = ntohs(fh->len);
                fh->fsize = ntohl(fh->fsize);
@@ -1304,7 +1304,7 @@
                return 0;
 
        for (fh = cfl->fh; (guint32)((char *)fh - (char *)cfl->fh) < cfl->fhlen;
-                (char *)fh += fh->len + SIZEOF_HL_DATA_HDR) {
+                fh = (char *)fh + fh->len + SIZEOF_HL_DATA_HDR) {
                if ((int)fh->fnlen == len && !strncmp(fh->fname, ent, len))
                        return 1;
        }

---------------------------------------
Received: (at 286925-close) by bugs.debian.org; 6 Oct 2005 00:40:06 +0000
>From [EMAIL PROTECTED] Wed Oct 05 17:40:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ENJg6-00031t-00; Wed, 05 Oct 2005 17:32:06 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#286925: fixed in gtkhx 0.9.4-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 05 Oct 2005 17:32:06 -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: gtkhx
Source-Version: 0.9.4-2

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

gtkhx_0.9.4-2.dsc
  to pool/main/g/gtkhx/gtkhx_0.9.4-2.dsc
gtkhx_0.9.4-2.tar.gz
  to pool/main/g/gtkhx/gtkhx_0.9.4-2.tar.gz
gtkhx_0.9.4-2_i386.deb
  to pool/main/g/gtkhx/gtkhx_0.9.4-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.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated gtkhx 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: Thu,  6 Oct 2005 10:10:35 +1000
Source: gtkhx
Binary: gtkhx
Architecture: source i386
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description: 
 gtkhx      - A GTK+ version of Hx, a UNIX Hotline Client
Closes: 286925
Changes: 
 gtkhx (0.9.4-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: build-depend on dpatch
   * debian/rules: Add dpatch support
   * Add patch from Andreas Jochens to fix FTBFS on amd64 (closes: #286925)
   * debian/menu: Quoted the unquoted
Files: 
 708618e1abbd3b6ef8cab9893d949240 548 net optional gtkhx_0.9.4-2.dsc
 af4b0082e3dcb6d40eb900f1bf6f27d4 582426 net optional gtkhx_0.9.4-2.tar.gz
 febb9b79dac49fe293c680e915946585 339554 net optional gtkhx_0.9.4-2_i386.deb

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

iD8DBQFDRGw5IblXXKfZFgIRAuJKAJsFhcPTvy/nhyPJAhbu0y//EhnzlQCgwzdj
ggmgBGJWNH5HipiDZgbzczY=
=SH7V
-----END PGP SIGNATURE-----


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

Reply via email to