-- Found PythonInterp: /var/tmp/portage/app-office/ledger-3.1.1/temp/python2.7/bin/python (found version "2.7.14") -- Found PythonLibs: /usr/lib/libpython2.7.so (found version "2.7.14") CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:2044 (message): Unable to find the requested Boost libraries. Boost version: 1.65.0 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-desktop-ffmpeg4_20180425-205701 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.0 * Available Python interpreters, in order of preference: [1] python3.5 [2] python2.7 (fallback) [3] pypy3 (fallback) [4] pypy (fallback) Available Ruby profiles: [1] ruby22 (with Rubygems) [2] ruby23 (with Rubygems) * java-config: The following VMs are available for generation-2: emerge -qpv app-office/ledger [ebuild N ] app-office/ledger-3.1.1 USE="python -doc -emacs" PYTHON_TARGETS="python2_7"
Created attachment 528870 [details] emerge-info.txt
Created attachment 528872 [details] app-office:ledger-3.1.1:20180428-155315.log
Created attachment 528874 [details] CMakeError.log
Created attachment 528876 [details] CMakeOutput.log
Created attachment 528878 [details] emerge-history.txt
Created attachment 528880 [details] environment
Created attachment 528882 [details] etc.portage.tbz2
Created attachment 528884 [details] logs.tbz2
Created attachment 528886 [details] temp.tbz2
Created attachment 538690 [details] Patch fixing CMakeLists.txt to find libboost_python-2.7.so The attached patch fixes the build. However, it introduces a warning: CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:1723 (message): No header defined for python-2.7; skipping header check So I am not sure if this is the best way to fix the build.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2642ca2a2e080d478b417a37edd1500cf1c283fd commit 2642ca2a2e080d478b417a37edd1500cf1c283fd Author: Erik Mackdanz <stasibear@gentoo.org> AuthorDate: 2018-07-20 04:01:29 +0000 Commit: Erik Mackdanz <stasibear@gentoo.org> CommitDate: 2018-07-20 04:02:31 +0000 app-office/ledger: Bug fixes, EAPI=6 Closes: https://bugs.gentoo.org/635730 Closes: https://bugs.gentoo.org/635924 Closes: https://bugs.gentoo.org/642804 Closes: https://bugs.gentoo.org/654326 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../files/ledger-3.1.1-r1-boost-python.patch | 13 +++ app-office/ledger/ledger-3.1.1-r1.ebuild | 125 +++++++++++++++++++++ 2 files changed, 138 insertions(+)
Thank you for this fix. I've incorporated it to -r1.
*** Bug 690180 has been marked as a duplicate of this bug. ***
Not fixed, reproducible with both 3.1.1-r2 and 3.1.2, see dupe.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2d9347b7da75bada1ffd581ad7903646427e0b commit ed2d9347b7da75bada1ffd581ad7903646427e0b Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-07-18 20:57:31 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-07-18 20:58:03 +0000 app-office/ledger: Fix build with >=boost-1.70 Closes: https://bugs.gentoo.org/654326 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-office/ledger/ledger-3.1.2.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
*** Bug 690712 has been marked as a duplicate of this bug. ***