| Summary: | /usr/doc: parser error : Failure to process entity chap.mirrors.ftp.index.inc | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | O. Hartmann <ohartmann> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Many People | CC: | carlavilla, debdrup |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | 253518 | ||
| Bug Blocks: | |||
|
Description
O. Hartmann
2018-10-01 07:33:21 UTC
The documentation site now uses Hugo/AsciiDoc. That doesn't solve the problem; reinstalling textproc/docproj (which doesn't pull for emulators/hugo) and having emulators/hugo as well as textproc/asciidoc installed, the recent /usr/doc doesn't build: # make all ===> documentation (all) --------------------------------------------------------------- Building the documentation --------------------------------------------------------------- /usr/local/bin/python3 ./tools/books-toc-parts-creator.py -l en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr /usr/local/bin/python3 ./tools/books-toc-creator.py -l en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr /usr/local/bin/python3 ./tools/books-toc-figures-creator.py -l en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr /usr/local/bin/python3 ./tools/books-toc-tables-creator.py -l en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr /usr/local/bin/python3 ./tools/books-toc-examples-creator.py -l en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr /usr/local/bin/hugo --minify hugo: unrecognized option `--minify' Try `hugo --help' or `hugo --usage' for more information. *** Error code 64 Stop. make[1]: stopped in /usr/doc/documentation *** Error code 1 /usr/doc is at the most recent git pull as of today, Mon Apr 5 20:41:16 CEST 2021 To add to this, when the project refers to hugo, ports/www/gohugo is what's referred to, not emulators/hugo - both install the hugo binary, but it might be obvious in hindsight that the website doesn't involve emulation. There is an outstanding bug for changing the dependencies on textproc/docproj, but if you manually install the tools listed in the freebsd documentation primer quick start at https://docs.freebsd.org/en/books/fdp-primer/#overview-quick-start you should be able to get going. |