mit-pdos / xv6-riscv-book

Text describing xv6 on RISC-V
Other
649 stars 135 forks source link

i got this error in latest ubuntu #12

Closed quantrpeter closed 3 years ago

quantrpeter commented 3 years ago

please help

/home/peter/workspace/xv6-riscv-book>make
if [ ! -d xv6-riscv-src/ ]; then \
    #git clone git@github.com:mit-pdos/xv6-riscv.git xv6-riscv-src/ ; \
    git clone https://github.com/mit-pdos/xv6-riscv.git xv6-riscv-src/ ; \
else \
    git -C xv6-riscv-src/ pull ; \
fi; \
true
Already up to date.
pdflatex book.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./book.tex
LaTeX2e <2020-02-02> patch level 2
L3 programming layer <2020-02-14>
(/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
Document Class: book 2019/12/20 v1.4l Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/bk12.clo))
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/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/url/url.sty)

! LaTeX Error: File `imakeidx.sty' not found.
quantrpeter commented 3 years ago

solved after apt install texlive-latex-extra