# emerge -av keepassxc These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] app-admin/keepassxc-2.7.4::public-overlay [2.7.4::desktop-kit] USE="network -autotype -browser -debug -keeshare -test -yubikey" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] >>> Verifying ebuild manifests >>> Emerging (1 of 1) app-admin/keepassxc-2.7.4::public-overlay >>> Failed to emerge app-admin/keepassxc-2.7.4, Log file: >>> '/var/tmp/portage/app-admin/keepassxc-2.7.4/temp/build.log' >>> Jobs: 0 of 1 complete, 1 failed Load avg: 5.51, 2.00, 1.52 * Package: app-admin/keepassxc-2.7.4 * Repository: public-overlay * USE: amd64 elibc_glibc kernel_linux network userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking keepassxc-2.7.4-src.tar.xz to /var/tmp/portage/app-admin/keepassxc-2.7.4/work >>> Source unpacked in /var/tmp/portage/app-admin/keepassxc-2.7.4/work >>> Preparing source in /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 ... * Applying Add_optional_support_for_Botan3_(#8994).patch ... [ ok ] * Working in BUILD_DIR: "/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build" >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 ... * Working in BUILD_DIR: "/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build" cmake -C /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DKPXC_DEV_BOTAN3=ON -DWITH_GUI_TESTS=OFF -DWITH_TESTS=no -DWITH_XC_AUTOTYPE=no -DWITH_XC_DOCS=OFF -DWITH_XC_BROWSER=no -DWITH_XC_FDOSECRETS=ON -DWITH_XC_KEESHARE=no -DWITH_XC_NETWORKING=yes -DWITH_XC_SSHAGENT=ON -DWITH_XC_UPDATECHECK=OFF -DWITH_XC_YUBIKEY=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/gentoo_toolchain.cmake /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 CMake Warning: Ignoring empty string ("") provided on the command line. loading initial cache file /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/gentoo_common_config.cmake -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-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/x86_64-pc-linux-gnu-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Git HEAD Revision: 63b2394 -- Setting up build for KeePassXC v2.7.4 -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Performing Test CC_HAS_Werror_format_security -- Performing Test CC_HAS_Werror_format_security - Success -- Performing Test CXX_HAS_Werror_format_security -- Performing Test CXX_HAS_Werror_format_security - Success -- Performing Test CC_HAS_Werror_implicit_function_declaration -- Performing Test CC_HAS_Werror_implicit_function_declaration - Success -- Performing Test CC_HAS_Wcast_align -- Performing Test CC_HAS_Wcast_align - Success -- Performing Test CXX_HAS_Wcast_align -- Performing Test CXX_HAS_Wcast_align - Success -- Performing Test CC_HAS_Qunused_arguments -- Performing Test CC_HAS_Qunused_arguments - Failed -- Performing Test CXX_HAS_Qunused_arguments -- Performing Test CXX_HAS_Qunused_arguments - Failed -- Performing Test CXX_HAS_fsized_deallocation -- Performing Test CXX_HAS_fsized_deallocation - Success -- Performing Test HAVE_DEALLOCATION_FUNCTIONS -- Performing Test HAVE_DEALLOCATION_FUNCTIONS - Success -- Found Botan3: /usr/lib/libbotan-3.so (found version "3.0.0") -- Found ZLIB: /usr/lib/libz.so (found version "1.2.13") -- Performing Test HAVE_PR_SET_DUMPABLE -- Performing Test HAVE_PR_SET_DUMPABLE - Success -- Performing Test HAVE_MALLOC_H -- Performing Test HAVE_MALLOC_H - Success -- Performing Test HAVE_MALLOC_USABLE_SIZE -- Performing Test HAVE_MALLOC_USABLE_SIZE - Success -- Performing Test HAVE_RLIMIT_CORE -- Performing Test HAVE_RLIMIT_CORE - Success -- Found Readline: /usr/include -- Found QREncode: /usr/lib/libqrencode.so -- Including translations... -- Enabled features: * Networking, Compile KeePassXC with network access code (e.g. for downloading website icons) * SSHAgent, SSH agent integration compatible with KeeAgent * FdoSecrets, Implement freedesktop.org Secret Storage Spec server side API. -- Disabled features: * Auto-Type, Automatic password typing * KeePassXC-Browser, Browser integration with KeePassXC-Browser * KeeShare, Sharing integration with KeeShare * YubiKey, YubiKey HMAC-SHA1 challenge-response * UpdateCheck, Automatic update checking -- <<< Gentoo configuration >>> Build type Gentoo Install path /usr Compiler flags: C -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fstack-protector-strong -Wchar-subscripts -Wwrite-strings -Werror=format-security -Werror=implicit-function-declaration -Wcast-align C++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations Linker flags: Executable -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro,-z,now -pie Module -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,--as-needed -Wl,-z,relro,-z,now Shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build >>> Source configured. >>> Compiling source in /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 ... * Working in BUILD_DIR: "/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build" ninja -v -j64 -l0 [1/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_ar.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ar.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ar.qm'... Generated 741 translation(s) (741 finished and 0 unfinished) Ignored 1307 untranslated source text(s) [2/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_ca.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ca.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ca.qm'... Generated 1027 translation(s) (1027 finished and 0 unfinished) Ignored 1070 untranslated source text(s) [3/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_da.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_da.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_da.qm'... Generated 1329 translation(s) (1329 finished and 0 unfinished) Ignored 768 untranslated source text(s) [4/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_sl.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sl.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sl.qm'... Generated 1109 translation(s) (1109 finished and 0 unfinished) Ignored 988 untranslated source text(s) [5/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_sr.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sr.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sr.qm'... Generated 1597 translation(s) (1597 finished and 0 unfinished) Ignored 500 untranslated source text(s) [6/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_fi.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_fi.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_fi.qm'... Generated 2074 translation(s) (2074 finished and 0 unfinished) Ignored 23 untranslated source text(s) [7/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_id.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_id.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_id.qm'... Generated 2040 translation(s) (2040 finished and 0 unfinished) Ignored 57 untranslated source text(s) [8/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_ro.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ro.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ro.qm'... Generated 1367 translation(s) (1367 finished and 0 unfinished) Ignored 730 untranslated source text(s) [9/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_en_US.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_en_US.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_en_US.qm'... Generated 2058 translation(s) (2058 finished and 0 unfinished) Ignored 39 untranslated source text(s) [10/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_cs.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_cs.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_cs.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2030 translation(s) (2030 finished and 0 unfinished) Ignored 67 untranslated source text(s) [11/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_hu.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_hu.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_hu.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [12/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_es.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_es.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_es.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [13/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_et.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_et.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_et.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [14/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_it.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_it.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_it.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [15/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_pt_BR.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_pt_BR.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_pt_BR.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2084 translation(s) (2084 finished and 0 unfinished) Ignored 13 untranslated source text(s) [16/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_lt.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_lt.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_lt.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2063 translation(s) (2063 finished and 0 unfinished) Ignored 34 untranslated source text(s) [17/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_th.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_th.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_th.qm'... Generated 1590 translation(s) (1590 finished and 0 unfinished) Ignored 507 untranslated source text(s) [18/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_sv.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sv.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sv.qm'... Generated 2063 translation(s) (2063 finished and 0 unfinished) Ignored 34 untranslated source text(s) [19/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_my.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_my.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_my.qm'... Generated 2047 translation(s) (2047 finished and 0 unfinished) Ignored 50 untranslated source text(s) [20/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_fr_CA.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_fr_CA.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_fr_CA.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1689 translation(s) (1689 finished and 0 unfinished) Ignored 408 untranslated source text(s) [21/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_pl.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_pl.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_pl.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [22/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_bg.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_bg.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_bg.qm'... Generated 1798 translation(s) (1798 finished and 0 unfinished) Ignored 299 untranslated source text(s) [23/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_hr.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_hr.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_hr.qm'... Generated 1044 translation(s) (1044 finished and 0 unfinished) Ignored 1053 untranslated source text(s) [24/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_zh_CN.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_zh_CN.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_zh_CN.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [25/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_si.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_si.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_si.qm'... Generated 2063 translation(s) (2063 finished and 0 unfinished) Ignored 34 untranslated source text(s) [26/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_pt_PT.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_pt_PT.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_pt_PT.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [27/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_de.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_de.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_de.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [28/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_ru.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ru.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ru.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [29/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_fr.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_fr.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_fr.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2063 translation(s) (2063 finished and 0 unfinished) Ignored 34 untranslated source text(s) [30/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_nl.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_nl.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_nl.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [31/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_uk.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_uk.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_uk.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [32/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_sk.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sk.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_sk.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1884 translation(s) (1884 finished and 0 unfinished) Ignored 213 untranslated source text(s) [33/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_ko.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ko.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ko.qm'... Generated 2062 translation(s) (2062 finished and 0 unfinished) Ignored 35 untranslated source text(s) [34/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_en_GB.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_en_GB.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_en_GB.qm'... Generated 2057 translation(s) (2057 finished and 0 unfinished) Ignored 40 untranslated source text(s) [35/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_he.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_he.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_he.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2065 translation(s) (2065 finished and 0 unfinished) Ignored 32 untranslated source text(s) [36/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_el.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_el.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_el.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [37/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode/CMakeFiles/qrcode_autogen.dir/AutogenInfo.json Gentoo && /usr/bin/cmake -E touch /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode/qrcode_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/qrcode /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode/qrcode_autogen/deps /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/CMakeFiles/d/28e7e7be790189227f12c0eba9049c17948fb6bc85c752a79b64eeeacde784b7.d [38/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/CMakeFiles/zxcvbn_autogen.dir/AutogenInfo.json Gentoo && /usr/bin/cmake -E touch /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/zxcvbn_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/zxcvbn_autogen/deps /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/CMakeFiles/d/6f8ac45305b501bcfd32ec9a88d853788638d5602e7364800d7810c94a3b7a54.d [39/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_ja.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ja.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_ja.qm'... Generated 2034 translation(s) (2034 finished and 0 unfinished) Ignored 63 untranslated source text(s) [40/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_nb.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_nb.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_nb.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [41/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_zh_TW.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_zh_TW.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_zh_TW.qm'... Generated 2097 translation(s) (2097 finished and 0 unfinished) [42/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations && /usr/lib64/qt5/bin/lrelease /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/share/translations/keepassxc_tr.ts -qm /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_tr.qm Updating '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/share/translations/keepassxc_tr.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 2097 translation(s) (2097 finished and 0 unfinished) [43/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/CMakeFiles/cli_autogen.dir/AutogenInfo.json Gentoo && /usr/bin/cmake -E touch /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/deps /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/CMakeFiles/d/edd08a3a824fc86d1f535a07b5cd0c7cda38fd24d6e31d150298e9894a100462.d [44/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode/qrcode_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/qrcode/CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o -MF src/qrcode/CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o.d -o src/qrcode/CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode/qrcode_autogen/mocs_compilation.cpp [45/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/zxcvbn_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o -MF src/CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o.d -o src/CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/zxcvbn_autogen/mocs_compilation.cpp [46/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o -MF src/cli/CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o.d -o src/cli/CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/mocs_compilation.cpp [47/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/CMakeFiles/sshagent_autogen.dir/AutogenInfo.json Gentoo && /usr/bin/cmake -E touch /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/deps /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/CMakeFiles/d/002af0920ef245ce4cd0b10e1c91e0cb9f0f643a81c93784b8c56c09849faad3.d [48/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/CMakeFiles/autotype_autogen.dir/AutogenInfo.json Gentoo && /usr/bin/cmake -E touch /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/deps /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/CMakeFiles/d/29704803ce96f362629087a7518b54f85a98d0692693be5d0d818198b69cb6e8.d [49/316] cd /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets && /usr/bin/cmake -E cmake_autogen /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/AutogenInfo.json Gentoo && /usr/bin/cmake -E touch /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4 /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/deps /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/CMakeFiles/d/f2ea2e1e8c8112d1618427d2e82dbb7ff716858373b9235e84ea402b2666462e.d [50/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/ASN1Key.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/ASN1Key.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/ASN1Key.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/ASN1Key.cpp [51/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeAction.cpp [52/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Exit.cpp.o -MF src/cli/CMakeFiles/cli.dir/Exit.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Exit.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Exit.cpp [53/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Close.cpp.o -MF src/cli/CMakeFiles/cli.dir/Close.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Close.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Close.cpp [54/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Open.cpp.o -MF src/cli/CMakeFiles/cli.dir/Open.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Open.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Open.cpp [55/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Help.cpp.o -MF src/cli/CMakeFiles/cli.dir/Help.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Help.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Help.cpp [56/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/qrcode/qrcode_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/qrcode/CMakeFiles/qrcode.dir/QrCode.cpp.o -MF src/qrcode/CMakeFiles/qrcode.dir/QrCode.cpp.o.d -o src/qrcode/CMakeFiles/qrcode.dir/QrCode.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/qrcode/QrCode.cpp [57/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseCommand.cpp.o -MF src/cli/CMakeFiles/cli.dir/DatabaseCommand.cpp.o.d -o src/cli/CMakeFiles/cli.dir/DatabaseCommand.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/DatabaseCommand.cpp [58/316] : && /usr/bin/cmake -E rm -f src/qrcode/libqrcode.a && /usr/bin/x86_64-pc-linux-gnu-ar qc src/qrcode/libqrcode.a src/qrcode/CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o src/qrcode/CMakeFiles/qrcode.dir/QrCode.cpp.o && /usr/bin/x86_64-pc-linux-gnu-ranlib src/qrcode/libqrcode.a && : [59/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Diceware.cpp.o -MF src/cli/CMakeFiles/cli.dir/Diceware.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Diceware.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Diceware.cpp [60/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Export.cpp.o -MF src/cli/CMakeFiles/cli.dir/Export.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Export.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Export.cpp [61/316] /usr/bin/x86_64-pc-linux-gnu-gcc -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/zxcvbn_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fstack-protector-strong -Wchar-subscripts -Wwrite-strings -Werror=format-security -Werror=implicit-function-declaration -Wcast-align -fPIC -std=gnu99 -MD -MT src/CMakeFiles/zxcvbn.dir/zxcvbn/zxcvbn.c.o -MF src/CMakeFiles/zxcvbn.dir/zxcvbn/zxcvbn.c.o.d -o src/CMakeFiles/zxcvbn.dir/zxcvbn/zxcvbn.c.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn/zxcvbn.c [62/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/AttachmentRemove.cpp.o -MF src/cli/CMakeFiles/cli.dir/AttachmentRemove.cpp.o.d -o src/cli/CMakeFiles/cli.dir/AttachmentRemove.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/AttachmentRemove.cpp [63/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Import.cpp.o -MF src/cli/CMakeFiles/cli.dir/Import.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Import.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Import.cpp [64/316] : && /usr/bin/cmake -E rm -f src/libzxcvbn.a && /usr/bin/x86_64-pc-linux-gnu-ar qc src/libzxcvbn.a src/CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o src/CMakeFiles/zxcvbn.dir/zxcvbn/zxcvbn.c.o && /usr/bin/x86_64-pc-linux-gnu-ranlib src/libzxcvbn.a && : [65/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/RemoveGroup.cpp.o -MF src/cli/CMakeFiles/cli.dir/RemoveGroup.cpp.o.d -o src/cli/CMakeFiles/cli.dir/RemoveGroup.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/RemoveGroup.cpp [66/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Remove.cpp.o -MF src/cli/CMakeFiles/cli.dir/Remove.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Remove.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Remove.cpp [67/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/List.cpp.o -MF src/cli/CMakeFiles/cli.dir/List.cpp.o.d -o src/cli/CMakeFiles/cli.dir/List.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/List.cpp [68/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Move.cpp.o -MF src/cli/CMakeFiles/cli.dir/Move.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Move.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Move.cpp [69/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Generate.cpp.o -MF src/cli/CMakeFiles/cli.dir/Generate.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Generate.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Generate.cpp [70/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Search.cpp.o -MF src/cli/CMakeFiles/cli.dir/Search.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Search.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Search.cpp [71/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/AttachmentImport.cpp.o -MF src/cli/CMakeFiles/cli.dir/AttachmentImport.cpp.o.d -o src/cli/CMakeFiles/cli.dir/AttachmentImport.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/AttachmentImport.cpp [72/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/mocs_compilation.cpp [73/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Add.cpp.o -MF src/cli/CMakeFiles/cli.dir/Add.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Add.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Add.cpp [74/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseCreate.cpp.o -MF src/cli/CMakeFiles/cli.dir/DatabaseCreate.cpp.o.d -o src/cli/CMakeFiles/cli.dir/DatabaseCreate.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/DatabaseCreate.cpp [75/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/AddGroup.cpp.o -MF src/cli/CMakeFiles/cli.dir/AddGroup.cpp.o.d -o src/cli/CMakeFiles/cli.dir/AddGroup.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/AddGroup.cpp [76/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Clip.cpp.o -MF src/cli/CMakeFiles/cli.dir/Clip.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Clip.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Clip.cpp [77/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Edit.cpp.o -MF src/cli/CMakeFiles/cli.dir/Edit.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Edit.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Edit.cpp [78/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/AttachmentExport.cpp.o -MF src/cli/CMakeFiles/cli.dir/AttachmentExport.cpp.o.d -o src/cli/CMakeFiles/cli.dir/AttachmentExport.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/AttachmentExport.cpp [79/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Show.cpp.o -MF src/cli/CMakeFiles/cli.dir/Show.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Show.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Show.cpp [80/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/FdoSecretsSettings.cpp [81/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseInfo.cpp.o -MF src/cli/CMakeFiles/cli.dir/DatabaseInfo.cpp.o.d -o src/cli/CMakeFiles/cli.dir/DatabaseInfo.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/DatabaseInfo.cpp [82/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Merge.cpp.o -MF src/cli/CMakeFiles/cli.dir/Merge.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Merge.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Merge.cpp [83/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Analyze.cpp.o -MF src/cli/CMakeFiles/cli.dir/Analyze.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Analyze.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Analyze.cpp [84/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Estimate.cpp.o -MF src/cli/CMakeFiles/cli.dir/Estimate.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Estimate.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Estimate.cpp [85/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/BinaryStream.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/BinaryStream.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/BinaryStream.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/BinaryStream.cpp [86/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseEdit.cpp.o -MF src/cli/CMakeFiles/cli.dir/DatabaseEdit.cpp.o.d -o src/cli/CMakeFiles/cli.dir/DatabaseEdit.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/DatabaseEdit.cpp [87/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/ShortcutWidget.cpp [88/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/RowButtonHelper.cpp [89/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/KeeAgentSettings.cpp [90/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/AgentSettingsPage.cpp [91/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o -MF src/CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/mocs_compilation.cpp [92/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeMatchModel.cpp [93/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/DatabaseSettingsPageFdoSecrets.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/DatabaseSettingsPageFdoSecrets.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/DatabaseSettingsPageFdoSecrets.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/DatabaseSettingsPageFdoSecrets.cpp [94/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/WindowSelectComboBox.cpp [95/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/PickcharsDialog.cpp /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/PickcharsDialog.cpp: In constructor ‘PickcharsDialog::PickcharsDialog(const QString&, QWidget*)’: /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/PickcharsDialog.cpp:84:39: warning: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated [-Wdeprecated-enum-enum-conversion] 84 | shortcut = new QShortcut(Qt::CTRL + Qt::Key_S, this); | ~~~~~~~~~^~~~~~~~~~~ [96/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/AgentSettingsWidget.cpp [97/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeMatchView.cpp [98/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/cli/cli_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/cli/CMakeFiles/cli.dir/Command.cpp.o -MF src/cli/CMakeFiles/cli.dir/Command.cpp.o.d -o src/cli/CMakeFiles/cli.dir/Command.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/cli/Command.cpp [99/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/core/Tools.cpp.o -MF src/CMakeFiles/autotype.dir/core/Tools.cpp.o.d -o src/CMakeFiles/autotype.dir/core/Tools.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/core/Tools.cpp [100/316] : && /usr/bin/cmake -E rm -f src/cli/libcli.a && /usr/bin/x86_64-pc-linux-gnu-ar qc src/cli/libcli.a src/cli/CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o src/cli/CMakeFiles/cli.dir/Add.cpp.o src/cli/CMakeFiles/cli.dir/AddGroup.cpp.o src/cli/CMakeFiles/cli.dir/Analyze.cpp.o src/cli/CMakeFiles/cli.dir/AttachmentExport.cpp.o src/cli/CMakeFiles/cli.dir/AttachmentImport.cpp.o src/cli/CMakeFiles/cli.dir/AttachmentRemove.cpp.o src/cli/CMakeFiles/cli.dir/Clip.cpp.o src/cli/CMakeFiles/cli.dir/Close.cpp.o src/cli/CMakeFiles/cli.dir/Command.cpp.o src/cli/CMakeFiles/cli.dir/DatabaseCommand.cpp.o src/cli/CMakeFiles/cli.dir/DatabaseCreate.cpp.o src/cli/CMakeFiles/cli.dir/DatabaseEdit.cpp.o src/cli/CMakeFiles/cli.dir/DatabaseInfo.cpp.o src/cli/CMakeFiles/cli.dir/Diceware.cpp.o src/cli/CMakeFiles/cli.dir/Edit.cpp.o src/cli/CMakeFiles/cli.dir/Estimate.cpp.o src/cli/CMakeFiles/cli.dir/Exit.cpp.o src/cli/CMakeFiles/cli.dir/Export.cpp.o src/cli/CMakeFiles/cli.dir/Generate.cpp.o src/cli/CMakeFiles/cli.dir/Help.cpp.o src/cli/CMakeFiles/cli.dir/Import.cpp.o src/cli/CMakeFiles/cli.dir/List.cpp.o src/cli/CMakeFiles/cli.dir/Merge.cpp.o src/cli/CMakeFiles/cli.dir/Move.cpp.o src/cli/CMakeFiles/cli.dir/Open.cpp.o src/cli/CMakeFiles/cli.dir/Remove.cpp.o src/cli/CMakeFiles/cli.dir/RemoveGroup.cpp.o src/cli/CMakeFiles/cli.dir/Search.cpp.o src/cli/CMakeFiles/cli.dir/Show.cpp.o && /usr/bin/x86_64-pc-linux-gnu-ranlib src/cli/libcli.a && : [101/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/SSHAgent.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/SSHAgent.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/SSHAgent.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/SSHAgent.cpp [102/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.cpp [103/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent/sshagent_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/sshagent/CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o -MF src/sshagent/CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o.d -o src/sshagent/CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/sshagent/OpenSSHKey.cpp [104/316] : && /usr/bin/cmake -E rm -f src/sshagent/libsshagent.a && /usr/bin/x86_64-pc-linux-gnu-ar qc src/sshagent/libsshagent.a src/sshagent/CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o src/sshagent/CMakeFiles/sshagent.dir/ASN1Key.cpp.o src/sshagent/CMakeFiles/sshagent.dir/BinaryStream.cpp.o src/sshagent/CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o src/sshagent/CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o src/sshagent/CMakeFiles/sshagent.dir/SSHAgent.cpp.o && /usr/bin/x86_64-pc-linux-gnu-ranlib src/sshagent/libsshagent.a && : [105/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/SessionCipher.cpp FAILED: src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/SessionCipher.cpp /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/SessionCipher.cpp: In constructor ‘FdoSecrets::DhIetf1024Sha256Aes128CbcPkcs7::DhIetf1024Sha256Aes128CbcPkcs7(const QByteArray&)’: /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/SessionCipher.cpp:43:113: error: invalid use of incomplete type ‘class Botan::DL_Group’ 43 | m_privateKey.reset(new Botan::DH_PrivateKey(*randomGen()->getRng(), Botan::DL_Group("modp/ietf/1024"))); | ^ In file included from /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/SessionCipher.cpp:26: /usr/include/botan-3/botan/dh.h:17:7: note: forward declaration of ‘class Botan::DL_Group’ 17 | class DL_Group; | ^~~~~~~~ [106/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp: In constructor ‘AutoTypeSelectDialog::AutoTypeSelectDialog(QWidget*)’: /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp:80:48: warning: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated [-Wdeprecated-enum-enum-conversion] 80 | m_ui->searchCheckBox->setShortcut(Qt::CTRL + Qt::Key_F); | ~~~~~~~~~^~~~~~~~~~~ /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp: In member function ‘void AutoTypeSelectDialog::buildActionMenu()’: /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp:305:46: warning: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated [-Wdeprecated-enum-enum-conversion] 305 | typeUsernameAction->setShortcut(Qt::CTRL + Qt::Key_1); | ~~~~~~~~~^~~~~~~~~~~ /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp:313:46: warning: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated [-Wdeprecated-enum-enum-conversion] 313 | typePasswordAction->setShortcut(Qt::CTRL + Qt::Key_2); | ~~~~~~~~~^~~~~~~~~~~ /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoTypeSelectDialog.cpp:321:42: warning: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated [-Wdeprecated-enum-enum-conversion] 321 | typeTotpAction->setShortcut(Qt::CTRL + Qt::Key_3); | ~~~~~~~~~^~~~~~~~~~~ [107/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/AccessControlDialog.cpp /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/AccessControlDialog.cpp: In lambda function: /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/AccessControlDialog.cpp:104:57: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 104 | connect(detailsButton, &QPushButton::clicked, this, [=](bool checked) { | ^ /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/AccessControlDialog.cpp:104:57: note: add explicit ‘this’ or ‘*this’ capture [108/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Session.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Session.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Session.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/Session.cpp [109/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/dbus/DBusClient.cpp [110/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/autotype_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/usr/include/qt5/QtGui/5.15.2 -I/usr/include/qt5/QtGui/5.15.2/QtGui -I/usr/include/qt5/QtCore/5.15.2 -I/usr/include/qt5/QtCore/5.15.2/QtCore -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoType.cpp.o -MF src/CMakeFiles/autotype.dir/autotype/AutoType.cpp.o.d -o src/CMakeFiles/autotype.dir/autotype/AutoType.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/autotype/AutoType.cpp [111/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/dbus/DBusObject.cpp [112/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/FdoSecretsPlugin.cpp [113/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/dbus/DBusDispatch.cpp [114/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/SettingsModels.cpp [115/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/dbus/DBusMgr.cpp [116/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/mocs_compilation.cpp [117/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.cpp [118/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Service.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Service.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Service.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/Service.cpp [119/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Item.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Item.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Item.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/Item.cpp [120/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/Collection.cpp [121/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/objects/Prompt.cpp [122/316] /usr/bin/x86_64-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets/fdosecrets_autogen/include -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/zxcvbn -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets -I/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtDBus -march=skylake -O2 -pipe -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -fPIC -fPIC -std=gnu++20 -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o -MF src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o.d -o src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o -c /var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4/src/fdosecrets/dbus/DBusTypes.cpp ninja: build stopped: subcommand failed. * ERROR: app-admin/keepassxc-2.7.4::public-overlay failed (compile phase): * ninja -v -j64 -l0 failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 1986: Called cmake_src_compile * environment, line 678: Called cmake_build * environment, line 647: Called eninja * environment, line 1101: Called die * The specific snippet of code: * "$@" || die "${nonfatal_args[@]}" "${*} failed" * * If you need support, post the output of `emerge --info '=app-admin/keepassxc-2.7.4::public-overlay'`, * the complete build log and the output of `emerge -pqv '=app-admin/keepassxc-2.7.4::public-overlay'`. * The complete build log is located at '/var/tmp/portage/app-admin/keepassxc-2.7.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-admin/keepassxc-2.7.4/temp/environment'. * Working directory: '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build' * S: '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4' * Messages for package app-admin/keepassxc-2.7.4: * ERROR: app-admin/keepassxc-2.7.4::public-overlay failed (compile phase): * ninja -v -j64 -l0 failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 1986: Called cmake_src_compile * environment, line 678: Called cmake_build * environment, line 647: Called eninja * environment, line 1101: Called die * The specific snippet of code: * "$@" || die "${nonfatal_args[@]}" "${*} failed" * * If you need support, post the output of `emerge --info '=app-admin/keepassxc-2.7.4::public-overlay'`, * the complete build log and the output of `emerge -pqv '=app-admin/keepassxc-2.7.4::public-overlay'`. * The complete build log is located at '/var/tmp/portage/app-admin/keepassxc-2.7.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-admin/keepassxc-2.7.4/temp/environment'. * Working directory: '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4_build' * S: '/var/tmp/portage/app-admin/keepassxc-2.7.4/work/keepassxc-2.7.4'