agriffis / neovim

Nightly neovim rpms
https://arongriffis.com/2019/03/02/neovim-nightly-builds
Other
20 stars 0 forks source link

Builds are failing #31

Closed jglueckstein closed 2 months ago

jglueckstein commented 2 months ago

Problem

Builds have been failing since August 31st. I examined the build log here. It looks like neovim changed their build process in this recent commit.

Steps to reproduce

See copr

Expected behavior

Builds succeeding.

Neovim version (nvim -v)

Last successful build: NVIM v0.11.0-dev+684-g53af02adb

Vim (not Nvim) behaves the same?

no

Operating system/version

fedora 40

Terminal name/version

any

$TERM environment variable

NA

Installation

COPR

agriffis commented 2 months ago

Thanks. It looks like neovim depends on a newer version of utf8proc than we have in Fedora, possibly even an unreleased version.

Not sure how to resolve that yet.

jglueckstein commented 2 months ago

Would it help if we politely asked utf8proc to bump their version number?

agriffis commented 2 months ago

That seems like a good place to start.

agriffis commented 2 months ago

I added utf8proc to the nightly copr builds. Neovim builds are unstuck.

https://copr.fedorainfracloud.org/coprs/agriffis/neovim-nightly/builds/

agriffis commented 2 months ago

You might need to

sudo dnf upgrade --refresh --best --allowerasing

if you have something (like subversion) that depends on the older utf8proc. Just don't remove something you care about!

jglueckstein commented 2 months ago

Thank you!

For the record, I had to remove both subversion and julia due to dependence on the older utf8proc.