Your message dated Tue, 29 Dec 2009 03:47:43 +0000
with message-id <e1npt3f-0006ce...@ries.debian.org>
and subject line Bug#547305: fixed in le 1.14.3-1
has caused the Debian Bug report #547305,
regarding FTBFS with gcc4.4
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.)


-- 
547305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: le
Version: 1.14.2-1


Hi!

After recent archive rebuild in Ubuntu we discovered that le
FTBFS because of new gcc4.4. Attached is a quilt patch to fix the issue :)
In ubuntu we still use 1.14.0 but my patch also applied to the current version


Regards,
  Stefan
Index: le-1.14.2/src/options.cc
===================================================================
--- le-1.14.2.orig/src/options.cc       2009-09-18 14:34:04.781859434 +0200
+++ le-1.14.2/src/options.cc    2009-09-18 14:34:32.765831035 +0200
@@ -1239,7 +1239,7 @@
                 FindColor(new_bw_pal,color_no));
       return -1;
    }
-   char *l=strchr(button,'&');
+   const char *l=strchr(button,'&');
    if(!l)
       return -1;
    char res=toupper(l[1]);

--- End Message ---
--- Begin Message ---
Source: le
Source-Version: 1.14.3-1

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

le_1.14.3-1.diff.gz
  to main/l/le/le_1.14.3-1.diff.gz
le_1.14.3-1.dsc
  to main/l/le/le_1.14.3-1.dsc
le_1.14.3-1_i386.deb
  to main/l/le/le_1.14.3-1_i386.deb
le_1.14.3.orig.tar.gz
  to main/l/le/le_1.14.3.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 547...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Geissert <geiss...@debian.org> (supplier of updated le 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, 28 Dec 2009 18:20:08 -0600
Source: le
Binary: le
Architecture: source i386
Version: 1.14.3-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Geissert <geiss...@debian.org>
Changed-By: Raphael Geissert <geiss...@debian.org>
Description: 
 le         - Text editor with block and binary operations
Closes: 547305
Changes: 
 le (1.14.3-1) unstable; urgency=low
 .
   * New upstream release
     - fixed compilation with gcc 4.4 (Closes: #547305)
     - added workaround for a ncurses getmouse bug
   * debian/patches/* removed, merged upstream.
   * debian/patches/extend-sql-syntax.patch:
     + More keywords used in MySQL and Oracle added.
   * debian/patches/fix-html-in-php-syntax-delimiter.patch:
     + Fix syntax highlighter delimiter in php mode.
   * debian/patches/debian-changelog-dist-allow-dash.patch:
     + Allow distribution names with dashes in Debian changelog mode.
   * debian/control: bumped Standards-Version, no change needed.
Checksums-Sha1: 
 f4b3c33094dfdb197cd4f3b61b36ab925914d0dc 1014 le_1.14.3-1.dsc
 d81408796105bb8473ab80de9867997feb3e5854 565501 le_1.14.3.orig.tar.gz
 56a5976fd0c47ca6a4992cab9d655b8b92256572 7073 le_1.14.3-1.diff.gz
 c8dade659247976e3d4a57e58ac5b99137aa8137 163788 le_1.14.3-1_i386.deb
Checksums-Sha256: 
 27f7a474301a98fd6fde1042830f378fe272eded6aedf2d6ad7e2495d74c2dc5 1014 
le_1.14.3-1.dsc
 528b96a30fa84959977f27f6f629591332f1b230d26c1d33a163fc39faf9c465 565501 
le_1.14.3.orig.tar.gz
 f8c72180f9fc1ec609f3e2aaa65a61941024b583cd4fe36e28c45dccd05fbefd 7073 
le_1.14.3-1.diff.gz
 6afae0d450f4639f2d0056e10d96ea76dcde2e557bc6f04aec6bc4935359a8fc 163788 
le_1.14.3-1_i386.deb
Files: 
 3366e3d289a4e06d59121f35da42ba90 1014 editors optional le_1.14.3-1.dsc
 29ad644b9d300f238f3754b003c33b50 565501 editors optional le_1.14.3.orig.tar.gz
 83e6a9626e030e6696530a2e7a1fd1e5 7073 editors optional le_1.14.3-1.diff.gz
 5af2b2b71dc82bed28744ba66076ffc6 163788 editors optional le_1.14.3-1_i386.deb

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

iEYEARECAAYFAks5d34ACgkQYy49rUbZzlr0eACfc0z0eHFNxVeDgX6TrR+L9gNK
ZgkAoIRYwHTzzHWFVyvNsrVG5sOyul55
=5I5F
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to