Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-11 Thread Daniel Burrows
On Thu, Dec 03, 2009 at 11:15:29PM +0100, Artur R. Czechowski artu...@hell.pl was heard to say: On Wed, Dec 02, 2009 at 01:17:27PM -0800, Daniel Burrows wrote: Debian policy section 7.7 clearly states that Build-Depends must be satisfied before clean is invoked. [cut] It might be enough

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-04 Thread Loïc Minier
On Thu, Dec 03, 2009, Artur R. Czechowski wrote: Well, under mentioned circumstances it is obviously my fault, because I am using tools in a not intended way. Of course, it would be nice to have a possibility of download this or that package and recompile it without cluttering the filesystem

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-04 Thread Artur R. Czechowski
On Fri, Dec 04, 2009 at 02:33:14PM +0100, Loïc Minier wrote: On Thu, Dec 03, 2009, Artur R. Czechowski wrote: Well, under mentioned circumstances it is obviously my fault, because I am using tools in a not intended way. Of course, it would be nice Theoritically build-deps should be

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-04 Thread Loïc Minier
On Fri, Dec 04, 2009, Artur R. Czechowski wrote: Let's say it - average developer has installed all needed development libraries and can compile the maintained software using his normal environment. The pbuilder is used to check if Build-depends is correct. That's true in some cases; in other

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-04 Thread Artur R. Czechowski
clone 559195 -1 reassign -1 pbuilder found -1 0.193 retitle -1 Please add (optional?) possibility to build initial source package without running clean target severity -1 wishlist thanks yes, that's what dpkg-source allows. I think running clean in the host environment is only needed

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-04 Thread Junichi Uekawa
At Fri, 4 Dec 2009 16:15:10 +0100, Artur R. Czechowski wrote: clone 559195 -1 reassign -1 pbuilder found -1 0.193 retitle -1 Please add (optional?) possibility to build initial source package without running clean target severity -1 wishlist thanks You're describing pdebuild

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-03 Thread Artur R. Czechowski
On Wed, Dec 02, 2009 at 01:17:27PM -0800, Daniel Burrows wrote: Debian policy section 7.7 clearly states that Build-Depends must be satisfied before clean is invoked. [cut] It might be enough to remove that line and instead write [ ! -f doc/Makefile ] || $(MAKE) -C doc distclean

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-02 Thread Artur R. Czechowski
Package: aptitude Version: 0.6.1.3-3 Severity: normal Hello, clean target of debian/rules runs ./configure script, which fails if there are no development libraries installed. That means it is unable to build source package, which result with failing the pdebuild command. Please see below output

Bug#559195: Cannot build the source package in clean chroot, unable to pdebbuild the package.

2009-12-02 Thread Daniel Burrows
On Wed, Dec 02, 2009 at 06:07:33PM +0100, Artur R. Czechowski artu...@hell.pl was heard to say: clean target of debian/rules runs ./configure script, which fails if there are no development libraries installed. That means it is unable to build source package, which result with failing the