Package: pgloader
Version: 3.3.2+dfsg-1
Severity: grave
Justification: renders package unusable
Dear Maintainer,
in a fresh stretch chroot, apt-get installing pgloader and running it
without arguments results in:
(stretch_amd64-dchroot)mbanck@barriere:~$ pgloader
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {10057F6343}>:
Error opening shared object "libssl.so.1.0.2":
libssl.so.1.0.2: cannot open shared object file: No such file or
directory.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE ] Skip this shared object and continue.
1: [RETRY ] Retry loading this shared object.
2: [CHANGE-PATHNAME] Specify a different pathname to load the shared
object from.
(SB-SYS:DLOPEN-OR-LOSE #S(SB-ALIEN::SHARED-OBJECT :PATHNAME
#P"libssl.so.1.0.2" :NAMESTRING "libssl.so.1.0.2" :HANDLE NIL :DONT-SAVE
NIL))
0] (SB-EXT:EXIT)
(stretch_amd64-dchroot)mbanck@barriere:~$
If I install libssl1.0.2, it no longer crashes. Just rebuilding the
package does not help, as libssl1.0.2 get dragged in via Build-Depends.
I tried to rebuild cl-plus-ssl as well, but that does not help either.
Maybe a band-aid for stretch would be to manually add the libssl1.0.2
Depends?
Michael