Results 310 comments of Fabian

I tried recreating the switch (in case it's related to an upgraded system library or similar), but still getting the same issue. For reference, my ffmpeg output is: ``` %...

I can reproduce in a docker container as you described. For reference, I ran: ``` docker run -it ubuntu:impish apt update apt install wget unzip wget https://pipelines.actions.githubusercontent.com/... apt install ./liquidsoap-v2.0.4-preview_2.0.4-ubuntu-impish-2_amd64.deb...

> Note: the package ppx_sexp_conv.runtime-lib would suffice, but it is only available as such under recent ppx_sexp_conv versions, so its explicit use would make the build description (needlessly) incompatible with...

> You should test this, but I think from the META file that the .expander dependency should only exists under the ppx_driver predicate. Ah, indeed it doesn't get linked. (tested...

@gasche In the `v0.5.4-ocamlbuild-pack` branch the `ocamlfind_and_pack` commit is reverted. Is this due to the fix already being in ocamlbuild? I re-applied the commit and it compiles fine. I'm about...

Reproducible test case: ``` (* test.ml *) let x = Nocrypto.Hash.digest ``` ``` ;; jbuild (jbuild_version 1) (library ((name test) (libraries (nocrypto)))) ``` Command to reproduce: `opam pin add jbuilder...

@hannesm Thanks for the super-quick fix.

Did you create a raw image? If not, you can convert it using `qemu-img convert -O raw`.

No, that shouldn't make a difference. Did you check that the image boots in qemu (with `-hda …`)?