Re: binary-or-shlib-defines-rpath error message

2007-10-15 Thread varun_shrivastava
hi Justin Pryzby-43 wrote: > > > packagename.shlibs is what gets installed to /v/l/d/i. shlibs.local > is an additional thing read by dpkg-shlibdeps for cases when someone > elses public library package doesn't include packagename.shlibs. In > this case dpkg wouldn't otherwise be able to fin

Re: binary-or-shlib-defines-rpath error message

2007-10-12 Thread Justin Pryzby
On Thu, Oct 11, 2007 at 10:35:30PM -0700, varun_shrivastava wrote: > Justin Pryzby-43 wrote: > > You shouldn't set rpath to /usr/lib since it's in the default search > > path. > > > I haven't set the path any where in the rules file. but i am trying to What I meant was "one should not set rpath t

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread varun_shrivastava
Justin Pryzby-43 wrote: > > Is this the same package that caused dh_strip errors? > No its not. Justin Pryzby-43 wrote: > > You shouldn't set rpath to /usr/lib since it's in the default search > path. > I haven't set the path any where in the rules file. but i am trying to install it using

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread Russ Allbery
Romain Beauxis <[EMAIL PROTECTED]> writes: > rpath specifies where to find the required library. Debian wants *not* > to use it since it messes with library update: one may want to move the > library to a new place without breaking binaries depending on it. It also causes problems for multilib.

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread Romain Beauxis
Le Thursday 11 October 2007 15:17:06 varun_shrivastava, vous avez écrit : > hi Hi ! > i am a newbee in packaging and trying out how to package some already > available source packages > > i am trying to pack jpeg62_6b, the package builds successfully but running > lintian shows > "binar

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread Justin Pryzby
On Thu, Oct 11, 2007 at 06:17:06AM -0700, varun_shrivastava wrote: > > hi > i am a newbee in packaging and trying out how to package some already > available source packages > > i am trying to pack jpeg62_6b, the package builds successfully but running Is this the same package that caused dh_str

Re: binary-or-shlib-defines-rpath documentation

2006-07-14 Thread Goswin von Brederlow
Charles Fry <[EMAIL PROTECTED]> writes: >> So please, please, please do fix (remove) the rpath in the package. > > I would appreciate any tips on how to go about fixing this. My package > is courierpassd, currently only available in unstable. It depends on > courier-authlib which currently uses /u

Re: binary-or-shlib-defines-rpath documentation

2006-07-14 Thread Bas Wijnen
On Fri, Jul 14, 2006 at 09:57:26AM -0400, Charles Fry wrote: > > So please, please, please do fix (remove) the rpath in the package. > > I would appreciate any tips on how to go about fixing this. My package > is courierpassd, currently only available in unstable. It depends on > courier-authlib w

Re: binary-or-shlib-defines-rpath documentation

2006-07-14 Thread Charles Fry
> So please, please, please do fix (remove) the rpath in the package. I would appreciate any tips on how to go about fixing this. My package is courierpassd, currently only available in unstable. It depends on courier-authlib which currently uses /usr/lib/courier-authlib. I can't figure out how to

Re: binary-or-shlib-defines-rpath documentation

2006-07-14 Thread Goswin von Brederlow
Bas Wijnen <[EMAIL PROTECTED]> writes: > On Wed, Jul 12, 2006 at 05:32:12PM -0400, Charles Fry wrote: >> > > > Depends. Does it actually fix the warning? >> > > >> > > Yes, but it also broke my binary, which can no longer find the needed >> > > library. Any suggestions? Is rpath okay in this case

Re: binary-or-shlib-defines-rpath documentation

2006-07-13 Thread Bas Wijnen
On Thu, Jul 13, 2006 at 09:40:23AM -0400, Charles Fry wrote: > > In almost any situation rpath is a bad thing. It is a very good idea to > > let lintian check this. A "private" library for the package is an > > exception. Of course lintian could also check and allow > > /usr/lib/$packagename wit

Re: binary-or-shlib-defines-rpath documentation

2006-07-13 Thread Charles Fry
> In almost any situation rpath is a bad thing. It is a very good idea to let > lintian check this. A "private" library for the package is an exception. Of > course lintian could also check and allow /usr/lib/$packagename without a > warning. However, the rpath check is useful in general, becau

