Re: dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-19 Thread Andreas Tille
On Fri, Dec 18, 2020 at 11:47:53PM +, Jeremy Sowden wrote: > If you haven't got this sorted yet, try the attached patch. It also > corrects the SONAME of shasta.so. It does mean there's an RPATH in the > executable, however. > ... Thanks a lot Andreas. -- http://fam-tille.de

Re: dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-18 Thread Jeremy Sowden
On 2020-12-18, at 15:32:01 +0100, Andreas Tille wrote: > I tried no override_dh_shlibdeps in shasta debian/rules, which has > lead to: > > dpkg-shlibdeps: error: cannot find library > /usr/lib/python3/dist-packages/shasta.cpython-39-x86_64-linux-gnu.so > needed by debian/shasta/u

Re: dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-18 Thread Andrey Rahmatullin
es, which has lead > > > to: > > > > > > dpkg-shlibdeps: error: cannot find library > > > /usr/lib/python3/dist-packages/shasta.cpython-39-x86_64-linux-gnu.so > > > needed by debian/shasta/usr/bin/shasta (ELF format: 'elf64-x86-64' abi: > > >'0201003e00

Re: dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-18 Thread Andreas Tille
On Fri, Dec 18, 2020 at 07:37:12PM +0500, Andrey Rahmatullin wrote: > On Fri, Dec 18, 2020 at 03:32:01PM +0100, Andreas Tille wrote: > > I tried no override_dh_shlibdeps in shasta debian/rules, which has lead > > to: > > > > dpkg-shlibdeps: error: cannot find library

Re: dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-18 Thread Andrey Rahmatullin
On Fri, Dec 18, 2020 at 03:32:01PM +0100, Andreas Tille wrote: > Hi, > > I tried no override_dh_shlibdeps in shasta debian/rules, which has lead > to: > > dpkg-shlibdeps: error: cannot find library > /usr/lib/python3/dist-packages/shasta.cpython-39-x86_64-linux-gnu.so neede

dpkg-shlibdeps: error: cannot find library (Was: Bug#977308: shasta: hardcoded dependencies on boost 1.71)

2020-12-18 Thread Andreas Tille
Hi, I tried no override_dh_shlibdeps in shasta debian/rules, which has lead to: dpkg-shlibdeps: error: cannot find library /usr/lib/python3/dist-packages/shasta.cpython-39-x86_64-linux-gnu.so needed by debian/shasta/usr/bin/shasta (ELF format: 'elf64-x86-64' abi: '0201003e

Re: dpkg-shlibdeps: error: couldn't find library [...] needed by [...]

2017-01-25 Thread Nico Schlömer
quot;right before installation". The build process has nothing to do with installing packages. > dpkg-shlibdeps: error: couldn't find library libtrilinos_trilinosss.so.12 And where is that file? > I'm guessing what goes wrong here is that Debian tries to install > libtrilin

Re: dpkg-shlibdeps: error: couldn't find library [...] needed by [...]

2017-01-23 Thread Andrey Rahmatullin
with installing packages. > dpkg-shlibdeps: error: couldn't find library libtrilinos_trilinosss.so.12 And where is that file? > I'm guessing what goes wrong here is that Debian tries to install > libtrilinos_amesos before its dependency libtrilinos_trilinosss. Nothing there installs

dpkg-shlibdeps: error: couldn't find library [...] needed by [...]

2017-01-23 Thread Nico Schlömer
(right before installation): ``` dpkg-shlibdeps: error: couldn't find library libtrilinos_trilinosss.so.12 needed by debian/libtrilinos-amesos12/usr/lib/powerpc64le-linux-gnu/libtrilinos_amesos.so.12.11 (ELF format: 'elf64-powerpcle'; RPATH: ':/usr//lib:/usr/lib/powerpc64le-linux-gnu/openmpi/lib

Re: dpkg-shlibdeps error

2011-03-14 Thread Raphael Hertzog
Hi, On Sun, 13 Mar 2011, fre...@free.fr wrote: And dpkg-dev 1.16.0 is Ubuntu-only at this point... might be a multi-arch related bug. Yes, Ubuntu natty in a pbuilder environment. So this is a bug specific to Ubuntu natty at this point and it will be fixed by the next dpkg upload to come in

Re: dpkg-shlibdeps error

2011-03-13 Thread Raphael Hertzog
On Sun, 13 Mar 2011, Paul Wise wrote: On Sun, Mar 13, 2011 at 5:38 AM, fre...@free.fr wrote: I got this message while building a package : dpkg-shlibdeps: error: no dependency information found for /usr/lib/libgio-2.0.so.0 (used by foo). Sounds like the code is using gio

Re: dpkg-shlibdeps error

2011-03-13 Thread fred0a
And dpkg-dev 1.16.0 is Ubuntu-only at this point... might be a multi-arch related bug. Yes, Ubuntu natty in a pbuilder environment. $ dpkg-query --control-path libglib2.0-0 symbols /var/lib/dpkg/info/amd64/libglib2.0-0.symbols $ ls -al /var/lib/dpkg/info/libglib2.0-0* ls: cannot access

Re: dpkg-shlibdeps error

2011-03-13 Thread fred0a
I tried with an another package 'smplayer' and same problem : dpkg-shlibdeps: error: no dependency information found for /usr/lib/libstdc++.so.6 (used by debian/smplayer/usr/bin/smplayer). dh_shlibdeps: dpkg-shlibdeps -Tdebian/smplayer.substvars debian/smplayer/usr/bin/smplayer returned exit

Re: dpkg-shlibdeps error

2011-03-13 Thread Steve Langasek
On Sun, Mar 13, 2011 at 10:04:43AM +0100, Raphael Hertzog wrote: On Sun, 13 Mar 2011, Paul Wise wrote: On Sun, Mar 13, 2011 at 5:38 AM, fre...@free.fr wrote: I got this message while building a package : dpkg-shlibdeps: error: no dependency information found for /usr/lib/libgio-2.0

dpkg-shlibdeps error

2011-03-12 Thread fred0a
Hello, I got this message while building a package : dpkg-shlibdeps: error: no dependency information found for /usr/lib/libgio-2.0.so.0 (used by foo). Currently installed dpkg-dev v1.16.0 but this error not appear in v1.15.8 And I don't know how to deal with that. Regards, Fred

Re: dpkg-shlibdeps error

2011-03-12 Thread Paul Wise
On Sun, Mar 13, 2011 at 5:38 AM, fre...@free.fr wrote: I got this message while building a package : dpkg-shlibdeps: error: no dependency information found for /usr/lib/libgio-2.0.so.0 (used by foo). Sounds like the code is using gio but not linking against it. Please fix the upstream build

dpkg-shlibdeps error

2003-05-12 Thread Carlo U. Segre
Hello: I am makeing an installable package of a binary only program for x-ray and neutron structure analysis (GSAS). When dpkg-shlibdeps runs on all its compenents, I get the following errors for nearly all of the executables: dpkg-shlibdeps: warning: could not find path for ld-linux.so.2