Re: one package, many libraries. dependency break!

2001-06-18 Thread Julian Gilbey
On Fri, Jun 15, 2001 at 07:28:47PM +0200, Domenico Andreoli wrote: i'm working on a package (libpspell2) which installthree libraries (libpspell.so.2.0.2, libpspell-impl.so.3.0.1, libpspell-modules.so.1.0.1), as expected it exports a shlibs which lists all of the three libs. they depend on

Re: one package, many libraries. dependency break!

2001-06-18 Thread Julian Gilbey
On Mon, Jun 18, 2001 at 04:40:46PM +0200, Domenico Andreoli wrote: In the past I have solved this problem by invoking dpkg-shlibdeps with a LD_LIBRARY_PATH setting that makes it find the libaries in the build tree. This way you get a warning that it couldn't find what package provides

Re: one package, many libraries. dependency break!

2001-06-18 Thread Julian Gilbey
On Fri, Jun 15, 2001 at 07:28:47PM +0200, Domenico Andreoli wrote: i'm working on a package (libpspell2) which installthree libraries (libpspell.so.2.0.2, libpspell-impl.so.3.0.1, libpspell-modules.so.1.0.1), as expected it exports a shlibs which lists all of the three libs. they depend on

Re: one package, many libraries. dependency break!

2001-06-18 Thread Domenico Andreoli
On Fri, Jun 15, 2001 at 09:39:58PM +0300, Richard Braakman wrote: On Fri, Jun 15, 2001 at 07:28:47PM +0200, Domenico Andreoli wrote: the problem is dpkg-shlibdeps that figures out the package(s) from which this should depend on. in fact it sees that libpspell-impl depends on libpspell and

Re: one package, many libraries. dependency break!

2001-06-18 Thread Julian Gilbey
On Mon, Jun 18, 2001 at 04:40:46PM +0200, Domenico Andreoli wrote: In the past I have solved this problem by invoking dpkg-shlibdeps with a LD_LIBRARY_PATH setting that makes it find the libaries in the build tree. This way you get a warning that it couldn't find what package provides

Re: one package, many libraries. dependency break!

2001-06-15 Thread Richard Braakman
On Fri, Jun 15, 2001 at 07:28:47PM +0200, Domenico Andreoli wrote: the problem is dpkg-shlibdeps that figures out the package(s) from which this should depend on. in fact it sees that libpspell-impl depends on libpspell and adds libpspell2 (which is the package that provides it, that is this)

one package, many libraries. dependency break!

2001-06-15 Thread Domenico Andreoli
i'm working on a package (libpspell2) which installthree libraries (libpspell.so.2.0.2, libpspell-impl.so.3.0.1, libpspell-modules.so.1.0.1), as expected it exports a shlibs which lists all of the three libs. they depend on each other :( the problem is dpkg-shlibdeps that figures out the

Re: one package, many libraries. dependency break!

2001-06-15 Thread Richard Braakman
On Fri, Jun 15, 2001 at 07:28:47PM +0200, Domenico Andreoli wrote: the problem is dpkg-shlibdeps that figures out the package(s) from which this should depend on. in fact it sees that libpspell-impl depends on libpspell and adds libpspell2 (which is the package that provides it, that is this)