Bug 2427848

Summary: Upgrade to 9.1.2039 or above for ruby4.0
Product: [Fedora] Fedora Reporter: Mamoru TASAKA <mtasaka>
Component: vimAssignee: Zdenek Dohnal <zdohnal>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: carl, fhrdina, zdohnal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-01-12 09:05:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2418384    

Description Mamoru TASAKA 2026-01-08 08:49:02 UTC
Now we ruby-sig folks are rebuilding packages for ruby4.0:
https://fedoraproject.org/wiki/Changes/Ruby_4.0

vim does not dynamically linked against libruby.so.X.Y, however vim tries to dlopen() libruby.so.X.Y (not libruby.so), so rebuilding vim for ruby4.0 is needed.

However for this the following patch is needed:
https://github.com/vim/vim/commit/871d2cc2ef4e32b091368a9b1e197b00ff664f08

(currently rebuilding vim against ruby4.0 fails)

Reproducible: Always

Comment 1 Zdenek Dohnal 2026-01-12 09:05:53 UTC
Vim rebased to patchlevel 2068 last Friday - https://bodhi.fedoraproject.org/updates/FEDORA-2026-4242868eaf , closing.

Thank you for the report!