[Bug 242799] editors/neovim: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: lib/libluv.so: undefined reference to `lua_tointegerx'
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242799 Justin Hibbits <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Justin Hibbits <[email protected]> --- Excluding these architectures is the wrong thing to do. The bug is not in neovim. I discovered yesterday the bug actually lies in devel/luv. It defaults to LUAJIT for amd64 and i386, and not for any other architecture. This causes neovim to fail to build on all non-x86 architectures, because of this default. The *only* exclusion that should exist is for powerpc64, where luajit does not work. For all others, devel/luv's Makefile needs fixed. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"