Bug 1266240 - vim-enhanced is missing libgpm.so.2 dependency
Summary: vim-enhanced is missing libgpm.so.2 dependency
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: vim
Version: 23
Hardware: aarch64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-24 20:53 UTC by Jeff Bastian
Modified: 2015-09-25 13:18 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-25 13:18:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jeff Bastian 2015-09-24 20:53:18 UTC
Description of problem:
I cannot install vim-enhanced due to a missing dependency on libgpm.so.2()(64bit).

[root@bumblebee ~]# uname -r
4.2.0-300.fc23.aarch64

[root@bumblebee ~]# dnf repolist
Last metadata expiration check performed 0:10:38 ago on Thu Sep 24 15:38:32 2015.
repo id                     repo name                                     status
f23                         f23                                           2,224
*updates                    Fedora 23 - aarch64 - Updates                     0
*updates-testing            Fedora 23 - aarch64 - Test Updates            6,423

[root@bumblebee ~]# dnf install vim-enhanced
Last metadata expiration check performed 0:09:29 ago on Thu Sep 24 15:38:32 2015.
Error: nothing provides libgpm.so.2()(64bit) needed by vim-enhanced-2:7.4.827-1.fc23.aarch64
(try to add '--allowerasing' to command line to replace conflicting packages)

Version-Release number of selected component (if applicable):
vim-enhanced-7.4.827-1.fc23.aarch64

How reproducible:
always

Steps to Reproduce:
1. install Fedora 23 Beta
2. dnf install vim-enhanced

Actual results:
cannot install vim-enhanced due to missing libgpm.so.2()(64bit)

Expected results:
install vim-enhanced

Additional info:

Comment 1 Jeff Bastian 2015-09-24 20:56:25 UTC
I found a gpm package in koji:
http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=296762

I installed that rpm manually and then I could install vim-enhanced.

[root@bumblebee ~]# wget http://arm.koji.fedoraproject.org//packages/gpm/1.20.7/7.fc23/aarch64/gpm-libs-1.20.7-7.fc23.aarch64.rpm
...
[root@bumblebee ~]# dnf install gpm-libs-1.20.7-7.fc23.aarch64.rpm 
...
[root@bumblebee ~]# dnf install vim-enhanced
...
Installed:
  vim-common.aarch64 2:7.4.827-1.fc23     vim-enhanced.aarch64 2:7.4.827-1.fc23
  vim-filesystem.aarch64 2:7.4.827-1.fc23

Complete!

Comment 2 Karsten Hopp 2015-09-25 13:18:15 UTC
gpm-1.20.7-7.fc23 got moved to f23-beta yesterday. This should be fixed now.


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