Re: binary-or-shlib-defines-rpath documentation

2006-07-13 Thread Bas Wijnen
On Wed, Jul 12, 2006 at 05:32:12PM -0400, Charles Fry wrote: > > > > Depends. Does it actually fix the warning? > > > > > > Yes, but it also broke my binary, which can no longer find the needed > > > library. Any suggestions? Is rpath okay in this case? The needed library > > > is coming from /usr

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Russ Allbery
Felipe Sateler <[EMAIL PROTECTED]> writes: > Charles Fry wrote: >> I finally found some pseudo-official documentation on this: >> >>http://wiki.debian.org/RpathIssue >> >> which confirms what you said: >> >>"Currently, the only valid use of this feature in Debian is to add >>non-sta

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Felipe Sateler
Charles Fry wrote: > I finally found some pseudo-official documentation on this: > >http://wiki.debian.org/RpathIssue > > which confirms what you said: > >"Currently, the only valid use of this feature in Debian is to add >non-standard library path (like /usr/lib/) to libraries tha

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Charles Fry
> > So is the lintian test wrong? Should it only be checking for rpaths that > > aren't system directories? > > good question! I finally found some pseudo-official documentation on this: http://wiki.debian.org/RpathIssue which confirms what you said: "Currently, the only valid use of thi

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Luis Rodrigo Gallardo Cruz
On Wed, Jul 12, 2006 at 05:32:12PM -0400, Charles Fry wrote: > So is the lintian test wrong? Should it only be checking for rpaths that > aren't system directories? good question! -- Rodrigo Gallardo GPG-Fingerprint: 7C81 E60C 442E 8FBC D975 2F49 0199 8318 ADC9 BC28 signature.asc Description:

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Charles Fry
> > > Depends. Does it actually fix the warning? > > > > Yes, but it also broke my binary, which can no longer find the needed > > library. Any suggestions? Is rpath okay in this case? The needed library > > is coming from /usr/lib/courier-authlib. > > In this case, I believe it is correct. rpath

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Luis Rodrigo Gallardo Cruz
On Wed, Jul 12, 2006 at 05:05:36PM -0400, Charles Fry wrote: > > > So, my questions are: Have I succesfully identified the currently > > > accepted ways of fixing this warning? > > > > Depends. Does it actually fix the warning? > > Yes, but it also broke my binary, which can no longer find the n

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Luis Rodrigo Gallardo Cruz
On Wed, Jul 12, 2006 at 09:58:25PM +0100, Neil Williams wrote: > Charles Fry wrote: > > > > A package I am creating from scratch is giving me the lintian warning > > binary-or-shlib-defines-rpath. > > I've looked for this kind of answer before - it's not as simple as it > appears. rpath arises fr

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Charles Fry
> I've looked for this kind of answer before - it's not as simple as it > appears. rpath arises from libraries in non-standard locations, either > alone or when linked to a binary. > > 1. Dependencies can bring in rpath: See Bug # 374797 (amd64 specific) > 2. linking binaries against pkglib_LTLIBR

Re: binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Neil Williams
Charles Fry wrote: > > A package I am creating from scratch is giving me the lintian warning > binary-or-shlib-defines-rpath. I've looked for this kind of answer before - it's not as simple as it appears. rpath arises from libraries in non-standard locations, either alone or when linked to a bina

Re: binary-or-shlib-defines-rpath

2002-02-27 Thread Robert Bihlmeyer
Kjetil Torgrim Homme <[EMAIL PROTECTED]> writes: > If an application uses libc6 and libslang (say), it will break when > libslang is recompiled against libc7. Therefore the libc6 version of > libslang needs to retained in a libc6 specific directory for backwards > compatibility, and ld.so needs t

Re: binary-or-shlib-defines-rpath

2002-02-27 Thread Robert Bihlmeyer
Kjetil Torgrim Homme <[EMAIL PROTECTED]> writes: > If an application uses libc6 and libslang (say), it will break when > libslang is recompiled against libc7. Therefore the libc6 version of > libslang needs to retained in a libc6 specific directory for backwards > compatibility, and ld.so needs

Re: binary-or-shlib-defines-rpath

