D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/gnucash-5.5-3.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.12Woap + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf gnucash-5.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/gnucash-5.5.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd gnucash-5.5 + rm -rf /home/pterjan/rpmbuild/BUILD/gnucash-5.5-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/gnucash-5.5-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/gnucash-docs-5.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/gnucash-rpath.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/gnucash-5.0-docs-dont-create-symlink.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xWpZC7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd gnucash-5.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + /usr/bin/cmake -Wno-dev -S . -B build -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_LIBDIR:PATH=lib64 -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_RUNSTATEDIR:PATH=/run -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB_SUFFIX=64 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON '-DCMAKE_MODULE_LINKER_FLAGS=-Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF -GNinja -DWITH_PYTHON=ON -DCOMPILE_GSCHEMAS=OFF -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCPACK_SOURCE_RPM=OFF -DCPACK_SOURCE_TBZ2=OFF -DCPACK_SOURCE_TGZ=OFF -DCPACK_SOURCE_TXZ=OFF -DCPACK_SOURCE_TZ=OFF -- The C compiler identification is GNU 14.0.1 -- The CXX compiler identification is GNU 14.0.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning at CMakeLists.txt:88 (message): /etc is set outside of the installation 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 -- 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.80.0 -- Checking for module 'gio-2.0' -- Found gio-2.0, version 2.80.0 -- Checking for module 'gobject-2.0' -- Found gobject-2.0, version 2.80.0 -- Checking for module 'gmodule-2.0' -- Found gmodule-2.0, version 2.80.0 -- Checking for module 'gthread-2.0' -- Found gthread-2.0, version 2.80.0 -- Checking for module 'libxml-2.0>=2.9.4' -- Found libxml-2.0, version 2.12.6 -- Checking for module 'libxslt' -- Found libxslt, version 1.1.39 -- Checking for module 'webkit2gtk-4.0>=2.14.0' -- Package 'webkit2gtk-4.0', required by 'virtual:world', not found -- Checking for module 'webkit2gtk-4.1' -- Found webkit2gtk-4.1, version 2.44.0 -- Checking for module 'gtk+-3.0>=3.22.30' -- Found gtk+-3.0, version 3.24.41 -- Checking for module 'zlib' -- Found zlib, version 1.3.1 -- Found Gettext: /usr/bin/msgmerge (found suitable version "0.22.5", minimum required is "0.19.6") -- Found SWIG: /usr/bin/swig (found suitable version "4.2.1", minimum required is "3.0.12") -- Using guile-3.0.x -- Using guile SRFI-64 -- Using guile textual-ports -- Checking for module 'gwenhywfar>=5.6.0' -- Found gwenhywfar, version 5.10.2 -- Checking for module 'aqbanking>=6.2.0' -- Found aqbanking, version 6.5.4 -- Looking for AB_Banking_RuntimeConfig_SetCharValue -- Looking for AB_Banking_RuntimeConfig_SetCharValue - not found -- Checking for module 'gwengui-gtk3' -- Found gwengui-gtk3, version 5.10.2 -- Checking for module 'libofx' -- Found libofx, version 0.10.9 -- Performing Test HAVE_OFX_BUG_39 -- Performing Test HAVE_OFX_BUG_39 - Failed -- Found LibXslt: xslt;xml2 (found version "1.1.39") -- Found Python3: /usr/bin/python3 (found suitable version "3.12.2", minimum required is "3.6.0") found components: Interpreter Development Development.Module Development.Embed -- Found Perl: /usr/bin/perl (found version "5.38.2") -- Checking for module 'icu-uc' -- Found icu-uc, version 73.2 -- Checking for module 'icu-i18n' -- Found icu-i18n, version 73.2 -- Checking for module 'libsecret-1>=0.18' -- Found libsecret-1, version 0.21.4 -- Performing Test have_stringop_truncation -- Performing Test have_stringop_truncation - Success -- Checking for GTEST -- Checking for GMOCK -- Looking for include file dirent.h -- Looking for include file dirent.h - found -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - found -- Looking for include file glob.h -- Looking for include file glob.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file limits.h -- Looking for include file limits.h - found -- Looking for include file locale.h -- Looking for include file locale.h - found -- Looking for include file memory.h -- Looking for include file memory.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for include file strings.h -- Looking for include file strings.h - found -- Looking for include file sys/stat.h -- Looking for include file sys/stat.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file sys/times.h -- Looking for include file sys/times.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include file sys/wait.h -- Looking for include file sys/wait.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file utmp.h -- Looking for include file utmp.h - found -- Looking for include file wctype.h -- Looking for include file wctype.h - found -- Performing Test standard_math_library_linked_to_automatically -- Performing Test standard_math_library_linked_to_automatically - Success -- Configuring done (5.8s) -- Generating done (0.5s) CMake Warning: Manually-specified variables were not used by the project: BUILD_STATIC_LIBS CMAKE_CXX_FLAGS_RELEASE CMAKE_INSTALL_DO_STRIP CMAKE_VERBOSE_MAKEFILE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX PYTHON_EXECUTABLE SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build + /usr/bin/cmake --build build -j16 --verbose Change Dir: '/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build' Run Build Command(s): /usr/bin/ninja -v -j 16 [1/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E create_symlink /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json/builder.scm /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0/gnucash/json/builder.scm [2/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E create_symlink /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json/parser.scm /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0/gnucash/json/parser.scm [3/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E create_symlink /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json/syntax.scm /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0/gnucash/json/syntax.scm [4/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/doc && /usr/bin/cmake -D SRC=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/doc/gnucash-cli.1.in -D DST=gnucash-cli.1 -D VCS_INFO_FILE=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-vcs-info.h -D DATADIR_BUILD=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share -D SRC_DIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5 -P /home/pterjan/rpmbuild/BUILD/gnucash-5.5/cmake/configure-manpage.cmake [5/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/doc && /usr/bin/cmake -D SRC=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/doc/gnucash.1.in -D DST=gnucash.1 -D VCS_INFO_FILE=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-vcs-info.h -D DATADIR_BUILD=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share -D SRC_DIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5 -P /home/pterjan/rpmbuild/BUILD/gnucash-5.5/cmake/configure-manpage.cmake [6/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/doc && /usr/bin/cmake -D SRC=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/doc/tip_of_the_day.list.c -D TOTD=tip_of_the_day.list -D DST_DIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/gnucash -D CMAKE_C_COMPILER=/usr/bin/gcc -P /home/pterjan/rpmbuild/BUILD/gnucash-5.5/cmake/configure-totd.cmake [7/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/az/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/az.po [8/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/da/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/da.po [9/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/bg/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/bg.po [10/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ar/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ar.po [11/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/cs/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/cs.po [12/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ca/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ca.po [13/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/de/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/de.po [14/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/as/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/as.po [15/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/brx/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/brx.po [16/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/doi/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/doi.po [17/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/el/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/el.po [18/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/en_AU/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/en_AU.po [19/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/en_GB/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/en_GB.po [20/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/et/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/et.po [21/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/en_NZ/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/en_NZ.po [22/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/es_NI/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/es_NI.po [23/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/fi/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/fi.po [24/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/fa/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/fa.po [25/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/eu/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/eu.po [26/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/es/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/es.po [27/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/hr/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/hr.po [28/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/he/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/he.po [29/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/gu/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/gu.po [30/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/fr/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/fr.po [31/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/hi/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/hi.po [32/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/hu/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/hu.po [33/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/id/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/id.po [34/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/it/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/it.po [35/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ja/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ja.po [36/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ko/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ko.po [37/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/mk/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/mk.po [38/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/kok@latin/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/kok@latin.po [39/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/lt/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/lt.po [40/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/kok/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/kok.po [41/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/kn/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/kn.po [42/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/lv/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/lv.po [43/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ks/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ks.po [44/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/mai/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/mai.po [45/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/mni/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/mni.po [46/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ne/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ne.po [47/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/nb/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/nb.po [48/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/mr/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/mr.po [49/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/nl/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/nl.po [50/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/mni@bengali/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/mni@bengali.po [51/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/pl/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/pl.po [52/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ro/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ro.po [53/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/pt/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/pt.po [54/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/rw/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/rw.po [55/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/pt_BR/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/pt_BR.po [56/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common && /usr/bin/swig -guile -external-runtime /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/swig-runtime.h [57/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ru/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ru.po [58/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/sk/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/sk.po [59/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/sr/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/sr.po [60/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/test-core && /usr/bin/swig -guile -Linkage module -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/test-core/swig-unittest-support-guile.c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core/unittest-support.i [61/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/tr/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/tr.po [62/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/sv/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/sv.po [63/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/te/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/te.po [64/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ur/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ur.po [65/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/vi/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/vi.po [66/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E env LD_LIBRARY_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: GNC_UNINSTALLED=YES GNC_BUILDDIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build GUILE_LOAD_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json/deprecated:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0 GUILE_LOAD_COMPILED_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/deprecated GNC_MODULE_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: /usr/bin/guile-3.0 -e "(@@ (guild) main)" -s /usr/bin/guild-3.0 compile -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json/syntax.go /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json/syntax.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /usr/bin/guild-3.0 ;;; compiled /home/pterjan/.cache/guile/ccache/3.0-LE-8-4.6/usr/bin/guild-3.0.go wrote `/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json/syntax.go' [67/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/ta/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/ta.po [68/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/uk/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/uk.po [69/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/zh_TW/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/zh_TW.po [70/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/po && /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/locale/zh_CN/LC_MESSAGES/gnucash.mo /home/pterjan/rpmbuild/BUILD/gnucash-5.5/po/zh_CN.po [71/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine && /usr/bin/xsltproc -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine/iso-4217-currencies.c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/iso-currencies-to-c.xsl /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/iso-4217-currencies.xml [72/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-version.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-version.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-version.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-version.c [73/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/test-core && /usr/bin/swig -python -py3 -Wall -Werror -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/bindings -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/bindings/python -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/test-core/swig-unittest-support-python.c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core/unittest-support.i Deprecated command line option: -py3. Ignored, this option is no longer supported. [74/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/binreloc.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/binreloc.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/binreloc.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/binreloc.c [75/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-locale-utils.c [76/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-path.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-path.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-path.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-path.c [77/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-gkeyfile-utils.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-gkeyfile-utils.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-gkeyfile-utils.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-gkeyfile-utils.c [78/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-environment.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-environment.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-environment.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-environment.c [79/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-prefs.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-prefs.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-prefs.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-prefs.c [80/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core -I/usr/include/guile/3.0 -I/usr -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT common/test-core/CMakeFiles/test-core.dir/test-stuff.c.o -MF common/test-core/CMakeFiles/test-core.dir/test-stuff.c.o.d -o common/test-core/CMakeFiles/test-core.dir/test-stuff.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core/test-stuff.c [81/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-glib-utils.c.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-glib-utils.c.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-glib-utils.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-glib-utils.c [82/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core -I/usr/include/guile/3.0 -I/usr -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT common/test-core/CMakeFiles/test-core.dir/unittest-support.c.o -MF common/test-core/CMakeFiles/test-core.dir/unittest-support.c.o.d -o common/test-core/CMakeFiles/test-core.dir/unittest-support.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core/unittest-support.c [83/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-account-merge.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-account-merge.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-account-merge.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-account-merge.c [84/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/file-utils.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/file-utils.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/file-utils.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/file-utils.c [85/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-addr-quickfill.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-addr-quickfill.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-addr-quickfill.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-addr-quickfill.c [86/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-entry-quickfill.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-entry-quickfill.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-entry-quickfill.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-entry-quickfill.c [87/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/QuickFill.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/QuickFill.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/QuickFill.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/QuickFill.c [88/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-prefs-utils.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-prefs-utils.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-prefs-utils.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-prefs-utils.c [89/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E env LD_LIBRARY_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: GNC_UNINSTALLED=YES GNC_BUILDDIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build GUILE_LOAD_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json/deprecated:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0 GUILE_LOAD_COMPILED_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/deprecated GNC_MODULE_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: /usr/bin/guile-3.0 -e "(@@ (guild) main)" -s /usr/bin/guild-3.0 compile -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json/builder.go /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json/builder.scm wrote `/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json/builder.go' ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /usr/bin/guild-3.0 ;;; compiled /home/pterjan/.cache/guile/ccache/3.0-LE-8-4.6/usr/bin/guild-3.0.go [90/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-state.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-state.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-state.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-state.c [91/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dtest_core_guile_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core -I/usr/include/guile/3.0 -I/usr -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT common/test-core/CMakeFiles/test-core-guile.dir/swig-unittest-support-guile.c.o -MF common/test-core/CMakeFiles/test-core-guile.dir/swig-unittest-support-guile.c.o.d -o common/test-core/CMakeFiles/test-core-guile.dir/swig-unittest-support-guile.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/test-core/swig-unittest-support-guile.c [92/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-ui-balances.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-ui-balances.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-ui-balances.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-ui-balances.c [93/854] /usr/bin/gcc -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core -I/usr/include/guile/3.0 -I/usr -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -MD -MT common/test-core/CMakeFiles/jenny.dir/__/__/borrowed/jenny/jenny.c.o -MF common/test-core/CMakeFiles/jenny.dir/__/__/borrowed/jenny/jenny.c.o.d -o common/test-core/CMakeFiles/jenny.dir/__/__/borrowed/jenny/jenny.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/jenny/jenny.c [94/854] : && /usr/bin/gcc -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags common/test-core/CMakeFiles/jenny.dir/__/__/borrowed/jenny/jenny.c.o -o bin/jenny && : [95/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dunittest_support_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core -I/usr/include/guile/3.0 -I/usr -I/usr/include/python3.12 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -Wno-error=stringop-truncation -pthread -MD -MT common/test-core/CMakeFiles/unittest_support.dir/swig-unittest-support-python.c.o -MF common/test-core/CMakeFiles/unittest_support.dir/swig-unittest-support-python.c.o.d -o common/test-core/CMakeFiles/unittest_support.dir/swig-unittest-support-python.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common/test-core/swig-unittest-support-python.c [96/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E env LD_LIBRARY_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: GNC_UNINSTALLED=YES GNC_BUILDDIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build GUILE_LOAD_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json/deprecated:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0 GUILE_LOAD_COMPILED_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/deprecated GNC_MODULE_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: /usr/bin/guile-3.0 -e "(@@ (guild) main)" -s /usr/bin/guild-3.0 compile -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json/parser.go /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json/parser.scm wrote `/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json/parser.go' ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /usr/bin/guild-3.0 ;;; compiled /home/pterjan/.cache/guile/ccache/3.0-LE-8-4.6/usr/bin/guild-3.0.go [97/854] /usr/bin/gcc -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-ui-util.c.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-ui-util.c.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-ui-util.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-ui-util.c [98/854] cd /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json && /usr/bin/cmake -E env LD_LIBRARY_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: GNC_UNINSTALLED=YES GNC_BUILDDIR=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build GUILE_LOAD_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json/deprecated:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/share/guile/site/3.0 GUILE_LOAD_COMPILED_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/borrowed/guile-json:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/deprecated GNC_MODULE_PATH=/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64:/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/gnucash: /usr/bin/guile-3.0 -e "(@@ (guild) main)" -s /usr/bin/guild-3.0 compile -o /home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json.go /home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/guile-json/json.scm wrote `/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/lib64/guile/3.0/site-ccache/gnucash/json.go' [99/854] /usr/bin/g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.cpp.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.cpp.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-locale-utils.cpp [100/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-account-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-account-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-account-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-account-xml-v2.cpp [101/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-book-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-book-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-book-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-book-xml-v2.cpp [102/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-address-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-address-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-address-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-address-xml-v2.cpp [103/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-budget-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-budget-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-budget-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-budget-xml-v2.cpp [104/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-commodity-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-commodity-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-commodity-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-commodity-xml-v2.cpp [105/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-bill-term-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-bill-term-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-bill-term-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-bill-term-xml-v2.cpp [106/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-customer-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-customer-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-customer-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-customer-xml-v2.cpp [107/854] /usr/bin/g++ -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common/test-core -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -MD -MT libgnucash/engine/test-core/CMakeFiles/gnc-test-engine.dir/test-engine-stuff.cpp.o -MF libgnucash/engine/test-core/CMakeFiles/gnc-test-engine.dir/test-engine-stuff.cpp.o.d -o libgnucash/engine/test-core/CMakeFiles/gnc-test-engine.dir/test-engine-stuff.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/test-core/test-engine-stuff.cpp [108/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-employee-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-employee-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-employee-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-employee-xml-v2.cpp [109/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-entry-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-entry-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-entry-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-entry-xml-v2.cpp [110/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-invoice-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-invoice-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-invoice-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-invoice-xml-v2.cpp [111/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-job-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-job-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-job-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-job-xml-v2.cpp [112/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-freqspec-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-freqspec-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-freqspec-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-freqspec-xml-v2.cpp [113/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-helper.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-helper.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-helper.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-xml-helper.cpp [114/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-lot-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-lot-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-lot-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-lot-xml-v2.cpp [115/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-owner-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-owner-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-owner-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-owner-xml-v2.cpp [116/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-order-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-order-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-order-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-order-xml-v2.cpp [117/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-recurrence-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-recurrence-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-recurrence-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-recurrence-xml-v2.cpp [118/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-pricedb-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-pricedb-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-pricedb-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-pricedb-xml-v2.cpp [119/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-schedxaction-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-schedxaction-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-schedxaction-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-schedxaction-xml-v2.cpp [120/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-tax-table-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-tax-table-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-tax-table-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-tax-table-xml-v2.cpp [121/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-vendor-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-vendor-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-vendor-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-vendor-xml-v2.cpp [122/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-transaction-xml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-transaction-xml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-transaction-xml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-transaction-xml-v2.cpp [123/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-gen.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-gen.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-gen.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/io-gncxml-gen.cpp [124/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-example-account.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-example-account.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-example-account.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/io-example-account.cpp [125/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-backend.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-backend.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/gnc-xml-backend.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-xml-backend.cpp [126/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-utils.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-utils.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-utils.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/io-utils.cpp [127/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-stack.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-stack.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-stack.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/sixtp-stack.cpp [128/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-to-dom-parser.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-to-dom-parser.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-to-dom-parser.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/sixtp-to-dom-parser.cpp [129/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-utils.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-utils.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-utils.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/sixtp-utils.cpp [130/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-v1.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-v1.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-v1.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/io-gncxml-v1.cpp [131/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-v2.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-v2.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/io-gncxml-v2.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/io-gncxml-v2.cpp [132/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgncmod_backend_xml_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gncmod-backend-xml.dir/gnc-backend-xml.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gncmod-backend-xml.dir/gnc-backend-xml.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gncmod-backend-xml.dir/gnc-backend-xml.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/gnc-backend-xml.cpp [133/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-dom-parsers.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-dom-parsers.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-dom-parsers.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/sixtp-dom-parsers.cpp [134/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/sixtp.cpp [135/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -DU_SHOW_CPLUSPLUS_API=0 -D_GNU_SOURCE -Dgnc_backend_xml_utils_EXPORTS -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-dom-generators.cpp.o -MF libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-dom-generators.cpp.o.d -o libgnucash/backend/xml/CMakeFiles/gnc-backend-xml-utils.dir/sixtp-dom-generators.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/xml/sixtp-dom-generators.cpp [136/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.dbi\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgncmod_backend_dbi_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-dbisqlresult.cpp.o -MF libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-dbisqlresult.cpp.o.d -o libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-dbisqlresult.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/dbi/gnc-dbisqlresult.cpp [137/854] /usr/bin/g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-gsettings.cpp.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-gsettings.cpp.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-gsettings.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-gsettings.cpp [138/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-address-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-address-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-address-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-address-sql.cpp [139/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-account-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-account-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-account-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-account-sql.cpp [140/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-book-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-book-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-book-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-book-sql.cpp [141/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-bill-term-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-bill-term-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-bill-term-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-bill-term-sql.cpp [142/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-commodity-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-commodity-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-commodity-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-commodity-sql.cpp [143/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-employee-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-employee-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-employee-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-employee-sql.cpp [144/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-budget-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-budget-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-budget-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-budget-sql.cpp [145/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-customer-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-customer-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-customer-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-customer-sql.cpp [146/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-entry-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-entry-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-entry-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-entry-sql.cpp [147/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-job-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-job-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-job-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-job-sql.cpp [148/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.dbi\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgncmod_backend_dbi_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-dbisqlconnection.cpp.o -MF libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-dbisqlconnection.cpp.o.d -o libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-dbisqlconnection.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/dbi/gnc-dbisqlconnection.cpp [149/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-lots-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-lots-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-lots-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-lots-sql.cpp [150/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-invoice-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-invoice-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-invoice-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-invoice-sql.cpp [151/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-order-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-order-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-order-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-order-sql.cpp [152/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-result.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-result.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-result.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-sql-result.cpp [153/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-owner-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-owner-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-owner-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-owner-sql.cpp [154/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-price-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-price-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-price-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-price-sql.cpp [155/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/escape.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/escape.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/escape.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/escape.cpp [156/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-recurrence-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-recurrence-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-recurrence-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-recurrence-sql.cpp [157/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-schedxaction-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-schedxaction-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-schedxaction-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-schedxaction-sql.cpp [158/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Query.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Query.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Query.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Query.c [159/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Recurrence.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Recurrence.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Recurrence.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Recurrence.c [160/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/SchedXaction.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/SchedXaction.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/SchedXaction.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/SchedXaction.c [161/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/SX-book.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/SX-book.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/SX-book.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/SX-book.c [162/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/SX-ttinfo.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/SX-ttinfo.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/SX-ttinfo.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/SX-ttinfo.c [163/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub2.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub2.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub2.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Scrub2.c [164/854] /usr/bin/g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.core-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_core_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-filepath-utils.cpp.o -MF libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-filepath-utils.cpp.o.d -o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-filepath-utils.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils/gnc-filepath-utils.cpp [165/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub3.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub3.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub3.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Scrub3.c [166/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/ScrubBudget.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/ScrubBudget.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/ScrubBudget.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/ScrubBudget.c [167/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-vendor-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-vendor-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-vendor-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-vendor-sql.cpp [168/854] : && /usr/bin/g++ -fPIC -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared -Wl,-soname,libgnc-core-utils.so -o lib64/libgnc-core-utils.so libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/binreloc.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-prefs.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-environment.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-filepath-utils.cpp.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-gkeyfile-utils.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-glib-utils.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-locale-utils.cpp.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-path.c.o libgnucash/core-utils/CMakeFiles/gnc-core-utils.dir/gnc-version.c.o -Wl,-rpath,:::::::::::::::::: /usr/lib64/libboost_date_time.so.1.84.0 /usr/lib64/libboost_filesystem.so.1.84.0 /usr/lib64/libboost_locale.so.1.84.0 /usr/lib64/libboost_program_options.so.1.84.0 /usr/lib64/libboost_regex.so.1.84.0 /usr/lib64/libboost_system.so.1.84.0 -L/usr/lib64 -lgobject-2.0 -lglib-2.0 /usr/lib64/libglib-2.0.so /usr/lib64/libboost_atomic.so.1.84.0 /usr/lib64/libboost_chrono.so.1.84.0 /usr/lib64/libboost_thread.so.1.84.0 && : [169/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/ScrubBusiness.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/ScrubBusiness.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/ScrubBusiness.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/ScrubBusiness.c [170/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/TransLog.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/TransLog.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/TransLog.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/TransLog.c [171/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Scrub.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Scrub.c [172/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/cashobjects.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/cashobjects.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/cashobjects.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/cashobjects.c [173/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-accounting-period.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-accounting-period.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-accounting-period.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-accounting-period.c [174/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-object-backend.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-object-backend.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-object-backend.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-sql-object-backend.cpp [175/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-tax-table-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-tax-table-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-tax-table-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-tax-table-sql.cpp [176/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/cap-gains.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/cap-gains.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/cap-gains.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/cap-gains.c [177/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-engine.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-engine.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-engine.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-engine.c [178/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-event.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-event.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-event.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-event.c [179/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-euro.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-euro.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-euro.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-euro.c [180/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Split.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Split.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Split.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Split.c [181/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-hooks.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-hooks.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-hooks.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-hooks.c [182/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-transaction-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-transaction-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-transaction-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-transaction-sql.cpp [183/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Transaction.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Transaction.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Transaction.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Transaction.c [184/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-lot.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-lot.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-lot.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-lot.c [185/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-features.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-features.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-features.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-features.cpp [186/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-int128.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-int128.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-int128.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-int128.cpp [187/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-slots-sql.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-slots-sql.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-slots-sql.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-slots-sql.cpp [188/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-date.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-date.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-date.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-date.cpp [189/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-column-table-entry.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-column-table-entry.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-column-table-entry.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-sql-column-table-entry.cpp [190/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-session.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-session.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-session.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-session.c [191/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-aqbanking-templates.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-aqbanking-templates.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-aqbanking-templates.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-aqbanking-templates.cpp [192/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-commodity.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-commodity.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-commodity.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-commodity.c [193/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-rational.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-rational.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-rational.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-rational.cpp [194/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-uri-utils.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-uri-utils.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-uri-utils.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-uri-utils.c [195/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/engine-helpers.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/engine-helpers.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/engine-helpers.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/engine-helpers.c [196/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-budget.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-budget.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-budget.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-budget.cpp [197/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/policy.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/policy.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/policy.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/policy.c [198/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncBusiness.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncBusiness.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncBusiness.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncBusiness.c [199/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncAddress.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncAddress.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncAddress.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncAddress.c [200/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncBillTerm.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncBillTerm.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncBillTerm.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncBillTerm.c [201/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.sql\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_backend_sql_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-backend.cpp.o -MF libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-backend.cpp.o.d -o libgnucash/backend/sql/CMakeFiles/gnc-backend-sql.dir/gnc-sql-backend.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql/gnc-sql-backend.cpp [202/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncEmployee.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncEmployee.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncEmployee.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncEmployee.c [203/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncCustomer.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncCustomer.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncCustomer.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncCustomer.c [204/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncIDSearch.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncIDSearch.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncIDSearch.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncIDSearch.c [205/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncJob.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncJob.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncJob.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncJob.c [206/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncOrder.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncOrder.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncOrder.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncOrder.c [207/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncEntry.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncEntry.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncEntry.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncEntry.c [208/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-date.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-date.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-date.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-date.cpp [209/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-pricedb.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-pricedb.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-pricedb.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-pricedb.cpp [210/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncInvoice.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncInvoice.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncInvoice.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncInvoice.c [211/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncOwner.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncOwner.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncOwner.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncOwner.c [212/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncVendor.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncVendor.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncVendor.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncVendor.c [213/854] /usr/bin/gcc -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-prototypes -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=gnu11 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gncTaxTable.c.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gncTaxTable.c.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gncTaxTable.c.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gncTaxTable.c [214/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qofchoice.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qofchoice.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qofchoice.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qofchoice.cpp [215/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qofclass.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qofclass.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qofclass.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qofclass.cpp [216/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/guid.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/guid.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/guid.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/guid.cpp [217/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qofevent.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qofevent.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qofevent.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qofevent.cpp [218/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.cpp FAILED: libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option-impl.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.cpp In file included from /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.cpp:24: /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:399:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 399 | GncOptionRangeValue(const char* section, const char* name, | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:399:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:405:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 405 | GncOptionRangeValue(const char* section, const char* name, | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:405:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:415:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 415 | GncOptionRangeValue(const GncOptionRangeValue&) = default; | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:415:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:416:36: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 416 | GncOptionRangeValue(GncOptionRangeValue&&) = default; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:416:36: note: remove the '< >' cc1plus: all warnings being treated as errors [219/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qof-backend.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qof-backend.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qof-backend.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qof-backend.cpp [220/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qofid.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qofid.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qofid.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qofid.cpp [221/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qoflog.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qoflog.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qoflog.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qoflog.cpp [222/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/Account.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/Account.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/Account.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/Account.cpp [223/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/kvp-frame.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/kvp-frame.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/kvp-frame.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/kvp-frame.cpp [224/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.backend.dbi\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgncmod_backend_dbi_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/sql -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-backend-dbi.cpp.o -MF libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-backend-dbi.cpp.o.d -o libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-backend-dbi.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend/dbi/gnc-backend-dbi.cpp [225/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/kvp-value.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/kvp-value.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/kvp-value.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/kvp-value.cpp [226/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qofbook.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qofbook.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qofbook.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qofbook.cpp [227/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/qofinstance.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/qofinstance.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/qofinstance.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/qofinstance.cpp [228/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-timezone.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-timezone.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-timezone.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-timezone.cpp [229/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-optiondb.cpp FAILED: libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-optiondb.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-optiondb.cpp In file included from /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-optiondb-impl.hpp:36, from /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-optiondb.cpp:36: /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:399:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 399 | GncOptionRangeValue(const char* section, const char* name, | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:399:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:405:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 405 | GncOptionRangeValue(const char* section, const char* name, | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:405:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:415:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 415 | GncOptionRangeValue(const GncOptionRangeValue&) = default; | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:415:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:416:36: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 416 | GncOptionRangeValue(GncOptionRangeValue&&) = default; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:416:36: note: remove the '< >' cc1plus: all warnings being treated as errors [230/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-numeric.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-numeric.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-numeric.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-numeric.cpp [231/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option.cpp FAILED: libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option.cpp In file included from /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option.cpp:25: /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:399:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 399 | GncOptionRangeValue(const char* section, const char* name, | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:399:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:405:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 405 | GncOptionRangeValue(const char* section, const char* name, | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:405:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:415:35: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 415 | GncOptionRangeValue(const GncOptionRangeValue&) = default; | ^ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:415:35: note: remove the '< >' /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:416:36: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 416 | GncOptionRangeValue(GncOptionRangeValue&&) = default; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-option-impl.hpp:416:36: note: remove the '< >' cc1plus: all warnings being treated as errors [232/854] /usr/bin/g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.app-utils\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_app_utils_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/calculation -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/backend -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-quotes.cpp.o -MF libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-quotes.cpp.o.d -o libgnucash/app-utils/CMakeFiles/gnc-app-utils.dir/gnc-quotes.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/app-utils/gnc-quotes.cpp [233/854] /usr/bin/g++ -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DG_LOG_DOMAIN=\"gnc.engine\" -DHAVE_CONFIG_H -DHAVE_GUILE30 -D_GNU_SOURCE -Dgnc_engine_EXPORTS -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/common -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/borrowed/libc -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/build/libgnucash/core-utils -I/home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/core-utils -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/sysprof-6 -Werror -Wall -Wmissing-declarations -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -DNDEBUG -std=c++17 -fPIC -pthread -MD -MT libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-datetime.cpp.o -MF libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-datetime.cpp.o.d -o libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-datetime.cpp.o -c /home/pterjan/rpmbuild/BUILD/gnucash-5.5/libgnucash/engine/gnc-datetime.cpp ninja: build stopped: subcommand failed. error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.xWpZC7 (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.xWpZC7 (%build) I: [iurt_root_command] ERROR: chroot