svn commit: r51260 - in head: en_US.ISO8859-1/htdocs/doc share/pgpkeys

Wolfram Schneider wosch at freebsd.org
Tue Dec 12 12:17:28 UTC 2017


On 6 December 2017 at 19:50, Glen Barber <gjb at freebsd.org> wrote:
> Author: gjb
> Date: Wed Dec  6 18:50:32 2017
> New Revision: 51260
> URL: https://svnweb.freebsd.org/changeset/doc/51260
>
> Log:
>   Fix generating pgpkeyring.txt when it does not exist, which seems
>   to have been broken following r51076 or r51077.

What do you mean with 'Fix generating pgpkeyring.txt when it does not exist'?

The file pgpkeyring.txt will be created while building the English
docs for the web site:

$ make -C en_US.ISO8859-1/htdocs all

and then you will have the file
doc/share/pgpkeys/pgpkeyring.txt

Your commit breaks `make -j' (parallel build)

$ make -j32 p-all

===> articles/bsdl-gpl (all)
keyring.xml:16385: parser error : CData section not finished

-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBFJCuag
--- all_subdir_books/handbook ---
===> books/handbook (all)
--- all_subdir_articles/contributing ---
===> articles/contributing (all)
1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0
                                                            ^

keyring.xml:16385: parser error : Premature end of data in tag
programlisting line 16087
1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0
                                                               ^

keyring.xml:16385: parser error : Premature end of data in tag keyring line 2
1Ss13Y8Vf5UxzEvY8O8c4lT4XOVQLuDEZn7nUcmMBr+b0haGwTW1lrQv1DvPEo0
                                                               ^

unable to parse keyring.xml
*** [pgpkeyring] Error code 6

make[2]: stopped in /tmp/doc-build.PU3aNQj/doc/share/pgpkeys
A failure has been detected in another branch of the parallel make

-Wolfram

-- 
Wolfram Schneider <wosch at FreeBSD.org> https://wolfram.schneider.org


More information about the svn-doc-all mailing list