Your message dated Wed, 02 Jul 2008 09:32:15 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469410: fixed in gbemol 0.3.1-2
has caused the Debian Bug report #469410,
regarding gbemol: strdup implicitly converted to pointer
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.)
--
469410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469410
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gbemol
Version: 0.3.1-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.
Function `strdup' implicitly converted to pointer at libmpdclient.c:289
This is often due to a missing function prototype definition.
For more information, see [2].
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
Defining _GNU_SOURCE makes the strdup() prototype in
/usr/include/string.h available.
--- gbemol-0.3.1.orig/src/libmpdclient.c 2007-11-29 17:14:14.000000000
-0700
+++ gbemol-0.3.1/src/libmpdclient.c 2008-03-04 18:51:37.000000000 -0700
@@ -30,6 +30,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#define _GNU_SOURCE
#include "libmpdclient.h"
#include <errno.h>
--- End Message ---
--- Begin Message ---
Source: gbemol
Source-Version: 0.3.1-2
We believe that the bug you reported is fixed in the latest version of
gbemol, which is due to be installed in the Debian FTP archive:
gbemol_0.3.1-2.diff.gz
to pool/main/g/gbemol/gbemol_0.3.1-2.diff.gz
gbemol_0.3.1-2.dsc
to pool/main/g/gbemol/gbemol_0.3.1-2.dsc
gbemol_0.3.1-2_amd64.deb
to pool/main/g/gbemol/gbemol_0.3.1-2_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.
Andrea Colangelo <[EMAIL PROTECTED]> (supplier of updated gbemol 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: Thu, 26 Jun 2008 21:54:10 +0200
Source: gbemol
Binary: gbemol
Architecture: source amd64
Version: 0.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Colangelo <[EMAIL PROTECTED]>
Changed-By: Andrea Colangelo <[EMAIL PROTECTED]>
Description:
gbemol - Graphical frontend for the Music Player Daemon (MPD)
Closes: 469410
Changes:
gbemol (0.3.1-2) unstable; urgency=low
.
* debian/control: update Standards-Version to 3.8.0.
* debian/patches/10_desktop_file.dpatch: modify to fix some other errors in
gbemol.desktop.
* debian/patches/20_implicit_pointer_conversion.dpatch: add to fix segfaults
happening on architectures where the size of a pointer is greater than the
size of an integer. Thanks to dann frazier for the patch. (Closes: #469410)
* debian/patches/30_fix_FTFBS_glibc2.8.dpatch: add to avoid FTBFS when
building under glibc2.8.
* debian/patches/00list: update accordingly.
Checksums-Sha1:
40e673ce94e9cfb45732ac640549a4ced044cb33 1089 gbemol_0.3.1-2.dsc
42e5736b4a734d81380273c2dfe9798d268c37fb 6188 gbemol_0.3.1-2.diff.gz
c78f345b2ac566810160516ac6d31a302e67c0d8 69004 gbemol_0.3.1-2_amd64.deb
Checksums-Sha256:
cfbd492df9767833f326284bb7e55991c6757e2f98817bb97b128cbfa70b8f95 1089
gbemol_0.3.1-2.dsc
202c54efcecc846676dd6051416556ad1508e18c5bf380d14f55e9632c2650c1 6188
gbemol_0.3.1-2.diff.gz
5af8872b2eec6e8c8007ad10f6a718ee5cdbaaa5f6e094fec10eddea46b3afb9 69004
gbemol_0.3.1-2_amd64.deb
Files:
3b631dcf12856b8a036d0132920c5c8c 1089 sound optional gbemol_0.3.1-2.dsc
4765475c1f09eccf23ba0e39e03571b0 6188 sound optional gbemol_0.3.1-2.diff.gz
9d3d44537c209c7dc1aeae03d037fbdd 69004 sound optional gbemol_0.3.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIazhuDecnbV4Fd/IRAl0ZAKDI7Jkdlc2ESNcdoO01hF8iNczjBgCeK3Fq
vIGTjn7N0ketJf7aqr3TVCk=
=jyUc
-----END PGP SIGNATURE-----
--- End Message ---