Re: [aCC 6.05] too many warnings

2008-04-01 Thread Andrew Black
Martin Sebor wrote:
> Scott Zhong wrote:
>> In the debug build of aCC 6.05 for stdcxx trunk, there are too many
>> warnings that made the build log file to be larger than what the nightly
>> build infrastructure could handle.  This is causing debug builds to show
>> up as DATA in the results page.
> 
> Thanks for the heads up. Is there any way to get a partial log
> so we can tell which warnings are generating the most noise and
> silence them?

One method that comes to mind for trimming the log is to pipe the output
of the buildntest script to head, but the options required to limit the
output to some number of bytes appear to vary from platform to platform,
so you'd have to change the flags used to conform to the platform.  This
could be done in the nightly testing glue scripts.

--Andrew Black


RE: [aCC 6.05] too many warnings

2008-04-01 Thread Scott Zhong
No, not currently, it is within the function that saves the log that
throw an exception.   

> -Original Message-
> From: Martin Sebor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 01, 2008 10:06 AM
> To: dev@stdcxx.apache.org
> Subject: Re: [aCC 6.05] too many warnings
> 
> Scott Zhong wrote:
> > In the debug build of aCC 6.05 for stdcxx trunk, there are too many
> > warnings that made the build log file to be larger than what the
nightly
> > build infrastructure could handle.  This is causing debug builds to
show
> > up as DATA in the results page.
> 
> Thanks for the heads up. Is there any way to get a partial log
> so we can tell which warnings are generating the most noise and
> silence them?
> 
> Martin


Re: [aCC 6.05] too many warnings

2008-04-01 Thread Martin Sebor

Scott Zhong wrote:

In the debug build of aCC 6.05 for stdcxx trunk, there are too many
warnings that made the build log file to be larger than what the nightly
build infrastructure could handle.  This is causing debug builds to show
up as DATA in the results page.


Thanks for the heads up. Is there any way to get a partial log
so we can tell which warnings are generating the most noise and
silence them?

Martin