Package: dblatex Version: 0.3.8-1 Severity: grave dblatex in sid fails on every document as follows:
$ echo '<book><chapter><title>Hello, world!</title></chapter></book>' > hello.xml $ dblatex hello.xml Build the book set list... Build the listings... XSLT stylesheets DocBook - LaTeX 2e (0.3.8-1) =================================================== Build hello.pdf pdflatex failed /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: Use of \@xmultirow doesn't match its definition. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{ /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: Missing \begin{document}. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{#1}[ /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: You can't use `macro parameter character #' in horizontal mode. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{#1}[# /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: You can't use `macro parameter character #' in horizontal mode. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{#1}[#2]{# /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: You can't use `macro parameter character #' in horizontal mode. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{#1}[#2]{#3}[# /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: You can't use `macro parameter character #' in horizontal mode. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{#1}[#2]{#3}[#4]{# /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: Too many }'s. /usr/share/texmf/tex/latex/dblatex/style/dbk_table.sty:32: leading text: \expandafter{\@xmultirow{#1}[#2]{#3}[#4]{#5}} Unexpected error occured Error: pdflatex compilation failed This causes openafs to FTBFS. The problem seems to have been triggered by texlive-latex-extra 2016.20161008-1, whose multirow.sty has a different \@xmultirow macro that takes six arguments rather than five. Downgrading to texlive-latex-extra 2016.20160819-1 from stretch makes the problem goes away. Since \@xmultirow is a private internal macro, dblatex should not rely on it.