Date: Sat, 01 Apr 2017 10:46:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218285] www/gitea build fails on i386 Message-ID: <bug-218285-13-DBOuw3hNAE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218285-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218285-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218285 stb@lassitu.de changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --- Comment #3 from stb@lassitu.de --- I can't find a PR or mailing list post that discusses the issue explicitly,= but from reading through a couple of PRs and Github issues, it appears that for= Go to work correctly, COMPAT_FREEBSD32 and COMPAT_FREEBSD10 need to be enabled= in the kernel. Go relies on certain syscalls being available, and in the FreeB= SD 11 ABI, pipe(2) and a version of fork(2) were removed. Most binaries will p= ick up the compatibility wrapper from libc, but Go doesn't. https://github.com/golang/go/issues/18854 --=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-218285-13-DBOuw3hNAE>