Hi Johannes, Le 13/02/2025 à 11:44, Johannes Schauer Marin Rodrigues a écrit :
while working on the fix for this (which involves adapting a regex for the argparse output of python 3.13, see #1092479) I ran into a different FTBFS yesterday:+ ocamlfind ocamlc -c -w +a-4-9-24 -package dose3 -package dose3-extra.doseparse -package dose3.algo -package atdgen -package xmlm -package extlib -pp cppo -o datatypes_j.cmi datatypes_j.mli File "datatypes_j.mli", line 63, characters 2-25: 63 | Yojson.Safe.lexer_state -> Lexing.lexbuf -> srcpkg ^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module "Yojson" Command exited with code 2. This did not happen 2 days ago. Full log here: https://salsa.debian.org/debian/botch/-/jobs/7082686 Maybe this is related to your recent upload of the new upstream version of ocaml-findlib yesterday? Maybe you have an idea what could've triggered this?
Yes: the new version of ocaml-atd. You have to replace "-package atdgen" by "-package atdgen-runtime". Cheers, -- Stéphane

