Package Details: hledger-bin 1.52.1-1

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-3.0-or-later
Conflicts: hledger
Provides: hledger
Submitter: ccat3z
Maintainer: gesh
Last Packager: gesh
Votes: 9
Popularity: 0.000199
First Submitted: 2020-08-22 05:39 (UTC)
Last Updated: 2026-05-01 04:19 (UTC)

Dependencies (1)

Required by (7)

Sources (1)

Latest Comments

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

<deleted-account> commented on 2021-05-13 14:28 (UTC)

The updated package works after clearing my cache, thanks both!

ccat3z commented on 2021-05-13 14:11 (UTC)

@samhh Fixed in 1.21-3. xxd was replaced by od in package coreutils.

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

@dude @samhh Since xxd is part of vim, adding xxd-standalone to makedepends may cause problems for vim users. I am trying to replace xxd with a similar tool (like hexdump).

dude commented on 2021-05-13 13:09 (UTC) (edited on 2021-05-13 13:11 (UTC) by dude)

@samhh I realized I'm actually having the same issue. For some reason '91023' is listed as one of the shared libraries, and of course since that's not the name of a shared object file, it's unable to load. The issue is resolved for me after installing the xxd-standalone package and then rebuilding though. Otherwise I get those xxd command not found errors. So that package should probably be added to makedepends.

I think if you clear out your AUR package cache and then rebuild while xxd is installed, it should work.

<deleted-account> commented on 2021-05-13 12:46 (UTC)

I'm running Arch, and this did used to work for me, so I can only assume I've done something silly to break it!

During installation I see some errors:

==> Starting prepare()...
Patch hledger
./patch-ncurses5.sh: line 25: xxd: command not found
./patch-ncurses5.sh: line 36: xxd: command not found
Patch hledger-ui
./patch-ncurses5.sh: line 25: xxd: command not found
./patch-ncurses5.sh: line 36: xxd: command not found
Patch hledger-web
./patch-ncurses5.sh: line 25: xxd: command not found
./patch-ncurses5.sh: line 36: xxd: command not found
==> Sources are ready.

I installed xxd-standalone to see if it'd help. The error messages went away during installation but hledger still wouldn't open.

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.