Your message dated Sun, 26 Jan 2025 15:38:43 -0800
with message-id <20250126153843.2b9a4c5c@tigre>
and subject line Re: last conflicting libcue.so.1 was in stretch
has caused the Debian Bug report #597730,
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.)


-- 
597730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597730
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 ---
As mentioned previously, the conflict is gone since libcue stopped
exporting the symbol.

On Thu, 22 Sep 2022 22:51:41 +0200 Alban Browaeys <[email protected]> 
wrote:
> 
> From: Andreas Beckmann <[email protected]>
> To: [email protected]
> Subject: Re: 562568: Symbol conflict with libcdio10
> Date: Sat, 20 Oct 2018 13:31:32 +0200
> 
> (...)
>
> It is no longer exported by libcue.so.2

Verified that the symbols is indeed only exported by libcdio on current
debian unstable:

    $ dpkg --listfiles libcdio19t64 | grep libcdio.so.19
    /usr/lib/x86_64-linux-gnu/libcdio.so.19.0.0
    $ readelf --symbols /usr/lib/x86_64-linux-gnu/libcdio.so.19.0.0 | grep -i 
cdtext_init
       180: 000000000000aaf0    82 FUNC    GLOBAL DEFAULT   13 
cdtext_init@@CDIO_19

    $ dpkg --listfiles libcue2 | grep libcue.so.2
    /usr/lib/x86_64-linux-gnu/libcue.so.2.2.1
    $ $ readelf --symbols /usr/lib/x86_64-linux-gnu/libcue.so.2.2.1 | grep -i 
cdtext_init
    (empty)

Closing.

--- End Message ---

Reply via email to