tag 443705 patch
thanks

On Sun, Sep 23, 2007 at 09:34:51PM +0200, Frank Küster wrote:
> Matt Kraai <[EMAIL PROTECTED]> 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
diff -ru cmucl-19d-20061116~/debian/control cmucl-19d-20061116/debian/control
--- cmucl-19d-20061116~/debian/control  2007-09-23 16:04:19.000000000 -0700
+++ cmucl-19d-20061116/debian/control   2007-09-23 16:23:55.000000000 -0700
@@ -1,6 +1,6 @@
 Source: cmucl
 Section: devel
-Build-Depends: debhelper (>= 4.1.16), lesstif2-dev, cmucl (>= 19d-20061116-1), 
hevea, tidy, a2ps, x-dev, bc, texlive-extra-utils, texlive, 
texlive-generic-recommended, po-debconf
+Build-Depends: debhelper (>= 4.1.16), lesstif2-dev, cmucl (>= 19d-20061116-1), 
hevea, tidy, a2ps, x-dev, bc, texlive-extra-utils, texlive, po-debconf, 
texlive-latex-extra
 Priority: optional
 Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2.0

Reply via email to