Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Sven, On Wed, Feb 27, 2002 at 08:05:29AM +0100, Sven wrote: > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > Add the -rfakeroot option to dpkg-buildpackage. Actually that isn't necessary with `debu

Re: Rebuilding successfully built arches

2002-02-26 Thread Eduard Bloch
#include Mike Markley wrote on Tue Feb 26, 2002 um 06:00:12PM: > > Build-Depends: debhelper (>> 3.4.9) > > because it sounds like *only* 3.4.9 has this problem, and therefore builds > would work with 3.4.8, etc. If you know this for sure, use debhelper (>> 3.4.9) | debhelper (<< 3.4.9). Why

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Sven
On Tue, Feb 26, 2002 at 11:33:24AM -0800, Ossama Othman wrote: > Hi, > > I'm running into the following problem on unstable with a new set of > the ACE packages that I'm putting together: > > make[1]: Leaving directory >`/export/project/valinortmp/ossama/DEBIAN/ace/ace-5.2.1/apps/gperf/src' > t

Re: Rebuilding successfully built arches

2002-02-26 Thread Mike Markley
On Tue, Feb 26, 2002 at 09:21:32AM +0100, J?r?me Marant wrote: > > OK, I'll wait some time and upload again. > > Or what about a Build-Conflicts: with debhelper 3.4.9 ? > > Why not ? > > Build-Depends: debhelper (>> 3.4.9) because it sounds like *only* 3.4.9 has this problem, and therefore b

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Matt, On Tue, Feb 26, 2002 at 08:10:28PM +, Matt Kern wrote: > fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: > > LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot > LD_PRELOAD: libfakeroot.so.0 > > If you change either of these variables in your debian/rules (which > you do) t

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Sean, On Tue, Feb 26, 2002 at 12:02:25PM -0800, Sean 'Shaleh' Perry wrote: > > > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > > > dpkg-buildpackage -rfakeroot .. > > you have to run fakeroot

Re: Rebuilding successfully built arches

2002-02-26 Thread Mike Markley
On Tue, Feb 26, 2002 at 09:21:32AM +0100, J?r?me Marant wrote: > > OK, I'll wait some time and upload again. > > Or what about a Build-Conflicts: with debhelper 3.4.9 ? > > Why not ? > > Build-Depends: debhelper (>> 3.4.9) because it sounds like *only* 3.4.9 has this problem, and therefore

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Matt, On Tue, Feb 26, 2002 at 08:10:28PM +, Matt Kern wrote: > fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: > > LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot > LD_PRELOAD: libfakeroot.so.0 > > If you change either of these variables in your debian/rules (which > you do)

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Sean, On Tue, Feb 26, 2002 at 12:02:25PM -0800, Sean 'Shaleh' Perry wrote: > > > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > > > dpkg-buildpackage -rfakeroot .. > > you have to run fakeroo

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Matt Kern
> I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot LD_PRELOAD: libfakeroot.so.0 If you change either of

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ben Armstrong
On Tue, Feb 26, 2002 at 11:33:24AM -0800, Ossama Othman wrote: > dh_testroot: You must run this as root (or use fakeroot). > make: *** [install-stamp] Error 1 > debuild: fatal error at line 322: > dpkg-buildpackage failed! > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. >

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Sean 'Shaleh' Perry
> > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? > dpkg-buildpackage -rfakeroot .. you have to run fakeroot yourself, this is not automagic. Check out dpkg-buildpackage's manpage for the -r parameter f

dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi, I'm running into the following problem on unstable with a new set of the ACE packages that I'm putting together: make[1]: Leaving directory `/export/project/valinortmp/ossama/DEBIAN/ace/ace-5.2.1/apps/gperf/src' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_testro

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Matt Kern
> I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot LD_PRELOAD: libfakeroot.so.0 If you change either o

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ben Armstrong
On Tue, Feb 26, 2002 at 11:33:24AM -0800, Ossama Othman wrote: > dh_testroot: You must run this as root (or use fakeroot). > make: *** [install-stamp] Error 1 > debuild: fatal error at line 322: > dpkg-buildpackage failed! > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. >

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Sean 'Shaleh' Perry
> > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? > dpkg-buildpackage -rfakeroot .. you have to run fakeroot yourself, this is not automagic. Check out dpkg-buildpackage's manpage for the -r parameter

dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi, I'm running into the following problem on unstable with a new set of the ACE packages that I'm putting together: make[1]: Leaving directory `/export/project/valinortmp/ossama/DEBIAN/ace/ace-5.2.1/apps/gperf/src' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_testr

Re: What version number should I put in Depends: ?

2002-02-26 Thread David B Harris
On Sun, 24 Feb 2002 20:48:20 +0100 Ryszard Lach <[EMAIL PROTECTED]> wrote: > I have a question about version numbers. I'm maintaining > libapache-mod-gzip, its current version is 1.3.19 and it depends on > apache-common >=1.3.0, but it will not work with apache e.g. 1.3.2 > where is compiled with a

Re: Rebuilding successfully built arches

2002-02-26 Thread Jérôme Marant
On Mon, Feb 25, 2002 at 07:00:12PM +0100, Josselin Mouette wrote: > le lun 25-02-2002 à 14:09, Rick Younie a écrit : > > > Just a new version would work in this case. Only debhelper 3.4.9 > > was buggy and it was only in the archive for a day or two. I'm > > sure all buildds have upgraded now. >

Re: What version number should I put in Depends: ?

2002-02-26 Thread David B Harris
On Sun, 24 Feb 2002 20:48:20 +0100 Ryszard Lach <[EMAIL PROTECTED]> wrote: > I have a question about version numbers. I'm maintaining > libapache-mod-gzip, its current version is 1.3.19 and it depends on > apache-common >=1.3.0, but it will not work with apache e.g. 1.3.2 > where is compiled with

Re: Rebuilding successfully built arches

2002-02-26 Thread Jérôme Marant
On Mon, Feb 25, 2002 at 07:00:12PM +0100, Josselin Mouette wrote: > le lun 25-02-2002 à 14:09, Rick Younie a écrit : > > > Just a new version would work in this case. Only debhelper 3.4.9 > > was buggy and it was only in the archive for a day or two. I'm > > sure all buildds have upgraded now.