Bug#680686: jessie release goal: verbose build logs

2013-08-20 Thread Ian Jackson
(Resending; first copy failed due to MIME non-8-bit-cleanliness damage.) Joey Hess writes ("Re: jessie release goal: verbose build logs"): > I've attached a simple proof of concept you can try it out with building > your own packages. For example: > >dpkg-buildpackage | ssh > > (The imp

Bug#680686: jessie release goal: verbose build logs

2013-08-15 Thread Raphael Hertzog
Hi, On Tue, 13 Aug 2013, Russ Allbery wrote: > debuild, pbuilder, and related packages currently use > ../__.build for this output. Maybe the > lower-level build architecture should take over maintaining that log file > instead and those tools should be modified to assume that's already > happeni

Bug#680686: jessie release goal: verbose build logs

2013-08-13 Thread Russ Allbery
Joey Hess writes: > Joey Hess wrote: >> (The implementation needs to be improved; it should read both stdout >> and stderr and multiplex them properly. And it should check if stdout >> is not to a TTY, and if so avoid munging the build log output. The only >> other problem is that `make` outputs

Bug#680686: jessie release goal: verbose build logs

2013-08-13 Thread Joey Hess
Joey Hess wrote: > (The implementation needs to be improved; it should read both stdout and > stderr and multiplex them properly. And it should check if stdout is not > to a TTY, and if so avoid munging the build log output. The only other > problem is that `make` outputs the lines it runs to stder

Bug#680686: jessie release goal: verbose build logs

2013-08-13 Thread Joey Hess
Joey Hess wrote: > Making all builds verbose by default has both advantages and > disadvantages. > > The disadvantages include making builds possibly so noisy that when one > runs them during daily work, once ignores all output. Including > important compiler warnings. > > (This is the same reaso

Bug#680686: jessie release goal: verbose build logs

2013-08-13 Thread Joey Hess
Dmitrijs Ledkovs wrote: > Is there any reason this hasn't been applied yet? > Can I NMU this, as debhelper is marked as LowNMU package. Not for reasons such as allowing patches like this. Making all builds verbose by default has both advantages and disadvantages. The disadvantages include making

Bug#680686: jessie release goal: verbose build logs

2013-08-13 Thread Dmitrijs Ledkovs
On 17 June 2013 23:58, Dmitrijs Ledkovs wrote: > tags 680686 patch > thanks > > On 14 June 2013 12:35, Matthias Klose wrote: >> >> - Fix debhelper not passing --disable-silent-rules by default. >>#680686 >>I think cdbs already does this. > > Patch attached for autoconf dh build system. c

Bug#680686: jessie release goal: verbose build logs

2013-06-17 Thread Dmitrijs Ledkovs
tags 680686 patch thanks On 14 June 2013 12:35, Matthias Klose wrote: > > - Fix debhelper not passing --disable-silent-rules by default. >#680686 >I think cdbs already does this. Patch attached for autoconf dh build system. cmake dh build system seems to be already enabling verbose make