Patchew URL: https://patchew.org/QEMU/20190107103426.2669-1-ppan...@redhat.com/
Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-mingw@fedora SHOW_ENV=1 J=8 === TEST SCRIPT END === LINK qemu-edid.exe LINK qemu-img.exe /tmp/qemu-test/src/qga/commands.c: In function 'guest_exec_get_args': /tmp/qemu-test/src/qga/commands.c:236:16: error: implicit declaration of function 'sysconf'; did you mean 'swscanf'? [-Werror=implicit-function-declaration] args_max = sysconf(_SC_ARG_MAX); ^~~~~~~ swscanf /tmp/qemu-test/src/qga/commands.c:236:16: error: nested extern declaration of 'sysconf' [-Werror=nested-externs] /tmp/qemu-test/src/qga/commands.c:236:24: error: '_SC_ARG_MAX' undeclared (first use in this function); did you mean 'SCHAR_MAX'? args_max = sysconf(_SC_ARG_MAX); ^~~~~~~~~~~ SCHAR_MAX The full log is available at http://patchew.org/logs/20190107103426.2669-1-ppan...@redhat.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com