Your message dated Sat, 18 Jun 2011 23:33:05 +0000
with message-id <[email protected]>
and subject line Bug#616028: fixed in gnash 0.8.10~git20110618-1
has caused the Debian Bug report #616028,
regarding gnash: please avoid dependency on libmysqlclient
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.)
--
616028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616028
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnash
Version: 0.8.9~git20110220-1
Severity: wishlist
Tags: patch
Recent versions of gnash and gnash-tools started to depend on
libmysqlclient16. I believe that this dependency is unneeded.
Please consider either applying the attached patch or getting rid of the
dependency by some other means.
--
Jakub Wilk
Description: Avoid unneeded dependencies on libmysqlclient.
Normally, a few Gnash binaries would be linked to libmysqlclient, though they
use only a single symbol coming from this library: __cxa_pure_virtual.
However, this symbol is also provided by libstdc++.
.
This patch ensures that gnash will use libstdc++ implementation of
__cxa_pure_virtual, thus avoiding unneeded dependencies on libmysqlclient.
Author: Jakub Wilk <[email protected]>
Last-Update: 2011-03-01
--- a/macros/mysql.m4
+++ b/macros/mysql.m4
@@ -100,7 +100,7 @@
if test x"${ac_cv_path_mysql_lib}" != x; then
AC_MSG_RESULT(${ac_cv_path_mysql_lib})
- MYSQL_LIBS="${ac_cv_path_mysql_lib}"
+ MYSQL_LIBS="-lstdc++ ${ac_cv_path_mysql_lib}"
else
AC_MSG_RESULT(no)
MYSQL_LIBS=""
--- End Message ---
--- Begin Message ---
Source: gnash
Source-Version: 0.8.10~git20110618-1
We believe that the bug you reported is fixed in the latest version of
gnash, which is due to be installed in the Debian FTP archive:
browser-plugin-gnash_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/browser-plugin-gnash_0.8.10~git20110618-1_amd64.deb
gnash-common-opengl_0.8.10~git20110618-1_all.deb
to main/g/gnash/gnash-common-opengl_0.8.10~git20110618-1_all.deb
gnash-common_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-common_0.8.10~git20110618-1_amd64.deb
gnash-cygnal_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-cygnal_0.8.10~git20110618-1_amd64.deb
gnash-dbg_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-dbg_0.8.10~git20110618-1_amd64.deb
gnash-dev_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-dev_0.8.10~git20110618-1_amd64.deb
gnash-doc_0.8.10~git20110618-1_all.deb
to main/g/gnash/gnash-doc_0.8.10~git20110618-1_all.deb
gnash-ext-fileio_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-ext-fileio_0.8.10~git20110618-1_amd64.deb
gnash-ext-lirc_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-ext-lirc_0.8.10~git20110618-1_amd64.deb
gnash-ext-mysql_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-ext-mysql_0.8.10~git20110618-1_amd64.deb
gnash-opengl_0.8.10~git20110618-1_all.deb
to main/g/gnash/gnash-opengl_0.8.10~git20110618-1_all.deb
gnash-tools_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash-tools_0.8.10~git20110618-1_amd64.deb
gnash_0.8.10~git20110618-1.debian.tar.gz
to main/g/gnash/gnash_0.8.10~git20110618-1.debian.tar.gz
gnash_0.8.10~git20110618-1.dsc
to main/g/gnash/gnash_0.8.10~git20110618-1.dsc
gnash_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/gnash_0.8.10~git20110618-1_amd64.deb
gnash_0.8.10~git20110618.orig.tar.gz
to main/g/gnash/gnash_0.8.10~git20110618.orig.tar.gz
klash-opengl_0.8.10~git20110618-1_all.deb
to main/g/gnash/klash-opengl_0.8.10~git20110618-1_all.deb
klash_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/klash_0.8.10~git20110618-1_amd64.deb
konqueror-plugin-gnash_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/konqueror-plugin-gnash_0.8.10~git20110618-1_amd64.deb
mozilla-plugin-gnash_0.8.10~git20110618-1_all.deb
to main/g/gnash/mozilla-plugin-gnash_0.8.10~git20110618-1_all.deb
python-gtk-gnash_0.8.10~git20110618-1_amd64.deb
to main/g/gnash/python-gtk-gnash_0.8.10~git20110618-1_amd64.deb
swfdec-gnome_0.8.10~git20110618-1_all.deb
to main/g/gnash/swfdec-gnome_0.8.10~git20110618-1_all.deb
swfdec-mozilla_0.8.10~git20110618-1_all.deb
to main/g/gnash/swfdec-mozilla_0.8.10~git20110618-1_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.
Gabriele Giacone <[email protected]> (supplier of updated gnash 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, 19 Jun 2011 00:33:15 +0200
Source: gnash
Binary: gnash-common gnash klash gnash-tools gnash-cygnal browser-plugin-gnash
konqueror-plugin-gnash python-gtk-gnash gnash-ext-fileio gnash-ext-mysql
gnash-ext-lirc gnash-dev gnash-dbg gnash-doc gnash-common-opengl gnash-opengl
klash-opengl swfdec-mozilla swfdec-gnome mozilla-plugin-gnash
Architecture: source amd64 all
Version: 0.8.10~git20110618-1
Distribution: unstable
Urgency: low
Maintainer: Debian Flash Team <[email protected]>
Changed-By: Gabriele Giacone <[email protected]>
Description:
browser-plugin-gnash - GNU Shockwave Flash (SWF) player - Plugin for Mozilla
and derivat
gnash - GNU Shockwave Flash (SWF) player
gnash-common - GNU Shockwave Flash (SWF) player - Common files/libraries
gnash-common-opengl - dummy package for gnash-common-opengl removal
gnash-cygnal - GNU Shockwave Flash (SWF) player - Media server
gnash-dbg - GNU Shockwave Flash (SWF) player - Debug symbols
gnash-dev - GNU Shockwave Flash (SWF) player - Development files
gnash-doc - GNU Shockwave Flash (SWF) player - API documentation
gnash-ext-fileio - GNU Shockwave Flash (SWF) player - Fileio extension
gnash-ext-lirc - GNU Shockwave Flash (SWF) player - LIRC extension
gnash-ext-mysql - GNU Shockwave Flash (SWF) player - MySQL extension
gnash-opengl - dummy package for gnash-opengl removal
gnash-tools - GNU Shockwave Flash (SWF) player - Command-line Tools
klash - GNU Shockwave Flash (SWF) player - Standalone player for KDE
klash-opengl - dummy package for klash-opengl removal
konqueror-plugin-gnash - GNU Shockwave Flash (SWF) player - Plugin for
Konqueror
mozilla-plugin-gnash - dummy package for renaming to browser-plugin-gnash
python-gtk-gnash - GNU Shockwave Flash (SWF) player - Python bindings
swfdec-gnome - dummy package for transition to Gnash
swfdec-mozilla - dummy package for transition to browser-plugin-gnash
Closes: 616028 620197
Changes:
gnash (0.8.10~git20110618-1) unstable; urgency=low
.
* Git snapshot.
+ Fix dash escaping (Closes: #620197).
+ Fix g/g-tools deps on mysql (Closes: #616028).
* Bump Standards-Version to 3.9.2 (no changes).
* Add libspeexdsp-dev as B-D.
* Remove 01mysqltypo patch.
* Rename kde4 stuff to qt4.
* Remove without-included-ltdl config option.
Checksums-Sha1:
1bf51de701315d0f04f0a42b67eced5ecbce6248 2564 gnash_0.8.10~git20110618-1.dsc
0e51e6ffb4dcf5ec60ec429f1ce2e04d9b711d47 5563468
gnash_0.8.10~git20110618.orig.tar.gz
1f337953876aa0ca86c070c44dbf031eb30fba76 34450
gnash_0.8.10~git20110618-1.debian.tar.gz
c31603772e6723f90103176e585ec8953dd06725 2727892
gnash-common_0.8.10~git20110618-1_amd64.deb
3ea0c7ff26f59566aa752054d67488437325e424 261664
gnash_0.8.10~git20110618-1_amd64.deb
0301b5eec37c0810a2ed9a5e13dbc67566122f88 256884
klash_0.8.10~git20110618-1_amd64.deb
33bea6de8ec4d91aeb0e691c39b39a87d7a37b30 212960
gnash-tools_0.8.10~git20110618-1_amd64.deb
c220d354adf489ade9c43aa659e07f51b3e7f2cc 472992
gnash-cygnal_0.8.10~git20110618-1_amd64.deb
8f7fdada6fca6f67a07b5c3ef415d890d6b0a426 177980
browser-plugin-gnash_0.8.10~git20110618-1_amd64.deb
91098d124f0094979751ce1c5eade1bdb01ccb95 101170
konqueror-plugin-gnash_0.8.10~git20110618-1_amd64.deb
20a97e72d05eb3202645e9dd5d624a2cf44e34dd 141108
python-gtk-gnash_0.8.10~git20110618-1_amd64.deb
98655b4ead446f9bdd4618d945d69e0ba2febc57 111450
gnash-ext-fileio_0.8.10~git20110618-1_amd64.deb
2f418bfb5d04df8239d1bdff9aaaf2f8a7e88f4c 114436
gnash-ext-mysql_0.8.10~git20110618-1_amd64.deb
6d653171d4666e3d3f1ef35d731cac2019bf97be 105040
gnash-ext-lirc_0.8.10~git20110618-1_amd64.deb
8ade07ff514b59cbd059223b5ba654a87cf7ec80 311428
gnash-dev_0.8.10~git20110618-1_amd64.deb
a935d4ae801b831df984cc2d5c16bfea209ac753 60067520
gnash-dbg_0.8.10~git20110618-1_amd64.deb
339a51198a301b5e51857c8fcc8ce049f2863687 4708814
gnash-doc_0.8.10~git20110618-1_all.deb
d0a8c50277150658117053495b51667c127dba7e 70962
gnash-common-opengl_0.8.10~git20110618-1_all.deb
bde1e59cf92f80b091416e4cdd0fa24c94f46c25 70958
gnash-opengl_0.8.10~git20110618-1_all.deb
5b54d19b62de99c8997d754bc04a899c79c9b113 70960
klash-opengl_0.8.10~git20110618-1_all.deb
bd9ab4ed6fb6f20de593d4dbe87e20d25ac1eea3 70980
swfdec-mozilla_0.8.10~git20110618-1_all.deb
f2c59e915dc30904ddfda19d95450be4ad5d4d4e 70956
mozilla-plugin-gnash_0.8.10~git20110618-1_all.deb
4d5c39054de6f31d89a27f7d643d6ba6fcb442d3 70972
swfdec-gnome_0.8.10~git20110618-1_all.deb
Checksums-Sha256:
bda8f86eefcc465aae2a4dec7151a11fd3c284bc42bf11e03b80867d0abede7c 2564
gnash_0.8.10~git20110618-1.dsc
bf2ec518888995bdfa2a4f5a2af0d15fdbafb15a1ca1c53451b3d0164f8239f7 5563468
gnash_0.8.10~git20110618.orig.tar.gz
6d94511dad0d2506821868f9bbce3cd3f67a02b01403ff738aa4a9d38b89e0df 34450
gnash_0.8.10~git20110618-1.debian.tar.gz
4020559ebbf9abdc78d34584c2260728ade457f15aaba354058797e57816318f 2727892
gnash-common_0.8.10~git20110618-1_amd64.deb
32f804dd50818977b4adc6f54924c7d7798bfccbbbcb3deb7aefc86e5931f46c 261664
gnash_0.8.10~git20110618-1_amd64.deb
1ddc432482af460a7bd1b57835ded57635e147ecb68d18565321ff8a0827dabf 256884
klash_0.8.10~git20110618-1_amd64.deb
0b21ccc13807141ffdaf9e1052b28a0c53683e362967c2dba834709be05bad7e 212960
gnash-tools_0.8.10~git20110618-1_amd64.deb
9e09cb11a0f6bee4bf0db47266a82ce80ecae4539bef687ff4c40b9767998262 472992
gnash-cygnal_0.8.10~git20110618-1_amd64.deb
ff288f4da144e0fc2745b4296fa72bcae1a3b05c537e3d9248fc9f26ed75e730 177980
browser-plugin-gnash_0.8.10~git20110618-1_amd64.deb
de968fd4d844a6aa8d95db4f194e9e8ebec09557401061a2fa1735a17d1a765e 101170
konqueror-plugin-gnash_0.8.10~git20110618-1_amd64.deb
0e344050cb7ed6f18b16cb109c29922279925d9dc952ad8e7202e97721cdab73 141108
python-gtk-gnash_0.8.10~git20110618-1_amd64.deb
1a0c2d1b1e284137935b72de374ff25cabed59cf7d09c57fb75746b18b2a5b3a 111450
gnash-ext-fileio_0.8.10~git20110618-1_amd64.deb
1496b79535ec4e436f43c47ae6359029e16c15862a732aa522efb43029da8563 114436
gnash-ext-mysql_0.8.10~git20110618-1_amd64.deb
0a209ad984fb9c3966d67ad120ab11f7e79e4240eee8bb981ae42a1aaae58cc7 105040
gnash-ext-lirc_0.8.10~git20110618-1_amd64.deb
7b7d20d07a115b62c176bc25662b7aafb9fc80fd45d4157d6bce68b19cf4de9c 311428
gnash-dev_0.8.10~git20110618-1_amd64.deb
724787a4651ddfc9703ebe915ae850067687729f10a4475492fc22f0d3b50d4c 60067520
gnash-dbg_0.8.10~git20110618-1_amd64.deb
26836f44b0fe1ff30f1b77e347b451edb048bfa773897d1d7f6b93bf13859608 4708814
gnash-doc_0.8.10~git20110618-1_all.deb
94e6f11c3b29b623beda61661fd5ce3c0452840b231e472473b9c4257197b738 70962
gnash-common-opengl_0.8.10~git20110618-1_all.deb
af87a22afcc5d826f3df357ce59fc7481b4bd1c6053a69c9005863b28948760e 70958
gnash-opengl_0.8.10~git20110618-1_all.deb
c0230ba04b0186d4047d4109db9adde665285bfb79af4557c2db74f79d87e398 70960
klash-opengl_0.8.10~git20110618-1_all.deb
c15742cfc649123674a9e65ed416f41a817dcd25e409642ae006f291e2fe56d5 70980
swfdec-mozilla_0.8.10~git20110618-1_all.deb
59e3e05bb83e0c7883dba398836b7f362c4d03832f3550d75bd87299baee4df8 70956
mozilla-plugin-gnash_0.8.10~git20110618-1_all.deb
f7a860b7369bfc5d614adea05918333ab6ea9224d457a6152216eb02d3b49026 70972
swfdec-gnome_0.8.10~git20110618-1_all.deb
Files:
c3785b221ee32d0cf6c93dce95aed106 2564 video optional
gnash_0.8.10~git20110618-1.dsc
85108420115324bdacc853863daa4673 5563468 video optional
gnash_0.8.10~git20110618.orig.tar.gz
a40156f88af48b0c3258171c06008b4d 34450 video optional
gnash_0.8.10~git20110618-1.debian.tar.gz
3e6c3b7115dd491751d8cdb6938876af 2727892 video optional
gnash-common_0.8.10~git20110618-1_amd64.deb
79024249bb38fab09e7712146e543355 261664 video optional
gnash_0.8.10~git20110618-1_amd64.deb
b6719fab18473e983bb63158a2674da9 256884 video optional
klash_0.8.10~git20110618-1_amd64.deb
1a06b09f7f673fa210e58ba302bff840 212960 video optional
gnash-tools_0.8.10~git20110618-1_amd64.deb
70fd9ed909052d73e0bed517814fb26b 472992 video optional
gnash-cygnal_0.8.10~git20110618-1_amd64.deb
97b0cefd12297e3306b4eb06338f44fd 177980 video optional
browser-plugin-gnash_0.8.10~git20110618-1_amd64.deb
e601a2cba3ee853a850886e4afba5df5 101170 video optional
konqueror-plugin-gnash_0.8.10~git20110618-1_amd64.deb
731df55742e4f76463b4698e5e95c498 141108 python optional
python-gtk-gnash_0.8.10~git20110618-1_amd64.deb
49818ea5d58e63cc753d9f6c5cca277e 111450 video optional
gnash-ext-fileio_0.8.10~git20110618-1_amd64.deb
edc05624ac5f7286d081eebdd25f4eea 114436 video optional
gnash-ext-mysql_0.8.10~git20110618-1_amd64.deb
16127654a3e11aa09e5aff9d12fbf5e5 105040 video optional
gnash-ext-lirc_0.8.10~git20110618-1_amd64.deb
56428d3ea01a2485a71d8d37780c9fc4 311428 libdevel optional
gnash-dev_0.8.10~git20110618-1_amd64.deb
69bfe8b9fcdb0c11eefcb1ddf2ac7e8d 60067520 debug extra
gnash-dbg_0.8.10~git20110618-1_amd64.deb
6637b454fe91b206d4097ec8c40270d1 4708814 doc optional
gnash-doc_0.8.10~git20110618-1_all.deb
7a0b09962277801cdfa216b616714964 70962 video extra
gnash-common-opengl_0.8.10~git20110618-1_all.deb
1525ff2a32c32edec21b59ee76ee51bd 70958 video extra
gnash-opengl_0.8.10~git20110618-1_all.deb
291bc14dd942d15f09732a5412e52dc6 70960 video extra
klash-opengl_0.8.10~git20110618-1_all.deb
b27831bba530770f0df0a41913c6e94e 70980 video extra
swfdec-mozilla_0.8.10~git20110618-1_all.deb
626ee150803449fa0c91d0402d2e970e 70956 video extra
mozilla-plugin-gnash_0.8.10~git20110618-1_all.deb
42097a8fececee63491fb9cc2fe07874 70972 video extra
swfdec-gnome_0.8.10~git20110618-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk39LHQACgkQp3cdCbVcnCsG7QCcDKbDamuWpjcT0QwLkldHFhwM
j6EAoO3AaWRKKZXzDi836slVgYxGlzNg
=PU0y
-----END PGP SIGNATURE-----
--- End Message ---