Re: cannot find library libgmsh.so.4.4 needed by ...

2019-07-19 Thread Nico Schlömer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ah, I get it now! Because `${DEB_HOST_MULTIARCH}` is used in the .install-files, they have to be treated with a special tool, dh-exec, that takes the variables from debian/rules. Thanks everyone! -BEGIN PGP SIGNATURE- Version: FlowCrypt

Re: cannot find library libgmsh.so.4.4 needed by ...

2019-07-19 Thread Andrey Rahmatullin
On Fri, Jul 19, 2019 at 03:53:55AM -0400, Nico Schlömer wrote: > >> debian/rules has > >> ``` > >> DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) > >> ``` > >> so I thought (on respective machines), {DEB_HOST_MULTIARCH} equals > >> x86_64-linux-gnu. Not the case? > > No

Re: cannot find library libgmsh.so.4.4 needed by ...

2019-07-19 Thread Nico Schlömer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> debian/rules has >> ``` >> DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) >> ``` >> so I thought (on respective machines), {DEB_HOST_MULTIARCH} equals >> x86_64-linux-gnu. Not the case? > No substitutions is done on

Re: cannot find library libgmsh.so.4.4 needed by ...

2019-07-15 Thread Andrey Rahmatullin
On Mon, Jul 15, 2019 at 05:12:37PM +0200, Nico Schlömer wrote: > > As a result, the library gets installed to usr/lib/${DEB_HOST_MULTIARCH} > > rather than usr/lib/x86_64-linux-gnu > > debian/rules has > ``` > DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) > ``` > so I

Re: cannot find library libgmsh.so.4.4 needed by ...

2019-07-15 Thread Nico Schlömer
ux-gnu. Not the case? On Mon, Jul 15, 2019 at 3:22 PM Sven Joachim wrote: > > On 2019-07-15 14:44 +0200, Nico Schlömer wrote: > > > Hi everyone, > > > > when upgrading gmsh to 4.4.0, I'm getting the build error > > ``` > > [...] > > dpkg-shlibdep

Re: cannot find library libgmsh.so.4.4 needed by ...

2019-07-15 Thread Sven Joachim
On 2019-07-15 14:44 +0200, Nico Schlömer wrote: > Hi everyone, > > when upgrading gmsh to 4.4.0, I'm getting the build error > ``` > [...] > dpkg-shlibdeps: error: cannot find library libgmsh.so.4.4 needed by > debian/gmsh/usr/bin/gmsh (ELF format: 'elf64-x86-64' abi: > '

cannot find library libgmsh.so.4.4 needed by ...

2019-07-15 Thread Nico Schlömer
Hi everyone, when upgrading gmsh to 4.4.0, I'm getting the build error ``` [...] dpkg-shlibdeps: error: cannot find library libgmsh.so.4.4 needed by debian/gmsh/usr/bin/gmsh (ELF format: 'elf64-x86-64' abi: '0201003e'; RPATH: '') dpkg-shlibdeps: error: cannot continue due to the error