Your message dated Tue, 3 Jul 2018 18:26:52 +0200 with message-id <[email protected]> and subject line Re: Bug#864309: pgloader: crashes on startup if libssl1.0.2 is not installed has caused the Debian Bug report #864309, regarding pgloader: crashes on startup if libssl1.0.2 is not installed 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.) -- 864309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864309 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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
--- End Message ---
--- Begin Message ---Version: 3.5.2-1 Re: Andreas Beckmann 2017-06-07 <[email protected]> > Followup-For: Bug #864309 > Control: tag -1 patch > > For completeness, the diff of my NMU. > > > Andreas > diff -Nru pgloader-3.3.2+dfsg/debian/changelog > pgloader-3.3.2+dfsg/debian/changelog > --- pgloader-3.3.2+dfsg/debian/changelog 2016-12-03 17:36:56.000000000 > +0100 > +++ pgloader-3.3.2+dfsg/debian/changelog 2017-06-07 12:19:48.000000000 > +0200 > @@ -1,3 +1,11 @@ > +pgloader (3.3.2+dfsg-1.1) unstable; urgency=medium > + > + * Non-maintainer upload. > + * pgloader: Add Depends: libssl1.0.2, dlopen()ed at runtime. Hi, sorry that this NMU got lost in the last version. Now the problem is properly fixed by having cl-plus-ssl depending on the correct libssl package, and making pgloader mirror that dependency. Will add the Closes tag to the changelog now. Christoph
--- End Message ---

