Pbuilder requests Build-Depends on local machine - why this?

2015-06-25 Thread Andreas Tille
Hi, since I'm back from vacation and upgraded my testing system I realised that when using pbuilder the Build-Depends of some package seem to be required also on the machine that is creating the pbuilder chroot (=where you start pdebuild). I regard this a bug but may be I'm missing something so b

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-25 Thread Sebastiaan Couwenberg
> since I'm back from vacation and upgraded my testing system I realised > that when using pbuilder the Build-Depends of some package seem to be > required also on the machine that is creating the pbuilder chroot > (=where you start pdebuild). I regard this a bug but may be I'm missing > something

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-25 Thread gregor herrmann
On Thu, 25 Jun 2015 14:57:18 +0200, Andreas Tille wrote: > since I'm back from vacation and upgraded my testing system I realised > that when using pbuilder the Build-Depends of some package seem to be > required also on the machine that is creating the pbuilder chroot > (=where you start pdebuild

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-25 Thread Hideki Yamane
Hm, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786690 On Thu, 25 Jun 2015 15:14:33 +0200 gregor herrmann wrote: > So you have to pass "-d" (for making the checks non-fatal, i.e. > warnings, again, as they were before), or -nc (don't run clean) to > dpkg-buildpackage; directly or via --de

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-25 Thread gregor herrmann
On Thu, 25 Jun 2015 22:35:49 +0900, Hideki Yamane wrote: > Hm, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786690 Thanks! > On Thu, 25 Jun 2015 15:14:33 +0200 > gregor herrmann wrote: > > So you have to pass "-d" (for making the checks non-fatal, i.e. > > warnings, again, as they were b

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-25 Thread Andreas Tille
On Thu, Jun 25, 2015 at 10:35:49PM +0900, Hideki Yamane wrote: > > I've changed local pdebuild as > > -echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} > $DEBBUILDOPTS" | \ > +echo "dpkg-buildpackage -S -d -us -uc -r${BUILDSOURCEROOTCMD} > $DEBBUILDOPTS" | \ Cool. Do you i

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-26 Thread Mattia Rizzolo
Hi *, On Thu, Jun 25, 2015 at 10:02:32PM +0200, Andreas Tille wrote: > On Thu, Jun 25, 2015 at 10:35:49PM +0900, Hideki Yamane wrote: > > > > I've changed local pdebuild as > > > > -echo "dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} > > $DEBBUILDOPTS" | \ > > +echo "dpkg-build

Re: Pbuilder requests Build-Depends on local machine - why this?

2015-06-28 Thread Hideki Yamane
Hi, It'd be better to give pbuilder more love :) # Probably Junichi is too busy to take care of his children and work. On Fri, 26 Jun 2015 14:58:57 + Mattia Rizzolo wrote: > (btw it's not needed "a local build", `vim /usr/bin/pdebuild` is enough :P) of course, I did so ;) -- Regards,