Re: Verbose build log

2010-06-10 Thread Loïc Minier
On Thu, Jun 10, 2010, Christophe Mutricy wrote: > We can revert to the old fully verbose behaviour if we like. > > Do you know if there is a Debian or pkg-multimedia policy/best-practice on > this matter. > > Verbose log can help debug FTBFS but increase the size of the log by 2 or 3 > order of

Re: Verbose build log

2010-06-10 Thread Jonas Smedegaard
On Thu, Jun 10, 2010 at 02:15:05PM -0400, Felipe Sateler wrote: On Thu, Jun 10, 2010 at 10:12, Christophe Mutricy wrote: Hello, VLC 1.1.0 uses automake 1.11 and so the build can produce non-verbose logs like the kernel does for some years. CC foo.o CCLD foo.so ... We can revert to the old

Re: Verbose build log

2010-06-10 Thread Felipe Sateler
On Thu, Jun 10, 2010 at 10:12, Christophe Mutricy wrote: > Hello, > > VLC 1.1.0 uses automake 1.11 and so the build can produce non-verbose logs > like the kernel does for some years. > > CC foo.o > CCLD foo.so > ... > > We can revert to the old fully verbose behaviour if we like. > > Do you know