-- Performing Test have_mod_mask - Success CMake Error at gnucash/register/register-gnome/CMakeLists.txt:4 (check_symbol_exists): Unknown CMake command "check_symbol_exists". -- Configuring incomplete, errors occurred! ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma-libressl-20190717-053737 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.1.0 * Available Python interpreters, in order of preference: [1] python3.6 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.36.0 * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.12.0 [icedtea-bin-8] 2) JamVM JDK 2.0.0 [jamvm] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm [2] jamvm emerge -qpvO app-office/gnucash [ebuild N ] app-office/gnucash-3.6 USE="gui nls -aqbanking -chipcard -debug -doc -examples -gnome-keyring -mysql -ofx -postgres -python -quotes -register2 -sqlite" PYTHON_SINGLE_TARGET="python3_6 -python3_5" PYTHON_TARGETS="python3_6 -python3_5"
Created attachment 583716 [details] emerge-info.txt
Created attachment 583718 [details] app-office:gnucash-3.6:20190719-221624.log
Created attachment 583720 [details] CMakeError.log
Created attachment 583722 [details] CMakeOutput.log
Created attachment 583724 [details] emerge-history.txt
Created attachment 583726 [details] environment
Created attachment 583728 [details] etc.portage.tbz2
Created attachment 583730 [details] logs.tbz2
Created attachment 583732 [details] temp.tbz2
Created attachment 584124 [details, diff] Patch to fix CMake CheckSymbolExists In the affected CMakeLists.txt, include(CheckSymbolExists) must be added as per the attached patch.
I confirm the bug and that the patch makes it build. Thanks, Bernd!
I also confirm the bug and it is indeed fixed with the patch by Bernd (thanks) I also got the same error while trying to install gnucash-3.3 (haven't tried if the patch also fixes it)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff46a76b91b203f21ddc917a6486be6d2f73011d commit ff46a76b91b203f21ddc917a6486be6d2f73011d Author: Peter Levine <plevine457@gmail.com> AuthorDate: 2019-09-15 19:58:05 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-10-13 11:40:24 +0000 app-office/gnucash: Fix check_symbol_exists error Adds "include(CheckSymbolExists)" to avoid the error "Unknown CMake command check_symbol_exists" Closes: https://bugs.gentoo.org/690270 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../files/gnucash-3.7-include-checksymbolexists.patch | 12 ++++++++++++ app-office/gnucash/gnucash-3.7.ebuild | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-)