All,
Earlier today the master coreboot tree broke; it now fails to build:
fmd_scanner.l: In function ‘parse_integer’: fmd_scanner.l:47:25: error: declaration of ‘input’ shadows a global declaration [-Werror=shadow] <stdout>:1192:16: error: shadowed declaration is here [-Werror=shadow] fmd_scanner.l: In function ‘copy_string’: fmd_scanner.l:74:29: error: declaration of ‘input’ shadows a global declaration [-Werror=shadow] <stdout>:1192:16: error: shadowed declaration is here [-Werror=shadow] cc1: all warnings being treated as errors make: *** [build/util/cbfstool/fmd_scanner.o] Error 1
I propose the faulty patches be reverted until they can be repaired, as the failure in master is currently blocking any upstreaming efforts.
Thanks!
Hi Timothy, We were unable to replicate the failure you're seeing, however it did appear that there may be an issue with the builder's environment. There were also some patches that appeared to be committed in the wrong order, thus causing a missing header error, but there were no merge conflicts and after all the patches were merged things were fine. Sol uploaded a dummy patch and the coreboot-gerrit builder had no trouble with it.
Do you have more details about the environment in which you're seeing this failure?
On Fri, May 8, 2015 at 3:58 PM, Timothy Pearson < tpearson@raptorengineeringinc.com> wrote:
All,
Earlier today the master coreboot tree broke; it now fails to build:
fmd_scanner.l: In function ‘parse_integer’: fmd_scanner.l:47:25: error: declaration of ‘input’ shadows a global declaration [-Werror=shadow] <stdout>:1192:16: error: shadowed declaration is here [-Werror=shadow] fmd_scanner.l: In function ‘copy_string’: fmd_scanner.l:74:29: error: declaration of ‘input’ shadows a global declaration [-Werror=shadow] <stdout>:1192:16: error: shadowed declaration is here [-Werror=shadow] cc1: all warnings being treated as errors make: *** [build/util/cbfstool/fmd_scanner.o] Error 1
I propose the faulty patches be reverted until they can be repaired, as the failure in master is currently blocking any upstreaming efforts.
Thanks!
-- Timothy Pearson Raptor Engineering +1 (415) 727-8645 http://www.raptorengineeringinc.com
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot