On 20/12/18 00:10, Peter Maydell wrote: > I get a compile failure on my OSX system: > > CC tests/test-crypto-pbkdf.o > /Users/pm215/src/qemu-for-merges/tests/test-crypto-pbkdf.c:444:17: > error: too few arguments to function call, single argument 'msg' was > not specified > g_test_skip(); > ~~~~~~~~~~~ ^ > /usr/local/Cellar/glib/2.58.1/include/glib-2.0/glib/gtestutils.h:209:1: > note: 'g_test_skip' declared here > GLIB_AVAILABLE_IN_2_38 > ^ > /usr/local/Cellar/glib/2.58.1/include/glib-2.0/glib/gversionmacros.h:394:49: > note: expanded from macro 'GLIB_AVAILABLE_IN_2_38' > # define GLIB_AVAILABLE_IN_2_38 _GLIB_EXTERN > ^ > /usr/local/Cellar/glib/2.58.1/include/glib-2.0/glib/gmacros.h:456:22: > note: expanded from macro '_GLIB_EXTERN' > #define _GLIB_EXTERN extern > ^ > 1 error generated.
Sorry, I forgot to commit the fix. > > I also get this splat trying to do 'make check-tcg': > > make: Entering directory > '/home/petmay01/linaro/qemu-for-merges/build/all-linux-static' > BUILD debian9 > The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive eatmydata > apt install -y --no-install-recommends bison > build-essential ca-certificates clang flex > gettext git libtest-harness-perl > pkg-config psmisc python texinfo > $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ > -f2)' returned a non-zero code: 100 > Traceback (most recent call last): > File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py", > line 563, in <module> > sys.exit(main()) > File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py", > line 560, in main > return args.cmdobj.run(args, argv) > File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py", > line 376, in run > extra_files_cksum=cksum) > File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py", > line 254, in build_image > quiet=quiet) > File "/home/petmay01/linaro/qemu-for-merges/tests/docker/docker.py", > line 181, in _do_check > return subprocess.check_call(self._command + cmd, **kwargs) > File "/usr/lib/python2.7/subprocess.py", line 541, in check_call > raise CalledProcessError(retcode, cmd) > subprocess.CalledProcessError: Command '['docker', 'build', '-t', > 'qemu:debian9', '-f', '/tmp/docker_buildsvtS6R/tmp74LVkj.docker', > '/tmp/docker_buildsvtS6R']' returned non-zero exit status 100 > /home/petmay01/linaro/qemu-for-merges/tests/docker/Makefile.include:53: > recipe for target 'docker-image-debian9' failed > make: *** [docker-image-debian9] Error 1 I'll try it too. Paolo