"make man" fails with parallel builds #175

Closed
opened 2021-11-20 15:20:46 +00:00 by ungleich-gitea · 1 comment

Created by: leahneukirchen

% make -j10 man
...
a2x -f manpage --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-type__zypper_repo.text  
a2x -f manpage --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-type__zypper_service.text  
a2x -f manpage --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-reference.text
a2x -f xhtml --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-reference.text  
a2x: ERROR: "xsltproc"  --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0  "/etc/asciidoc/docbook-xsl/manpage.xsl" "/builddir/cdist-3.1.13/docs/man/man7/cdist-reference.xml" returned non-zero exit status 6  

Since -j1 works fine, probably the Makefile is missing a dependency.

*Created by: leahneukirchen* ``` % make -j10 man ... a2x -f manpage --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-type__zypper_repo.text a2x -f manpage --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-type__zypper_service.text a2x -f manpage --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-reference.text a2x -f xhtml --no-xmllint -a encoding=UTF-8 docs/man/man7/cdist-reference.text a2x: ERROR: "xsltproc" --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/builddir/cdist-3.1.13/docs/man/man7/cdist-reference.xml" returned non-zero exit status 6 ``` Since `-j1` works fine, probably the Makefile is missing a dependency.
ungleich-gitea 2021-11-20 15:20:46 +00:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

closed

closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ungleich-public/cdist#175
No description provided.