[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-4.4-testing test] 66718: regressions - FAIL
On Mon, 2015-12-21 at 10:16 -0700, Jan Beulich wrote: > > > > On 21.12.15 at 18:01, <osstest-admin@xxxxxxxxxxxxxx> wrote: > > flight 66718 xen-4.4-testing real [real] > > http://logs.test-lab.xenproject.org/osstest/logs/66718/ > > > > Regressions :-( > > > > Tests which did not succeed and are blocking, > > including tests which could not be run: > > Âbuild-amd64-prevÂÂÂÂÂÂÂÂÂÂÂÂÂÂ5 xen-buildÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂfail REGR. > > vs. 66458 > > Âbuild-i386-prevÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ5 xen-buildÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂfail REGR. > > vs. 66458 > > Âbuild-armhfÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ5 xen-buildÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂfail REGR. > > vs. 66458 > > Considering > > libxlu_cfg_y.c: In function 'xlu__cfg_yyparse': > libxlu_cfg_y.c:1311:50: error: 'scanner' undeclared (first use in this > function) > ÂÂÂÂÂÂÂyychar = yylex (&yylval, &yylloc, scanner); > ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ^ > libxlu_cfg_y.c:1311:50: note: each undeclared identifier is reported only > once for each function it appears in > make[3]: *** [libxlu_cfg_y.o] Error 1 > > - was there any change to the ARM build environment? osstest switched from using Debian 7.0 (Wheezy) to Debian 8 (Jessie) as the base distro, which will have update the compiler etc. I can't see why this would cause this kind of issue though, but I'm somewhat hampered by the line numbers not matching and the amount of ifdeffery in this auto generated file. Since 4.5 looks ok perhaps one of the below is needed? In fact, yes, I'm sure, since in the logs I now see: /usr/bin/bison --output=libxlu_cfg_y.c libxlu_cfg_y.y python gentypes.py libxl_types_internal.idl __libxl_types_internal.h __libxl_types_internal_json.h __libxl_types_internal.c libxlu_cfg_y.y:34.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] Â%name-prefix="xlu__cfg_yy" Â^^^^^^^^^^^^^ which matches some of the keywords in 7ba4cdfadd4f3's commit message... Ian. $ git log origin/staging-4.4..origin/staging-4.5ÂÂ-- tools/libxl/libxlu_cfg_y.c  commit 7ba4cdfadd4f3c45d65ffe50e621759f458fedc0 Author: Ed Swierk <eswierk@xxxxxxxxxxxxxxxxxx> Date:ÂÂÂTue Jan 6 15:21:07 2015 +0000 ÂÂÂÂlibxl: Fix building libxlu_cfg_y.y with bison 3.0  ÂÂÂÂ- Use %lex-param instead of obsolete YYLEX_PARAM to override lex scanner ÂÂÂÂÂÂparameter ÂÂÂÂ- Change deprecated %name-prefix= to %name-prefix  ÂÂÂÂTested against bison 2.4.1 and 3.0.2.  ÂÂÂÂThis is expected to sometimes (depending on timestamps and whether the ÂÂÂÂbison input files are edited) break building on systems with ancient ÂÂÂÂversions of bison.ÂÂBison 2.4.1 is known to work and was released in ÂÂÂÂDecember 2008.  ÂÂÂÂAlso, consquentially, regenerate bison output files with bison ÂÂÂÂ1:2.5.dfsg-2.1 from Debian wheezy.  ÂÂÂÂSigned-off-by: Ed Swierk <eswierk@xxxxxxxxxxxxxxxxxx> ÂÂÂÂAcked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> ÂÂÂÂTested-by: Wei Liu <wei.liu2@xxxxxxxxxx> ÂÂÂÂSigned-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> ÂÂÂÂRelease-Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> commit dc92f1a781a160229e4935dc03040bc78712a828 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date:ÂÂÂFri May 2 17:47:55 2014 +0100 ÂÂÂÂlibxl: Rerun bison  ÂÂÂÂThis updates libxlu_cfg_y.[ch] to code generated by bison from ÂÂÂÂDebian wheezy (1:2.5.dfsg-2.1 i386).  ÂÂÂÂThere should be no functional change since there is no change to the ÂÂÂÂsource file, but we will inherit bugfixes and behavioural changes from ÂÂÂÂthe new version of bison.ÂÂSo this is more a matter of hope than ÂÂÂÂknowledge.  ÂÂÂÂSigned-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |