Le 16/05/2020 à 00:14, Andy Li a écrit : > I checked the reverse dependencies of extlib with `apt-rdepends > --reverse libextlib-ocaml-dev`:
This query only checks binary packages, which is not enough. You should use build-rdeps: $ build-rdeps libextlib-ocaml-dev [...] ben botch coinst cudf dose3 haxe headache nurpawiki ocaml-mccs opam virt-top [...] > * libcudf-ocaml-dev (0.7-5+b2). It doesn't use Unzip, UChar, and > UTF8 as it build-depends on either "extlib" (minimal=1) and > "extlib-compat" (full) according to its OPAM package. > * ocaml-libs (4.08.1.2). Just a meta package. There is headache that uses UTF8 [1]. [1] https://buildd.debian.org/status/package.php?p=headache&suite=sid I'm afraid we'll have to build again without minimal=1. Cannot the incompatibility fixed in Haxe? Otherwise, I think we'll have to create new binary packages libextlib-minimal-ocaml{,-dev}... Cheers, -- Stéphane

