Your message dated Sun, 06 Mar 2011 17:47:33 +0000
with message-id <[email protected]>
and subject line Bug#602001: fixed in katoob 0.5.9.1-2
has caused the Debian Bug report #602001,
regarding FTBFS with gcc 4.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 [email protected]
immediately.)
--
602001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602001
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: katoob
Version: 0.5.9.1-1.2
Tags: patch
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/patches/correct_open_call.patch: always pass in a mode when
calling open with O_CREAT, without which the package will fail
to build with gcc 4.4
We thought you might be interested in doing the same.
Index: katoob-0.5.9.1/src/utils.cc
===================================================================
--- katoob-0.5.9.1.orig/src/utils.cc 2010-10-30 15:22:05.000000000 +0200
+++ katoob-0.5.9.1/src/utils.cc 2010-10-30 20:09:12.000000000 +0200
@@ -270,7 +270,7 @@
return false;
}
- ofd = open(f2, O_WRONLY|O_CREAT|O_TRUNC);
+ ofd = open(f2, O_WRONLY|O_CREAT|O_TRUNC, 0644);
if (ofd == -1) {
error = strerror(errno);
close(ifd);
--- End Message ---
--- Begin Message ---
Source: katoob
Source-Version: 0.5.9.1-2
We believe that the bug you reported is fixed in the latest version of
katoob, which is due to be installed in the Debian FTP archive:
katoob_0.5.9.1-2.debian.tar.gz
to main/k/katoob/katoob_0.5.9.1-2.debian.tar.gz
katoob_0.5.9.1-2.dsc
to main/k/katoob/katoob_0.5.9.1-2.dsc
katoob_0.5.9.1-2_i386.deb
to main/k/katoob/katoob_0.5.9.1-2_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.
Mohammed Sameer <[email protected]> (supplier of updated katoob 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, 06 Mar 2011 19:22:39 +0200
Source: katoob
Binary: katoob
Architecture: source i386
Version: 0.5.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Mohammed Sameer <[email protected]>
Changed-By: Mohammed Sameer <[email protected]>
Description:
katoob - A Gtk2 light weight multilingual BiDi aware text editor
Closes: 524912 602001 611623
Changes:
katoob (0.5.9.1-2) unstable; urgency=low
.
* Added fix_tooltip_crash.patch (Closes: #611623)
* Drop debian/patches/Gtk-ButtonBox.patch
(Included in debian-changes-0.5.9.1-1.2)
* Added patches/correct_open_call.patch from Artur Rona (Closes: #602001)
* Bump Standards-Version to 3.9.1 (No changes needed)
* Rename locale/cz to locale/cs (Closes: #524912)
Checksums-Sha1:
4aeae020efcfcfd7165613e4d0b03e60eff4110d 1199 katoob_0.5.9.1-2.dsc
2ac5407c23b13fcf0c6fd51316258839d1298183 145504 katoob_0.5.9.1-2.debian.tar.gz
b63c5688bd747f7327124a5a03e5561f37ada805 417412 katoob_0.5.9.1-2_i386.deb
Checksums-Sha256:
4e2aa32a26469b93d8bc06c7f2971591474dc9e0e7e02726d1c9b1abe291c29f 1199
katoob_0.5.9.1-2.dsc
118911ce6c39b9e1a4a35ced61391b4fd0555241470a4d403efc9d26149f84ac 145504
katoob_0.5.9.1-2.debian.tar.gz
4ff67abd1e570f51169eb92682c7e88277121818b052e5dc0188199478baf5bc 417412
katoob_0.5.9.1-2_i386.deb
Files:
ec6f22bfc64477a6c329f37af7efa8ce 1199 text optional katoob_0.5.9.1-2.dsc
11a3859bcde70675711c4bab0d63e862 145504 text optional
katoob_0.5.9.1-2.debian.tar.gz
930b1b2c61e2176760f5b4f27f38f5d7 417412 text optional katoob_0.5.9.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFNc8S8y2aOKaP9DfcRAvagAKCBREBbpsEpwzjDc6ABxPe/5pyg5ACdEKk4
VKjiUH6EpcAmyhIjGksSh3o=
=rqlM
-----END PGP SIGNATURE-----
--- End Message ---