Bug 2212243 - How to link to luv.so without having to apply current "hack" in spec file.
Summary: How to link to luv.so without having to apply current "hack" in spec file.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: neovim
Version: 38
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Andreas Schneider
QA Contact: Fedora Extras Quality Assurance
URL: https://github.com/neovim/neovim/issu...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-05 01:58 UTC by Chris Stone
Modified: 2023-06-11 02:02 UTC (History)
5 users (show)

Fixed In Version: neovim-0.9.1-2.fc38
Clone Of:
Environment:
Last Closed: 2023-06-11 02:02:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Chris Stone 2023-06-05 01:58:09 UTC
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

Comment 1 Chris Stone 2023-06-05 23:39:20 UTC
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.

Comment 2 Fedora Update System 2023-06-06 08:32:55 UTC
FEDORA-2023-81366c7456 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-81366c7456

Comment 3 Fedora Update System 2023-06-07 01:38:31 UTC
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.

Comment 4 Fedora Update System 2023-06-11 02:02:16 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.