On Thu, Nov 08, 2018 at 07:18:03PM +0000, Jeremy Lavergne wrote: > Howdy, > > I went to build PSPP 1.2.0 on the Mac without texinfo available, and it > resulted in a build failure during doc/pspp.xml. > > xmllint (from texi2any 6.5) complained of malformed XML, while providing > texinfo resulted in a successful build. Error was just before chapter 11 > (variable attributes): > > /usr/bin/xmllint --output /dev/null doc/pspp.xml,tmp > ... > doc/pspp.xml,tmp:491: parser error : Opening and ending tag mismatch: > sect2 line 453 and screen > </programlisting></screen>
I took another look. If makeinfo wasn't available, but the build tried to rebuild doc/pspp.xml, then probably there should be an error earlier in the build log, because the attempt at running makeinfo failed. Do you see anything like that? It should be pretty easily fixable. It's better to build with texinfo, though. _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
