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
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
> 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
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
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
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
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
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.
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
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
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
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
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
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
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
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?
--
-
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
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
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
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
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
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?
--
-
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
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,
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
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
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
27 matches
Mail list logo