Your message dated Fri, 13 Jan 2017 19:33:16 +0100
with message-id
<calf6qjklah9wej3b-brzk+bqkje_uavcvx1k5u013qifgmn...@mail.gmail.com>
and subject line Re: Bug#851249: ovito: missing symbolic links to libQSsh.so
and other shared libraries
has caused the Debian Bug report #851246,
regarding ovito: missing symbolic links to libQSsh.so and other shared libraries
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.)
--
851246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851246
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ovito
Version: 2.3.3+dfsg1-2+b5
Severity: grave
Tags: patch
Justification: renders package unusable
Hello,
when invoking ovito from the command line it fails with the
following message:
ovito: error while loading shared libraries: libQSsh.so: cannot open shared
object file: No such file or directory
ovito fails to start when invoked from the menu as well.
Note that the so is there:
dpkg -S libQSsh.so
ovito: /usr/lib/ovito/libQSsh.so
Thus, it is just a matter of a missing symbolic link.
Indeed ovito works fine after symbolic links are created as follows:
ln -s /usr/lib/ovito/libQSsh.so /usr/lib
ln -s /usr/lib/ovito/libVideo.so /usr/lib
ln -s /usr/lib/ovito/libBase.so /usr/lib
[All three of them are needed, after restoring libQSsh.so one finds that
ovito wants the the 2 other so's too...]
Thank you in advance for fixing!
All the best,
Nick
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'stable'), (5, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.8.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages ovito depends on:
ii libavcodec57 10:3.2.2-dmo3
ii libavdevice57 10:3.2.2-dmo3
ii libavformat57 10:3.2.2-dmo3
ii libavutil55 10:3.2.2-dmo3
ii libbotan-1.10-1 1.10.14-1
ii libc6 2.24-8
ii libcgal12 4.9-1+b1
ii libgcc1 1:6.2.1-5
ii libgl1-mesa-glx [libgl1] 13.0.2-3
ii libgmp10 2:6.1.2+dfsg-1
ii libhdf5-100 1.10.0-patch1+docs-3
ii libmpfr4 3.1.5-1
ii libmuparser2v5 2.2.3-6
ii libnetcdf11 1:4.4.1.1-1+b1
ii libqcustomplot1.3 1.3.2+dfsg1-1
ii libqt5concurrent5 5.7.1+dfsg-2
ii libqt5core5a 5.7.1+dfsg-2
ii libqt5gui5 5.7.1+dfsg-2
ii libqt5network5 5.7.1+dfsg-2
ii libqt5opengl5 5.7.1+dfsg-2
ii libqt5printsupport5 5.7.1+dfsg-2
ii libqt5script5 5.7.1~20161021+dfsg-2
ii libqt5widgets5 5.7.1+dfsg-2
ii libqt5xml5 5.7.1+dfsg-2
ii libstdc++6 6.2.1-5
ii libswscale4 10:3.2.2-dmo3
ii libsz2 0.3.2-1
ii python 2.7.13-1
ii zlib1g 1:1.2.8.dfsg-4
Versions of packages ovito recommends:
ii ovito-doc 2.3.3+dfsg1-2
Versions of packages ovito suggests:
pn povray <none>
-- debconf-show failed
--- End Message ---
--- Begin Message ---
merge 851246 851249
tags 851246 +unreproducible
notfound 851246 2.3.3+dfsg1-2
thanks
Hi Nick,
thanks for bugreort. Unfortunately I have to close the bug
without any action from our side. It should be something
wrong in your system (often, manual installation with
"sudo make install...." breaks the system by this way.
This is the output on my Jessie system:
ldd /usr/bin/ovito | grep -E "Ssh|Video|Base"
libBase.so => /usr/bin/../lib/ovito/libBase.so (0x00007ffb1b93a000)
libQSsh.so => /usr/bin/../lib/ovito/libQSsh.so (0x00007ffb1b6c4000)
libVideo.so => /usr/bin/../lib/ovito/libVideo.so (0x00007ffb1b4b9000)
As you see the ovito binary is correctly linked. Have also a
look into the settings in ~/.bashrc, where LD_* variables can be
overridden.
Best regards
Anton
2017-01-13 11:48 GMT+01:00 Nick Manini <nicola.man...@fisica.unimi.it>:
> Package: ovito
> Version: 2.3.3+dfsg1-2+b5
> Severity: grave
> Tags: patch
> Justification: renders package unusable
>
> Hello,
> when invoking ovito from the command line it fails with the
> following message:
>
> ovito: error while loading shared libraries: libQSsh.so: cannot open shared
> object file: No such file or directory
--- End Message ---