On my system I got errors on compiling. Fixed it by installing pod2man from the AUR. I think it should be added as a makedepends. Or am I the only one?
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/gnucash-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gnucash-git |
| Description: | A personal and small-business financial-accounting application - GIT version |
| Upstream URL: | http://www.gnucash.org |
| Licenses: | GPL |
| Conflicts: | gnucash, gnucash-devel, gnucash-gtk3-git, gnucash-latest, gnucash-python, gnucash-xbt |
| Provides: | gnucash |
| Submitter: | not_anonymous |
| Maintainer: | not_anonymous (jebrosen) |
| Last Packager: | not_anonymous |
| Votes: | 11 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-02-13 14:09 (UTC) |
| Last Updated: | 2023-12-19 19:45 (UTC) |
On my system I got errors on compiling. Fixed it by installing pod2man from the AUR. I think it should be added as a makedepends. Or am I the only one?
Yep...still works. I made a very slight change in the deps.
Is this package still working ?
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:607 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) CMakeLists.txt:378 (pkg_check_modules)
@piedro I cannot reproduce that error. You should try building it again, in case the upstream repository was broken at that particular time. If that still doesn't work, please also try building in a clean chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
Hmm, I still can't build it....
In ice-9/boot-9.scm: 3377:20 5 (process-use-modules ) 222:17 4 (map1 (((gnucash report business-reports)))) 3378:31 3 ( ((gnucash report business-reports))) 2803:6 2 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ …) In unknown file: 1 (scm-error misc-error #f "~A ~S" ("no code for modu…" …) …) In ice-9/boot-9.scm: 752:25 0 (dispatch-exception _ )
ice-9/boot-9.scm:752:25: In procedure dispatch-exception: no code for module (gnucash report business-reports) make[2]: [gnucash/report/standard-reports/CMakeFiles/scm-standard-reports-2.dir/build.make:195: lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/lot-viewer.go] Fehler 1 make[2]: Verzeichnis „/home/user/.cache/pacaur/gnucash-git/src/gnucash-git/build“ wird verlassen make[1]: [CMakeFiles/Makefile2:10640: gnucash/report/standard-reports/CMakeFiles/scm-standard-reports-2.dir/all] Fehler 2
Any ideas how to fix?
thx, p.
Thanks for that hint @jebrosen! Rebuilding gnucash-git with
pacaur --rebuild -S gnucash-git
made it work again.
@sinnlos: Rebuilding the gnucash-git package should be enough to make it use the new version of boost-libs.
The libboost libraries in an up-to-date Arch are now version 1.72.0 so that a start of gnucash ends with
gnucash: error while loading shared libraries: libboost_locale.so.1.71.0: cannot open shared object file: No such file or directory