Your message dated Sat, 15 Oct 2005 14:30:34 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297975: fixed in scim-pinyin 0.5.0-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; 3 Mar 2005 19:16:57 +0000
>From [EMAIL PROTECTED] Thu Mar 03 11:16:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6vof-0000f1-00; Thu, 03 Mar 2005 11:16:57 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D6wkz-0007Up-ON; Thu, 03 Mar 2005 21:17:13 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: scim-chinese: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 03 Mar 2005 21:17:13 +0100
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: scim-chinese
Severity: normal
Tags: patch

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

 x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../src 
-DSCIM_ICONDIR=\"/usr/share/scim/icons\" 
-DSCIM_CHINESE_LOCALEDIR=\"/usr/share/locale\" 
-DSCIM_PINYIN_DATA_DIR=\"/usr/share/scim/chinese\" -DXTHREADS 
-I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/scim-1.0 -W -g -O2 -MT 
pinyin_imengine_setup_la-scim_pinyin_imengine_setup.lo -MD -MP -MF 
.deps/pinyin_imengine_setup_la-scim_pinyin_imengine_setup.Tpo -c 
scim_pinyin_imengine_setup.cpp  -fPIC -DPIC -o 
.libs/pinyin_imengine_setup_la-scim_pinyin_imengine_setup.o
scim_pinyin_imengine_setup.cpp: In function 'void 
__on_ambiguities_toggled(GtkToggleButton*, void*)':
scim_pinyin_imengine_setup.cpp:1355: error: cast from 'void*' to 'int' loses 
precision
make[3]: *** [pinyin_imengine_setup_la-scim_pinyin_imengine_setup.lo] Error 1
make[3]: Leaving directory `/scim-chinese-0.4.2/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/scim-chinese-0.4.2/src/scim_pinyin_imengine_setup.cpp 
./src/scim_pinyin_imengine_setup.cpp
--- ../tmp-orig/scim-chinese-0.4.2/src/scim_pinyin_imengine_setup.cpp   
2004-08-16 07:49:13.000000000 +0200
+++ ./src/scim_pinyin_imengine_setup.cpp        2005-03-03 20:59:30.306521995 
+0100
@@ -1352,7 +1352,7 @@
 __on_ambiguities_toggled               (GtkToggleButton *togglebutton,
                                         gpointer         user_data)
 {
-    int  index = (int) user_data;
+    long  index = (long) user_data;
 
     if (index >= 0 && index <= SCIM_PINYIN_AmbLast) {
         __config_ambiguities [index] = gtk_toggle_button_get_active 
(togglebutton);

---------------------------------------
Received: (at 297975-close) by bugs.debian.org; 15 Oct 2005 21:38:48 +0000
>From [EMAIL PROTECTED] Sat Oct 15 14:38:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EQtbu-0001V7-00; Sat, 15 Oct 2005 14:30:34 -0700
From: Ming Hua <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#297975: fixed in scim-pinyin 0.5.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Sat, 15 Oct 2005 14:30:34 -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: scim-pinyin
Source-Version: 0.5.0-1

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

scim-chinese_0.5.0-1_all.deb
  to pool/main/s/scim-pinyin/scim-chinese_0.5.0-1_all.deb
scim-pinyin_0.5.0-1.diff.gz
  to pool/main/s/scim-pinyin/scim-pinyin_0.5.0-1.diff.gz
scim-pinyin_0.5.0-1.dsc
  to pool/main/s/scim-pinyin/scim-pinyin_0.5.0-1.dsc
scim-pinyin_0.5.0-1_i386.deb
  to pool/main/s/scim-pinyin/scim-pinyin_0.5.0-1_i386.deb
scim-pinyin_0.5.0.orig.tar.gz
  to pool/main/s/scim-pinyin/scim-pinyin_0.5.0.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.
Ming Hua <[EMAIL PROTECTED]> (supplier of updated scim-pinyin 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 21:28:53 -0500
Source: scim-pinyin
Binary: scim-chinese scim-pinyin
Architecture: source i386 all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Ming Hua <[EMAIL PROTECTED]>
Changed-By: Ming Hua <[EMAIL PROTECTED]>
Description: 
 scim-chinese - Smart pinyin IM engine module for SCIM (transitional package)
 scim-pinyin - Smart pinyin IM engine module for SCIM
Closes: 297975 324268 324808
Changes: 
 scim-pinyin (0.5.0-1) unstable; urgency=low
 .
   * New upstream release.  [minghua]
     - Upstream changes name to scim-pinyin.
   * debian/patches/10scim-plugin-module-install-dir.dpatch, debian/rules,
     debian/install:  Building against scim 1.4, change module installation
     directory from 1.0.0 to 1.4.0.  (Closes: #324268, #324808)  [minghua]
   * debian/patches/{00list,01gcc-4.0.dpatch}:  Apply patch from Andreas Jochens
     <[EMAIL PROTECTED]> to fix FTBFS with gcc-4.0.  (Closes: #297975)  
[minghua]
   * debian/control, debian/{postinst,prerm}, debian/install:  This new release
     doesn't use gconf anymore, so get rid of gconf2 dependency and related
     scripts.  [minghua]
   * debian/{control,rules,install,docs}:  Build scim-chinese dummy package to
     help upgrade, rename install and docs to scim-pinyin.install and
     scim-pinyin.docs.  [minghua]
   * debian/control:  Upgrade to policy version 3.6.2 (no actual changes).
     [minghua]
   * debian/watch:  Track all new versions.  [minghua]
   * debian/copyright:  Update FSF address.  [minghua]
Files: 
 72503d1cd77c1e7a5dcafe897975196e 675 utils optional scim-pinyin_0.5.0-1.dsc
 3cb810f4ae252c7e05fc01b7e5548da9 4829272 utils optional 
scim-pinyin_0.5.0.orig.tar.gz
 56a8b8c54b628b859483b761200addc2 18319 utils optional 
scim-pinyin_0.5.0-1.diff.gz
 b44cdcaa033f2d2701bcd407f4d04b77 2273678 utils optional 
scim-pinyin_0.5.0-1_i386.deb
 8a77127d588a55fd322f28a39bf0522a 5530 utils optional 
scim-chinese_0.5.0-1_all.deb

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

iD8DBQFDSXsv/PbdRTnM8McRAnieAKCNwvwWq9idS2MmYzoke8FAbBWVWACeKg60
W4dMvQhkR5VXP76evDEtV2A=
=clqe
-----END PGP SIGNATURE-----


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

Reply via email to