On Mon, 16 Aug 2021, Peter Krempa wrote: > On Mon, Aug 16, 2021 at 19:01:27 +0530, Ani Sinha wrote: > > > > > > On Mon, 16 Aug 2021, Peter Krempa wrote: > > > > > On Mon, Aug 16, 2021 at 18:35:48 +0530, Ani Sinha wrote: > > > > Hi : > > > > > > > > getting this strange build error here. Googling did not help. Anyone has > > > > any ideas as to what I am missing? I am on Ubuntu 20.04 LTS. > > > > > > [...] > > > > > > > function `virAdmConnectIsAlive': > > > > /home/anisinha/workspace/libvirt/build/../src/admin/libvirt-admin.c:397: > > > > undefined reference to `virNetClientIsOpen' > > > > > > Please see: > > > > > > https://gitlab.com/libvirt/libvirt/-/issues/196 > > > > Cool! Thanks! -Ddriver_remote=enabled got me past that error. Now I am > > getting the following: > > > > > > FAILED: docs/manpages/virkeycode-atset2.html > > /usr/bin/python3 /home/anisinha/workspace/meson/meson.py --internal exe > > --capture docs/manpages/virkeycode-atset2.html -- /usr/bin/xsltproc > > --stringparam pagesrc docs/manpages/virkeycode-atset2.rst --stringparam > > builddir /home/anisinha/workspace/libvirt/build --stringparam timestamp > > 'Mon Aug 16 13:25:35 2021 UTC' --nonet ../docs/subsite.xsl > > docs/manpages/virkeycode-atset2.html.in > > --- stderr --- > > docs/manpages/virkeycode-atset2.html.in:17: parser error : Double hyphen > > within comment: <!-- This file is auto-generated from keymaps.csv > > Data > > keymap-gen --lang=rst --title=virkeycode-atset2 --subtitle=Key code > > values for > > ^ > > docs/manpages/virkeycode-atset2.html.in:17: parser error : Double hyphen > > within comment: <!-- This file is auto-generated from keymaps.csv > > Data > > keymap-gen --lang=rst --title=virkeycode-atset2 --subtitle=Key code > > values for > > ^ > > docs/manpages/virkeycode-atset2.html.in:17: parser error : Double hyphen > > within comment: <!-- This file is auto-generated from keymaps.csv > > Data > > keymap-gen --lang=rst --title=virkeycode-atset2 --subtitle=Key code > > values for > > ^ > > unable to parse docs/manpages/virkeycode-atset2.html.in > > https://gitlab.com/libvirt/libvirt/-/issues/195 Thanks a lot! fixed with the solution provided.