Re: OpenMPI rpath entries (Was: question on binary-or-shlib-defines-rpath)

2017-01-19 Thread Nico Schlömer
Hm, I'm now getting errors from dpkg-shlibdeps (i.e., and installation time): ``` 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&

Re: OpenMPI rpath entries (Was: question on binary-or-shlib-defines-rpath)

2017-01-19 Thread Nico Schlömer
I can confirm that the RPATH is ``` RPATH: ':/usr//lib:/usr/lib/powerpc64le-linux-gnu/openmpi/lib' ``` I'll just wait for the next ompi upload then. Cheers, Nico On Thu, Jan 19, 2017 at 2:10 PM Alastair McKinstry wrote: > > > On 19/01/2017 11:20, James Cowgill wrote:

Re: OpenMPI rpath entries (Was: question on binary-or-shlib-defines-rpath)

2017-01-19 Thread Alastair McKinstry
On 19/01/2017 11:20, James Cowgill wrote: > Hi, > > On 18/01/17 22:39, Nico Schlömer wrote: >> I'm co-maintaining the Trilinos package [1] in Debian and recently found >> a bunch of new lintian warnings of the kind >> binary-or-shlib-defines-rpath [2]. It say i

Re: OpenMPI rpath entries (Was: question on binary-or-shlib-defines-rpath)

2017-01-19 Thread James Cowgill
On 19/01/17 12:20, Thibaut Paumard wrote: > Le 19/01/2017 à 12:20, James Cowgill a écrit : >> On a separate note: does this interfere with the alternatives system >> which openmpi currently has? If an rpath is used, it will override any >> libraries in the default linker searc

Re: OpenMPI rpath entries (Was: question on binary-or-shlib-defines-rpath)

2017-01-19 Thread Thibaut Paumard
Le 19/01/2017 à 12:20, James Cowgill a écrit : > On a separate note: does this interfere with the alternatives system > which openmpi currently has? If an rpath is used, it will override any > libraries in the default linker search path so even if the mpi > alternative is c

Re: OpenMPI rpath entries (Was: question on binary-or-shlib-defines-rpath)

2017-01-19 Thread James Cowgill
Hi, On 18/01/17 22:39, Nico Schlömer wrote: > I'm co-maintaining the Trilinos package [1] in Debian and recently found > a bunch of new lintian warnings of the kind > binary-or-shlib-defines-rpath [2]. It say in the description of the warning: > ``` > To fix this problem, look

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

2017-01-19 Thread Gianfranco Costamagna
Hello Nico, >I'm co-maintaining the Trilinos package [1] in Debian and recently found a >bunch of new lintian warnings of the kind binary-or-shlib-defines-rpath [2]. >It say in >the description of the warning: Usually lintian is right on such tags :p You can look at src:

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

2017-01-19 Thread Nico Schlömer
Thanks Sean for the reply. > If so, it's probably a Lintian bug. I thought it might be. Just filed a bug for it [1]. Cheers, Nico [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851833 On Thu, Jan 19, 2017 at 12:50 AM Sean Whitton wrote: Dear Nico, On Wed, Jan 18, 2017 at 10:39:47PM

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

2017-01-18 Thread Sean Whitton
Dear Nico, On Wed, Jan 18, 2017 at 10:39:47PM +, Nico Schlömer wrote: > That's not true later on when the libraries are _installed_, of course. For > this, CMake has the switch CMAKE_SKIP_INSTALL_RPATH [3], which serves exactly > that purpose. For some reason, lintian doesn't seem to be happy

question on binary-or-shlib-defines-rpath

2017-01-18 Thread Nico Schlömer
Hi everyone, I'm co-maintaining the Trilinos package [1] in Debian and recently found a bunch of new lintian warnings of the kind binary-or-shlib-defines-rpath [2]. It say in the description of the warning: ``` To fix this problem, look for link lines like: gcc test.o -o test -Wl,--rpath

Re: Failed to stop defining RPATH in libncl

2016-01-06 Thread Vincent Danjean
Le 05/01/2016 16:21, Andreas Tille a écrit : > On Mon, Jan 04, 2016 at 05:19:42PM +, Wookey wrote: >> +++ Andreas Tille [2016-01-04 16:19 +0100]: >>> On Mon, Jan 04, 2016 at 03:07:40PM +, Wookey wrote: >>>>> E: ncl-tools: binary-or-shlib-defines-rpath usr