2002-02-18 Thread Kjetil Torgrim Homme
Hamish Moffatt <[EMAIL PROTECTED]> writes: > On Mon, Feb 18, 2002 at 01:00:44AM +0100, Kjetil Torgrim Homme wrote: > > ldconfig generates ld.so.cache. ld.so.cache is used by ld.so to know > > which paths should be used. Please note that this filtering mechanism > > is crucial when RPATH isn't us

Re: binary-or-shlib-defines-rpath

2002-02-18 Thread Kjetil Torgrim Homme
Hamish Moffatt <[EMAIL PROTECTED]> writes: > On Mon, Feb 18, 2002 at 01:00:44AM +0100, Kjetil Torgrim Homme wrote: > > ldconfig generates ld.so.cache. ld.so.cache is used by ld.so to know > > which paths should be used. Please note that this filtering mechanism > > is crucial when RPATH isn't u

Re: binary-or-shlib-defines-rpath

2002-02-18 Thread Hamish Moffatt
On Mon, Feb 18, 2002 at 01:00:44AM +0100, Kjetil Torgrim Homme wrote: > ldconfig generates ld.so.cache. ld.so.cache is used by ld.so to know > which paths should be used. Please note that this filtering mechanism > is crucial when RPATH isn't used, since there is only one ordering of > paths for

Re: binary-or-shlib-defines-rpath

2002-02-17 Thread Hamish Moffatt
On Mon, Feb 18, 2002 at 01:00:44AM +0100, Kjetil Torgrim Homme wrote: > ldconfig generates ld.so.cache. ld.so.cache is used by ld.so to know > which paths should be used. Please note that this filtering mechanism > is crucial when RPATH isn't used, since there is only one ordering of > paths for

Re: binary-or-shlib-defines-rpath

2002-02-17 Thread Kjetil Torgrim Homme
Hamish Moffatt <[EMAIL PROTECTED]> writes: > I mean "hard path" as in an absolute location. That is the problem > with RPATH; it puts absolute locations into the binaries. If the > library moves, the program stops working. > > So if the program contained the full path to libc.so.6, we couldn't >

Re: binary-or-shlib-defines-rpath

2002-02-17 Thread Kjetil Torgrim Homme
Hamish Moffatt <[EMAIL PROTECTED]> writes: > I mean "hard path" as in an absolute location. That is the problem > with RPATH; it puts absolute locations into the binaries. If the > library moves, the program stops working. > > So if the program contained the full path to libc.so.6, we couldn't >

Re: binary-or-shlib-defines-rpath

2002-02-16 Thread Hamish Moffatt
On Fri, Feb 15, 2002 at 02:34:49AM +0100, Kjetil Torgrim Homme wrote: > > If your binary contains a hard path to /lib/libc.so.6, > > What do you mean by a hard path? dlopen()? Sure, it won't work. > Usually, /lib/ld-linux.so.2 is hard coded, libc is not. I mean "hard path" as in an absolute loc

Re: binary-or-shlib-defines-rpath

2002-02-16 Thread Hamish Moffatt
On Fri, Feb 15, 2002 at 02:34:49AM +0100, Kjetil Torgrim Homme wrote: > > If your binary contains a hard path to /lib/libc.so.6, > > What do you mean by a hard path? dlopen()? Sure, it won't work. > Usually, /lib/ld-linux.so.2 is hard coded, libc is not. I mean "hard path" as in an absolute lo

Re: binary-or-shlib-defines-rpath

2002-02-14 Thread Kjetil Torgrim Homme
Hamish Moffatt <[EMAIL PROTECTED]> writes: > On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > > Aha, I didn't realize there was that kind of black magic in ld.so > > (documented in ldconfig). Well, then I'd venture that ld.so is > > imperfect. If it knows to ignore certain

Re: binary-or-shlib-defines-rpath

2002-02-14 Thread Kjetil Torgrim Homme
Hamish Moffatt <[EMAIL PROTECTED]> writes: > On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > > Aha, I didn't realize there was that kind of black magic in ld.so > > (documented in ldconfig). Well, then I'd venture that ld.so is > > imperfect. If it knows to ignore certai

Re: binary-or-shlib-defines-rpath

2002-02-14 Thread Hamish Moffatt
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > David Z Maze <[EMAIL PROTECTED]> writes: > > Yes, it should. In this case, imagine GNU libc 3 comes out, Debian > > decides to migrate to it, and libraries linked against glibc 2 are > > moved to /usr/i386-glibc2-linux/lib or

