
tag 443705 patch thanks On Sun, Sep 23, 2007 at 09:34:51PM +0200, Frank Küster wrote:
Matt Kraai <kraai@ftbfs.org> wrote:
! LaTeX Error: File `sectsty.sty' not found.
[...]
I verified that sectsty.sty is installed in /usr/share/texmf-texlive/tex/latex/sectsty.
... and available in the package texlive-latex-extra, which is missing from cmucl's Build-Dependencies. On the other hand, the build-dep texlive-generic-recommended sounds a bit strange. I didn't look at the build process of cmucl, but it's rare that upstream use non-LaTeX stuff. Maybe it's worth a try to build it without that package.
Adding texlive-latex-extra to cmucl's build-dependencies does indeed fix its build. It also builds with the build-dependency on texlive-generic-recommended removed. -- Matt