The dnf builddep command seems to solve transitive dependencies slightly different that OBS.
This actually worked on travis but was missing the ocaml-mad-devel package on OBS. This surfaced while I was trying to build i586 packages on OBS (I'm doing i586 since x86_64 is still out of order on OBS).
This only seems to affect Fedora Rawhide for now. Nevertheless the ocaml-mad-devel package should get BuildRequired by the liquidsoap package since it's configure script checks for it to be installed. I think it was getting installed by some other ocaml module that had it as a dep an we were just lucky that the build worked previously.
The
dnf builddep
command seems to solve transitive dependencies slightly different that OBS.This actually worked on travis but was missing the ocaml-mad-devel package on OBS. This surfaced while I was trying to build i586 packages on OBS (I'm doing i586 since x86_64 is still out of order on OBS).
This only seems to affect Fedora Rawhide for now. Nevertheless the ocaml-mad-devel package should get BuildRequired by the liquidsoap package since it's configure script checks for it to be installed. I think it was getting installed by some other ocaml module that had it as a dep an we were just lucky that the build worked previously.