[Bug 261180] devel/ocaml-opam: does not build on ARM

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Feb 2022 18:25:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261180

Mikael Urankar <mikael@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael@FreeBSD.org

--- Comment #8 from Mikael Urankar <mikael@FreeBSD.org> ---
It's because the bootstrap tarball is extracted at build time:

step to reproduce:

modify work/opam-full-2.1.2/bootstrap/ocaml-4.12.1/configure.ac
chflags schg work/opam-full-2.1.2/bootstrap/ocaml-4.12.1/configure.ac

make
cd /usr/ports/devel/ocaml-opam/work/opam-full-2.1.2 && gmake compiler
gmake[2]: Entering directory '/usr/ports/devel/ocaml-opam/work/opam-full-2.1.2'
env MAKE=gmake BOOTSTRAP_EXTRA_OPTS= BOOTSTRAP_OPT_TARGET=opt.opt
BOOTSTRAP_ROOT=.. BOOTSTRAP_DIR=bootstrap ./shell/bootstrap-ocaml.sh 
ocaml-4.12.1/configure.ac: Can't unlink already-existing object
tar: Error exit delayed from previous errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.