Package Details: ledger-git latest-7

Git Clone URL: https://aur.archlinux.org/ledger-git.git (read-only, click to copy)
Package Base: ledger-git
Description: A double-entry accounting system with a command-line reporting interface (development version)
Upstream URL: http://ledger-cli.org
Licenses: BSD
Conflicts: ledger
Provides: ledger
Submitter: joni
Maintainer: izenin
Last Packager: izenin
Votes: 25
Popularity: 0.000000
First Submitted: 2009-05-28 01:14 (UTC)
Last Updated: 2024-06-15 07:49 (UTC)

Dependencies (7)

Required by (5)

Sources (1)

Latest Comments

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

joni commented on 2013-01-03 18:21 (UTC)

Can you post your results and the expected output to the mailing list (see http://list.ledger-cli.org/ )? Try running 'python2 test/RegressTests.py /usr/bin/ledger $(pwd) test/regress' in the git repository and report failed tests, too. (CAE63F5C-c.test and 647D5DB9.test are known to fail)

oneeyed commented on 2013-01-03 10:58 (UTC)

Indeed, I confirm that "next" is badly broken, as a simple "ledger balance" fails on some multi-currency transactions, while "ledger register" handles them fine.

oneeyed commented on 2013-01-03 10:47 (UTC)

joni: that (the switch to "next") may explain why my "balance" command doesn't work anymore with transactions using alternate currencies. I'll have to modify the PKGBUILD manually and go back to master.

joni commented on 2013-01-01 23:47 (UTC)

This is a bug in the master branch in that it does not honor the '--output' option. I switched the PKGBUILD to use the next branch for the time being as it is stable and does not see to many changes at the moment.

xilef commented on 2013-01-01 02:13 (UTC)

PKGBUILD seems out of date. The following changes built for me: package () { - cd "$srcdir/$_gitname/build" + cd "$srcdir/$_gitname" - install -D -m644 ../doc/LICENSE $pkgdir/usr/share/licenses/custom/ledger-git/license.txt + install -D -m644 doc/LICENSE $pkgdir/usr/share/licenses/custom/ledger-git/license.txt

xilef commented on 2013-01-01 00:41 (UTC)

PKGBUILD seems out of date. The following changes built for me: package () { - cd "$srcdir/$_gitname/build" + cd "$srcdir/$_gitname" - install -D -m644 ../doc/LICENSE $pkgdir/usr/share/licenses/custom/ledger-git/license.txt + install -D -m644 doc/LICENSE $pkgdir/usr/share/licenses/custom/ledger-git/license.txt

oneeyed commented on 2012-10-06 12:19 (UTC)

Despite the instructions in PKGBUILD, ledger is installed with a /usr/local prefix, not /usr.

kgunders commented on 2012-08-19 18:15 (UTC)

UPDATE: Now builds for me, although I have not had time to actually use it.

kgunders commented on 2012-05-23 08:36 (UTC)

FYI-- Not working for me.... acprep: INFO: Noticing include directory => /usr/include/python2.7 Traceback (most recent call last): File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit msg = self.format(record) File "/usr/lib/python2.7/logging/__init__.py", line 723, in format return fmt.format(record) File "/usr/lib/python2.7/logging/__init__.py", line 464, in format record.message = record.getMessage() File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Logged from file acprep, line 623 ==> ERROR: A failure occurred in build(). Aborting... Ciao00

joni commented on 2012-05-21 14:35 (UTC)

This PKGBUILD now builds the 'master' branch by default. Please note that ledger switched to a cmake build process on its 'next' branch so I'm already including it in the make dependencies.