[Buildroot] Analysis of build results for 2017-05-16

Peter Korsgaard peter at korsgaard.com
Wed May 17 19:53:51 UTC 2017


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > Hello,
 > On Wed, 17 May 2017 08:27:51 +0200 (CEST), Thomas Petazzoni wrote:

 >> successes : 251
 >> failures : 10 

 > This is getting better, and better, and better. We're down to 3.83% of
 > failures for yesterday. Today will be a little bit worse, with
 > currently 4.19% failures. But we're really below 5% of failures, which
 > is very good.

Indeed, very nice!

 >> x86_64 | oracle-mysql-5.1.73 | NOK |
 >> http://autobuild.buildroot.net/results/61074b69b81cd5c17a7f74dc1f7b31f3fc35fd8a
 >> | ORPH

 > protocol.cc:27:40: error: narrowing conversion of ''\37777777776''
 > from 'char' to 'uchar {aka unsigned char}' inside { } [-Wnarrowing]
 >  static uchar eof_buff[1]= { (char) 254 }; /* Marker for end of fields */

 > I searched the oracle-mysql Git history, and I believe I might have a
 > fix for this.

Hmm, isn't it just the cast that is wrong? E.G. it should be (uchar) 254

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list