On Fri, Sep 04, 2020 at 02:59:33PM -0300, Daniel Henrique Barboza wrote:
This makes meson complains about POTFILES.in:
po_check
--- /home/danielhb/kvm-project/libvirt/po/POTFILES.in
+++ /home/danielhb/kvm-project/libvirt/po/POTFILES.in
@@ -130,7 +130,6 @@
@SRCDIR(a)src/network/bridge_driver_linux.c
@SRCDIR(a)src/network/leaseshelper.c
@SRCDIR(a)src/node_device/node_device_driver.c
-@SRCDIR(a)src/node_device/node_device_hal.c
@SRCDIR(a)src/node_device/node_device_udev.c
@SRCDIR(a)src/nwfilter/nwfilter_dhcpsnoop.c
@SRCDIR(a)src/nwfilter/nwfilter_driver.c
make: Leaving directory '/home/danielhb/kvm-project/libvirt/build/build-aux'
--- stderr ---
build-aux/syntax-check.mk: you have changed the set of files with translatable
diagnostics;
apply the above patch
make: *** [/home/danielhb/kvm-project/libvirt/build-aux/syntax-check.mk:1798:
sc_po_check] Error 1
-------
Full log written to /home/danielhb/kvm-project/libvirt/build/meson-logs/testlog.txt
FAILED: meson-test
Thanks,
Thanks, I'll fix it locally.
Pavel