Le 06/11/2019 à 09:07, Ralf Treinen a écrit : > just looking at the state of the ongoing ocaml transition: > building camlzip fails on bc architectures, and the failure occurs > here in upstream's Makefile: > > include $(shell ocamlfind ocamlc -where)/Makefile.config > > with message > > Makefile:26: /Makefile.config: No such file or directory
Yes. And there are also other packages failing similarly on calls to ocamlfind. > This indicates to me that the "ocamlfind ocamlc -where" does not work > as expected on bc architectures in 4.08 (it worked fine on 4.05). > Unfortunately I have no time now to investigate further, maybe someone > has an idea what has to be done. I will try to find time to debug this on a porterbox this week, but if anyone else can have a look, the more the better. Cheers, -- Stéphane

