Hi Andreas, On Wed, Sep 30, 2020 at 11:09 AM Andreas Tille <[email protected]> wrote: > > Hi Mathieu, > > On Wed, Sep 30, 2020 at 09:35:32AM +0200, Mathieu Malaterre wrote: > > Also for reference with the uppercase change, I believe you are doing > > a SONAME change (SOVERSION was kept the same though). Someone with > > more experience should verify this will not create a mess (I suspect > > no since only GDCM is using this lib AFAIK and will fail miserably > > with 2.1.0). > > Could you provide a patch for the charls packaging that does not break > gdcm?
I may be able to find some time. Please fix the symbol file correctly. + (arch-bits=64)_Z18JpegLsDecodeStream14ByteStreamInfoS_PK13JlsParameters@Base 2.1.0+dfsg Should be simply (identical on all arches): _Z18JpegLsDecodeStream14ByteStreamInfoS_PK13JlsParameters@Base 2.1.0+dfsg And + _Z22JpegLsReadHeaderStream14ByteStreamInfoP13JlsParameters@Base 2.0.0+dfsg is not part of 2.0.0, so instead: + _Z22JpegLsReadHeaderStream14ByteStreamInfoP13JlsParameters@Base 2.1.0+dfsg

