Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2019 15:54:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 242799] editors/neovim: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: lib/libluv.so: undefined reference to `lua_tointegerx'
Message-ID:  <bug-242799-25139-NR8JlZSdtn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242799-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242799-25139@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=3D242799

Justin Hibbits <jhibbits@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhibbits@FreeBSD.org

--- Comment #6 from Justin Hibbits <jhibbits@FreeBSD.org> ---
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.=
=20
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, whe=
re
luajit does not work.  For all others, devel/luv's Makefile needs fixed.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242799-25139-NR8JlZSdtn>