Your message dated Tue, 22 Dec 2009 11:32:09 +0000
with message-id <[email protected]>
and subject line Bug#546585: fixed in cssed 0.4.0-2.1
has caused the Debian Bug report #546585,
regarding cssed: FTBFS due to invalid const char* conversion
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 [email protected]
immediately.)


-- 
546585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cssed
Version: 0.4.0-2
Severity: important
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix FTBFS due to invalid const char * conversion (LP: #428852).

We thought you might be interested in doing the same. 

Please note that it's already fixed in upstream CVS.

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- cssed-0.4.0.orig/scintilla/src/LexCaml.cxx
+++ cssed-0.4.0/scintilla/src/LexCaml.cxx
@@ -273,7 +273,7 @@
 
 		case SCE_CAML_OPERATOR: {
 			// [try to] interpret as [additional] operator char
-			char* o = 0;
+			const char* o = 0;
 			if (iscaml(ch) || isspace(ch)			/* ident or whitespace */
 				|| ((o = strchr(")]};,\'\"`#", ch)) != 0)/* "termination" chars */
 				|| !strchr("!$%&*+-./:<=>?...@^|~", ch)/* "operator" chars */) {

--- End Message ---
--- Begin Message ---
Source: cssed
Source-Version: 0.4.0-2.1

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

cssed_0.4.0-2.1.diff.gz
  to main/c/cssed/cssed_0.4.0-2.1.diff.gz
cssed_0.4.0-2.1.dsc
  to main/c/cssed/cssed_0.4.0-2.1.dsc
cssed_0.4.0-2.1_amd64.deb
  to main/c/cssed/cssed_0.4.0-2.1_amd64.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.
Stefano Zacchiroli <[email protected]> (supplier of updated cssed 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.8
Date: Sun, 20 Dec 2009 11:55:15 +0100
Source: cssed
Binary: cssed
Architecture: source amd64
Version: 0.4.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Francesco Pedrini <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description: 
 cssed      - graphical CSS editor
Closes: 546585
Changes: 
 cssed (0.4.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix invalid const char* conversion, apply Ubuntu patch.
     (Closes: #546585)
Checksums-Sha1: 
 ce5a03456e42865d42f8519d1e5ed272134edf7c 990 cssed_0.4.0-2.1.dsc
 1f1287056e1bbeaefddbaac845f3531902cd4889 18637 cssed_0.4.0-2.1.diff.gz
 9f405bde27638e2f01606dfc77eaebc97183a282 714694 cssed_0.4.0-2.1_amd64.deb
Checksums-Sha256: 
 f8d9409000b94aa107b7cc5394cd6f9ea9b052d098f5109cadbb5a25227d42aa 990 
cssed_0.4.0-2.1.dsc
 53b1ce1eaeb12c1cb75e9f94649ff499b24c59b93741ded6cf85049c33ad5af6 18637 
cssed_0.4.0-2.1.diff.gz
 fe56020278dd8b238f9e5afbebc31856a815efab80b288c4457ade30d3b5934b 714694 
cssed_0.4.0-2.1_amd64.deb
Files: 
 3b3a8a39fa7617441b0de5be733e4934 990 editors optional cssed_0.4.0-2.1.dsc
 c200686c986d2bbfd05a0f67555209d7 18637 editors optional cssed_0.4.0-2.1.diff.gz
 2bcf803ff599c8e6faaf03f4d49381c9 714694 editors optional 
cssed_0.4.0-2.1_amd64.deb

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

iD8DBQFLLgTC1cqbBPLEI7wRAumWAJ9Vc2iYd+wXsshgwTuuRj+IoB5vPACeJ5ZL
QXlRegM1M+6QEZS6WiuZCBg=
=LL1u
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to