sysutils/loki: Bug 266041 still in state new

2022-09-05 Thread Christopher Beppler
Hi there, I am the maintainer for sysutils/loki. Since the bump to go119 [1], which updated all dependencies to go119, the port is broken. I am looking for someone to have a look at [2] and commit it. Thanks Christopher [1] https://cgit.freebsd.org/ports/commit/?id=4476f89764d3ee73d216c2d56

sysutils/loki build failed due to too many open files

2022-11-16 Thread Christopher Beppler
Hi, I've received my first ports fallout mail today. The port is working fine on my poudriere but failed on the official build server with "too many open files". My assumption is, that this was a temporary issue because of too many ressources used (by other parallel builds). I am not clear

Re: go modules2tuple confusion - phab https://reviews.freebsd.org/D37414

2022-11-16 Thread Christopher Beppler
Am 16.11.22 um 23:56 schrieb Dave Cottlehuber: [...] I tried bumping go.{mod,sum} to latest commits, without success. sysutils/loki has the same module as dependency, but seems to have no trouble fetching, albeit slightly different patch and paths resulting. > [...] go4org is a bit special. I

Bug #269757 resolved but still open

2023-04-16 Thread Christopher Beppler
Hi, I am getting reminder notifications for a sysutils/loki (I am the maintainer) again and again. The bug is fixed with a version bump (separate bug #). Since it's not my ticket I am unable to close it my self: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269757 What's the correct proc

go: errors parsing go.mod: unexpected input character '\x1f'

2023-10-14 Thread Christopher Beppler
Hey there porting experts, I am in the process of migrating the sysutils/loki port to USES=go:modules instead of the quite cumbersome GH_TUPLE shenanigans. Unfortunately, I am stuck in the go.mod parsing: # make makesum ===>  License AGPLv3 accepted by the user ===>  License AGPLv3 accepted b

Re: go: errors parsing go.mod: unexpected input character '\x1f'

2023-10-14 Thread Christopher Beppler
Am 14.10.23 um 21:39 schrieb Christopher Beppler: Hey there porting experts, I am in the process of migrating the sysutils/loki port to USES=go:modules instead of the quite cumbersome GH_TUPLE shenanigans. [...] Some progress, the error is a different one now (Updated Makefile below