Re: pbuilder and scons

2005-12-13 Thread Claudio Moratti
On Tuesday 13 December 2005 19:45, Stephen Gran wrote: > This one time, at band camp, Claudio Moratti said: [cut] > > Is it a bug? > > No, it's a misunderstanding of how pbuilder is meant to work. > > instead, try > pbuilder build ../kleansweep_0.2.1-2.dsc > > If that fails (and the dsc is there an

Re: pbuilder and scons

2005-12-13 Thread Stephen Gran
This one time, at band camp, Claudio Moratti said: > Hi *! > I'm working on a package that uses scons... > > everything goes fine but I find one problem: in order to clean the sources, > debian/rules calls > /usr/bin/scons -c > but pbuilder don't try to install the Unmet build dependencies befor

Re: pbuilder and scons

2005-12-13 Thread Russ Allbery
Paul Wise <[EMAIL PROTECTED]> writes: > As other people noted new and in old threads, this is because pbuilder > runs debian/rules clean outside the chroot. To work around it, put a '-' > in front of the scons -c line in debian/rules, so that make ignores any > errors from that line. An example fr

Re: pbuilder and scons

2005-12-13 Thread Roberto C. Sanchez
Justin Pryzby wrote: > On Tue, Dec 13, 2005 at 11:30:04AM -0500, Roberto C. Sanchez wrote: >>That is awesome. I have read many docs about make, but never knew that >>the '-' at the beginning of the line caused make to ignore errors from >>that command. Maybe I have just overlooked it all this tim

Re: pbuilder and scons

2005-12-13 Thread Justin Pryzby
On Tue, Dec 13, 2005 at 11:30:04AM -0500, Roberto C. Sanchez wrote: > Paul Wise wrote: > > As other people noted new and in old threads, this is because pbuilder > > runs debian/rules clean outside the chroot. To work around it, put a '-' > > in front of the scons -c line in debian/rules, so that m

Re: pbuilder and scons

2005-12-13 Thread Frank Küster
Paul Wise <[EMAIL PROTECTED]> wrote: > Claudio Moratti wrote: > >> I'm working on a package that uses scons... >> >> everything goes fine but I find one problem: in order to clean the sources, >> debian/rules calls >> /usr/bin/scons -c >> but pbuilder don't try to install the Unmet build depend

Re: pbuilder and scons

2005-12-13 Thread Roberto C. Sanchez
Paul Wise wrote: > As other people noted new and in old threads, this is because pbuilder > runs debian/rules clean outside the chroot. To work around it, put a '-' > in front of the scons -c line in debian/rules, so that make ignores any > errors from that line. An example from one of my packages:

Re: pbuilder and scons

2005-12-13 Thread Justin Pryzby
On Tue, Dec 13, 2005 at 08:29:19AM -0500, Roberto C. Sanchez wrote: > Claudio Moratti wrote: > > Hi *! > > I'm working on a package that uses scons... > > > > everything goes fine but I find one problem: in order to clean the sources, > > debian/rules calls > > /usr/bin/scons -c > > but pbuilder

Re: pbuilder and scons

2005-12-13 Thread Paul Wise
Claudio Moratti wrote: > I'm working on a package that uses scons... > > everything goes fine but I find one problem: in order to clean the sources, > debian/rules calls > /usr/bin/scons -c > but pbuilder don't try to install the Unmet build dependencies before the > "clean"... As other peopl

Re: pbuilder and scons

2005-12-13 Thread Ming Hua
On Tue, Dec 13, 2005 at 02:52:27PM +0100, Claudio Moratti wrote: > On Tuesday 13 December 2005 14:29, Roberto C. Sanchez wrote: > > Claudio Moratti wrote: > > > > Interesting. I know that in the past, when building packages that use > > cdbs, I have had to install it on my host system. If cdbs is

Re: pbuilder and scons

2005-12-13 Thread Claudio Moratti
On Tuesday 13 December 2005 14:34, Antonio Ospite wrote: > On Tue, 13 Dec 2005 14:15:43 +0100 > > Claudio Moratti <[EMAIL PROTECTED]> wrote: > > Hi *! > > I'm working on a package that uses scons... > > > > everything goes fine but I find one problem: in order to clean the > > sources, debian/rules

Re: pbuilder and scons

2005-12-13 Thread Claudio Moratti
On Tuesday 13 December 2005 14:29, Roberto C. Sanchez wrote: > Claudio Moratti wrote: > > Hi *! > > I'm working on a package that uses scons... [cut] > > Interesting. I know that in the past, when building packages that use > cdbs, I have had to install it on my host system. If cdbs is not > inst

Re: pbuilder and scons

2005-12-13 Thread Antonio Ospite
On Tue, 13 Dec 2005 14:15:43 +0100 Claudio Moratti <[EMAIL PROTECTED]> wrote: > Hi *! > I'm working on a package that uses scons... > > everything goes fine but I find one problem: in order to clean the > sources, debian/rules calls > /usr/bin/scons -c > but pbuilder don't try to install the Unm

Re: pbuilder and scons

2005-12-13 Thread Roberto C. Sanchez
Claudio Moratti wrote: > Hi *! > I'm working on a package that uses scons... > > everything goes fine but I find one problem: in order to clean the sources, > debian/rules calls > /usr/bin/scons -c > but pbuilder don't try to install the Unmet build dependencies before the > "clean"... > > I r

pbuilder and scons

2005-12-13 Thread Claudio Moratti
Hi *! I'm working on a package that uses scons... everything goes fine but I find one problem: in order to clean the sources, debian/rules calls /usr/bin/scons -c but pbuilder don't try to install the Unmet build dependencies before the "clean"... I read, in Debian Policy Manual, that: "Build-