Index | Thread | Search

From:
"Lorenz (xha)" <me@xha.li>
Subject:
Re: Unbreak lang/hare/hare on riscv64
To:
Jeremie Courreges-Anglas <jca@wxcvbn.org>
Cc:
ports@openbsd.org
Date:
Thu, 7 Mar 2024 19:55:57 +0100

Download raw body.

Thread
On Thu, Mar 07, 2024 at 07:49:06PM +0100, Jeremie Courreges-Anglas wrote:
> Hi,
> 
> I suspect the behavior is different on riscv64 because of the version
> difference between devel/binutils and devel/gas, but I'm not sure
> about it.  Anyway the trivial diff below fixes the build for the next
> release.
> 
> No REVISION bump needed.

was also fixed upstream:
https://git.sr.ht/~sircmpwn/hare/commit/80e45e4d931a6e90d999846b86471cac00d2a6d5

patch is OK by me. i cannot commit it though.

> 
> 
> Index: patches/patch-debug_+riscv64_getfp_s
> ===================================================================
> RCS file: patches/patch-debug_+riscv64_getfp_s
> diff -N patches/patch-debug_+riscv64_getfp_s
> --- /dev/null	1 Jan 1970 00:00:00 -0000
> +++ patches/patch-debug_+riscv64_getfp_s	7 Mar 2024 17:56:37 -0000
> @@ -0,0 +1,13 @@
> +/local/pobj/hare-0.24.0/hare-0.24.0/debug/+riscv64/getfp.s: Assembler messages:
> +/local/pobj/hare-0.24.0/hare-0.24.0/debug/+riscv64/getfp.s:1: Error: junk at end of line, first unrecognized character is `/'
> +/local/pobj/hare-0.24.0/hare-0.24.0/debug/+riscv64/getfp.s:2: Error: junk at end of line, first unrecognized character is `/'
> +
> +Index: debug/+riscv64/getfp.s
> +--- debug/+riscv64/getfp.s.orig
> ++++ debug/+riscv64/getfp.s
> +@@ -1,5 +1,3 @@
> +-// SPDX-License-Identifier: MPL-2.0
> +-// (c) Hare authors <https://harelang.org>
> + 
> + .section ".text.debug.getfp","ax"
> + .global debug.getfp
> 
> -- 
> jca