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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Jan 2022 16:29:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261180

--- Comment #3 from Hannes Mehnert <hannes@mehnert.org> ---
(In reply to Robert Clausecker from comment #2)
Thanks for testing.

From your build output:

Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/configure b/configure
|index b1e287aed..4754e8ab2 100755
|--- a/configure
|+++ b/configure
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 14120.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/configure.ac b/configure.ac
|index 656ffe20c..1c9694805 100644
|--- a/configure.ac
|+++ b/configure.ac
--------------------------
Patching file configure.ac using Plan A...
Hunk #1 succeeded at 1070.
done
configure: Configuring OCaml version 4.12.1

This only shows a single hunk for each (configure/configure.ac) file -- which
is the case for the current devel/ocaml-opam patch
(files/patch-src__ext_ocaml_patches_0001-Fix-rela...), while my attachment
above had a second hunk in each of the files (with the arm fix). Could you
verify that your build actually had my attachment as patch applied?

This patch file is used after the ocaml compiler sources are unpacked, but
before configure is executed.

Thanks a lot!

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