Your message dated Tue, 29 Nov 2011 02:48:00 +0000
with message-id <[email protected]>
and subject line Bug#647040: fixed in beast 0.7.4-4
has caused the Debian Bug report #647040,
regarding beast: FTBFS with -Werror=format-security
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.)
--
647040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647040
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: beast
Version: 0.7.4-3
Severity: normal
Tags: upstream patch
User: [email protected]
Usertags: hardening-format-security
beast fails to build with -Werror=format-security compiler option.
Build log in Ubuntu:
https://launchpad.net/ubuntu/+source/beast/0.7.4-3/+build/2861170/+files/buildlog_ubuntu-precise-i386.beast_0.7.4-3_FAILEDTOBUILD.txt.gz
See also:
http://wiki.debian.org/Hardening
http://lists.debian.org/debian-devel-announce/2011/09/msg00001.html
Patch from Ubuntu attached.
https://launchpad.net/ubuntu/+source/beast/0.7.4-3ubuntu1
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports')
Architecture: i386 (i686)
Kernel: Linux 3.0.0-13-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
Description: fix warnings generated with -Wformat-security
Author: Ilya Barygin <[email protected]>
--- beast-0.7.4.orig/sfi/sfidl-parser.cc
+++ beast-0.7.4/sfi/sfidl-parser.cc
@@ -238,7 +238,7 @@
if (isSequence (type)) return SEQUENCE;
if (isRecord (type)) return RECORD;
if (isClass (type)) return OBJECT;
- g_error (("invalid type: " + type).c_str());
+ g_error ("%s", ("invalid type: " + type).c_str());
return VOID;
}
--- beast-0.7.4.orig/bse/bsemain.cc
+++ beast-0.7.4/bse/bsemain.cc
@@ -267,9 +267,9 @@
/* dump device list */
if (bse_main_args->dump_driver_list)
{
- g_printerr (_("\nAvailable PCM drivers:\n"));
+ g_printerr ("%s", _("\nAvailable PCM drivers:\n"));
bse_device_dump_list (BSE_TYPE_PCM_DEVICE, " ", TRUE, NULL, NULL);
- g_printerr (_("\nAvailable MIDI drivers:\n"));
+ g_printerr ("%s", _("\nAvailable MIDI drivers:\n"));
bse_device_dump_list (BSE_TYPE_MIDI_DEVICE, " ", TRUE, NULL, NULL);
}
}
--- End Message ---
--- Begin Message ---
Source: beast
Source-Version: 0.7.4-4
We believe that the bug you reported is fixed in the latest version of
beast, which is due to be installed in the Debian FTP archive:
beast-doc_0.7.4-4_all.deb
to main/b/beast/beast-doc_0.7.4-4_all.deb
beast_0.7.4-4.debian.tar.gz
to main/b/beast/beast_0.7.4-4.debian.tar.gz
beast_0.7.4-4.dsc
to main/b/beast/beast_0.7.4-4.dsc
beast_0.7.4-4_amd64.deb
to main/b/beast/beast_0.7.4-4_amd64.deb
bse-alsa_0.7.4-4_amd64.deb
to main/b/beast/bse-alsa_0.7.4-4_amd64.deb
libbse-0.7-4_0.7.4-4_amd64.deb
to main/b/beast/libbse-0.7-4_0.7.4-4_amd64.deb
libbse-dev_0.7.4-4_all.deb
to main/b/beast/libbse-dev_0.7.4-4_all.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.
Alessio Treglia <[email protected]> (supplier of updated beast 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: Tue, 29 Nov 2011 02:57:41 +0100
Source: beast
Binary: beast bse-alsa libbse-0.7-4 libbse-dev beast-doc
Architecture: source amd64 all
Version: 0.7.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers
<[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description:
beast - music synthesis and composition framework
beast-doc - Documentation for BEAST/BSE
bse-alsa - ALSA plugin for BEAST
libbse-0.7-4 - music synthesis and composition framework - shared library
libbse-dev - music synthesis and composition framework - development files
Closes: 647040
Changes:
beast (0.7.4-4) unstable; urgency=low
.
* Refresh debian/patches/203_gcc45.patch.
* Add patch to prevent FTBFS with GCC's hardening flags
enabled (Closes: #647040).
Checksums-Sha1:
d5b035849b362bfcfa5b7075c2fd383b1ff6e0d9 1740 beast_0.7.4-4.dsc
c3efbd7d2cdc6b39f3610e00edb3c4918e506e77 15184 beast_0.7.4-4.debian.tar.gz
aad69aaab80d09f0e787af9493fcdefa95c43c6c 2458668 beast_0.7.4-4_amd64.deb
b4ffe6e67406162638556752059b73220f3eac01 35538 bse-alsa_0.7.4-4_amd64.deb
c6b94e15eb8ac52e975b929cc8a7e1b0062cc012 1471298 libbse-0.7-4_0.7.4-4_amd64.deb
b77253479851d54f85b8d4aef785263c7f95394f 308022 libbse-dev_0.7.4-4_all.deb
860fd002ad1ecbcb19b2ab77906ed17704777b33 139590 beast-doc_0.7.4-4_all.deb
Checksums-Sha256:
c18ff3ae5de2daf186251aba55580a4bf7f5485f358c843c9a117975eceb5963 1740
beast_0.7.4-4.dsc
cb154c71f2d4d7f359fbe573989a2dc53b3ae5e7bb3908fe673285ded6e47db1 15184
beast_0.7.4-4.debian.tar.gz
06f526a1f3f48157d59739bc4c211d7c48111b970b681f1c5193340265a247a7 2458668
beast_0.7.4-4_amd64.deb
1dcd90e163587732a98226887de75bafba236411c0c62f74a436625eb3644998 35538
bse-alsa_0.7.4-4_amd64.deb
b9b14824a61f195bdc93ae39825e8355e4389405670d562dddebf504ddb55f5e 1471298
libbse-0.7-4_0.7.4-4_amd64.deb
9905412c3d26c84e75486bf3bdb4a012a73005dd0e7719a678bf4148a2e3d07d 308022
libbse-dev_0.7.4-4_all.deb
433ce875c84960875fb00e1c979ea282f47661a3ab8c224a3d32d23bad2117e4 139590
beast-doc_0.7.4-4_all.deb
Files:
8c91c61180f914bb61103588e6a78f01 1740 gnome extra beast_0.7.4-4.dsc
f52162fbf4ee36113fed288bfd753211 15184 gnome extra beast_0.7.4-4.debian.tar.gz
8faaf18fd0639ef21d09f625e1b5addd 2458668 gnome extra beast_0.7.4-4_amd64.deb
93626fa0b7cff373c44c53141835c522 35538 sound extra bse-alsa_0.7.4-4_amd64.deb
2326e451c16897b593dbe5fc0aeea069 1471298 libs extra
libbse-0.7-4_0.7.4-4_amd64.deb
9cb75a5600a76992dbab2db8fcf10db1 308022 libdevel extra
libbse-dev_0.7.4-4_all.deb
f8dea51eeb11104f0cd87b7c40bff226 139590 doc extra beast-doc_0.7.4-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7URGkACgkQRdSMfNz8P9BX2QCfW1d5MlMVa5+LVEc+GM8zcyEB
cMkAn1yrtBi9YYG4dfzBxSEM0I0sJG48
=ov+a
-----END PGP SIGNATURE-----
--- End Message ---