Andreas Färber píše v Po 23. 05. 2016 v 17:44 +0200:
Am 23.05.2016 um 15:16 schrieb Dominique Leuenberger / DimStar:
We currently have a couple packages that fail to build and that need special care / attention.
You can get the latest overview from either the two links: * https://goo.gl/BMKxK0 (Rings 0 and 1) and * https://goo.gl/LkHaUM (Ring 2)
or via the osc commands: osc prjresults openSUSE:Factory:Staging:A -s F -V (Rings 0 and 1) and osc prjresults openSUSE:Factory:Staging:A:DVD -s F -V (Ring 2)
At this moment, the list of failures is: (May 23 2016 - 13:15 UTC): [...] Ring 2: [...] qemu [snip]
[ 1603s] [BUILD] bin/stringextra.o [ 1603s] core/stringextra.c: In function 'strtok': [ 1603s] core/stringextra.c:189:18: error: nonnull argument 's' compared to NULL [-Werror=nonnull-compare] [ 1603s] sbegin = s ? s : ___strtok; [ 1603s] ~~~~~~^~~~~~~~~~~ [ 1603s] cc1: all warnings being treated as errors [ 1603s] Makefile.housekeeping:862: recipe for target 'bin/stringextra.o' failed [ 1603s] make[1]: *** [bin/stringextra.o] Error 1 [ 1603s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/qemu-2.4.0/roms/ipxe/src' [ 1603s] Makefile:124: recipe for target 'build-pxe-roms' failed [ 1603s] make: *** [build-pxe-roms] Error 2 [ 1603s] make: Leaving directory '/home/abuild/rpmbuild/BUILD/qemu-2.4.0/roms'
We have a newer version of QEMU in the devel project. How do we check whether that version already fixes this?
TBH in this case just disable werror, it is not buildissue just -Werror passed to compiler. That applies even for the others that fail on werror only. Tom