[cl-debian] Bug#379532: cl-asdf: FTBFS: Missing Build-Depends on 'tetex-bin'
Andreas Jochens
aj at andaco.de
Mon Jul 24 07:30:38 UTC 2006
Package: cl-asdf
Version: 1.99-2
Severity: serious
Tags: patch
When building 'cl-asdf' in a clean 'unstable' chroot,
I get the following error:
dh_testdir
# Add here commands to compile the package.
makeinfo asdf.texinfo
makeinfo --html asdf.texinfo
texi2pdf asdf.texinfo
You don't have a working TeX binary installed, but the texi2dvi script
can't proceed without it. If you want to use this script, you have to
install some kind of TeX, for example teTeX Debian packages. You can do
that with this command:
apt-get install tetex-bin
make: *** [build-stamp] Error 1
Please add the missing Build-Depends on 'tetex-bin' to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/cl-asdf-1.99/debian/control ./debian/control
--- ../tmp-orig/cl-asdf-1.99/debian/control 2006-07-24 07:27:11.000000000 +0000
+++ ./debian/control 2006-07-24 07:27:08.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Peter Van Eynde <pvaneynd at debian.org>
Build-Depends: debhelper (>> 4.0.0)
-Build-Depends-Indep: cvs2cl, texinfo
+Build-Depends-Indep: cvs2cl, texinfo, tetex-bin
Standards-Version: 3.7.2.0
Package: cl-asdf
More information about the Cl-debian
mailing list