On Sat, Sep 22, 2012 at 10:01 PM, Sascha Wildner <[email protected]> wrote: > On Sat, 22 Sep 2012 21:55:22 +0200, Justin Sherrill > <[email protected]> wrote: > >> Snapshots were breaking because of a change to building git. Sascha >> Wildner fixed it yesterday: >> >> http://lists.dragonflybsd.org/pipermail/commits/2012-September/000103.html > > > Nah, it still breaks, unfortunately. I'm not sure what the cause is..
Is it an option to just skip building documentation and use the git-manpages and git-htmldocs tarballs available in the same directory as the git release? That would also allow you to drop the whole xmlto and asciidoc build-dependencies. > asciidoc: WARNING: git.txt: line 510: include file not found: > /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/cmds-synchingrepositories.txt > asciidoc: WARNING: git.txt: line 515: include file not found: > /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/cmds-synchelpers.txt > asciidoc: WARNING: git.txt: line 524: include file not found: > /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/cmds-purehelpers.txt > XMLTO git.1 > xmlto: /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/git.xml > does not validate (status 3) > xmlto: Fix document syntax or use --skip-validation option > /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/git.xml:261: > element refsect2: validity error : Element refsect2 content does not follow > the DTD, expecting (refsect2info? , (title , subtitle? , titleabbrev?) , > (((calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | > segmentedlist | simplelis\ > t | variablelist | caution | important | note | tip | warning | > literallayout | programlisting | programlistingco | screen | screenco | > screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | > fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | > formalpara | para | simpara | address | blockquote | graphic | graphicco | > mediaobject | mediaobjectco | informalequation | informalexample | > informalfigure | informaltable | equation | example | figure | table | > msgset | procedure | sidebar | qandaset | task | anchor | bridgehead | > remark | highlights | abstract | authorblurb | epigraph | indexterm | > beginpage)+ , refsect3*) | refsect3+)), got (title ) > /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/git.xml:297: > element refsect2: validity error : Element refsect2 content does not follow > the DTD, expecting (refsect2info? , (title , subtitle? , titleabbrev?) , > (((calloutlist | glosslist | bibliolist | itemizedlist | orderedlist | > segmentedlist | simplelist | variablelist | caution | important | note | tip > | warning | literallayout | programlisting | programlistingco | screen | > screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | > classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | > methodsynopsis | formalpara | para | simpara | address | blockquote | > graphic | graphicco | mediaobject | mediaobjectco | informalequation | > informalexample | informalfigure | informaltable | equation | example | > figure | table | msgset | procedure | sidebar | qandaset | task | anchor | > bridgehead | remark | highlights | abstract | authorblurb | epigraph | > indexterm | beginpage)+ , refsect3*) | refsect3+)), got (title ) > Document /usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation/git.xml > does not validate > gmake[1]: *** [git.1] Error 13 > gmake[1]: Leaving directory > `/usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation' > gmake: *** [man] Error 2 > *** Error code 2 > > Stop. > bmake: stopped in /usr/pkgsrc/devel/scmgit-docs > *** Error code 1
