Search Criteria
Package Details: hare 0.24.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hare.git (read-only, click to copy) |
---|---|
Package Base: | hare |
Description: | The Hare programming language |
Upstream URL: | https://harelang.org/ |
Licenses: | MPL-2.0 AND GPL-3.0-only |
Submitter: | grawlinson |
Maintainer: | bitfehler |
Last Packager: | bitfehler |
Votes: | 26 |
Popularity: | 0.032542 |
First Submitted: | 2022-04-25 02:58 (UTC) |
Last Updated: | 2024-07-15 09:38 (UTC) |
Latest Comments
1 2 Next › Last »
torresjrjr commented on 2024-02-19 23:17 (UTC)
Patch for new Hare versioned releases.
arenm commented on 2023-12-03 19:58 (UTC)
This patch implements what I describe below: https://termbin.com/1ofx.
To compile hare when $ARCH=aarch64 these options need to be set in config.mk
Also in order to be able to cross compile programs from an x86 host to a aarch64 target (using
hare -t aarch64
) the same options need to be set like this when $ARCH=x86_64.As far as I can tell there isn't a x86 compiler / linker in the archinuxarm repos, and there isn't a riscv compiler in either the arch or arch arm repos, so those settings for cross compilation don't make much difference.
Sorry I didn't test and follow up before, I hope this helps :)
wackbyte commented on 2023-11-30 05:23 (UTC) (edited on 2023-11-30 05:43 (UTC) by wackbyte)
Doesn't compile on aarch64. I tried arenm's suggestion and then it did compile.
arenm commented on 2023-08-01 02:30 (UTC)
Would you consider adding a config.mk file for aarch64 (similar to what whynothugo suggested)? Based off the alpine packages[1], it seems like upstream expects configuration changes to compile for different architectures.
1: https://git.alpinelinux.org/aports/tree/community/hare/APKBUILD#n29
mburakov commented on 2023-02-05 09:14 (UTC)
Hi all, seems like qbe got updated to 1.1. So this builds fine now.
tetrachromat commented on 2023-02-01 17:11 (UTC)
For anyone else still struggling with this, it's actually an issue with newer changes to harec requiring qbe 1.1, which hasn't been packaged yet (and might not be for a while). Using qbe-git fixes this for the time being.
grawlinson commented on 2023-01-18 22:11 (UTC)
The problem is here:
Unknown attribute @packed
.tetrachromat commented on 2023-01-18 19:56 (UTC)
Having problems building hare again. With
makepkg -si
, I get the following error:pkg/
appears to have111
permissions.dwu commented on 2022-10-29 13:49 (UTC)
After fiddling around a little more it seems like the package builds fine when not having makepkg configured for building in parallel. Sorry for the noise.
@phat_sumo In case it's the same issue for you, you can try removing any
MAKEFLAGS=-j...
setting in your/etc/makepkg.conf
.tetrachromat commented on 2022-10-28 18:38 (UTC)
@dwu I'm getting the same error, been at a loss trying to solve the issue overnight.
1 2 Next › Last »