Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-10 Thread Marc Haber
On Sun, 08 Jun 2003 20:51:00 +0200, Marc Haber <[EMAIL PROTECTED]> wrote: >I am currently preparing packages for rrfw (see bug#186828). The >daemons that come with rrfw run as user rrfw, and the Makefiles of >that package insist on chowning some files to rrfw at build time. That >- of course - fail

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Marc Haber
On Sun, 08 Jun 2003 20:51:00 +0200, Marc Haber <[EMAIL PROTECTED]> wrote: >I am currently preparing packages for rrfw (see bug#186828). The >daemons that come with rrfw run as user rrfw, and the Makefiles of >that package insist on chowning some files to rrfw at build time. That >- of course - fail

Re: [despammed] Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Colin Watson
On Mon, Jun 09, 2003 at 12:49:50PM -0400, Ed McMan wrote: > Monday, June 9, 2003, 3:30:11 AM, debian-mentors@lists.debian.org > (debian-mentors) wrote: > > On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry > > <[EMAIL PROTECTED]> wrote: > > >Well, you could do the chown at install time inside

Re: [despammed] Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Ed McMan
Monday, June 9, 2003, 3:30:11 AM, debian-mentors@lists.debian.org (debian-mentors) wrote: Marc> On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry Marc> <[EMAIL PROTECTED]> wrote: >>Well, you could do the chown at install time inside the postinst. That >>should >>solve the problem nicely.

Re: [despammed] Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Colin Watson
On Mon, Jun 09, 2003 at 12:49:50PM -0400, Ed McMan wrote: > Monday, June 9, 2003, 3:30:11 AM, [EMAIL PROTECTED] > (debian-mentors) wrote: > > On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry > > <[EMAIL PROTECTED]> wrote: > > >Well, you could do the chown at install time inside the postinst.

Re: [despammed] Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Ed McMan
Monday, June 9, 2003, 3:30:11 AM, [EMAIL PROTECTED] (debian-mentors) wrote: Marc> On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry Marc> <[EMAIL PROTECTED]> wrote: >>Well, you could do the chown at install time inside the postinst. That should >>solve the problem nicely. Marc> Which is wh

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Thomas Viehmann
Hi. Marc Haber wrote: > It is acceptable to add code testing for account presence and not > chowning if the account is not present? That way, I would be able to > give back patches to upstream. I tend to agree with Colin's comment. How about asking upstream to provide an option to specify whether

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Colin Watson
On Mon, Jun 09, 2003 at 09:37:10AM +0200, Marc Haber wrote: > On Sun, 8 Jun 2003 21:01:07 -0400, Matt Zimmerman <[EMAIL PROTECTED]> > wrote: > >In either case, just disable whatever code is doing this. > > It is acceptable to add code testing for account presence and not > chowning if the account

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Bas Zoetekouw
Hi Marc! You wrote: > On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry > <[EMAIL PROTECTED]> wrote: > >Well, you could do the chown at install time inside the postinst. That > >should > >solve the problem nicely. > > Which is what my package already does, but it does not even build with

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Joshua Kwan
On Mon, Jun 09, 2003 at 09:30:11AM +0200, Marc Haber wrote: > Which is what my package already does, but it does not even build with > the account not present. I am very unsure about handling this. Just kill the parts of the Makefile that insist on the chowning, and after adding the user in postin

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Thomas Viehmann
Hi. Marc Haber wrote: > It is acceptable to add code testing for account presence and not > chowning if the account is not present? That way, I would be able to > give back patches to upstream. I tend to agree with Colin's comment. How about asking upstream to provide an option to specify whether

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Marc Haber
On Sun, 8 Jun 2003 21:01:07 -0400, Matt Zimmerman <[EMAIL PROTECTED]> wrote: >On Sun, Jun 08, 2003 at 08:51:00PM +0200, Marc Haber wrote: >> How am I supposed to handle this? Shall I change the build mechanisms >> so that the account is not needed at build time, shall I pester >> upstream to have t

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Marc Haber
On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: >Well, you could do the chown at install time inside the postinst. That should >solve the problem nicely. Which is what my package already does, but it does not even build with the account not present. I am very un

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Colin Watson
On Mon, Jun 09, 2003 at 09:37:10AM +0200, Marc Haber wrote: > On Sun, 8 Jun 2003 21:01:07 -0400, Matt Zimmerman <[EMAIL PROTECTED]> > wrote: > >In either case, just disable whatever code is doing this. > > It is acceptable to add code testing for account presence and not > chowning if the account

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Bas Zoetekouw
Hi Marc! You wrote: > On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry > <[EMAIL PROTECTED]> wrote: > >Well, you could do the chown at install time inside the postinst. That should > >solve the problem nicely. > > Which is what my package already does, but it does not even build with > t

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Joshua Kwan
On Mon, Jun 09, 2003 at 09:30:11AM +0200, Marc Haber wrote: > Which is what my package already does, but it does not even build with > the account not present. I am very unsure about handling this. Just kill the parts of the Makefile that insist on the chowning, and after adding the user in postin

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Marc Haber
On Sun, 8 Jun 2003 21:01:07 -0400, Matt Zimmerman <[EMAIL PROTECTED]> wrote: >On Sun, Jun 08, 2003 at 08:51:00PM +0200, Marc Haber wrote: >> How am I supposed to handle this? Shall I change the build mechanisms >> so that the account is not needed at build time, shall I pester >> upstream to have t

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-09 Thread Marc Haber
On Sun, 8 Jun 2003 15:11:59 -0700, Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: >Well, you could do the chown at install time inside the postinst. That should >solve the problem nicely. Which is what my package already does, but it does not even build with the account not present. I am very un

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Matt Zimmerman
On Sun, Jun 08, 2003 at 08:51:00PM +0200, Marc Haber wrote: > I am currently preparing packages for rrfw (see bug#186828). The > daemons that come with rrfw run as user rrfw, and the Makefiles of > that package insist on chowning some files to rrfw at build time. That > - of course - fails when th

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Joey Hess
Marc Haber wrote: > I am currently preparing packages for rrfw (see bug#186828). The > daemons that come with rrfw run as user rrfw, and the Makefiles of > that package insist on chowning some files to rrfw at build time. That > - of course - fails when the rrfw account does not exist at build > ti

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Matt Zimmerman
On Sun, Jun 08, 2003 at 08:51:00PM +0200, Marc Haber wrote: > I am currently preparing packages for rrfw (see bug#186828). The > daemons that come with rrfw run as user rrfw, and the Makefiles of > that package insist on chowning some files to rrfw at build time. That > - of course - fails when th

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Joey Hess
Marc Haber wrote: > I am currently preparing packages for rrfw (see bug#186828). The > daemons that come with rrfw run as user rrfw, and the Makefiles of > that package insist on chowning some files to rrfw at build time. That > - of course - fails when the rrfw account does not exist at build > ti

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Sean 'Shaleh' Perry
On Sunday 08 June 2003 11:51, Marc Haber wrote: > Hi, > > I am currently preparing packages for rrfw (see bug#186828). The > daemons that come with rrfw run as user rrfw, and the Makefiles of > that package insist on chowning some files to rrfw at build time. That > - of course - fails when the rrf

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Sean 'Shaleh' Perry
On Sunday 08 June 2003 11:51, Marc Haber wrote: > Hi, > > I am currently preparing packages for rrfw (see bug#186828). The > daemons that come with rrfw run as user rrfw, and the Makefiles of > that package insist on chowning some files to rrfw at build time. That > - of course - fails when the rrf

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Thomas Viehmann
Marc Haber wrote: > How am I supposed to handle this? Shall I change the build mechanisms > so that the account is not needed at build time, shall I pester > upstream to have that changed, or is there a workaround available? IMHO the best solution would be involving the upstream. (This is, of cours

What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Marc Haber
Hi, I am currently preparing packages for rrfw (see bug#186828). The daemons that come with rrfw run as user rrfw, and the Makefiles of that package insist on chowning some files to rrfw at build time. That - of course - fails when the rrfw account does not exist at build time. How am I supposed

Re: What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Thomas Viehmann
Marc Haber wrote: > How am I supposed to handle this? Shall I change the build mechanisms > so that the account is not needed at build time, shall I pester > upstream to have that changed, or is there a workaround available? IMHO the best solution would be involving the upstream. (This is, of cours

What to do if $PACKAGE needs $ACCOUNT to _build_

2003-06-08 Thread Marc Haber
Hi, I am currently preparing packages for rrfw (see bug#186828). The daemons that come with rrfw run as user rrfw, and the Makefiles of that package insist on chowning some files to rrfw at build time. That - of course - fails when the rrfw account does not exist at build time. How am I supposed