CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases. -- The C compiler identification is GNU 12.1.0 -- The CXX compiler identification is GNU 12.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning at CMakeLists.txt:86 (message): /etc is set outside of the intallation prefix /usr. That will break relocation so ENABLE_BINRELOC is set to off. With relocation disabled GnuCash will run only in its configured install location. You must set GNC_UNINSTALLED=1 and GNC_BUILDDIR=/path/to/builddir to run from the build directory. GnuCash will not run from a DESTDIR. -- Found UnixCommands: /usr/bin/bash -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") -- Checking for module 'glib-2.0>=2.56.1' -- Found glib-2.0, version 2.72.2 -- Checking for module 'gio-2.0' -- Found gio-2.0, version 2.72.2 -- Checking for module 'gobject-2.0' -- Found gobject-2.0, version 2.72.2 -- Checking for module 'gmodule-2.0' -- Found gmodule-2.0, version 2.72.2 -- Checking for module 'gthread-2.0' -- Found gthread-2.0, version 2.72.2 -- Checking for module 'libxml-2.0>=2.9.4' -- Found libxml-2.0, version 2.9.14 -- Checking for module 'libxslt' -- Found libxslt, version 1.1.35 -- Checking for module 'webkit2gtk-4.0>=2.14.0' -- Found webkit2gtk-4.0, version 2.36.3 -- Checking for module 'gtk+-3.0>=3.22.30' -- Found gtk+-3.0, version 3.24.34 -- Checking for module 'zlib' -- Found zlib, version 1.2.12 -- Found Gettext: /usr/bin/msgmerge (found suitable version "0.21", minimum required is "0.19.6") -- Found SWIG: /usr/bin/swig (found suitable version "4.0.2", minimum required is "3.0.12") -- Using guile-2.2.x -- Using guile SRFI-64 -- Using guile textual-ports -- Checking for module 'gwenhywfar>=4.20' -- Found gwenhywfar, version 5.9.0 -- Checking for module 'aqbanking>=5.7.8' -- Found aqbanking, version 6.5.0 -- Looking for AB_Banking_RuntimeConfig_SetCharValue -- Looking for AB_Banking_RuntimeConfig_SetCharValue - not found -- Checking for module 'gwengui-gtk3' -- Found gwengui-gtk3, version 5.9.0 -- Checking for module 'libofx' -- Package 'libofx', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:605 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal) CMakeLists.txt:375 (pkg_check_modules) -- Configuring incomplete, errors occurred! See also "/build/gnucash/src/gnucash-4.10/CMakeFiles/CMakeOutput.log". See also "/build/gnucash/src/gnucash-4.10/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build().  Aborting...