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#72638 - [hledger] Error message for every command executed
Attached to Project:
Community Packages
Opened by samyak (samyak) - Thursday, 04 November 2021, 23:10 GMT
Last edited by Caleb Maclennan (alerque) - Wednesday, 24 November 2021, 19:40 GMT
Opened by samyak (samyak) - Thursday, 04 November 2021, 23:10 GMT
Last edited by Caleb Maclennan (alerque) - Wednesday, 24 November 2021, 19:40 GMT
|
DetailsDescription:
Every time I execute an hledger command, I get this output ``` hledger: /usr/lib/libncursesw.so.6: no version information available (required by /usr/lib/libHShledger-1.22.2-14Z1MxICp3P2wuTw81TFyY-ghc9.0.1.so) ``` This program seems to be working but it is a bit annoying to have this prepended to every output from the command Additional info: * package version(s): hledger 1.22.2-32 * config and/or log files etc.: NA * link to upstream bug report, if any: NA. Reporting this here because when building from source, I can confirm that I am not facing this issue. Have this issue only when installing though pacman. Steps to reproduce: Just install the package: ```package -S hledger``` and run ```hledger --version``` |
This task depends upon
Closed by Caleb Maclennan (alerque)
Wednesday, 24 November 2021, 19:40 GMT
Reason for closing: Works for me
Additional comments about closing: Neither I nor the original poster can replicate any more.
Wednesday, 24 November 2021, 19:40 GMT
Reason for closing: Works for me
Additional comments about closing: Neither I nor the original poster can replicate any more.

I am unable to replicate this. In fact I use `hledger` on a regular basis and haven't ever seen this, and just tried and can't replicate it right now either. I suspect your system is out of sync and you are in some unsupported partial upgrade state. I'm guessing you have a new hledger version but paired with old system libraries. Have you done a full system update with `pacman -Syu`?

Weird. It works now. I am pretty sure everything was updated when I reported this. Anyway, since this issue seems to have been resolved, it can be closed. Thanks!