Your message dated Wed, 26 Jul 2017 08:36:26 -0500
with message-id <22904.39642.243251.741...@bud.eddelbuettel.com>
and subject line Re: Bug#869781: libgsl2: bumped library version without soname
change, breaking reverse dependencies
has caused the Debian Bug report #869781,
regarding bogofilter dependencies on libgsl2
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 ow...@bugs.debian.org
immediately.)
--
869781: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869781
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bogofilter-bdb
Version: 1.2.4+dfsg1-9 (unstable)
bogofilter-bdb depends on libgsl2, currently 2.4+dfsg-1 in
unstable. Unfortunately it is linked with other version:
user@comp:~/$ ldd /usr/bin/bogofilter-bdb
...
(0x00007fe504a77000) libgsl.so.19 => not found
...
Actual file is /usr/lib/x86_64-linux-gnu/libgsl.so.23.
So there is "no such file" error when running bogofilter and
bogofilter-bdb:
-cut-
user@comp:~/$ bogofilter -T -b
bogofilter: error while loading shared libraries: libgsl.so.19: cannot
open shared object file: No such file or directory
-cut-
user@comp:~/$ bogofilter-bdb -T -b
bogofilter-bdb: error while loading shared libraries: libgsl.so.19:
cannot open shared object file: No such file or directory
-cut-
Because of this there is problem and error in claws-mail when client
is going to filter spam.
Please rebuild bogofilter-bdb with actual version of libgsl2. Thanks.
Regards,
Jan
--- End Message ---
--- Begin Message ---
On 26 July 2017 at 13:31, Antonio Ospite wrote:
| Package: libgsl2
| Version: 2.4+dfsg-1
| Severity: normal
2.4+dfsg-2 is already in unstable, affressing this.
Dirk
|
| Dear Maintainer,
|
| since libgsl2=2.4+dfsg-1 reverse dependencies are broken, I experienced
| the problem with bogofilter (which depends on bogofilter-bdb which
| depends on libgsl2):
|
| bogofilter: error while loading shared libraries: libgsl.so.19: cannot open
shared object file: No such file or directory
|
| This seems to happens because 2.4+dfsg-1 bumped the library version but
| the package name is always the same and does not reflect the SONAME
| change.
|
| In libgsl2=2.4+dfsg-1 we have:
|
| libgsl2: /usr/lib/x86_64-linux-gnu/libgsl.so.23
| libgsl2: /usr/lib/x86_64-linux-gnu/libgsl.so.23.0.0
|
| In libgsl2=2.3+dfsg-1 we had:
|
| /usr/lib/x86_64-linux-gnu/libgsl.so.19
| /usr/lib/x86_64-linux-gnu/libgsl.so.19.3.0
|
| as bogofilter expects.
|
| Downgrading to libgsl2=2.3+dfsg-1 fixes the problem with bogofilter.
|
| Rebuilding the reverse dependencies would also work but maybe this is
| the chance to fix the package name of libgsl2?
|
| Thanks,
| Antonio
|
| -- System Information:
| Debian Release: buster/sid
| APT prefers unstable
| APT policy: (900, 'unstable'), (500, 'unstable-debug')
| Architecture: amd64 (x86_64)
|
| Kernel: Linux 4.11.0-2-amd64 (SMP w/2 CPU cores)
| Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8),
LANGUAGE=it_IT.utf8 (charmap=UTF-8)
| Shell: /bin/sh linked to /bin/dash
| Init: systemd (via /run/systemd/system)
|
| Versions of packages libgsl2 depends on:
| ii libc6 2.24-12
|
| libgsl2 recommends no packages.
|
| Versions of packages libgsl2 suggests:
| pn gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html <none>
|
| -- no debconf information
| --
| Antonio Ospite
| https://ao2.it
| https://twitter.com/ao2it
|
| A: Because it messes up the order in which people normally read text.
| See http://en.wikipedia.org/wiki/Posting_style
| Q: Why is top-posting such a bad thing?
--
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
--- End Message ---