FS#9949 - gpm-1.20.1-7 is missing one symlink

Attached to Project: Arch Linux
Opened by Jan Spakula (bender02) - Tuesday, 25 March 2008, 15:49 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 01 May 2008, 16:38 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: the package gpm-1.20.1-7 does not own the symlink /usr/lib/libgpm.so.1 -> /usr/lib/libgpm.so.1.19.0. After deleting it, for instance vim refuses to started (missed that symlink).

Steps to reproduce:
1. pacman -Ql gpm (does not list /usr/lib/libgpm.so.1)
2. rm /usr/lib/libgpm.so.1
3. vim <anything> -> error
4. ln -s /usr/lib/libgpm.so.1.19.0 /usr/lib/libgpm.so.1
5. vim <anything> works
This task depends upon

Closed by  Eric Belanger (Snowman)
Thursday, 01 May 2008, 16:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in gpm 1.20.3-1
Comment by Jan Spakula (bender02) - Tuesday, 22 April 2008, 03:39 GMT
gpm-1.20.3-1 (in testing now) fixes this. Of course, update with force flag is necessary.

Loading...