Comment 27 for bug 7463

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 26 Aug 2004 18:12:59 +0200
From: Julien Danjou <email address hidden>
To: Philipp Matthias Hahn <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#265561: Not closed..

--iFRdW5/EC4oqxDHL
Content-Type: multipart/mixed; boundary="KFztAG8eRSV9hGtP"
Content-Disposition: inline

--KFztAG8eRSV9hGtP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Aug 26, 2004 at 02:41:05PM +0200, Philipp Matthias Hahn wrote:
> Hi!
>=20
> On Fri, Aug 20, 2004 at 09:13:08PM +0200, Julien Danjou wrote:
> > I still have this bug with the 2.2.9-pre1-1 version.
> > xmms segfaults after a few song changes.
>=20
> I can't reproduce any segfaults here. Can you provide more information:

OK, I found the problem...

I did:
apt-get -t experimental install xmms-osd-plugin
to test and install pre3 version that fixed the bug as you said.

However, xmms-osd-plugin does not depend of libxosd2 (=3D $SourceVersion),
so the lib was not upgraded. I think it should depend on it to avoid
such stupid things to happen.

By the way, downloading your latest version from the URL you gave fixed
all problems.

Patch is attached.

Cheers,
--=20
Julien Danjou
=2E''`. Debian developer
: :' : http://julien.danjou.info
`. `' http://people.debian.org/~acid
  `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

--KFztAG8eRSV9hGtP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="xosd-2.2.9.0-acid.patch"
Content-Transfer-Encoding: quoted-printable

--- xosd-2.2.9.0/debian/control 2004-08-26 18:10:45.000000000 +0200
+++ xosd-2.2.9.0.acid/debian/control 2004-08-26 17:59:33.000000000 +0200
@@ -31,7 +31,7 @@
=20
 Package: xosd-bin
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: libxosd2 (=3D ${Source-Version}), ${shlibs:Depends}
 Description: X On-Screen Display library - binary files
  This package contains binary files shipped with the X OSD library:
  osd_cat - a 'cat' like program which will display its output in an
@@ -42,7 +42,7 @@
 Package: xmms-osd-plugin
 Section: sound
 Architecture: any
-Depends: xmms (>=3D 1.2.0), ${shlibs:Depends}
+Depends: xmms (>=3D 1.2.0), libxosd2 (=3D ${Source-Version}), ${shlibs:Dep=
ends}
 Description: XMMS plugin using xosd
  An XMMS plugin which displays volume and track information like
  on-screen displays on TVs and monitors.=20

--KFztAG8eRSV9hGtP--

--iFRdW5/EC4oqxDHL
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBLgwLpGK1HsL+5c0RAtYhAKDQok8QgoJnBj4anLTHm1mbnNGnyQCffVr9
vXjbB2/fbmtf/U7DVOEcbS0=
=U7iG
-----END PGP SIGNATURE-----

--iFRdW5/EC4oqxDHL--