Re: binary-or-shlib-defines-rpath

2002-02-14 Thread Hamish Moffatt
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > David Z Maze <[EMAIL PROTECTED]> writes: > > Yes, it should. In this case, imagine GNU libc 3 comes out, Debian > > decides to migrate to it, and libraries linked against glibc 2 are > > moved to /usr/i386-glibc2-linux/lib or

Re: Re: binary-or-shlib-defines-rpath

2002-02-14 Thread Tollef Fog Heen
| [Tollef Fog Heen] | > chrpath isn't packaged yet, but I am sure Petter Reinholdsen | > wouldn't object. | | Petter _Reinholdtsen_ do not object at all. Sorry, my misspelling. All those ds and ts an everything. I apologize. | Note that chrpath isn't able to add an rpath section to an ELF fi

Re: Re: binary-or-shlib-defines-rpath

2002-02-14 Thread Tollef Fog Heen
| [Tollef Fog Heen] | > chrpath isn't packaged yet, but I am sure Petter Reinholdsen | > wouldn't object. | | Petter _Reinholdtsen_ do not object at all. Sorry, my misspelling. All those ds and ts an everything. I apologize. | Note that chrpath isn't able to add an rpath section to an ELF f

Re: binary-or-shlib-defines-rpath

2002-02-13 Thread Petter Reinholdtsen
[Tollef Fog Heen] > chrpath isn't packaged yet, but I am sure Petter Reinholdsen > wouldn't object. Petter _Reinholdtsen_ do not object at all. Note that chrpath isn't able to add an rpath section to an ELF file, only modify and remove one. (If anyone know how to add one, please send patches. :-

Re: binary-or-shlib-defines-rpath

2002-02-13 Thread Petter Reinholdtsen
[Tollef Fog Heen] > chrpath isn't packaged yet, but I am sure Petter Reinholdsen > wouldn't object. Petter _Reinholdtsen_ do not object at all. Note that chrpath isn't able to add an rpath section to an ELF file, only modify and remove one. (If anyone know how to add one, please send patches. :

Re: binary-or-shlib-defines-rpath

