Re: dh_testroot wants root even with fakeroot

2002-02-27 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 `debui

Re: dh_testroot wants root even with fakeroot

2002-02-27 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: 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: 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: 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: 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