Bug#1143357: paramcoq: FTBFS: dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned exit code 2

Santiago Vila <[email protected]> Sat, 01 Aug 2026 22:37:17 +0000
Newsgroups gmane.linux.debian.devel.ocaml
Message-ID <E1wqIKT-00DZM5-2K__36410.3877030843$1785624163$gmane$org@paradis.debian.org>
Package: src:paramcoq
Version: 1.1.3+coq8.20-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:paramcoq, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with coq,ocaml
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
coq_makefile -f _CoqProject -o Makefile.coq
make[3]: Entering directory '/<<PKGBUILDDIR>>'
CLEAN
CLEAN *.aux *.timing
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f src/META.coq-paramcoq
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_ocamlclean
   dh_clean
 debian/rules binary
dh binary --with coq,ocaml
   dh_update_autotools_config
   dh_autoreconf
   dh_ocamlinit
   dh_auto_configure
   dh_auto_build
	make -j2 INSTALL="install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
coq_makefile -f _CoqProject -o Makefile.coq
make[2]: Entering directory '/<<PKGBUILDDIR>>'
COQPP src/abstraction.mlg
ROCQ DEP VFILES
CAMLDEP src/abstraction.ml
CAMLDEP src/debug.ml
CAMLDEP src/parametricity.ml
CAMLDEP src/relations.ml
CAMLDEP src/declare_translation.ml
OCAMLLIBDEP src/paramcoq.mlpack
CAMLOPT -c -for-pack Paramcoq src/debug.ml
CAMLOPT -c -for-pack Paramcoq src/relations.ml
File "src/relations.ml", line 13, characters 0-16:
13 | open Ltac_plugin
     ^^^^^^^^^^^^^^^^
Error (warning 33 [unused-open]): unused open Ltac_plugin.
make[3]: *** [Makefile.coq:730: src/relations.cmx] Error 2
make[3]: *** Waiting for unfinished jobs....
File "src/debug.ml", line 193, characters 9-34:
193 |          UVars.pr_universe_context Sorts.QVar.raw_pr UnivNames.pr_level_with_global_universes ux
               ^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound value UVars.pr_universe_context
make[3]: *** [Makefile.coq:730: src/debug.cmx] Error 2
make[2]: *** [Makefile.coq:411: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:2: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------