2002-02-13 Thread Tollef Fog Heen
* Kjetil Torgrim Homme | Again note: This is not relevant for official Debian packages, they | have the power to set up paths as they wish. (Aside: It would be | mighty nice if debs supported installation in a user's home directory, | but that would be a lot of work, and we'd need (among lots of

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread David Z Maze
[EMAIL PROTECTED] writes: > Mmm, i have two file in ocaml-base package with rpath : > > /usr/lib/ocaml/dllgraphics.so with RPATH=/usr/X11R6/lib > > and > > /usr/lib/ocaml/labltk/dlllabltk41.so with RPATH=/usr/lib:/usr/X11R6/lib > > I guess this is just the common usage of those, and not some

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread David Z Maze
[EMAIL PROTECTED] writes: > Mmm, i have two file in ocaml-base package with rpath : > > /usr/lib/ocaml/dllgraphics.so with RPATH=/usr/X11R6/lib > > and > > /usr/lib/ocaml/labltk/dlllabltk41.so with RPATH=/usr/lib:/usr/X11R6/lib > > I guess this is just the common usage of those, and not some

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread Sven
On Mon, Feb 11, 2002 at 02:34:02PM -0500, David Z Maze wrote: > [EMAIL PROTECTED] writes: > > How can i check what is contained in the rpath of a shared library > > to make sure it is ok to override this lintian error ? > > objdump --private-headers will list, among, other things, the RPATH > sett

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread Kjetil Torgrim Homme
"Francesco P. Lovergine" <[EMAIL PROTECTED]> writes: > On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > > To explain my outburst: Proper use of rpath is a hobby horse of mine, > > as I've spent a lot of time with Solaris, trying to get applications > > and libraries coming f

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread Francesco P. Lovergine
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > David Z Maze <[EMAIL PROTECTED]> writes: > > To explain my outburst: Proper use of rpath is a hobby horse of mine, > as I've spent a lot of time with Solaris, trying to get applications > and libraries coming from Linux to set

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread Craig Small
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > To explain my outburst: Proper use of rpath is a hobby horse of mine, > as I've spent a lot of time with Solaris, trying to get applications > and libraries coming from Linux to set it properly. An unpriveleged > user can not

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread Francesco P. Lovergine
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > David Z Maze <[EMAIL PROTECTED]> writes: > > To explain my outburst: Proper use of rpath is a hobby horse of mine, > as I've spent a lot of time with Solaris, trying to get applications > and libraries coming from Linux to se

Re: binary-or-shlib-defines-rpath

2002-02-12 Thread Craig Small
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > To explain my outburst: Proper use of rpath is a hobby horse of mine, > as I've spent a lot of time with Solaris, trying to get applications > and libraries coming from Linux to set it properly. An unpriveleged > user can not

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread David Z Maze
[EMAIL PROTECTED] writes: > How can i check what is contained in the rpath of a shared library > to make sure it is ok to override this lintian error ? objdump --private-headers will list, among, other things, the RPATH setting. (It will also show the libraries the file directly depends on, where

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Sven
On Mon, Feb 11, 2002 at 12:04:51PM -0500, David Z Maze wrote: > Kjetil Torgrim Homme <[EMAIL PROTECTED]> writes: > > Gaetano Paolone <[EMAIL PROTECTED]> writes: > >> Lintian tells me this: > >> > >> W: php-gtk: binary-or-shlib-defines-rpath > >> ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib >

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Ossama Othman
Hi, On Mon, Feb 11, 2002 at 01:11:28PM -0500, Steve M. Robbins wrote: > > rpath, and needed fixing. I vehemently oppose that. Patching libtool > > in debian/rules is fine with me, though :-) > > Although the latter is a horrible kludge that is going to > break when the internals of libtool chan

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Steve M. Robbins
On Mon, Feb 11, 2002 at 07:01:09PM +0100, Kjetil Torgrim Homme wrote: > David Z Maze <[EMAIL PROTECTED]> writes: > > > Kjetil Torgrim Homme <[EMAIL PROTECTED]> writes: > > > This is a bug in lintian. It should not complain about rpath being > > > set to directories which are part of Debian. > >

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Kjetil Torgrim Homme
David Z Maze <[EMAIL PROTECTED]> writes: > Kjetil Torgrim Homme <[EMAIL PROTECTED]> writes: > > This is a bug in lintian. It should not complain about rpath being > > set to directories which are part of Debian. > > Yes, it should. In this case, imagine GNU libc 3 comes out, Debian > decides to

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread David Z Maze
Kjetil Torgrim Homme <[EMAIL PROTECTED]> writes: > Gaetano Paolone <[EMAIL PROTECTED]> writes: >> Lintian tells me this: >> >> W: php-gtk: binary-or-shlib-defines-rpath >> ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib > > This is a bug in lintian. It should not complain about rpath being > s

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Kjetil Torgrim Homme
Gaetano Paolone <[EMAIL PROTECTED]> writes: > Lintian tells me this: > > W: php-gtk: binary-or-shlib-defines-rpath > ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib > N: > N: The binary or shared library defines the `RPATH'. Usually this is a > N: bad thing. Most likely you will find a Make

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Gaetano Paolone
On Mon, Feb 11, 2002 at 01:04:54PM +1100, Craig Small wrote: > > W: php-gtk: binary-or-shlib-defines-rpath > > ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib > > > Strangely enough, I had this problem yesterday. :) > # Patch the generated libtool to avoid passing -rpath when linking,

Re: binary-or-shlib-defines-rpath

2002-02-11 Thread Gaetano Paolone
On Mon, Feb 11, 2002 at 01:04:54PM +1100, Craig Small wrote: > > W: php-gtk: binary-or-shlib-defines-rpath > > ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib > > > Strangely enough, I had this problem yesterday. :) > # Patch the generated libtool to avoid passing -rpath when linking,

Re: binary-or-shlib-defines-rpath

2002-02-10 Thread Craig Small
On Mon, Feb 11, 2002 at 12:52:49AM +0100, Gaetano Paolone wrote: > > Lintian tells me this: > > W: php-gtk: binary-or-shlib-defines-rpath > ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib Strangely enough, I had this problem yesterday. I was told to: - Get new libtool - libtoolize --force

Re: binary-or-shlib-defines-rpath

2002-02-10 Thread Craig Small
On Mon, Feb 11, 2002 at 12:52:49AM +0100, Gaetano Paolone wrote: > > Lintian tells me this: > > W: php-gtk: binary-or-shlib-defines-rpath > ./usr/lib/php4/20010901/php_gtk.so /usr/X11R6/lib Strangely enough, I had this problem yesterday. I was told to: - Get new libtool - libtoolize --force

Re: binary-or-shlib-defines-rpath: please help me to undestand (bug #78232)

2001-01-25 Thread Steve Langasek
Domenico, > > Does the shlibs.local file you posted work the way you want it to? If so, > oh my shlibs.local works the way i want. it's ok. > > adding the LD_LIBRARY_PATH to dpkg-shlibdeps will fix the warning message... > > I don't know what else needs fixing? > what i want to understand end t

Re: binary-or-shlib-defines-rpath: please help me to undestand (bug #78232)

2001-01-25 Thread Domenico Andreoli
On Wed, Jan 24, 2001 at 06:30:11PM -0600, Steve Langasek wrote: > On Wed, 24 Jan 2001, Domenico Andreoli wrote: > > > On Wed, Jan 24, 2001 at 11:39:12AM -0600, Steve Langasek wrote: > > > On Wed, 24 Jan 2001, Domenico Andreoli wrote: > > > > > uh? how is dpkg-shlibdeps related to libtool?!? > >

Re: binary-or-shlib-defines-rpath: please help me to undestand (bug#78232)

2001-01-25 Thread Steve Langasek
Domenico, > > Does the shlibs.local file you posted work the way you want it to? If so, > oh my shlibs.local works the way i want. it's ok. > > adding the LD_LIBRARY_PATH to dpkg-shlibdeps will fix the warning message... > > I don't know what else needs fixing? > what i want to understand end

Re: binary-or-shlib-defines-rpath: please help me to undestand (bug #78232)

2001-01-25 Thread Domenico Andreoli
On Wed, Jan 24, 2001 at 06:30:11PM -0600, Steve Langasek wrote: > On Wed, 24 Jan 2001, Domenico Andreoli wrote: > > > On Wed, Jan 24, 2001 at 11:39:12AM -0600, Steve Langasek wrote: > > > On Wed, 24 Jan 2001, Domenico Andreoli wrote: > > > > > uh? how is dpkg-shlibdeps related to libtool?!? > >

Re: binary-or-shlib-defines-rpath: please help me to undestand (bug #78232)

2001-01-24 Thread Steve Langasek
Domenico, On Wed, 24 Jan 2001, Domenico Andreoli wrote: > my package (curl) get this warning from lintian. i tryed to gain more > information from lintian by using -i switch but i don't get them. > my package uses libtool and the ill-famed -rpath parameter. > i run libtoolize -fc in order to upd

Re: binary-or-shlib-defines-rpath: please help me to undestand (bug#78232)

2001-01-24 Thread Steve Langasek
Domenico, On Wed, 24 Jan 2001, Domenico Andreoli wrote: > my package (curl) get this warning from lintian. i tryed to gain more > information from lintian by using -i switch but i don't get them. > my package uses libtool and the ill-famed -rpath parameter. > i run libtoolize -fc in order to up

RE: binary-or-shlib-defines-rpath

2001-01-17 Thread Sean 'Shaleh' Perry
On 17-Jan-2001 Wesley W. Terpstra wrote: > Hi, lintian gives me these errors: > W: libproteus-filter1: binary-or-shlib-defines-rpath > ./usr/lib/proteus-slave/libsfilter.ext.so.1.0.0 /usr/lib/proteus-slave > W: libproteus-filter1: binary-or-shlib-defines-rpath > ./usr/lib/proteus/libmfilter.ext.so

RE: binary-or-shlib-defines-rpath

2001-01-17 Thread Sean 'Shaleh' Perry
On 17-Jan-2001 Wesley W. Terpstra wrote: > Hi, lintian gives me these errors: > W: libproteus-filter1: binary-or-shlib-defines-rpath > ./usr/lib/proteus-slave/libsfilter.ext.so.1.0.0 /usr/lib/proteus-slave > W: libproteus-filter1: binary-or-shlib-defines-rpath > ./usr/lib/proteus/libmfilter.ext.s