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 »

arcnmx commented on 2018-04-18 19:23 (UTC)

Could "-DUSE_PYTHON=ON" be added to the cmake line to enable the python interface?

csllbr commented on 2017-01-31 07:46 (UTC)

I've been getting this message to stderr lately. Is this a boost or a ledger problem? sys:1: RuntimeWarning: to-Python converter for boost::shared_ptr<ledger::commodity_pool_t> already registered; second conversion method ignored. sys:1: RuntimeWarning: to-Python converter for boost::shared_ptr<ledger::(anonymous namespace)::collector_wrapper> already registered; second conversion method ignored.

ikke commented on 2016-09-21 21:41 (UTC)

Applying this patch fixed it: https://patch-diff.githubusercontent.com/raw/ledger/ledger/pull/465.diff

FlorianJacob commented on 2016-09-12 10:23 (UTC)

I can't compile the package anymore, probably related to the boost upgrade to 1.61 that also broke https://aur.archlinux.org/packages/ledger: /tmp/yaourt-tmp-florian/aur-ledger-git/src/ledger/src/item.h:127:22: required from here /usr/include/boost/core/enable_if.hpp:41:10: Fehler: unvollständiger Typ »boost::optional_detail::is_optional_val_init_candidate<std::map<std::__cxx11::basic_string<char>, std::pair<boost::optional<ledger::value_t>, bool>, boost::function<bool(std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char>)> >, const boost::optional<std::map<std::__cxx11::basic_string<char>, std::pair<boost::optional<ledger::value_t>, bool>, boost::function<bool(std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char>)> > >&>« in geschachtelter Namensangabe verwendet struct enable_if : public enable_if_c<Cond::value, T> {};

ankz commented on 2016-08-02 03:01 (UTC)

Recently having problem with python bindings: $ python2 Python 2.7.12 (default, Jun 28 2016, 08:31:05) [GCC 6.1.1 20160602] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ledger Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: No to_python (by-value) converter found for C++ type: boost::shared_ptr<ledger::commodity_pool_t> >>>

maralorn commented on 2016-02-07 16:03 (UTC)

As mentioned in http://bugs.ledger-cli.org/show_bug.cgi?id=1144 I get this weird behavior, when using haskell: # cat test.ledger 2015-10-10=2015-10-09 Test Account1 2 EUR Account2 # ledger -f test.ledger print 2015-10-10=2015-10-10 Test Account1 2 EUR Account2 Notice the secondary date has changed. This problem doesn't occur, when I build the package myself with ./acprep update && make from the same repo and commit. I am quite puzzled by the phenomenon. Thanks!

csllbr commented on 2015-09-07 14:34 (UTC)

is it possible to add build support for python? @@ -42,7 +42,7 @@ prepare() { build() { cd ledger; rm -rf build - ./acprep "${_build:-opt}" --python --output=./build --prefix=/usr make all doc -- "${_defines[@]/#/-D}" + ./acprep "${_build:-opt}" --output=./build --prefix=/usr make all doc -- "${_defines[@]/#/-D}" } Thanks!

lothar_m commented on 2015-08-15 16:23 (UTC)

I'm unable to build the package at the moment. The following error is returned when running "makepkg -s" error: could not apply 48aec0f... boost::none_t no longer convertible from literal 0 in 1.58 hint: after resolving the conflicts, mark the corrected paths hint: with 'git add <paths>' or 'git rm <paths>' hint: and commit the result with 'git commit' ==> ERROR: A failure occurred in prepare(). Aborting... I've also tried to build without the "git cherry-pick" command but without success. Anyone has any ideas?

ikke commented on 2015-07-28 16:30 (UTC)

The issue with boost 1.58 has just been fixed. Branch next builds again for me.

joni commented on 2015-05-12 21:32 (UTC)

Fixed, thanks.