On 07/08/2020 13.04, Paolo Bonzini wrote: > On 07/08/20 12:52, Thomas Huth wrote: >> Thanks! Now, both, macOS and FreeBSD builds stop with: >> >> ../tests/qtest/meson.build:204:0: ERROR: Unknown variable "dbus_vmstate1". >> https://cirrus-ci.com/task/6220295902068736?command=main#L210 > > Easy peasy lemon squeezy! :)
Nice, we're getting there, now macOS starts compiling, but then fails here: ../contrib/libvhost-user/libvhost-user.c:27:10: fatal error: 'sys/eventfd.h' file not found ../contrib/libvhost-user/libvhost-user.h:21:10: fatal error: 'linux/vhost.h' file not found https://cirrus-ci.com/task/5170197348745216?command=main#L810 (and FWIW, there are some weird "file: ... has no symbols" earlier in the log when running AR on the capstone files) Thomas