FS#53157 - [ncurses] libtinfo is improperly installed

Attached to Project: Arch Linux
Opened by Ma Jiehong (jiehong) - Friday, 03 March 2017, 18:25 GMT
Last edited by Antonio Rojas (arojas) - Friday, 03 March 2017, 18:40 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After installing ncurses, the following lib is installed as a symlink:

'/lib/libtinfo.so.5' -> '/usr/lib/libncurses.so.5'*

However, the following symlink is missing:
'/lib/libtinfo.so' -> '/lib/libtinfo.so.5'*


Additional info:
* ncurses version: 6.0+20170128-1

Impact: compiling something that depends on this library fails.

Ex: `stack install haskeline`, which needs libtinfo behind the scene with '/usr/bin/ld'.

I found this issue on the bug tracker of haskeline: https://github.com/judah/haskeline/issues/57

This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 03 March 2017, 18:40 GMT
Reason for closing:  Not a bug
Additional comments about closing:  The ncurses package doesn't contain any such symlink