Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#56067 - [hledger] [1.4-2] Missing library libtinfo.so.6
Attached to Project:
Community Packages
Opened by Rob Hallam (bertieb) - Saturday, 21 October 2017, 12:21 GMT
Last edited by Felix Yan (felixonmars) - Sunday, 22 October 2017, 19:07 GMT
Opened by Rob Hallam (bertieb) - Saturday, 21 October 2017, 12:21 GMT
Last edited by Felix Yan (felixonmars) - Sunday, 22 October 2017, 19:07 GMT
|
DetailsDescription:
hledger 1.4-2 complains about a missing library (libtinfo.6). This occurs with or without arguments: > hledger: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory $ ls /usr/lib/ | grep libtinfo.so > 1 $ lddtree $(which hledger) ...snip... libtinfo.so.6 => None ..snip... Installing libtinfo from AUR (https://aur.archlinux.org/packages/libtinfo/) resolves the issue. Additional info: * package version 1.4-2 Steps to reproduce: - install/update to 1.4-2 - run `hledger` or any subcommand Mitigation: - install AUR libtinfo Cheers PS: Apologies is this is a PEBCAK issue; I'm not familiar with reporting bugs and I'm not sure if this qualifies as one as it's trivially solvable via installing the AUR package. Perhaps there should be a libtinfo / ncurses dependency in this package? |
This task depends upon

The issue here is simply that it needs the version of ncurses that's still in the testing repo

testing/ncurses has been moved to [core].