New comment by anjandev on void-packages repository https://github.com/void-linux/void-packages/issues/19642#issuecomment-599342825 Comment: @pullmoll thanks. Now I get an error like: ``` /usr/bin/ccache cc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv8-a -g -I/usr/aarch64-linux-gnu/usr/include -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv8-a -g -I/usr/aarch64-linux-gnu/usr/include -fstack-clash-protection -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fPIC -DCYTHON_CLINE_IN_TRACEBACK=1 -I/usr/aarch64-linux-gnu/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.8 -c src/lxml/etree.c -o build/temp.linux-aarch64-3.8/src/lxml/etree.o -w In file included from src/lxml/etree.c:619: src/lxml/includes/etree_defs.h:14:10: fatal error: libxml/xmlversion.h: No such file or directory 14 | #include "libxml/xmlversion.h" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. Compile failed: command '/usr/bin/ccache' failed with exit status 1 creating tmp cc -I/usr/aarch64-linux-gnu/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInit4v92yw1b.c -o tmp/xmlXPathInit4v92yw1b.o cc tmp/xmlXPathInit4v92yw1b.o -L/usr/aarch64-linux-gnu/usr/lib -lxml2 -o a.out error: command '/usr/bin/ccache' failed with exit status 1 make[1]: *** [/builddir/libreoffice-6.4.1.2/external/lxml/ExternalProject_lxml.mk:25: /builddir/libreoffice-6.4.1.2/workdir/ExternalProject/lxml/build] Error 1 make: *** [Makefile:282: build] Error 2 => ERROR: libreoffice-6.4.1.2_1: do_build: 'make ${makejobs} ${make_build_args}' exited with 2 => ERROR: in do_build() at srcpkgs/libreoffice/template:520 ``` I even tried adding `libxml2-devel` package to makedepends in the libreoffice template.