Your message dated Sat, 20 Oct 2018 13:31:32 +0200
with message-id <[email protected]>
and subject line Re: 562568: Symbol conflict with libcdio10
has caused the Debian Bug report #562568,
regarding Symbol conflict with libcdio10
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.)
--
562568: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562568
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcue1
Version: 1.3.0-1
Severity: important
libcue has the internal symbol cdtext_init(), which is also provided
by libcdio10 (/usr/lib/libcdio.so.10.0.0). MPD is linked with both
libraries (libcdio10 is indirectly linked via libiso9660-7). On my
machine, MPD crashes every time I try to load a CUE sheet, because
libcue's cd_init() calls libcdio's cdtext_init(), instead of its own
one (ABI mismatch).
--- End Message ---
--- Begin Message ---
Version: 2.2.1-1
On Wed, 22 Sep 2010 18:03:06 +0200 Matthias Klose <[email protected]> wrote:
> > libcue has the internal symbol cdtext_init(), which is also provided
> > by libcdio10 (/usr/lib/libcdio.so.10.0.0).
>
> I don't think it's an internal symbol, it's included in the header file in
> the
> libcue-dev package.
It is no longer exported by libcue.so.2
Andreas
--- End Message ---