Le 02/12/2021 à 07:45, Adrian Bunk a écrit : > Source: ocaml-mm > Version: 0.7.2-1 > Severity: serious > Tags: ftbfs > > https://buildd.debian.org/status/logs.php?pkg=ocaml-mm&ver=0.7.2-1 > > ... > Supported external libraries: > - Alsa : true > - AO : true > - Mad : true > - OSS : false > - Pulseaudio: true > - SDL : true > - Theora : true > ... > Error: Library "mm.oss" in _build/default/external is hidden (unsatisfied > 'enabled_if'). > Hint: try: > dune external-lib-deps --missing @@default > make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1
There is a similar issue in ocaml-dssi, which I chose to fix by removing the enabled_if directive altogether: https://salsa.debian.org/ocaml-team/ocaml-dssi/-/blob/master/debian/patches/0001-Remove-enable_if-directive.patch Cheers, -- Stéphane