Your message dated Sat, 20 Aug 2005 21:17:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323735: fixed in mlterm 2.9.2-3 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; 18 Aug 2005 06:57:07 +0000 >From [EMAIL PROTECTED] Wed Aug 17 23:57:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E5eKp-0004K7-00; Wed, 17 Aug 2005 23:57:07 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7I6v5DL087837 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 23:57:06 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E5Pja-0000tQ-O0 for [EMAIL PROTECTED]; Wed, 17 Aug 2005 08:21:42 -0700 Date: Wed, 17 Aug 2005 08:21:42 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: No matching function for call to scim::ConfigModule::create_config Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1030/Wed Aug 17 08:53:46 2005 on zoot.lafn.org X-Virus-Status: Clean 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=-2.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --kORqDWCi7qDJ0mEj Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: mlterm Version: 2.9.2-2.1 Severity: serious Tags: patch mlterm fails to build because there is no function that matches the call to scim::ConfigModule::create_config: > ../../libtool --mode=3Dcompile c++ -I../../kiklib/include -I../../mkf/in= clude -Wall -g -O2 -g -O2 -DUSE_KBD -DUSE_UIM -DUSE_IIIMF -DUSE_M17NLIB -DU= SE_SCIM -DUSE_IM_PLUGIN -I/usr/include/scim-1.0 -I../../mlterm -I../../xwin= dow -I/usr/local/include -c im_scim_1.2.cpp > rm -f .libs/im_scim_1.2.lo > c++ -I../../kiklib/include -I../../mkf/include -Wall -g -O2 -g -O2 -DUSE_= KBD -DUSE_UIM -DUSE_IIIMF -DUSE_M17NLIB -DUSE_SCIM -DUSE_IM_PLUGIN -I/usr/i= nclude/scim-1.0 -I../../mlterm -I../../xwindow -I/usr/local/include -c im_s= cim_1.2.cpp -fPIC -DPIC -o .libs/im_scim_1.2.lo > im_scim_1.2.cpp: In function 'int im_scim_initialize(char*)': > im_scim_1.2.cpp:536: error: no matching function for call to 'scim::Confi= gModule::create_config(const char [5])' > /usr/include/scim-1.0/scim_config_module.h:117: note: candidates are: sci= m::ConfigPointer scim::ConfigModule::create_config() const Upstream CVS indicates that this parameter was the application name, and doesn't appear to include a new way to set it. Removing it fixes the build. --=20 Matt --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable only in patch2: unchanged: --- mlterm-2.9.2.orig/inputmethod/scim/im_scim_1.2.cpp +++ mlterm-2.9.2/inputmethod/scim/im_scim_1.2.cpp @@ -533,7 +533,7 @@ goto error ; } =20 - config =3D config_module->create_config( "scim") ; + config =3D config_module->create_config() ; =20 if( config.null()) { --PNTmBPCT7hxwcZjr-- --kORqDWCi7qDJ0mEj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDA1YFfNdgYxVXvBARAp1UAJ9VmOF3HPWpu4PCSVC427kOXrc6NACfd7ql h8HjcdgHLHbXtfF8M67iox4= =mkFY -----END PGP SIGNATURE----- --kORqDWCi7qDJ0mEj-- --------------------------------------- Received: (at 323735-close) by bugs.debian.org; 21 Aug 2005 04:19:22 +0000 >From [EMAIL PROTECTED] Sat Aug 20 21:19:22 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E6hGb-0000aO-00; Sat, 20 Aug 2005 21:17:05 -0700 From: Kenshi Muto <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#323735: fixed in mlterm 2.9.2-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 20 Aug 2005 21:17:05 -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 X-CrossAssassin-Score: 2 Source: mlterm Source-Version: 2.9.2-3 We believe that the bug you reported is fixed in the latest version of mlterm, which is due to be installed in the Debian FTP archive: mlterm-common_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-common_2.9.2-3_i386.deb mlterm-im-iiimf_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-im-iiimf_2.9.2-3_i386.deb mlterm-im-m17nlib_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-im-m17nlib_2.9.2-3_i386.deb mlterm-im-scim_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-im-scim_2.9.2-3_i386.deb mlterm-im-uim_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-im-uim_2.9.2-3_i386.deb mlterm-tiny_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-tiny_2.9.2-3_i386.deb mlterm-tools_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm-tools_2.9.2-3_i386.deb mlterm_2.9.2-3.diff.gz to pool/main/m/mlterm/mlterm_2.9.2-3.diff.gz mlterm_2.9.2-3.dsc to pool/main/m/mlterm/mlterm_2.9.2-3.dsc mlterm_2.9.2-3_i386.deb to pool/main/m/mlterm/mlterm_2.9.2-3_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. Kenshi Muto <[EMAIL PROTECTED]> (supplier of updated mlterm 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: Sun, 21 Aug 2005 03:59:38 +0000 Source: mlterm Binary: mlterm-im-m17nlib mlterm-im-scim mlterm-tiny mlterm-im-iiimf mlterm-tools mlterm-common mlterm mlterm-im-uim Architecture: source i386 Version: 2.9.2-3 Distribution: unstable Urgency: high Maintainer: Tomohiro KUBOTA <[EMAIL PROTECTED]> Changed-By: Kenshi Muto <[EMAIL PROTECTED]> Description: mlterm - MultiLingual TERMinal mlterm-common - MultiLingual TERMinal, common files mlterm-im-iiimf - MultiLingual TERMinal, iiimf input method plugin mlterm-im-m17nlib - MultiLingual TERMinal, m17nlib input method plugin mlterm-im-scim - MultiLingual TERMinal, scim input method plugin mlterm-im-uim - MultiLingual TERMinal, uim input method plugin mlterm-tiny - MultiLingual TERMinal, tiny version mlterm-tools - MultiLingual TERMinal, additional tools Closes: 302231 323735 Changes: mlterm (2.9.2-3) unstable; urgency=high . * Accept NMU change. (closes: #302231) * Fix FTBFS around scim. (closes: #323735) Files: 1a20f4bb0f7cbbc62698e7915f1ca352 883 x11 optional mlterm_2.9.2-3.dsc 40c1f348b65e2037bb904ae2ea6cf6fa 17039 x11 optional mlterm_2.9.2-3.diff.gz 3dc7de3eb8d972d4ebf75f9bc482f280 175732 x11 optional mlterm_2.9.2-3_i386.deb 7895a4b66c8852216191770182ee6b3c 153064 x11 optional mlterm-tiny_2.9.2-3_i386.deb 99c453ded44765d821893081b93ebb9b 605084 x11 optional mlterm-common_2.9.2-3_i386.deb e6ceef561918e4a8de1b1c5125c1b0e6 62540 x11 optional mlterm-tools_2.9.2-3_i386.deb 572779a5e856ba067e65e68e792d362c 19764 x11 optional mlterm-im-uim_2.9.2-3_i386.deb 0131041d7235bd0b9bb1837d616cb233 27142 x11 optional mlterm-im-iiimf_2.9.2-3_i386.deb 5b3a4aaa56bbb6104cc11b49c600d86f 41900 x11 optional mlterm-im-scim_2.9.2-3_i386.deb 2daa9162de89ee145d1b95c3f87ade3c 17688 x11 optional mlterm-im-m17nlib_2.9.2-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iEYEARECAAYFAkMH/u8ACgkQQKW+7XLQPLGIfACglc44wUlRvo17niLht/EACseh xP4AoJTsRmzM57cDLBsSctyXmuq32fM0 =tkEK -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]