David Brownlee <abs%netbsd.org@localhost> writes: > On 23 September 2012 21:40, Sascha Wildner <saw%online.de@localhost> wrote: >> Somehow devel/scmgit-docs doesn't build on DragonFly at least. Anyone know >> what I'm doing wrong? >> >> [...] >> 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]: *** Waiting for unfinished jobs.... >> gmake[1]: Leaving directory >> `/usr/pkgobj/devel/scmgit-docs/work/git-1.7.12/Documentation' > > Also seeing this on NetBSD/amd64 6_RC1. also netbsd/i386 5.1_STABLE > Maybe the recent libxml2 upgrade? > > Found this reference online, but quite old so probably not a match... > http://git.661346.n2.nabble.com/Can-t-build-doc-anymore-v1-7-3-2-td5764059.html That's about failing to load network entities; the problem we're having (mine matches Sascha's) is that the manual won't validate (either because the schema is wrong or the validator is newly picky). The following patch to the git docs makes it build for me. $NetBSD$ --- Documentation/git.xml.orig 2012-09-23 00:19:58.000000000 +0000 +++ Documentation/git.xml @@ -258,9 +258,6 @@ examples.</simpara> <title>High-level commands (porcelain)</title> <simpara>We separate the porcelain commands into the main commands and some ancillary user utilities.</simpara> -<refsect2 id="_main_porcelain_commands"> -<title>Main porcelain commands</title> -</refsect2> <refsect2 id="_ancillary_commands"> <title>Ancillary Commands</title> <simpara>Manipulators:</simpara> @@ -294,9 +291,6 @@ the low-level commands into commands tha the repository, index, and working tree), commands that interrogate and compare objects, and commands that move objects and references between repositories.</simpara> -<refsect2 id="_manipulation_commands"> -<title>Manipulation commands</title> -</refsect2> <refsect2 id="_interrogation_commands"> <title>Interrogation commands</title> <simpara>In general, the interrogate commands do not touch the files in
Attachment:
pgpPC29AlXSL2.pgp
Description: PGP signature