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/X11R6/lib:/usr/lib/R/lib/ > > > > > > I think

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 directly fix it (upstream) ;) > > Yeah, but I'll

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 solved ... > > W: knetdockapp: > bina

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

2005-10-24 Thread Jorge Salamero Sanz
On Monday 24 October 2005 16:47, Thomas Viehmann wrote: > Hi Jorge, > > for a proper answer, it would be good if you included a link to your > packages. https://bencer.cauterized.net/debian/knetdockapp/ > > The last guy that had this very question was in the situation of the > lintian hint, i.e.

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://thomas.viehman

--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:/usr/X11R6/l

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, located > in /usr/lib/lufs/ o

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 lufs, located > in /usr/lib/luf

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 the upstream sou

Re: Strange rpath problem

2003-09-21 Thread Stephen Gran
This one time, at band camp, Matt Zimmerman said: > Ah, I understand. This is presumably a bug in one of the underlying > tools, then. Do you run aclocal/autoconf/automake during the build? > If so, any one of the files pulled in by those tools could have > changed. You can probably narrow it do

Re: Strange rpath problem

2003-09-21 Thread Matt Zimmerman
On Sun, Sep 21, 2003 at 08:15:37PM -0400, Stephen Gran wrote: > Since it is not, I was wondering if others had seen this before. > Building previous versions of this program (albeit with different > versions of the various tools) did not produce this lintian warning. > In fact this prompted me

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 system? -- -

Re: Strange rpath problem

2003-09-21 Thread Stephen Gran
This one time, at band camp, Matt Zimmerman said: > On Sun, Sep 21, 2003 at 03:44:42PM -0400, Stephen Gran wrote: > > > 6) W: kcdlabel: binary-or-shlib-defines-rpath ./usr/bin/kcdlabel > > /usr/X11R6/lib > > [...] > > It's 6 that bothers me. Is this some odd libtool oddity with X that can > > be

Re: Strange rpath problem

2003-09-21 Thread Stephen Gran
This one time, at band camp, Matt Zimmerman said: > Ah, I understand. This is presumably a bug in one of the underlying > tools, then. Do you run aclocal/autoconf/automake during the build? > If so, any one of the files pulled in by those tools could have > changed. You can probably narrow it do

Re: Strange rpath problem

2003-09-21 Thread Frank Thomas
Hi! Stephen Gran wrote: > I am having a strange issue with disabling rpath in one of my packages. > ./configure is run with --disable-rpath, but linitan still gives me: [..] I have the same problem with my KSetiSpy package and remove rpath with the chrpath program. -Frank

Re: Strange rpath problem

2003-09-21 Thread Matt Zimmerman
On Sun, Sep 21, 2003 at 03:44:42PM -0400, Stephen Gran wrote: > 6) W: kcdlabel: binary-or-shlib-defines-rpath ./usr/bin/kcdlabel > /usr/X11R6/lib > [...] > It's 6 that bothers me. Is this some odd libtool oddity with X that can > be ignored, or is it something real that I should worry about? I

Re: Strange rpath problem

2003-09-21 Thread Matt Zimmerman
On Sun, Sep 21, 2003 at 08:15:37PM -0400, Stephen Gran wrote: > Since it is not, I was wondering if others had seen this before. > Building previous versions of this program (albeit with different > versions of the various tools) did not produce this lintian warning. > In fact this prompted me

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 system? -- -

Re: Strange rpath problem

2003-09-21 Thread Stephen Gran
This one time, at band camp, Matt Zimmerman said: > On Sun, Sep 21, 2003 at 03:44:42PM -0400, Stephen Gran wrote: > > > 6) W: kcdlabel: binary-or-shlib-defines-rpath ./usr/bin/kcdlabel /usr/X11R6/lib > > [...] > > It's 6 that bothers me. Is this some odd libtool oddity with X that can > > be igno

Re: Strange rpath problem

2003-09-21 Thread Frank Thomas
Hi! Stephen Gran wrote: > I am having a strange issue with disabling rpath in one of my packages. > ./configure is run with --disable-rpath, but linitan still gives me: [..] I have the same problem with my KSetiSpy package and remove rpath with the chrpath program. -Frank -- To UNSUBSCRIBE,

Re: Strange rpath problem

2003-09-21 Thread Matt Zimmerman
On Sun, Sep 21, 2003 at 03:44:42PM -0400, Stephen Gran wrote: > 6) W: kcdlabel: binary-or-shlib-defines-rpath ./usr/bin/kcdlabel /usr/X11R6/lib > [...] > It's 6 that bothers me. Is this some odd libtool oddity with X that can > be ignored, or is it something real that I should worry about? I don

Strange rpath problem

2003-09-21 Thread Stephen Gran
Hello all, I am having a strange issue with disabling rpath in one of my packages. ./configure is run with --disable-rpath, but linitan still gives me: 1) W: kcdlabel source: newer-standards-version 3.6.1 2) W: kcdlabel source: configure-generated-file-in-source config.status 3) W: kcdlabel sou

Strange rpath problem

2003-09-21 Thread Stephen Gran
Hello all, I am having a strange issue with disabling rpath in one of my packages. ./configure is run with --disable-rpath, but linitan still gives me: 1) W: kcdlabel source: newer-standards-version 3.6.1 2) W: kcdlabel source: configure-generated-file-in-source config.status 3) W: kcdlabel sou