Your message dated Mon, 25 Jan 2010 10:04:24 +0000
with message-id <e1nzlo0-0003qg...@ries.debian.org>
and subject line Bug#566694: fixed in kbedic 4.0-13
has caused the Debian Bug report #566694,
regarding FTBFS -- error: invalid conversion from 'const char*' to 'char*'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
566694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kbedic
Version: 4.0-12
Severity: serious
Tags: patch
Hi,
Attached is a patch which fixes ftbfs. For reference, please see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564233#10
--
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>
--- src/translator.cpp.orig 2010-01-24 18:07:28.000000000 +0200
+++ src/translator.cpp 2010-01-24 18:07:35.000000000 +0200
@@ -297,7 +297,7 @@
buf[i] = word[i];
}
else {
- p = strchr(ENG_CHARS, word[i]);
+ p = const_cast<char*>(strchr(ENG_CHARS, word[i]));
if (p != NULL) {
buf[i] = BUL_CHARS[p - ENG_CHARS];
}
@@ -325,7 +325,7 @@
char c;
while ((c = word[i]) != '\0') {
if (legalLatinInput) {
- p = strchr(BUL_CHARS, c);
+ p = const_cast<char*>(strchr(BUL_CHARS, c));
if (p != NULL) {
buf[j] = ENG_CHARS[p - BUL_CHARS];
j++;
--- End Message ---
--- Begin Message ---
Source: kbedic
Source-Version: 4.0-13
We believe that the bug you reported is fixed in the latest version of
kbedic, which is due to be installed in the Debian FTP archive:
kbedic_4.0-13.diff.gz
to contrib/k/kbedic/kbedic_4.0-13.diff.gz
kbedic_4.0-13.dsc
to contrib/k/kbedic/kbedic_4.0-13.dsc
kbedic_4.0-13_i386.deb
to contrib/k/kbedic/kbedic_4.0-13_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 566...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Zinoviev <zinov...@debian.org> (supplier of updated kbedic 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 25 Jan 2010 11:26:26 +0200
Source: kbedic
Binary: kbedic
Architecture: source i386
Version: 4.0-13
Distribution: unstable
Urgency: low
Maintainer: Anton Zinoviev <zinov...@debian.org>
Changed-By: Anton Zinoviev <zinov...@debian.org>
Description:
kbedic - K Bulgarian/English Dictionary
Closes: 566694
Changes:
kbedic (4.0-13) unstable; urgency=low
.
* Apply patch by George Danchev to fix FTBFS due to invalid conversion
from const char* to char*. Thanks to George Danchev, closes: #566694.
Checksums-Sha1:
c69640633f919c4cbf13a42dd386c0567887d261 965 kbedic_4.0-13.dsc
881855c7926c8fffd39829a8569b89ce533ea3ff 101767 kbedic_4.0-13.diff.gz
e8b1fa23668f0a56282e4c4f26e85d5c83210c07 72138 kbedic_4.0-13_i386.deb
Checksums-Sha256:
23d1df9524eac829468a0aefaa4d02ea2ff6ec9afa9debda319d867e43707941 965
kbedic_4.0-13.dsc
429b9dc0525c4b6d3360de3b6c068f4ae105f115fadd602239213e17e6486e8d 101767
kbedic_4.0-13.diff.gz
423ba56d077ee011c2df1221488867bfbc335592a043c8f3ac6ad01b6c988889 72138
kbedic_4.0-13_i386.deb
Files:
03ee8683de93da336ce4c71703ee8604 965 contrib/text optional kbedic_4.0-13.dsc
a9f47003ff78bc0f5bc0fff9f6150972 101767 contrib/text optional
kbedic_4.0-13.diff.gz
a5946a81021f1e1bdd2ae4b50479bede 72138 contrib/text optional
kbedic_4.0-13_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLXWWqJP1eZJv0KwcRAo1tAJ9qauAUTq5Kb+q1+j+rrKNvnxrHeACfT2Yo
I9V8KNbDJFxtWcpDN7IyY5g=
=p/Hi
-----END PGP SIGNATURE-----
--- End Message ---