Source: eliom Version: 4.2-3 Severity: serious Tags: bullseye sid ftbfs https://buildd.debian.org/status/package.php?p=eliom&suite=sid
... make -j1 distclean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f eliom-*.tar.gz ocamlbuild -quiet -no-plugin -clean make[1]: ocamlbuild: Command not found Installing ocamlbuild only gives the next error: ... + ocamlfind ocamlc -c -syntax camlp4o -I +camlp4/Camlp4Parsers -package camlp4.quotations.o,camlp4.extend -w +A-4-6-7-9-27-32-33-34-37-44 -I src/syntax -o src/syntax/pa_include.cmo src/syntax/pa_include.ml File "src/syntax/pa_include.ml", line 30, characters 8-65: 30 | | Ast.SgTyp (_loc, (Ast.TyDcl (_, lid, _, Ast.TyNil _, _))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: The constructor Ast.SgTyp expects 3 argument(s), but is applied here to 2 argument(s) Command exited with code 2. make[2]: *** [Makefile:7: all] Error 10