Re: Failed to stop defining RPATH in libncl

2016-01-05 Thread Andreas Tille
On Mon, Jan 04, 2016 at 05:19:42PM +, Wookey wrote: > +++ Andreas Tille [2016-01-04 16:19 +0100]: > > On Mon, Jan 04, 2016 at 03:07:40PM +, Wookey wrote: > > > > E: ncl-tools: binary-or-shlib-defines-rpath usr/bin/NCLconverter > > > > /usr/lib/x86_64-linu

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Wookey
+++ Andreas Tille [2016-01-04 16:19 +0100]: > On Mon, Jan 04, 2016 at 03:07:40PM +, Wookey wrote: > > > E: ncl-tools: binary-or-shlib-defines-rpath usr/bin/NCLconverter > > > /usr/lib/x86_64-linux-gnu/n> > The brute force way to fix this is to use > > >

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Alec Leamas
On 04/01/16 16:32, Gianfranco Costamagna wrote: Hi Andreas, Hmmm, the libraries are installed in usr/lib/{triplet} so I'm not sure>what you are talking exactly. If git.d.o would be online I'd commit the current status with cleaned up packaging and removed RPATH. no

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Gianfranco Costamagna
Hi Andreas, >thanks for your attempt to help. you are welcome! >I admit the chrpath hint by Alec Leamas was sufficient to solve the rpath >issue. it isn't unless you also move the libraries in usr/lib/triplet > >Well, I removed some cruft but I'd like to keep the

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Andreas Tille
On Mon, Jan 04, 2016 at 03:07:40PM +, Wookey wrote: > > E: ncl-tools: binary-or-shlib-defines-rpath usr/bin/NCLconverter > > /usr/lib/x86_64-linux-gnu/ncl > > N: > > N:The binary or shared library sets RPATH. This overrides the normal > > N:library sea

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Andreas Tille
tc/ld.so.conf.d/* > > (e.g. done by mesa libraries). I admit the chrpath hint by Alec Leamas was sufficient to solve the rpath issue. > Anyhow, I fixed the packaging, and attached a patch to this email. > > you should be able to directly git am it. > > Please use some fresh p

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Wookey
+++ Andreas Tille [2016-01-04 11:40 +0100]: > Hi, > > I'm trying to package libncl[1] but I failed to fight the following > lintian error: > > > E: ncl-tools: binary-or-shlib-defines-rpath usr/bin/NCLconverter > /usr/lib/x86_64-linux-gnu/ncl > N: > N:

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Gianfranco Costamagna
able to directly git am it. Please use some fresh packaging for your tools, the current packaging is somewhat bad. If you want to fix the RPATH issue I guess you are forced to install the shared libraries into usr/lib or usr/lib/{triplet}, because otherwise with no RPATH, and no ld standard path

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Alec Leamas
On 04/01/16 13:45, Alec Leamas wrote: rules: override_dh_install: dh_install --fail-missing chrpath -delete debian/tmp/usr/bin/N* Oops... That won't work. But: rules: override_dh_install: chrpath -delete debian/tmp/usr/bin/N* dh_install --fail-missing If you al

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Alec Leamas
On 04/01/16 12:45, Andreas Tille wrote: Hm... don't know the Debian docs that well, but Fedora has some info on [2]. Basically, you should be able to add something like that in a dh_ override. The debian GL seems to be in [3]; they look similar. Thanks for your attempt to help but these links

Re: Failed to stop defining RPATH in libncl

2016-01-04 Thread Alec Leamas
On 04/01/16 11:40, Andreas Tille wrote: Oops... by mistake, I replied to -devel. Here is the reply in correct list. Hi, I'm trying to package libncl[1] but I failed to fight the following lintian error: E: ncl-tools: binary-or-shlib-defines-rpath usr/bin/NCLconverter /usr/lib/x86_64-

Failed to stop defining RPATH in libncl

2016-01-04 Thread Andreas Tille
Hi, I'm trying to package libncl[1] but I failed to fight the following lintian error: E: ncl-tools: binary-or-shlib-defines-rpath usr/bin/NCLconverter /usr/lib/x86_64-linux-gnu/ncl N: N:The binary or shared library sets RPATH. This overrides the normal N:library search path, pos

Re: rpath issue on 64 bit architectures

2007-12-12 Thread Jan Beyer
es of the lower change in my package's configure script (package > gwyddion). This patch gets applied correctly and the lines in the > configure script read correctly hardcode_into_libs=no. > Still, the linker gets the --rpath /usr/lib option passed and the rpath > gets built in... :

Re: rpath issue on 64 bit architectures

2007-12-10 Thread Francesco Namuri
nfigure script (package gwyddion). This patch gets applied correctly and the lines in the configure script read correctly hardcode_into_libs=no. Still, the linker gets the --rpath /usr/lib option passed and the rpath gets built in... :-( I'll investigate further, just wanted to share

Re: rpath issue on 64 bit architectures

2007-12-09 Thread Jan Beyer
ge in my package's configure script (package gwyddion). This patch gets applied correctly and the lines in the configure script read correctly hardcode_into_libs=no. Still, the linker gets the --rpath /usr/lib option passed and the rpath gets built in... :-( I'll investigate further, just

Re: rpath issue on 64 bit architectures

2007-12-06 Thread Leo "costela" Antunes
Russ Allbery wrote: > lintian.debian.org only checks i386. Oh, now that makes sense! Guess the obvious sometimes slips by unnoticed :-) But anyway, I have an amd64 server and a package with the same problem which chrpath solved, so my argument stands. Cheers -- Leo "costela" Antunes [insert a

Re: rpath issue on 64 bit architectures

2007-12-06 Thread Russ Allbery
"Leo \"costela\" Antunes" <[EMAIL PROTECTED]> writes: > Are you sure? Check out package 'transmission', it's been using chrpath > for the last 3 releases (IIRC) without issues on any arch (at least > according to lintian.debian.org). lintian.debian.org only checks i386. -- Russ Allbery ([EMAIL

Re: rpath issue on 64 bit architectures

2007-12-06 Thread Leo "costela" Antunes
Anibal Avelar wrote: > I will recheck it, but I don't have an AMD machine to confirm again > :(. I Just received this from my package's sponsor that he has a AMD > machine. Which of your packages has this problem? I have an amd64 machine and could do some testing for you, if you want. > Yes, I d

Re: rpath issue on 64 bit architectures

2007-12-06 Thread Anibal Avelar
t > will be re-generated on build-time (which is unlikely your case) Yes, I don't want to rebuild the configure script with autoconf. I know the aclocal.m4 would be unecessary if I rebuild the configure script. But I don't want to do that :P > BTW, it certainly seems easier to patch thi

Re: rpath issue on 64 bit architectures

2007-12-06 Thread Leo "costela" Antunes
al.m4 in case the configure script will be re-generated on build-time (which is unlikely your case) or patch the configure script directly. Or am I missing something? BTW, it certainly seems easier to patch this option instead of patching the '${wl}--rpath' definition, thanks for the tip! Cheers -- Leo "costela" Antunes [insert a witty retort here] signature.asc Description: OpenPGP digital signature

Re: rpath issue on 64 bit architectures

2007-12-05 Thread Anibal Avelar
costela Antunes <[EMAIL PROTECTED]> wrote: > Leo "costela" Antunes wrote: > > > > The way I see it the options for dealing with RPATH are: > > > > - And, of course, using 'chrpath' on debian/rules No, it doesn't work for AMD. I tried to use chrp

Re: rpath issue on 64 bit architectures

2007-12-05 Thread Leo "costela" Antunes
Leo "costela" Antunes wrote: > > The way I see it the options for dealing with RPATH are: > - And, of course, using 'chrpath' on debian/rules Cheers -- Leo "costela" Antunes [insert a witty retort here] signature.asc Description: OpenPGP digital signature

Re: rpath issue on 64 bit architectures

2007-12-05 Thread Leo "costela" Antunes
Russ Allbery wrote: > Francesco Namuri <[EMAIL PROTECTED]> writes: >> Il giorno 04/dic/07, alle ore 01:23, Russ Allbery ha scritto: > >>> The problem is that libtool doesn't think that lib64 is on the regular >>> library search path and hence decides

Re: rpath issue on 64 bit architectures

2007-12-04 Thread Francesco Namuri
des that it needs to add rpath, which is broken at several different levels but best avoided by just using lib. at this point, the only way is to patch libtool after the creation... is it a better solution respect at the use of chrpath? I guess what I don't understand is that I don'

Re: rpath issue on 64 bit architectures

2007-12-04 Thread Russ Allbery
Francesco Namuri <[EMAIL PROTECTED]> writes: > Il giorno 04/dic/07, alle ore 01:23, Russ Allbery ha scritto: >> The problem is that libtool doesn't think that lib64 is on the regular >> library search path and hence decides that it needs to add rpath, which >>

Re: rpath issue on 64 bit architectures

2007-12-04 Thread Francesco Namuri
ely.) You could try using --libdir=/usr/lib and seeing if that overrides things. tried, but this doesn't help, rpath is still set... :( So I thought that are the problem is related to the symlink... The problem is that libtool doesn't think that lib64 is on the regular library search

Re: rpath issue on 64 bit architectures

2007-12-03 Thread Russ Allbery
ght that are the problem is related to the symlink... The problem is that libtool doesn't think that lib64 is on the regular library search path and hence decides that it needs to add rpath, which is broken at several different levels but best avoided by just using lib. -- Russ Allb

Re: rpath issue on 64 bit architectures

2007-12-03 Thread Francesco Namuri
Hi, Il giorno lun, 03/12/2007 alle 01.00 -0300, Felipe Sateler ha scritto: > Leo "costela" Antunes wrote: > > > could implement something like the widely used > > AC_RELOCATABLE macro to his scripts, to make a '--disable-rpath' option > > available at

Re: rpath issue on 64 bit architectures

2007-12-03 Thread Francesco Namuri
that lib64/ is a symlink to lib/ ? > > I'm I don't think this is exactly the problem. > RPATH is meant to help/supplant the linker on runtime, to make sure it > finds the correct library which carries the symbols needed by the > executable. There should be no need for it in a s

Re: rpath issue on 64 bit architectures

2007-12-02 Thread Jan Beyer
On 12/03/2007 04:38 AM, Leo "costela" Antunes wrote : > What you could suggest upstream is that - if he really believes rpath to > still be useful and doesn't want to completely abandon it as other gnome > projects have done - he could implement something like the wide

Re: rpath issue on 64 bit architectures

2007-12-02 Thread Felipe Sateler
Leo "costela" Antunes wrote: > could implement something like the widely used > AC_RELOCATABLE macro to his scripts, to make a '--disable-rpath' option > available at configure time. Is this really needed? Most configure scripts I've dealt with support the --di

Re: rpath issue on 64 bit architectures

2007-12-02 Thread Leo "costela" Antunes
Francesco Namuri wrote: > I would like to know, what in your opinion is the best solution. > And then, I am mistaken thinking that the problem is related to the fact > that lib64/ is a symlink to lib/ ? I'm I don't think this is exactly the problem. RPATH is meant to help/sup

rpath issue on 64 bit architectures

2007-12-02 Thread Francesco Namuri
Hi, packaging gnome-phone-manager Leo "costela" Antunes made me see that lintian was complaining about an rpath set to /usr/lib. I've built the package on i386 and I saw no warnings, but under an amd64 the problem is present. I've reported the bug to author thinking about a c

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

2007-10-15 Thread varun_shrivastava
ew this message in context: http://www.nabble.com/binary-or-shlib-defines-rpath-error-message-tf4607195.html#a13210082 Sent from the debian-mentors mailing list archive at Nabble.com. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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 Wha

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.

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 proble

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

2007-10-11 Thread Romain Beauxis
> lintian shows > "binary-or-shlib-defines-rpath ./usr/bin/cjpeg /usr/lib" > the message is same for all binaries in /usr/bin > > can some one please explain the reason for this message? rpath specifies where to find the required library. Debian wants *not* to use it since it mess

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

2007-10-11 Thread Justin Pryzby
ackage that caused dh_strip errors? > lintian shows > "binary-or-shlib-defines-rpath ./usr/bin/cjpeg /usr/lib" > the message is same for all binaries in /usr/bin You shouldn't set rpath to /usr/lib since it's in the default search path. > can some one please expla

binary-or-shlib-defines-rpath error message

2007-10-11 Thread varun_shrivastava
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 "binary-or-shlib-defines-rpath ./usr/bin/cjpeg /usr/lib" the message is same for all binari

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-auth

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 &g

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

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 >&g

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 all

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 chec

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?

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. > >

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

2006-07-12 Thread Luis Rodrigo Gallardo Cruz
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 is bad when it points to a system dir such as /usr/lib. Is good when it points t

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

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) >

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

binary-or-shlib-defines-rpath documentation

2006-07-12 Thread Charles Fry
Hi, A package I am creating from scratch is giving me the lintian warning binary-or-shlib-defines-rpath. lintian-info in turn tells me "Please contact debian-devel@lists.debian.org if you have questions about this." My search revealed two possible solutions: 'configure --disab

Re: rpath, libtool and amd64

2006-06-21 Thread Olly Betts
On 2006-06-21, Bas Wijnen <[EMAIL PROTECTED]> wrote: > I think it is a Debian-specific issue, due to the upstream libtool maintainer > having a disagreement with Debian about rpath. He considers it a feature > which should always be used, we consider it a feature which may be u

Re: rpath, libtool and amd64

2006-06-21 Thread Goswin von Brederlow
Neil Williams <[EMAIL PROTECTED]> writes: > Neil Williams wrote: >> $ lintian pilot-qof_0.0.10-1_amd64.deb >> W: pilot-qof: binary-or-shlib-defines-rpath ./usr/bin/pilot-qof /usr/lib64 > > Could this be a recurrence of #268152 ? > libffi.la: wrong libdir setting &g

Re: rpath, libtool and amd64

2006-06-21 Thread Bas Wijnen
On Wed, Jun 21, 2006 at 10:37:28AM +0100, Neil Williams wrote: > However, a recent upgrade (I suspect to libtool or gcc) on amd64 has > meant that I now get architecture-specific lintian errors involving > rpath : > > $ lintian pilot-qof_0.0.10-1_amd64.deb > W: pilot-qof: binar

Re: rpath, libtool and amd64

2006-06-21 Thread Neil Williams
Neil Williams wrote: > $ lintian pilot-qof_0.0.10-1_amd64.deb > W: pilot-qof: binary-or-shlib-defines-rpath ./usr/bin/pilot-qof /usr/lib64 Could this be a recurrence of #268152 ? libffi.la: wrong libdir setting (originally found in libtool 1:3.4.1-7 in 2004.) #268152 was also on amd64

rpath, libtool and amd64

2006-06-21 Thread Neil Williams
amd64 has meant that I now get architecture-specific lintian errors involving rpath : $ lintian pilot-qof_0.0.10-1_amd64.deb W: pilot-qof: binary-or-shlib-defines-rpath ./usr/bin/pilot-qof /usr/lib64 $ lintian pilot-qof_0.0.10-1_i386.deb linda also complains: $ linda pilot-qof_0.0.10-1_amd64.deb W

Re: rpath from `avifile-config --libs`

2006-01-11 Thread Simo Kauppi
On Tue, Jan 10, 2006 at 04:08:21PM -0500, Justin Pryzby wrote: > On Tue, Jan 10, 2006 at 10:26:56PM +0200, Simo Kauppi wrote: > > Hi, > > > > While packaging swftools, I noticed that `avifile-config --libs` gives > > -Wl,-rpath,/usr/lib -laviplay. lintian/linda obvio

Re: rpath from `avifile-config --libs`

2006-01-10 Thread Justin Pryzby
On Tue, Jan 10, 2006 at 10:26:56PM +0200, Simo Kauppi wrote: > Hi, > > While packaging swftools, I noticed that `avifile-config --libs` gives > -Wl,-rpath,/usr/lib -laviplay. lintian/linda obviously are not happy > with rpath. It is even more annoying because /usr/lib is in the

Re: rpath from `avifile-config --libs`

2006-01-10 Thread Kevin B. McCarty
Simo Kauppi wrote: > While packaging swftools, I noticed that `avifile-config --libs` gives > -Wl,-rpath,/usr/lib -laviplay. lintian/linda obviously are not happy > with rpath. > > I can work around that, but I thought I ask if that should be > considered a bug in the libavifi

rpath from `avifile-config --libs`

2006-01-10 Thread Simo Kauppi
Hi, While packaging swftools, I noticed that `avifile-config --libs` gives -Wl,-rpath,/usr/lib -laviplay. lintian/linda obviously are not happy with rpath. I can work around that, but I thought I ask if that should be considered a bug in the libavifile-0.7-dev package. And while I'm at it,

Re: RFS: rkward - rpath-problem

2005-11-09 Thread Justin Pryzby
On Wed, Nov 09, 2005 at 09:21:10PM +0100, Thomas Friedrichsmeier wrote: > > > 8. There is a rpath (as lintian told me). See the lintian warning: > > > W: rkward: > > > binary-or-shlib-defines-rpath ./usr/bin/rkward > > > /usr/lib:/usr/share/qt3/lib:/usr/X11

Re: RFS: rkward - rpath-problem

2005-11-09 Thread Thomas Friedrichsmeier
Hi again, on more thing: > > 8. There is a rpath (as lintian told me). See the lintian warning: > > W: rkward: > > binary-or-shlib-defines-rpath ./usr/bin/rkward > > /usr/lib:/usr/share/qt3/lib:/usr/X11R6/lib:/usr/lib/R/lib/ > > > > I think you can directl

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread bencer
> Hi. > > this pacth can solve rpath problem. > > diff -u a/rules b/rules > --- a/rules 2005-10-25 01:26:53.0 +0900 > +++ b/rules 2005-10-25 01:28:00.0 +0900 > @@ -3,9 +3,8 @@ >DEB_TAR_SRCDIR := knetdockapp-0.6

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Masami Ichikawa
Hi. this pacth can solve rpath problem. diff -u a/rules b/rules --- a/rules 2005-10-25 01:26:53.0 +0900 +++ b/rules 2005-10-25 01:28:00.0 +0900 @@ -3,9 +3,8 @@ DEB_TAR_SRCDIR := knetdockapp-0.63 DEB_AUTO_CLEANUP_RCS:= yes

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Masami Ichikawa
Hi. this pacth can solve rpath problem. diff -u a/rules b/rules --- a/rules 2005-10-25 01:26:53.0 +0900 +++ b/rules 2005-10-25 01:28:00.0 +0900 @@ -3,9 +3,8 @@ DEB_TAR_SRCDIR := knetdockapp-0.63 DEB_AUTO_CLEANUP_RCS:= yes

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Thomas Viehmann
Jorge Salamero Sanz wrote: > https://bencer.cauterized.net/debian/knetdockapp/ Please point to a proper Debian source package if possible. Basically, you want other people to be able to reproduce your problem... Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/ -- To UNSUBSCRIBE

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Justin Pryzby
On Mon, Oct 24, 2005 at 03:27:35PM +0200, Jorge Salamero Sanz wrote: > hi all, > > i'm packaging knetdockapp, i have in de debian/rules (using cdbs): > > DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --prefix=/usr > > but lintian says that the problem isn't

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Jorge Salamero Sanz
gt; lintian hint, i.e. there was an rpath option hardcoded into his > Makefile(.am). my Makefile.am is free of rpath options but: [EMAIL PROTECTED]:~/debian/knetdockapp/knetdockapp-0.63$ find . -exec grep "rpath" '{}' \; -print | wc -l grep: ./debian/knetdockapp/usr/s

Re: --disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Thomas Viehmann
Hi Jorge, for a proper answer, it would be good if you included a link to your packages. The last guy that had this very question was in the situation of the lintian hint, i.e. there was an rpath option hardcoded into his Makefile(.am). Kind regards T. -- Thomas Viehmann, http

--disable-rpath doesn't resolve the rpath problem

2005-10-24 Thread Jorge Salamero Sanz
hi all, i'm packaging knetdockapp, i have in de debian/rules (using cdbs): DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --prefix=/usr but lintian says that the problem isn't solved ... W: knetdockapp: binary-or-shlib-defines-rpath ./usr/bin/knetdockapp /usr/lib:/usr/share/qt3/lib:

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

2005-10-12 Thread Paul TBBle Hampson
On Wed, Oct 12, 2005 at 10:18:56AM +0200, Joost van Baal wrote: > Hi, > Op wo 12 okt 2005 om 09:32:55 +0200 schreef Michael Hanke: >> Joost van Baal schrieb: > >> Op di 11 okt 2005 om 10:26:50 +0200 schreef Jan C. Nordholz: > >> > >>>AFAICT, --disable-

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

2005-10-12 Thread Joost van Baal
Hi, Op wo 12 okt 2005 om 09:32:55 +0200 schreef Michael Hanke: > Joost van Baal schrieb: > > Op di 11 okt 2005 om 10:26:50 +0200 schreef Jan C. Nordholz: > > > > > > > >>AFAICT, --disable-rpath is catching all usages of the "rpath" fea

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

2005-10-11 Thread Joost van Baal
Op di 11 okt 2005 om 10:26:50 +0200 schreef Jan C. Nordholz: > > AFAICT, --disable-rpath is catching all usages of the "rpath" feature except > one: src/Makefile.in, Line 540: > > 540 $(CXXLINK) -rpath $(kde_moduledir) > $(libkbibtexpart_la_LDFLAGS)

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

2005-10-11 Thread Jan C. Nordholz
ges... > N: > N: Processing binary package kbibtex (version 0.1.2a-2) ... > W: kbibtex: binary-or-shlib-defines-rpath ./usr/bin/kbibtex /usr/lib > N: > N: The binary or shared library defines the `RPATH'. Usually this is a > N: bad thing. Most likely you will find a Makef

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

2005-10-11 Thread Justin Pryzby
On Tue, Oct 11, 2005 at 09:52:51PM +0200, Michael Hanke wrote: > I'm packaging kbibtex which is a KDE bibtex editor. Lintian reports the > following error for the package: > W: kbibtex: binary-or-shlib-defines-rpath > ./usr/lib/kde3/libkbibtexpart.so /usr/lib That's total

Lintian error binary-or-shlib-defines-rpath

2005-10-11 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I'm packaging kbibtex which is a KDE bibtex editor. Lintian reports the following error for the package: N: Processing 1 packages... N: N: Processing binary package kbibtex (version 0.1.2a-2) ... W: kbibtex: binary-or-shlib-defines-

Re: rpath problem

2005-08-14 Thread Paul TBBle Hampson
On Sun, Aug 14, 2005 at 10:00:49PM +0800, Paul Wise wrote: > Hi all, > I'm packaging lufis[1], which will allow me to package captive ntfs, and > I've come across an issue with lintian/linda complaining about -rpath > Basically, lufis uses shared libraries from lufs, loca

Re: rpath problem

2005-08-14 Thread Justin Pryzby
On Sun, Aug 14, 2005 at 10:00:49PM +0800, Paul Wise wrote: > Hi all, > > I'm packaging lufis[1], which will allow me to package captive ntfs, and > I've come across an issue with lintian/linda complaining about -rpath > > Basically, lufis uses shared libraries from

rpath problem

2005-08-14 Thread Paul Wise
Hi all, I'm packaging lufis[1], which will allow me to package captive ntfs, and I've come across an issue with lintian/linda complaining about -rpath Basically, lufis uses shared libraries from lufs, located in /usr/lib/lufs/ on debian (from the lufs-utils package). When I build th

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

2005-05-08 Thread Henrique de Moraes Holschuh
On Thu, 09 May 2002, Marc Haber wrote: > From the docs I found, there is no legitimate reason for any package > to define rpath on a Debian system. Is this correct? Does this also > apply to other Linux systems? It is correct for anything that shall end up in the usual ld.so directories

Re: Strange rpath problem

2003-09-21 Thread Stephen Gran
ly narrow it down by searching through the > files they generate to find out where the rpath is coming from. > > libtool has been known to do this in the past (see #170350, for > example) This is exactly the kind of help I was looking for - thanks. You, kind sir, are a gentleman. It

Re: Strange rpath problem

2003-09-21 Thread Matt Zimmerman
prompted me to go back and look at the last built version: > > [EMAIL PROTECTED]:~$ objdump -x /usr/bin/kcdlabel | grep -i rpath > [EMAIL PROTECTED]:~$ > > So, I didn't change anything, but suddenly I am getting an rpath built > in. Odd. Also, notice that X is the onl

Re: Strange rpath problem

2003-09-21 Thread Stephen Gran
This one time, at band camp, Frank Thomas said: > I have the same problem with my KSetiSpy package and remove rpath with > the chrpath program. Ah, thank you. I will look into it. Maybe there is something going on with the KDE build

  1   2   3   >