OCaml build failure on i686

  • Open
  • quality assurance status badge
Details
One participant
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ludovic Courtès
Severity
normal
L
L
Ludovic Courtès wrote on 19 Sep 2024 19:43
(address . bug-guix@gnu.org)
87ploz4jz7.fsf@inria.fr
Hello OCaml team,

There is what looks like a non-deterministic failure early in the
‘check’ phase of ocaml@4.09 and ocaml@5.0 on i686-linux:

Toggle snippet (18 lines)
starting phase `check'
make -C testsuite all
make runtime-all
make[1]: Entering directory '/tmp/guix-build-ocaml-5.0.0.drv-0/source/testsuite'
make[1]: Entering directory '/tmp/guix-build-ocaml-5.0.0.drv-0/source'
make[1]: Nothing to be done for 'runtime-all'.
make[1]: Leaving directory '/tmp/guix-build-ocaml-5.0.0.drv-0/source'
make -C stdlib \
OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
make[1]: Entering directory '/tmp/guix-build-ocaml-5.0.0.drv-0/source/stdlib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/guix-build-ocaml-5.0.0.drv-0/source/stdlib'
cp runtime/ocamlrun boot/ocamlrun
cp: cannot create regular file 'boot/ocamlrun': Text file busy
make: *** [Makefile:177: coldstart] Error 1


Does that ring a bell? Could it be a parallel build issue?

Thanks,
Ludo’.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73368@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73368
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch