Package Details: ledger-git latest-6

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: 2022-09-24 13:37 (UTC)

Dependencies (7)

Required by (5)

Sources (1)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

dasc commented on 2024-05-29 21:18 (UTC) (edited on 2024-05-30 09:36 (UTC) by dasc)

Build fails:

[  1%] Building CXX object src/CMakeFiles/libledger.dir/stats.cc.o
In file included from /usr/include/unicode/uset.h:36,
                 from /usr/include/unicode/unorm2.h:35,
                 from /usr/include/unicode/unorm.h:25,
                 from /usr/include/unicode/ucol.h:17,
                 from /usr/include/unicode/coll.h:62,
                 from /usr/include/boost/regex/v5/icu.hpp:24,
                 from /usr/include/boost/regex/icu.hpp:27,
                 from /home/*****/builds/ledger-git/src/ledger/system.hh:180,
                 from /home/*****/builds/ledger-git/src/ledger/src/stats.cc:32:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared ‘auto’
  561 | template <typename Type, auto closeFunction>
      |                          ^~~~

izenin commented on 2019-10-12 19:59 (UTC)

Should be fixed now.

dasc commented on 2019-10-09 21:12 (UTC)

Fresh build fails:

[ 89%] Linking CXX executable ../ledger
/usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to PyUnicode_AsUTF8String' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference toPyUnicode_FromFormat' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to PyModule_Create2' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference toPyUnicode_FromString' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to _Py_fopen' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference toPyUnicode_FromStringAndSize' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to PyBytes_AsString' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference toPyBytes_Size' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to PyUnicode_AsWideChar' /usr/bin/ld: ../libledger.so.3: undefined reference toboost::python::detail::init_module(char const, void ()())' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to PyUnicode_FromEncodedObject' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference toPyUnicode_AsUTF8' /usr/bin/ld: /usr/lib64/libboost_python37.so.1.71.0: undefined reference to `PyUnicode_InternFromString' collect2: error: ld returned 1 exit status

It works if I remove -DUSE_PYTHON=ON.

izenin commented on 2018-06-12 19:02 (UTC)

dwrz, I suppose either ledger-git (this package) or boost-libs package is outdated in your system.

dwrz commented on 2018-06-09 16:23 (UTC)

Getting this error when I run ledger:

ledger: error while loading shared libraries: libboost_filesystem.so.1.66.0: cannot open shared object file: No such file or directory

izenin commented on 2018-04-18 21:27 (UTC)

arcnmx, done.

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