On 16 January 2015 at 15:36, Stefan Hajnoczi <stefa...@redhat.com> wrote: > The following changes since commit df58887b20fab8fe8a6dcca4db30cd4e4077d53a: > > Merge remote-tracking branch > 'remotes/mjt/tags/pull-trivial-patches-2015-01-15' into staging (2015-01-15 > 10:08:46 +0000) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git tags/block-pull-request > > for you to fetch changes up to d6e2630f17fa40342af80d20c04f279fa23ea189: > > qemu-iotests: Fix supported_oses check (2015-01-16 15:36:34 +0000)
Hi. I'm afraid this doesn't build on all platforms, due to dependencies on newer glib versions than our minimum requirement. OSX: CC tests/test-write-threshold.o /Users/pm215/src/qemu/tests/test-write-threshold.c:21:5: warning: implicit declaration of function 'g_assert_false' is invalid in C99 [-Wimplicit-function-declaration] g_assert_false(bdrv_write_threshold_is_set(&bs)); ^ 1 warning generated. LINK tests/test-write-threshold Undefined symbols for architecture x86_64: "_g_assert_false", referenced from: _test_threshold_not_set_on_init in test-write-threshold.o ld: symbol(s) not found for architecture x86_64 CentOS5: ../block/dmg.o: In function `dmg_read_plist_xml': /home/petmay01/linaro/qemu-for-merges/block/dmg.c:414: undefined reference to `g_base64_decode_inplace' -- PMM