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

1 2 3 4 5 6 .. 8 Next › Last »

izenin commented on 2024-06-15 07:48 (UTC)

@dasc, thank you for the fix, I have just updated the package

dasc commented on 2024-06-09 09:17 (UTC)

Appending sed -E -e 's/c\+\+11/c\+\+17/' -i CMakeLists.txt to the prepare function in the PKGBUILD fixes it for me.

See https://github.com/unicode-org/icu/releases/tag/release-75-1

lothar_m commented on 2024-06-03 08:19 (UTC)

Getting a similar build error as user dasc.


[  6%] Building CXX object src/CMakeFiles/libledger.dir/draft.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>
      |                          ^~~~

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.