Source: atdgen Version: 1.9.1-2 Severity: serious Tags: ftbfs atdgen fails to build from source in unstable on amd64. A build log ends with:
| /usr/bin/make atdgen.cma atdgen.run | make[4]: Entering directory '/<<PKGBUILDDIR>>/src' | ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_version.ml | ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_error.ml | File "ag_error.ml", line 5, characters 31-52: | Error: Unbound module Atd_ast | make[4]: *** [Makefile:150: ag_error.cmi] Error 2 | make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[3]: *** [Makefile:101: all] Error 2 | make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[2]: *** [Makefile:13: default] Error 2 | make[2]: Leaving directory '/<<PKGBUILDDIR>>' | make[1]: *** [debian/rules:23: override_dh_auto_build] Error 2 | make[1]: Leaving directory '/<<PKGBUILDDIR>>' | make: *** [debian/rules:18: build] Error 2 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Helmut