[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

advi: FTBFS: Missing Build-Depends on groff-base



Package: advi
Version: 1.6.0-5
Severity: normal
Tags: patch

Hello Helge,

On 05-May-06 14:32, Helge Kreutzmann wrote:
> Hello Andreas,
> I saw by chance your list in
> http://lists.debian.org/debian-amd64/2005/05/msg00166.html
> 
> There you state:
> advi             -      +  missing Build-Depends on groff-base
> 
> To check this, I just rebuild advi on my amd64-machine (running Sarge)
> *without* groff-base installed, and it build fine. Please do *not* remove
> advi from Sarge and if there is a FTBS, then *please* file a proper
> bug report so that I can fix it (or someone of the OCAML-Team/some
> NMUler).

I apologize for not having filed a proper bug report for this 
problem earlier.

I just rechecked this. When trying to build advi in a clean chroot
environment on amd64/sarge and also on i386/sarge, I get the following:

(/usr/share/texmf/tex/latex/hyperref/pdfmark.def))

! LaTeX Error: File `advi.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name:     


and then the build stops and waits for input. With an additional 
Build-Depends on groff-base, the package builds fine.

Despite the fact that you said you can build the package without 
groff-base, I file this as 'serious', because I can reproduce 
this on i386 with the following simple commands:

su
apt-get remove groff-base
apt-get source advi
cd advi-1.6.0
dpkg-buildpackage

I hope that I did not miss anything.

Regards
Andreas Jochens


diff -urN ../tmp-orig/advi-1.6.0/debian/control ./debian/control
--- ../tmp-orig/advi-1.6.0/debian/control	2005-04-29 20:13:09.834629142 +0200
+++ ./debian/control	2005-04-29 20:13:02.436753790 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
 Uploaders: Ralf Treinen <treinen@debian.org>, Sven Luther <luther@debian.org>, Jerome Marant <jerome@debian.org>, Remi Vanicat <vanicat@debian.org>, Stefano Zacchiroli <zack@debian.org>, Sylvain Le Gall <sylvain.le-gall@polytechnique.org>, Michael K. Edwards (in Debian context) <mkedeb@sane.net>
-Build-Depends: debhelper (>> 4.0.0), tetex-bin, ocaml-3.08.3, libncurses5-dev, xlibs-dev, libcamlimages-ocaml-dev (>= 2.20-1), tetex-extra, zlib1g-dev, gs, dpatch, chrpath, ocaml-best-compilers, hevea
+Build-Depends: debhelper, groff-base, tetex-bin, ocaml-3.08.3, libncurses5-dev, xlibs-dev, libcamlimages-ocaml-dev (>= 2.20-1), tetex-extra, zlib1g-dev, gs, dpatch, chrpath, ocaml-best-compilers, hevea
 Standards-Version: 3.6.1
 
 Package: advi



Reply to: