Friday, September 01, 2023

Re: net/unison: remove BROKEN-aarch64 marker?

On Fri, Sep 01, 2023 at 04:24:56PM +0200, Caspar Schutijser wrote:
> Hi,
>
> net/unison has the following BROKEN-aarch64 marker:
> > BROKEN-aarch64=segfaults during build with llvm13; needs USE_NOEXECONLY with llvm15
>
> I removed the BROKEN-aarch64 marker on my M1 and I built it there
> successfully in a loop over 40 times. I don't know why it works now
> whereas it didn't before but the build is not broken on my end. Am I
> missing something or can the marker indeed be removed?
>
> Comments or OKs?

I assume the lang/ocaml fixes unbroke this. If it builds, it builds...

ok

>
> Caspar
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/unison/Makefile,v
> retrieving revision 1.25
> diff -u -p -r1.25 Makefile
> --- Makefile 24 Jul 2023 12:12:56 -0000 1.25
> +++ Makefile 1 Sep 2023 14:19:13 -0000
> @@ -1,4 +1,3 @@
> -BROKEN-aarch64=segfaults during build with llvm13; needs USE_NOEXECONLY with llvm15
> .if ${MACHINE_ARCH} == aarch64
> USE_NOEXECONLY = yes
> .endif

No comments:

Post a Comment