https://bugs.kde.org/show_bug.cgi?id=445211
--- Comment #11 from Mark Wielaard <m...@klomp.org> --- (In reply to Mark Wielaard from comment #10) > I also got an issue with the generated vg-entities.xml. > But this was solved by running autoreconf -f instead of ./autogen.sh which I > don't fully understand. Nope, that was just me being silly and then doing a srcdir == builddir build The issue occurs during xmllint checking from make check: Making check in docs make[2]: Entering directory '/tmp/valgrind-obj/docs' make check-local make[3]: Entering directory '/tmp/valgrind-obj/docs' if type xmllint 2>/dev/null; then \ xmllint --noblanks --noout --xinclude --postvalid --noent ../../valgrind/docs/xml/index.xml && \ touch valid-manual; \ fi xmllint is /usr/bin/xmllint ../../valgrind/docs/xml/index.xml:4: warning: failed to load external entity "../../valgrind/docs/xml/vg-entities.xml" [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]> ^ ../../valgrind/docs/xml/index.xml:11: parser error : Entity 'rel-type' not defined <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo> -- You are receiving this mail because: You are watching all bug changes.