FS#49859 - [stack] installing libtinfo doesn't make stacks GHC binaries work

Attached to Project: Community Packages
Opened by Wieland Hoffmann (Mineo) - Sunday, 26 June 2016, 21:08 GMT
Last edited by Felix Yan (felixonmars) - Monday, 04 July 2016, 14:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The libtinfo package recommended by the .install file doesn't make stack setup work.

Additional info:
* libtinfo 6-14
* stack 1.1.2-8
* config and/or log files etc.


Steps to reproduce:
* stack new simple
* cd simple
* stack setup
[...] lots of output, ending in
/home/wieland/.stack/programs/x86_64-linux/ghc-7.10.3/lib/ghc-7.10.3/bin/ghc-pkg: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make[1]: *** [ghc.mk:925: install_packages] Fehler 127
make: *** [Makefile:24: install] Fehler 2
This task depends upon

Closed by  Felix Yan (felixonmars)
Monday, 04 July 2016, 14:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  See comments.
Comment by Doug Newgard (Scimmia) - Sunday, 26 June 2016, 21:29 GMT
Yeah, it should probably be recommending ncurses5-compat-libs.
Comment by Felix Yan (felixonmars) - Monday, 27 June 2016, 07:12 GMT
Updated to mention ncurses5-compat-libs in 1.1.2-9.

Loading...