Package Details: hledger-bin 1.40-5

Git Clone URL: https://aur.archlinux.org/hledger-bin.git (read-only, click to copy)
Package Base: hledger-bin
Description: Command-line interface for the hledger accounting system
Upstream URL: http://hledger.org
Keywords: hledger ledger
Licenses: GPL
Conflicts: hledger
Provides: hledger
Submitter: ccat3z
Maintainer: dude
Last Packager: dude
Votes: 6
Popularity: 0.24
First Submitted: 2020-08-22 05:39 (UTC)
Last Updated: 2024-09-17 19:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

dude commented on 2021-05-13 12:19 (UTC)

@samhh Are you running Arch or one of the derivative distros?

ccat3z commented on 2021-05-13 05:31 (UTC)

@samhh Cannot reproduce it in the latest ArchLinux. Can you send me the patched hledger binary?

<deleted-account> commented on 2021-05-12 22:28 (UTC)

Any ideas why I'd be seeing this?:

$ hledger
hledger: error while loading shared libraries: 91023: cannot open shared object file: No such file or directory

behonest commented on 2021-04-10 15:32 (UTC)

@ccat3z Thanks for the links. Turned out my locale wasn't correctly set: it was ru_RU.UTF-8 but must be ru_RU.utf8. Also temporary can be fixed with LANG=en_US.utf8 hledger <command>.

dude commented on 2021-04-10 15:24 (UTC)

@behonest I'm also unable to reproduce that issue.

ccat3z commented on 2021-04-09 16:47 (UTC)

@behonest I can't reproduce the issue on my ledger file. It seems a upstream issue or wrong file encoding. See simonmichael/hledger#1332 and koalaman/shellcheck#324.

behonest commented on 2021-04-09 16:03 (UTC)

@ccat3z Thanks. Though it now breaks with this:

❯  hledger -f all.ledger bal
hledger: <path to this>/all.ledger: hGetContents: invalid argument (invalid byte sequence)

ccat3z commented on 2021-04-09 15:30 (UTC)

@behonest Fixed in 1.21-2.

behonest commented on 2021-03-13 08:42 (UTC)

Thanks for the update to 1.21-1.

It works but shows this for print, reg, is commands:

hledger: /usr/lib/libtinfo.so.6: no version information available (required by hledger)

How to fix?