Passing -DLUV_LIBRARY:STRING=-Wl,/usr/lib64/luajit/2.1/luv.so allows me to complete the build process without being forced to implement the hack in build.ninja. Also upstream has changed LIBLUV to just LUV for the cmake options. Reproducible: Always Steps to Reproduce: use :STRING=-Wl,/usr/lib64/luajit/2.1/luv.so for LUV_LIBRARY option
I've submitted a pull request on neovims github at https://github.com/neovim/neovim/pull/23909. It works around luv.so not being built with an included soname which to my understanding is the root cause of the issue. The general consensus is that the luv.so library needs to be built with soname set due to that being expected by cmake. This is why we have to use :STRING=-Wl,/usr/lib64/luajit/2.1/luv.so when building neovim at this time.
FEDORA-2023-81366c7456 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-81366c7456
FEDORA-2023-81366c7456 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-81366c7456` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-81366c7456 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-81366c7456 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.