https://bugs.winehq.org/show_bug.cgi?id=49783
Bug ID: 49783 Summary: Fails to compile on Fedora 32, due to Latex errors. Product: vkd3d Version: 1.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vkd3d Assignee: wine-bugs@winehq.org Reporter: eaglecomputers.ok@gmail.com Distribution: ---
Fails to compile, with pdf to latex errors, and missing sty files for the documentation building.
https://bugs.winehq.org/show_bug.cgi?id=49783
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- This bug report gives us almost nothing to work with. What arguments are you passing to configure, and what commands are you running? Can you please paste the actual errors you're getting?
https://bugs.winehq.org/show_bug.cgi?id=49783
--- Comment #2 from Steve Ebey eaglecomputers.ok@gmail.com --- cd vkd3d ./autogen.sh && ./configure --with-sysroot --libdir=/usr/lib64 && make -j8 && sudo make install
LATEX doc/vkd3d.pdf This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./refman.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array-2016-10-06.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty
Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details.
) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (./longtable_doxygen.sty) (./tabu_doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v3.2a <2019/01/15> (tvz) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty)
! LaTeX Error: File `multirow.sty' not found.
Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)
Enter file name:
This is the first one that comes up, and if I use X to quit, or Return to proceed, it presents additional notices about sty files, and will not finish the build.
https://bugs.winehq.org/show_bug.cgi?id=49783
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- You're missing a LaTeX package (multirow) that doxygen needs. Ideally that's something that would be checked at configure time, but I'll have to do some research to figure out how...
https://bugs.winehq.org/show_bug.cgi?id=49783
--- Comment #4 from Steve Ebey eaglecomputers.ok@gmail.com --- did sudo dnf install doxygen-* and it is only asking for one sty now called listofitems.
https://bugs.winehq.org/show_bug.cgi?id=49783
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- On my Arch machine, that's in texlive-core; on Debian, it's apparently in texlive-plain-generic.
Note also that you can disable documentation, or PDF documentation; see "configure --help" for more details.