Your message dated Mon, 18 Jul 2005 11:33:25 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#303697: fixed in gai 0.5.10-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; 8 Apr 2005 07:02:49 +0000 >From [EMAIL PROTECTED] Fri Apr 08 00:02:49 2005 Return-path: <[EMAIL PROTECTED]> Received: from c203154.adsl.hansenet.de (localhost.localdomain) [213.39.203.154] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DJnVv-0007Kd-00; Fri, 08 Apr 2005 00:02:48 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DJnVu-000372-6Z; Fri, 08 Apr 2005 09:02:46 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: gai: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment Message-Id: <[EMAIL PROTECTED]> Date: Fri, 08 Apr 2005 09:02:46 +0200 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: gai Version: 0.5.8-1 Severity: normal Tags: patch When building 'gai' on amd64/unstable with gcc-4.0, I get the following error: gai-pref2.c:874: error: invalid lvalue in assignment gai-pref2.c:899: warning: cast from pointer to integer of different size make[2]: *** [gai-pref2.o] Error 1 make[2]: Leaving directory `/gai-0.5.8/gai' With the attached patch 'gai' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/gai-0.5.8/gai/gai-pref.c ./gai/gai-pref.c --- ../tmp-orig/gai-0.5.8/gai/gai-pref.c 2004-03-18 08:56:35.000000000 +0100 +++ ./gai/gai-pref.c 2005-04-08 08:55:52.528705398 +0200 @@ -967,8 +967,8 @@ if((unsigned char*)(((int *)iw[i].result)[0]) != NULL && (unsigned char*)(((int *)iw[i].default_val)[0]) != NULL) - (unsigned char*)(((int *)iw[i].result)[0]) = - (unsigned char*)(((int *)iw[i].default_val)[0]) = g_strdup(buff); + (((int *)iw[i].result)[0]) = + (((int *)iw[i].default_val)[0]) = g_strdup(buff); //printf("%s\n",buff); @@ -988,7 +988,7 @@ if(j == g_list_length((GList *)((int *)iw[i].result)[0])){ - (GList *)((int *)iw[i].result)[0] = g_list_append((GList *)((int *)iw[i].result)[0], + ((int *)iw[i].result)[0] = g_list_append((GList *)((int *)iw[i].result)[0], g_strdup(buff)); // printf("%s is a new entry\n",buff); } diff -urN ../tmp-orig/gai-0.5.8/gai/gai-pref2.c ./gai/gai-pref2.c --- ../tmp-orig/gai-0.5.8/gai/gai-pref2.c 2004-09-12 10:17:58.000000000 +0200 +++ ./gai/gai-pref2.c 2005-04-08 08:55:03.474457046 +0200 @@ -870,7 +870,7 @@ if(j == g_list_length((GList *)((int *)iw[i].result)[0])){ - (GList *)((int *)iw[i].result)[0] = g_list_append((GList *)((int *)iw[i].result)[0], + ((int *)iw[i].result)[0] = g_list_append((GList *)((int *)iw[i].result)[0], g_strdup(buff)); } ((int *)iw[i].result2)[0] = j; --------------------------------------- Received: (at 303697-close) by bugs.debian.org; 18 Jul 2005 15:43:11 +0000 >From [EMAIL PROTECTED] Mon Jul 18 08:43:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DuXlv-0007jm-00; Mon, 18 Jul 2005 08:43:11 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DuXcT-0002cD-00; Mon, 18 Jul 2005 11:33:25 -0400 From: [EMAIL PROTECTED] (Jose M. Moya) To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#303697: fixed in gai 0.5.10-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 18 Jul 2005 11:33:25 -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-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: gai Source-Version: 0.5.10-1 We believe that the bug you reported is fixed in the latest version of gai, which is due to be installed in the Debian FTP archive: gai_0.5.10-1.diff.gz to pool/main/g/gai/gai_0.5.10-1.diff.gz gai_0.5.10-1.dsc to pool/main/g/gai/gai_0.5.10-1.dsc gai_0.5.10.orig.tar.gz to pool/main/g/gai/gai_0.5.10.orig.tar.gz libgai-dev_0.5.10-1_i386.deb to pool/main/g/gai/libgai-dev_0.5.10-1_i386.deb libgai0_0.5.10-1_i386.deb to pool/main/g/gai/libgai0_0.5.10-1_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. Jose M. Moya <[EMAIL PROTECTED]> (supplier of updated gai 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: Mon, 18 Jul 2005 11:52:51 +0200 Source: gai Binary: libgai-dev libgai0 Architecture: source i386 Version: 0.5.10-1 Distribution: unstable Urgency: low Maintainer: Jose M. Moya <[EMAIL PROTECTED]> Changed-By: Jose M. Moya <[EMAIL PROTECTED]> Description: libgai-dev - Easy to use interface to create applets & dockapps libgai0 - Easy to use interface to create applets & dockapps Closes: 303697 Changes: gai (0.5.10-1) unstable; urgency=low . * New upstream release (closes: #303697). Files: 8efc2616f061785fe6fe96158d92c7c5 701 libs optional gai_0.5.10-1.dsc 6e9bef2ee31c99b3950b7911693f84c1 414649 libs optional gai_0.5.10.orig.tar.gz e5deeb849023687535903bb3a17c7326 4970 libs optional gai_0.5.10-1.diff.gz 08483a224aedf5f365e4c8368d5947bf 200264 libs optional libgai0_0.5.10-1_i386.deb e4bc882d7e2ddda562cbf18a788aad0b 56642 libdevel optional libgai-dev_0.5.10-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC24bXOaI3yygJ5hoRArbtAKDlmpLYGF6DoRUQE1b5wNNqJuxXUgCfari0 glDullokQ8NPSJ/4/5hVqcI= =KbbE -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]