Date: Thu, 25 Aug 2022 21:38:17 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266041] sysutils/loki: Fix runtime error with after runtime bump to go119 Message-ID: <bug-266041-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266041 Bug ID: 266041 Summary: sysutils/loki: Fix runtime error with after runtime bump to go119 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@funzi.org Created attachment 236117 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236117&action= =3Dedit allows go119 runtime for loki binaries Loki uses go4.org/unsafe and the upstream dependency uses a version that doesn't allow go119. However, go4.org already asserts that go119 is fine. Without this fix, you'll get errors like this when using any of the binarie= s: panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc= to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's = safe against the go1.19 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=3Dgo1.19 set. Notably, if = go1.19 adds a moving garbage collector, this program is unsafe to use. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266041-7788>