Bug 222816

Summary: race condition in handbook build
Product: Documentation Reporter: Wolfram Schneider <wosch>
Component: Books & ArticlesAssignee: Wolfram Schneider <wosch>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Wolfram Schneider freebsd_committer freebsd_triage 2017-10-06 09:41:50 UTC
While building the handbook I noticed that it sometimes fails if build in parallel. This does not happens often, but often enough (3 out of 100 tests)

ja_JP.eucJP/books/handbook/mirrors/chapter.xml:131: parser error : Entity 'chap.mirrors.ftp.index.inc' not defined
ja_JP.eucJP/books/handbook/mirrors/chapter.xml:133: parser error : Entity 'chap.mirrors.lastmod.inc' not defined
ja_JP.eucJP/books/handbook/mirrors/chapter.xml:135: parser error : Entity 'chap.mirrors.ftp.inc' not defined
ja_JP.eucJP/books/handbook/book.xml:319: parser error : Entity 'chap.mirrors' not defined
ja_JP.eucJP/books/handbook/eresources/chapter.xml:2385: parser error : Entity 'chap.eresources.www.index.inc' not defined
ja_JP.eucJP/books/handbook/eresources/chapter.xml:2387: parser error : Entity 'chap.mirrors.lastmod.inc' not defined
ja_JP.eucJP/books/handbook/eresources/chapter.xml:2389: parser error : Entity 'chap.eresources.www.inc' not defined
ja_JP.eucJP/books/handbook/book.xml:321: parser error : Entity 'chap.eresources' not defined
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 2017-10-15 08:37:16 UTC
After the refactoring in the last weeks, this error is mostly (and hopefully forever) gone.