Discussion:
Help needed in reproducing FTBFS of eliom on armhf
(too old to reply)
Stéphane Glondu
2023-09-28 13:40:01 UTC
Permalink
Dear ARM porters,

These days, eliom FTBFS on armhf buildds:

https://buildd.debian.org/status/package.php?p=eliom

I've given it back several times; the failure is consistent.

However, I cannot reproduce it locally nor on a porterbox (abel).

Looking at the log, a command-line flag is missing but I have no idea why.

Can someone here have a look, please? At least, reproduce it outside of
a buildd...


Cheers,
--
Stéphane
Emanuele Rocca
2023-09-29 09:00:15 UTC
Permalink
Hello Stéphane,
Post by Stéphane Glondu
https://buildd.debian.org/status/package.php?p=eliom
I've given it back several times; the failure is consistent.
However, I cannot reproduce it locally nor on a porterbox (abel).
I also cannot reproduce it in a armhf chroot.
Post by Stéphane Glondu
Looking at the log, a command-line flag is missing but I have no idea why.
Right, the successful build passes the following to ocamlfind while the
failed build on the buildd does not:

-package js_of_ocaml-ppx

Maybe try to figure out how the build system determines which flags to
pass?

Loading...