------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libnghttp2-1.40.0.txz Installing /packages/All/ca_root_nss-3.51.txz ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/curl-7.68.0.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/jsoncpp-1.9.2.txz Installing /packages/All/libuv-1.35.0.txz Installing /packages/All/rhash-1.3.5.txz Installing /packages/All/liblz4-1.9.2_1,1.txz Installing /packages/All/lzo2-2.10_1.txz Installing /packages/All/libarchive-3.4.2,1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/cmake-3.16.5.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/gettext-tools-0.20.1_1.txz Installing /packages/All/icu-66.1,1.txz Installing /packages/All/pcre2-10.34.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/qtchooser-66_1.txz ===== Message from qtchooser-66_1: -- qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior by setting the QT_SELECT environment variable to "qt4". See qtchooser(1) for more information. Installing /packages/All/qt5-core-5.13.2_2.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qlalr done Installing /packages/All/qt5-xml-5.13.2.txz Installing /packages/All/qt5-linguisttools-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/lupdate-pro /usr/local/bin/lconvert /usr/local/bin/lprodump /usr/local/bin/lupdate /usr/local/bin/lrelease /usr/local/bin/lrelease-pro done Installing /packages/All/kf5-extra-cmake-modules-5.67.0.txz Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/qt5-buildtools-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/moc /usr/local/bin/rcc /usr/local/bin/syncqt.pl done Installing /packages/All/qt5-qmake-5.13.2_2.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qmake done Installing /packages/All/nspr-4.25.txz Installing /packages/All/spidermonkey60-60.9.0_2.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/polkit-0.116.txz ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. Installing /packages/All/qt5-dbus-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qdbuscpp2xml /usr/local/bin/qdbusxml2cpp done Installing /packages/All/libevdev-1.5.9.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/fontconfig-2.12.6,1.txz Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/graphite2-1.3.13_1.txz Installing /packages/All/harfbuzz-2.6.4.txz Installing /packages/All/libudev-devd-0.4.1.txz Installing /packages/All/libmtdev-1.1.5_2.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-evdev-0.8.1_1.txz Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-pyudev-0.21.0.txz Installing /packages/All/libinput-1.12.6_1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/xcb-util-image-0.4.0_1.txz Installing /packages/All/xcb-util-keysyms-0.4.0_1.txz Installing /packages/All/xcb-util-renderutil-0.3.9_1.txz Installing /packages/All/xcb-util-wm-0.4.1_3.txz Installing /packages/All/xkeyboard-config-2.27.txz Installing /packages/All/libxkbcommon-0.10.0.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200222.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.100.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-18.3.2_4.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/qt5-network-5.13.2.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/xprop-1.2.4.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/xset-1.2.4_3.txz Installing /packages/All/xdg-utils-1.1.3_1.txz Installing /packages/All/vulkan-headers-1.1.108.0.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/qt5-gui-5.13.2_3.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qvkgen done Installing /packages/All/qt5-widgets-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/uic done Installing /packages/All/polkit-qt-1-0.113.0_8.txz Installing /packages/All/libinotify-20180201_1.txz ===== Message from libinotify-20180201_1: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/kf5-kcoreaddons-5.67.0.txz Installing /packages/All/kf5-kauth-5.67.0.txz Installing /packages/All/kf5-kcodecs-5.67.0.txz Installing /packages/All/qt5-concurrent-5.13.2.txz Installing /packages/All/qt5-testlib-5.13.2.txz Installing /packages/All/kf5-kconfig-5.67.0.txz Installing /packages/All/qt5-uiplugin-5.13.2.txz Installing /packages/All/qt5-uitools-5.13.2.txz Installing /packages/All/kf5-kwidgetsaddons-5.67.0.txz Installing /packages/All/kf5-kcompletion-5.67.0.txz Installing /packages/All/kf5-karchive-5.67.0.txz Installing /packages/All/qt5-x11extras-5.13.2.txz Installing /packages/All/kf5-kguiaddons-5.67.0.txz Installing /packages/All/qt5-sql-5.13.2.txz ===== Message from qt5-sql-5.13.2: -- To enable Qt database support, install the database plugin ports. The following plugin ports are available: - databases/qt5-sqldrivers-ibase InterBase/Firebird - databases/qt5-sqldrivers-mysql MySQL - databases/qt5-sqldrivers-odbc Open Database Connectivity - databases/qt5-sqldrivers-pgsql PostgreSQL - databases/qt5-sqldrivers-sqlite2 SQLite 2 - databases/qt5-sqldrivers-sqlite3 SQLite 3 - databases/qt5-sqldrivers-tds FreeTDS Installing /packages/All/qt5-xmlpatterns-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/xmlpatterns /usr/local/bin/xmlpatternsvalidator done Installing /packages/All/qt5-declarative-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qmllint /usr/local/bin/qmlscene /usr/local/bin/qmlpreview /usr/local/bin/qmltestrunner /usr/local/bin/qmleasing /usr/local/bin/qmlcachegen /usr/local/bin/qml /usr/local/bin/qmlmin /usr/local/bin/qmlplugindump /usr/local/bin/qmlimportscanner /usr/local/bin/qmlprofiler done Installing /packages/All/qt5-script-5.13.2.txz Installing /packages/All/kf5-ki18n-5.67.0.txz Installing /packages/All/libgpg-error-1.37.txz Installing /packages/All/libgcrypt-1.8.5.txz Installing /packages/All/libxslt-1.1.34_1.txz Installing /packages/All/xmlcatmgr-2.2_2.txz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports ===== Message from xmlcatmgr-2.2_2: -- The following catalogs are installed: 1) /usr/local/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) /usr/local/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under /usr/local/share/sgml. It is changed by ports/packages. 3) /usr/local/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) /usr/local/share/xml/catalog.ports This catalog is for handling XML stuff installed under /usr/local/share/xml. It is changed by ports/packages. Installing /packages/All/iso8879-1986_3.txz Installing /packages/All/docbook-sgml-4.5_1.txz Installing /packages/All/xmlcharent-0.3_2.txz Installing /packages/All/docbook-xml-5.0_3.txz Installing /packages/All/sdocbook-xml-1.1_2,2.txz Installing /packages/All/docbook-1.5.txz Installing /packages/All/docbook-xsl-1.79.1_1,1.txz Installing /packages/All/kf5-kdoctools-5.67.0.txz Installing /packages/All/kf5-kconfigwidgets-5.67.0.txz Installing /packages/All/kf5-kwindowsystem-5.67.0.txz Installing /packages/All/kf5-kcrash-5.67.0.txz Installing /packages/All/kf5-kdbusaddons-5.67.0.txz Installing /packages/All/kf5-kitemviews-5.67.0.txz Installing /packages/All/qt5-svg-5.13.2.txz Installing /packages/All/kf5-breeze-icons-5.67.0.txz Installing /packages/All/kf5-kiconthemes-5.67.0.txz Installing /packages/All/kf5-attica-5.67.0.txz Installing /packages/All/kf5-kservice-5.67.0.txz Installing /packages/All/kf5-kglobalaccel-5.67.0.txz Installing /packages/All/aspell-0.60.8,1.txz Installing /packages/All/hunspell-1.7.0_2.txz Installing /packages/All/kf5-sonnet-5.67.0.txz Installing /packages/All/dotconf-1.3_1.txz Installing /packages/All/libltdl-2.4.6.txz Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/flac-1.3.3.txz Installing /packages/All/libvorbis-1.3.6,3.txz Installing /packages/All/libsndfile-1.0.28_2.txz Installing /packages/All/libao-1.2.0_4.txz Installing /packages/All/portaudio-19.6.0_3,1.txz Installing /packages/All/espeak-1.48.04_7.txz Installing /packages/All/speech-dispatcher-0.8.8.txz Installing /packages/All/qt5-speech-5.13.2.txz Installing /packages/All/kf5-ktextwidgets-5.67.0.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_2.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.15.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/p11-kit-0.23.18.1.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.12.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/qt5-printsupport-5.13.2.txz Installing /packages/All/kf5-kxmlgui-5.67.0.txz Installing /packages/All/kf5-kbookmarks-5.67.0.txz Installing /packages/All/kf5-kjobwidgets-5.67.0.txz Installing /packages/All/libdbusmenu-qt5-0.9.3.160420160218_10.txz Installing /packages/All/atk-2.28.1.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/pixman-0.38.4.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/gtk2-2.24.32.txz Installing /packages/All/libcanberra-0.30_5.txz Installing /packages/All/libepoxy-1.5.2.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/sqlite3-3.30.1_1,1.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/argyllcms-1.9.2_5.txz Installing /packages/All/colord-1.3.5.txz ===> Creating groups. Creating group 'colord' with gid '970'. ===> Creating users Creating user 'colord' with uid '970'. Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.28.0.txz Installing /packages/All/at-spi2-atk-2.26.2.txz Installing /packages/All/adwaita-icon-theme-3.28.0.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/libgsf-1.14.46.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/gtk3-3.24.10_1.txz Installing /packages/All/libcanberra-gtk3-0.30_5.txz Installing /packages/All/qt5-opengl-5.13.2.txz Installing /packages/All/phonon-qt5-4.11.1.txz ===== Message from phonon-qt5-4.11.1: -- Please, consider installing backends for Phonon: - multimedia/phonon-gstreamer GStreamer backend - multimedia/phonon-vlc VLC backend Installing /packages/All/kf5-knotifications-5.67.0.txz Installing /packages/All/kf5-solid-5.67.0.txz ===== Message from kf5-solid-5.67.0: -- Solid now has UDisks2 backend turned on by default. If you want to use it, install sysutils/bsdisks package and **disable** hald (set hald_enable="NO" in rc.conf or just remove the package). If you want to stay with hald, don't install bsdisks, as you'll get duplicated entries for removable disks. Installing /packages/All/libassuan-2.5.3.txz Installing /packages/All/boost-libs-1.72.0_1.txz ===== Message from boost-libs-1.72.0_1: -- You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Installing /packages/All/libksba-1.3.5_1.txz Installing /packages/All/npth-1.6.txz Installing /packages/All/pinentry-tty-1.1.0.txz Installing /packages/All/pinentry-1.1.0_6.txz Installing /packages/All/gnupg-2.2.19.txz ===== Message from gnupg-2.2.19: -- GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to dual-stack hkp servers [1]. As a workaround, add disable-ipv6 to /usr/local/etc/dirmngr.conf [1] https://dev.gnupg.org/rGecfc4db3a2f8bc2652ba4ac4de5ca1cd13bfcbec Installing /packages/All/gpgme-1.13.1.txz Installing /packages/All/gpgme-cpp-1.13.1.txz Installing /packages/All/gpgme-qt5-1.13.1.txz Installing /packages/All/pinentry-qt5-1.1.0_1.txz Installing /packages/All/kf5-kwallet-5.67.0.txz Installing /packages/All/desktop-file-utils-0.24.txz Installing /packages/All/kf5-kio-5.67.0.txz Installing /packages/All/avahi-libdns-0.7.txz ===> Creating groups. Using existing group 'avahi'. ===> Creating users Using existing user 'avahi'. Installing /packages/All/kf5-kdnssd-5.67.0.txz Installing /packages/All/kf5-kemoticons-5.67.0.txz Installing /packages/All/kf5-kitemmodels-5.67.0.txz Installing /packages/All/kf5-kpackage-5.67.0.txz Installing /packages/All/kf5-kdeclarative-5.67.0.txz Installing /packages/All/kf5-kparts-5.67.0.txz Installing /packages/All/kf5-kunitconversion-5.67.0.txz Installing /packages/All/hyphen-2.8.8.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/brotli-1.0.7_2,1.txz Installing /packages/All/woff2-1.0.2_4.txz Installing /packages/All/libunwind-20170615.txz Installing /packages/All/gstreamer1-1.16.2.txz Installing /packages/All/orc-0.4.31.txz Installing /packages/All/iso-codes-4.2.txz Installing /packages/All/gstreamer1-plugins-1.16.2.txz Installing /packages/All/qt5-serialport-5.13.2.txz Installing /packages/All/qt5-location-5.13.2.txz Installing /packages/All/qt5-sensors-5.13.2.txz Installing /packages/All/qt5-webchannel-5.13.2.txz Installing /packages/All/aom-1.0.0.3187.txz Installing /packages/All/libass-0.14.0.txz Installing /packages/All/dav1d-0.6.0.txz Installing /packages/All/opencv-core-3.4.1_30.txz ===== Message from opencv-core-3.4.1_30: -- ===> NOTICE: The opencv-core port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/opus-1.3.1.txz Installing /packages/All/libtheora-1.1.1_7.txz Installing /packages/All/libv4l-1.6.3_4.txz Installing /packages/All/libva-2.6.1_1.txz Installing /packages/All/libvdpau-1.3.txz Installing /packages/All/libvpx-1.8.2_1.txz Installing /packages/All/libx264-0.159.2991.txz Installing /packages/All/x265-3.2.1_2.txz Installing /packages/All/xvid-1.3.7,1.txz Installing /packages/All/ffmpeg-4.2.2_9,1.txz Installing /packages/All/gstreamer1-libav-1.16.2.txz Installing /packages/All/liba52-0.7.4_3.txz Installing /packages/All/gstreamer1-plugins-ugly-1.16.2.txz Installing /packages/All/gstreamer1-plugins-a52dec-1.16.2.txz Installing /packages/All/gstreamer1-plugins-bad-1.16.2.txz Installing /packages/All/libdca-0.0.6_1.txz ===== Message from libdca-0.0.6_1: -- ===> NOTICE: The libdca port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/gstreamer1-plugins-dts-1.16.2.txz Installing /packages/All/libdvdread-6.0.2.txz Installing /packages/All/gstreamer1-plugins-dvdread-1.16.2.txz Installing /packages/All/gstreamer1-plugins-good-1.16.2.txz Installing /packages/All/mpg123-1.25.13.txz Installing /packages/All/gstreamer1-plugins-mpg123-1.16.2.txz Installing /packages/All/gstreamer1-plugins-ogg-1.16.2.txz Installing /packages/All/gstreamer1-plugins-pango-1.16.2.txz Installing /packages/All/gstreamer1-plugins-png-1.16.2.txz Installing /packages/All/libdvdnav-6.0.1.txz Installing /packages/All/gstreamer1-plugins-resindvd-1.16.2.txz Installing /packages/All/gstreamer1-plugins-theora-1.16.2.txz Installing /packages/All/gstreamer1-plugins-vorbis-1.16.2.txz Installing /packages/All/gstreamer1-plugins-core-1.16.txz Installing /packages/All/qt5-webkit-5.212.0.a3_6.txz Installing /packages/All/kf5-kdewebkit-5.67.0.txz Installing /packages/All/kf5-kplotting-5.67.0.txz Installing /packages/All/qt5-sqldrivers-sqlite3-5.13.2.txz Installing /packages/All/qt5-help-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qhelpgenerator /usr/local/bin/qcollectiongenerator done Installing /packages/All/qt5-assistant-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/assistant done Installing /packages/All/qt5-designer-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/designer done Installing /packages/All/kf5-kdesignerplugin-5.67.0.txz Installing /packages/All/kf5-kinit-5.67.0.txz Installing /packages/All/kf5-kded-5.67.0.txz Installing /packages/All/kf5-kdelibs4support-5.67.0.txz Installing /packages/All/qt5-quickcontrols2-5.13.2.txz Installing /packages/All/qt5-graphicaleffects-5.13.2.txz Installing /packages/All/kf5-kirigami2-5.67.1.txz Installing /packages/All/kf5-knewstuff-5.67.0.txz Installing /packages/All/libmysofa-0.9.txz Installing /packages/All/openal-soft-1.20.1.txz Installing /packages/All/libkdegames-19.12.3.txz Installing /packages/All/kf5-knotifyconfig-5.67.0.txz SUCCEEDED 00:02:55 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/sbin/pkg - found => killbots-19.12.3.tar.xz doesn't seem to exist in /distfiles/KDE/applications/19.12.3. => Attempting to fetch https://download.kde.org/stable/release-service/19.12.3/src/killbots-19.12.3.tar.xz killbots-19.12.3.tar.xz 0% of 1146 kB 0 Bps killbots-19.12.3.tar.xz 1146 kB 2643 kBps 00s ===> Fetching all distfiles required by killbots-19.12.3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by killbots-19.12.3 for building => SHA256 Checksum OK for KDE/applications/19.12.3/killbots-19.12.3.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by killbots-19.12.3 for building ===> Extracting for killbots-19.12.3 => SHA256 Checksum OK for KDE/applications/19.12.3/killbots-19.12.3.tar.xz. Extracted Memory Use: 2.91M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for killbots-19.12.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/bin/cmake - found ===> killbots-19.12.3 depends on executable: msgfmt - found ===> killbots-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found ===> killbots-19.12.3 depends on file: /usr/local/lib/qt5/bin/moc - found ===> killbots-19.12.3 depends on file: /usr/local/lib/qt5/bin/qmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> killbots-19.12.3 depends on shared library: libKF5Auth.so - found (/usr/local/lib/libKF5Auth.so) ===> killbots-19.12.3 depends on shared library: libKF5Codecs.so - found (/usr/local/lib/libKF5Codecs.so) ===> killbots-19.12.3 depends on shared library: libKF5Completion.so - found (/usr/local/lib/libKF5Completion.so) ===> killbots-19.12.3 depends on shared library: libKF5ConfigCore.so - found (/usr/local/lib/libKF5ConfigCore.so) ===> killbots-19.12.3 depends on shared library: libKF5ConfigWidgets.so - found (/usr/local/lib/libKF5ConfigWidgets.so) ===> killbots-19.12.3 depends on shared library: libKF5CoreAddons.so - found (/usr/local/lib/libKF5CoreAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5Crash.so - found (/usr/local/lib/libKF5Crash.so) ===> killbots-19.12.3 depends on shared library: libKF5DBusAddons.so - found (/usr/local/lib/libKF5DBusAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5GuiAddons.so - found (/usr/local/lib/libKF5GuiAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5I18n.so - found (/usr/local/lib/libKF5I18n.so) ===> killbots-19.12.3 depends on shared library: libKF5IconThemes.so - found (/usr/local/lib/libKF5IconThemes.so) ===> killbots-19.12.3 depends on shared library: libKF5ItemViews.so - found (/usr/local/lib/libKF5ItemViews.so) ===> killbots-19.12.3 depends on shared library: libKF5KIOCore.so - found (/usr/local/lib/libKF5KIOCore.so) ===> killbots-19.12.3 depends on shared library: libKF5KDEGames.so - found (/usr/local/lib/libKF5KDEGames.so) ===> killbots-19.12.3 depends on shared library: libKF5NotifyConfig.so - found (/usr/local/lib/libKF5NotifyConfig.so) ===> killbots-19.12.3 depends on shared library: libKF5WidgetsAddons.so - found (/usr/local/lib/libKF5WidgetsAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5XmlGui.so - found (/usr/local/lib/libKF5XmlGui.so) ===> killbots-19.12.3 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so) ===> killbots-19.12.3 depends on shared library: libQt5DBus.so - found (/usr/local/lib/qt5/libQt5DBus.so) ===> killbots-19.12.3 depends on shared library: libQt5Qml.so - found (/usr/local/lib/qt5/libQt5Qml.so) ===> killbots-19.12.3 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so) ===> killbots-19.12.3 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so) ===> killbots-19.12.3 depends on shared library: libQt5Widgets.so - found (/usr/local/lib/qt5/libQt5Widgets.so) ===> killbots-19.12.3 depends on shared library: libQt5Xml.so - found (/usr/local/lib/qt5/libQt5Xml.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/bin/cmake - found ===> killbots-19.12.3 depends on executable: msgfmt - found ===> killbots-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found ===> killbots-19.12.3 depends on file: /usr/local/lib/qt5/bin/moc - found ===> killbots-19.12.3 depends on file: /usr/local/lib/qt5/bin/qmake - found ===> killbots-19.12.3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> killbots-19.12.3 depends on shared library: libKF5Auth.so - found (/usr/local/lib/libKF5Auth.so) ===> killbots-19.12.3 depends on shared library: libKF5Codecs.so - found (/usr/local/lib/libKF5Codecs.so) ===> killbots-19.12.3 depends on shared library: libKF5Completion.so - found (/usr/local/lib/libKF5Completion.so) ===> killbots-19.12.3 depends on shared library: libKF5ConfigCore.so - found (/usr/local/lib/libKF5ConfigCore.so) ===> killbots-19.12.3 depends on shared library: libKF5ConfigWidgets.so - found (/usr/local/lib/libKF5ConfigWidgets.so) ===> killbots-19.12.3 depends on shared library: libKF5CoreAddons.so - found (/usr/local/lib/libKF5CoreAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5Crash.so - found (/usr/local/lib/libKF5Crash.so) ===> killbots-19.12.3 depends on shared library: libKF5DBusAddons.so - found (/usr/local/lib/libKF5DBusAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5GuiAddons.so - found (/usr/local/lib/libKF5GuiAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5I18n.so - found (/usr/local/lib/libKF5I18n.so) ===> killbots-19.12.3 depends on shared library: libKF5IconThemes.so - found (/usr/local/lib/libKF5IconThemes.so) ===> killbots-19.12.3 depends on shared library: libKF5ItemViews.so - found (/usr/local/lib/libKF5ItemViews.so) ===> killbots-19.12.3 depends on shared library: libKF5KIOCore.so - found (/usr/local/lib/libKF5KIOCore.so) ===> killbots-19.12.3 depends on shared library: libKF5KDEGames.so - found (/usr/local/lib/libKF5KDEGames.so) ===> killbots-19.12.3 depends on shared library: libKF5NotifyConfig.so - found (/usr/local/lib/libKF5NotifyConfig.so) ===> killbots-19.12.3 depends on shared library: libKF5WidgetsAddons.so - found (/usr/local/lib/libKF5WidgetsAddons.so) ===> killbots-19.12.3 depends on shared library: libKF5XmlGui.so - found (/usr/local/lib/libKF5XmlGui.so) ===> killbots-19.12.3 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so) ===> killbots-19.12.3 depends on shared library: libQt5DBus.so - found (/usr/local/lib/qt5/libQt5DBus.so) ===> killbots-19.12.3 depends on shared library: libQt5Qml.so - found (/usr/local/lib/qt5/libQt5Qml.so) ===> killbots-19.12.3 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so) ===> killbots-19.12.3 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so) ===> killbots-19.12.3 depends on shared library: libQt5Widgets.so - found (/usr/local/lib/qt5/libQt5Widgets.so) ===> killbots-19.12.3 depends on shared library: libQt5Xml.so - found (/usr/local/lib/qt5/libQt5Xml.so) ===> Configuring for killbots-19.12.3 ===> Performing out-of-source build /bin/mkdir -p /construction/games/killbots/.build -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found KF5CoreAddons: /usr/local/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.67.0") -- Found KF5Config: /usr/local/lib/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.67.0") -- Found KF5Crash: /usr/local/lib/cmake/KF5Crash/KF5CrashConfig.cmake (found version "5.67.0") -- Found KF5WidgetsAddons: /usr/local/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.67.0") -- Found Gettext: /usr/local/bin/msgmerge (found version "0.20.1") -- Found KF5I18n: /usr/local/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.67.0") -- Found KF5ConfigWidgets: /usr/local/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (found version "5.67.0") -- Found KF5XmlGui: /usr/local/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.67.0") -- Found KF5Completion: /usr/local/lib/cmake/KF5Completion/KF5CompletionConfig.cmake (found version "5.67.0") -- Found KF5DocTools: /usr/local/lib/cmake/KF5DocTools/KF5DocToolsConfig.cmake (found version "5.67.0") -- Found KF5DBusAddons: /usr/local/lib/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.67.0") -- Found KF5: success (found suitable version "5.67.0", minimum required is "5.30.0") found components: CoreAddons Config Crash WidgetsAddons Config I18n ConfigWidgets XmlGui Completion DocTools DBusAddons -- Looking for __GLIBC__ -- Looking for __GLIBC__ - not found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- The following REQUIRED packages have been found: * ECM (required version >= 5.30.0) * Qt5Gui (required version >= 5.13.2) * Qt5 (required version >= 5.7.0) * KF5Crash (required version >= 5.30.0) * KF5XmlGui (required version >= 5.30.0) * KF5DocTools (required version >= 5.30.0) * KF5DBusAddons (required version >= 5.30.0) * KF5 (required version >= 5.30.0) * Qt5Quick (required version >= 5.13.2) * Qt5Qml (required version >= 5.9.0) * Gettext * KF5I18n (required version >= 5.46.0) * KF5CoreAddons (required version >= 5.67.0) * KF5Auth (required version >= 5.67.0) * KF5Codecs (required version >= 5.67.0) * KF5WidgetsAddons (required version >= 5.67.0) * KF5ConfigWidgets (required version >= 5.46.0) * Qt5Widgets (required version >= 5.12.0) * KF5Completion (required version >= 5.46.0) * KF5KDEGames (required version >= 4.9.0) * Qt5Core -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /construction/games/killbots/.build SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for killbots-19.12.3 /usr/local/bin/cmake -S/construction/games/killbots/killbots-19.12.3 -B/construction/games/killbots/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/games/killbots/.build/CMakeFiles /construction/games/killbots/.build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/killbots_autogen.dir/all --- --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- /usr/bin/make -f CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/depend --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- /usr/bin/make -f CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/depend --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/DependInfo.cmake --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/depend --- --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/killbots_autogen.dir/all --- /usr/bin/make -f CMakeFiles/killbots_autogen.dir/build.make CMakeFiles/killbots_autogen.dir/depend --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/depend --- --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- Scanning dependencies of target pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/DependInfo.cmake --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-pt-docs-killbots-index-cache-bz2 --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-sv-docs-killbots-index-cache-bz2 --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- /usr/bin/make -f CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 --- --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- --- po/pt/docs/killbots/index.cache.bz2 --- --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- [ 2%] Generating mo... --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- [ 5%] Generating po/pt/docs/killbots/index.cache.bz2 --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- /usr/local/bin/cmake -DGETTEXT_MSGFMT_EXECUTABLE=/usr/local/bin/msgfmt -DCOPY_TO=/construction/games/killbots/.build/locale -DPO_DIR=/construction/games/killbots/killbots-19.12.3/po -P /usr/local/lib/cmake/KF5I18n/build-pofiles.cmake --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/pt/docs/killbots/index.cache.bz2 po/pt/docs/killbots/index.docbook --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- --- po/sv/docs/killbots/index.cache.bz2 --- --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- Scanning dependencies of target tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 /usr/bin/make -f CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-es-docs-killbots-index-cache-bz2 --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/depend --- --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 --- --- CMakeFiles/killbots_autogen.dir/all --- --- CMakeFiles/killbots_autogen.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/killbots_autogen.dir/DependInfo.cmake --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-it-docs-killbots-index-cache-bz2 --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- [ 8%] Generating ts... --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- --- po/es/docs/killbots/index.cache.bz2 --- --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- /usr/local/bin/cmake -DPYTHON_EXECUTABLE=/usr/local/bin/python3.7 -D_ki18n_pmap_compile_script=/usr/local/lib/cmake/KF5I18n/ts-pmap-compile.py -DCOPY_TO=/construction/games/killbots/.build/locale -DPO_DIR=/construction/games/killbots/killbots-19.12.3/po -P /usr/local/lib/cmake/KF5I18n/build-tsfiles.cmake --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-uk-docs-killbots-index-cache-bz2 --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/killbots_autogen.dir/all --- Scanning dependencies of target killbots_autogen --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/killbots_autogen.dir/all --- /usr/bin/make -f CMakeFiles/killbots_autogen.dir/build.make CMakeFiles/killbots_autogen.dir/build --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- --- po/uk/docs/killbots/index.cache.bz2 --- --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- [ 10%] Generating po/es/docs/killbots/index.cache.bz2 --- CMakeFiles/killbots_autogen.dir/all --- --- CMakeFiles/killbots_autogen --- --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/es/docs/killbots/index.cache.bz2 po/es/docs/killbots/index.docbook --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- [ 13%] Generating po/sv/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/sv/docs/killbots/index.cache.bz2 po/sv/docs/killbots/index.docbook --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- --- po/it/docs/killbots/index.cache.bz2 --- --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- [ 16%] Generating po/uk/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/uk/docs/killbots/index.cache.bz2 po/uk/docs/killbots/index.docbook --- CMakeFiles/killbots_autogen.dir/all --- [ 18%] Automatic MOC for target killbots /usr/local/bin/cmake -E cmake_autogen /construction/games/killbots/.build/CMakeFiles/killbots_autogen.dir/AutogenInfo.json Release --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- [ 21%] Generating po/it/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/it/docs/killbots/index.cache.bz2 po/it/docs/killbots/index.docbook --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/all --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- [ 21%] Built target tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 --- CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-nl-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/all --- --- CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- --- po/nl/docs/killbots/index.cache.bz2 --- --- CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-et-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/build --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- [ 24%] Generating po/nl/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/nl/docs/killbots/index.cache.bz2 po/nl/docs/killbots/index.docbook --- CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/all --- --- po/et/docs/killbots/index.cache.bz2 --- [ 27%] Generating po/et/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/et/docs/killbots/index.cache.bz2 po/et/docs/killbots/index.docbook --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-fr-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/build --- po/fr/docs/killbots/index.cache.bz2 --- [ 29%] Generating po/fr/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/fr/docs/killbots/index.cache.bz2 po/fr/docs/killbots/index.docbook --- CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/all --- [ 29%] Built target pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 --- CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/DependInfo.cmake Scanning dependencies of target po-de-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/build --- po/de/docs/killbots/index.cache.bz2 --- [ 32%] Generating po/de/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/de/docs/killbots/index.cache.bz2 po/de/docs/killbots/index.docbook --- CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/all --- [ 32%] Built target po-es-docs-killbots-index-cache-bz2 --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/DependInfo.cmake Scanning dependencies of target po-pt-BR-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/build --- po/pt_BR/docs/killbots/index.cache.bz2 --- [ 35%] Generating po/pt_BR/docs/killbots/index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/pt_BR/docs/killbots/index.cache.bz2 po/pt_BR/docs/killbots/index.docbook --- CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/all --- [ 35%] Built target po-pt-docs-killbots-index-cache-bz2 --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/all --- /usr/bin/make -f CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/depend --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/all --- [ 35%] Built target po-nl-docs-killbots-index-cache-bz2 --- doc/CMakeFiles/doc-index-cache-bz2.dir/all --- /usr/bin/make -f doc/CMakeFiles/doc-index-cache-bz2.dir/build.make doc/CMakeFiles/doc-index-cache-bz2.dir/depend --- CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/all --- [ 35%] Built target po-uk-docs-killbots-index-cache-bz2 --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/all --- Scanning dependencies of target po-pl-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/build --- doc/CMakeFiles/doc-index-cache-bz2.dir/all --- --- doc/CMakeFiles/doc-index-cache-bz2.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3/doc /construction/games/killbots/.build /construction/games/killbots/.build/doc /construction/games/killbots/.build/doc/CMakeFiles/doc-index-cache-bz2.dir/DependInfo.cmake --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/all --- --- po/pl/docs/killbots/index.cache.bz2 --- --- CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/all --- [ 35%] Built target po-it-docs-killbots-index-cache-bz2 --- doc/CMakeFiles/doc-index-cache-bz2.dir/all --- Scanning dependencies of target doc-index-cache-bz2 --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/all --- [ 37%] Generating po/pl/docs/killbots/index.cache.bz2 --- doc/CMakeFiles/doc-index-cache-bz2.dir/all --- /usr/bin/make -f doc/CMakeFiles/doc-index-cache-bz2.dir/build.make doc/CMakeFiles/doc-index-cache-bz2.dir/build --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/all --- cd /construction/games/killbots/killbots-19.12.3 && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/po/pl/docs/killbots/index.cache.bz2 po/pl/docs/killbots/index.docbook --- doc/CMakeFiles/doc-index-cache-bz2.dir/all --- --- doc/index.cache.bz2 --- [ 40%] Generating index.cache.bz2 cd /construction/games/killbots/killbots-19.12.3/doc && /usr/local/bin/meinproc5 --check --cache /construction/games/killbots/.build/doc//index.cache.bz2 index.docbook --- CMakeFiles/killbots_autogen.dir/all --- [ 40%] Built target killbots_autogen --- CMakeFiles/killbots.dir/all --- /usr/bin/make -f CMakeFiles/killbots.dir/build.make CMakeFiles/killbots.dir/depend --- qrc_killbots.cpp --- --- settings.h --- --- rulesetbase.h --- --- qrc_killbots.cpp --- [ 43%] Generating qrc_killbots.cpp --- rulesetbase.h --- [ 45%] Generating rulesetbase.h, rulesetbase.cpp --- qrc_killbots.cpp --- /usr/local/lib/qt5/bin/rcc --name killbots --output /construction/games/killbots/.build/qrc_killbots.cpp /construction/games/killbots/killbots-19.12.3/killbots.qrc --- rulesetbase.h --- /usr/local/lib/libexec/kf5/kconfig_compiler_kf5 /construction/games/killbots/killbots-19.12.3/rulesetbase.kcfg /construction/games/killbots/killbots-19.12.3/rulesetbase.kcfgc -d /construction/games/killbots/.build/ --- settings.h --- [ 48%] Generating settings.h, settings.cpp /usr/local/lib/libexec/kf5/kconfig_compiler_kf5 /construction/games/killbots/killbots-19.12.3/killbots.kcfg /construction/games/killbots/killbots-19.12.3/settings.kcfgc -d /construction/games/killbots/.build/ --- CMakeFiles/killbots.dir/depend --- cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/killbots.dir/DependInfo.cmake --- CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/all --- [ 48%] Built target po-sv-docs-killbots-index-cache-bz2 --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- I/O warning : failed to load external entity "/usr/local/share/kf5/kdoctools/customization/xsl/pt-BR.xml" No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". --- CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/all --- [ 48%] Built target po-de-docs-killbots-index-cache-bz2 --- CMakeFiles/killbots.dir/all --- Scanning dependencies of target killbots /usr/bin/make -f CMakeFiles/killbots.dir/build.make CMakeFiles/killbots.dir/build --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/main.cpp.o --- --- CMakeFiles/killbots.dir/numericdisplayitem.cpp.o --- --- CMakeFiles/killbots.dir/optionspage.cpp.o --- --- CMakeFiles/killbots.dir/sprite.cpp.o --- --- CMakeFiles/killbots.dir/view.cpp.o --- --- CMakeFiles/killbots.dir/numericdisplayitem.cpp.o --- [ 51%] Building CXX object CMakeFiles/killbots.dir/numericdisplayitem.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/numericdisplayitem.cpp.o -c /construction/games/killbots/killbots-19.12.3/numericdisplayitem.cpp --- CMakeFiles/killbots.dir/view.cpp.o --- [ 54%] Building CXX object CMakeFiles/killbots.dir/view.cpp.o --- CMakeFiles/killbots.dir/main.cpp.o --- [ 56%] Building CXX object CMakeFiles/killbots.dir/main.cpp.o --- CMakeFiles/killbots.dir/sprite.cpp.o --- [ 59%] Building CXX object CMakeFiles/killbots.dir/sprite.cpp.o --- CMakeFiles/killbots.dir/view.cpp.o --- /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/view.cpp.o -c /construction/games/killbots/killbots-19.12.3/view.cpp --- CMakeFiles/killbots.dir/main.cpp.o --- /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/main.cpp.o -c /construction/games/killbots/killbots-19.12.3/main.cpp --- CMakeFiles/killbots.dir/sprite.cpp.o --- /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/sprite.cpp.o -c /construction/games/killbots/killbots-19.12.3/sprite.cpp --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". --- CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/all --- [ 59%] Built target po-et-docs-killbots-index-cache-bz2 --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/killbots_autogen/mocs_compilation.cpp.o --- --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/optionspage.cpp.o --- [ 62%] Building CXX object CMakeFiles/killbots.dir/optionspage.cpp.o --- CMakeFiles/killbots.dir/killbots_autogen/mocs_compilation.cpp.o --- [ 64%] Building CXX object CMakeFiles/killbots.dir/killbots_autogen/mocs_compilation.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/killbots_autogen/mocs_compilation.cpp.o -c /construction/games/killbots/.build/killbots_autogen/mocs_compilation.cpp --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/optionspage.cpp.o --- /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/optionspage.cpp.o -c /construction/games/killbots/killbots-19.12.3/optionspage.cpp --- CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/all --- [ 64%] Built target po-fr-docs-killbots-index-cache-bz2 --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/ruleset.cpp.o --- --- CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/all --- [ 64%] Built target po-pt-BR-docs-killbots-index-cache-bz2 --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/rulesetdetailsdialog.cpp.o --- [ 67%] Building CXX object CMakeFiles/killbots.dir/rulesetdetailsdialog.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/rulesetdetailsdialog.cpp.o -c /construction/games/killbots/killbots-19.12.3/rulesetdetailsdialog.cpp --- CMakeFiles/killbots.dir/ruleset.cpp.o --- [ 70%] Building CXX object CMakeFiles/killbots.dir/ruleset.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/ruleset.cpp.o -c /construction/games/killbots/killbots-19.12.3/ruleset.cpp --- doc/CMakeFiles/doc-index-cache-bz2.dir/all --- [ 70%] Built target doc-index-cache-bz2 --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/coordinator.cpp.o --- [ 72%] Building CXX object CMakeFiles/killbots.dir/coordinator.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/coordinator.cpp.o -c /construction/games/killbots/killbots-19.12.3/coordinator.cpp --- CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/all --- [ 72%] Built target po-pl-docs-killbots-index-cache-bz2 --- CMakeFiles/killbots.dir/all --- --- CMakeFiles/killbots.dir/engine.cpp.o --- [ 75%] Building CXX object CMakeFiles/killbots.dir/engine.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/engine.cpp.o -c /construction/games/killbots/killbots-19.12.3/engine.cpp --- CMakeFiles/killbots.dir/mainwindow.cpp.o --- [ 78%] Building CXX object CMakeFiles/killbots.dir/mainwindow.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/mainwindow.cpp.o -c /construction/games/killbots/killbots-19.12.3/mainwindow.cpp --- CMakeFiles/killbots.dir/renderer.cpp.o --- [ 81%] Building CXX object CMakeFiles/killbots.dir/renderer.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/renderer.cpp.o -c /construction/games/killbots/killbots-19.12.3/renderer.cpp --- CMakeFiles/killbots.dir/rulesetselector.cpp.o --- [ 83%] Building CXX object CMakeFiles/killbots.dir/rulesetselector.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/rulesetselector.cpp.o -c /construction/games/killbots/killbots-19.12.3/rulesetselector.cpp --- CMakeFiles/killbots.dir/scene.cpp.o --- [ 86%] Building CXX object CMakeFiles/killbots.dir/scene.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/scene.cpp.o -c /construction/games/killbots/killbots-19.12.3/scene.cpp --- CMakeFiles/killbots.dir/qrc_killbots.cpp.o --- [ 89%] Building CXX object CMakeFiles/killbots.dir/qrc_killbots.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/qrc_killbots.cpp.o -c /construction/games/killbots/.build/qrc_killbots.cpp --- CMakeFiles/killbots.dir/rulesetbase.cpp.o --- [ 91%] Building CXX object CMakeFiles/killbots.dir/rulesetbase.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/rulesetbase.cpp.o -c /construction/games/killbots/.build/rulesetbase.cpp --- CMakeFiles/killbots.dir/settings.cpp.o --- [ 94%] Building CXX object CMakeFiles/killbots.dir/settings.cpp.o /usr/bin/c++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_LARGEFILE64_SOURCE -I/construction/games/killbots/.build -I/construction/games/killbots/killbots-19.12.3 -I/construction/games/killbots/.build/killbots_autogen/include -isystem /usr/local/include/KF5/KF5KDEGames -isystem /usr/local/include/KF5/KF5KDEGames/KDE -isystem /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuickWidgets -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/KF5/KConfigCore -isystem /usr/local/include/KF5/KI18n -isystem /usr/local/include/KF5/KWidgetsAddons -isystem /usr/local/include/KF5/KConfigWidgets -isystem /usr/local/include/KF5/KCodecs -isystem /usr/local/include/KF5/KConfigGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/KF5/KAuth -isystem /usr/local/include/KF5/KCoreAddons -isystem /usr/local/include/KF5/KXmlGui -isystem /usr/local/include/qt5/QtDBus -isystem /usr/local/include/KF5/KDBusAddons -isystem /usr/local/include/KF5/KCompletion -isystem /usr/local/include/KF5/KCrash -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/killbots.dir/settings.cpp.o -c /construction/games/killbots/.build/settings.cpp --- killbots --- [ 97%] Linking CXX executable killbots /usr/local/bin/cmake -E cmake_link_script CMakeFiles/killbots.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -Wl,--enable-new-dtags CMakeFiles/killbots.dir/killbots_autogen/mocs_compilation.cpp.o CMakeFiles/killbots.dir/main.cpp.o CMakeFiles/killbots.dir/coordinator.cpp.o CMakeFiles/killbots.dir/engine.cpp.o CMakeFiles/killbots.dir/mainwindow.cpp.o CMakeFiles/killbots.dir/numericdisplayitem.cpp.o CMakeFiles/killbots.dir/optionspage.cpp.o CMakeFiles/killbots.dir/renderer.cpp.o CMakeFiles/killbots.dir/ruleset.cpp.o CMakeFiles/killbots.dir/rulesetdetailsdialog.cpp.o CMakeFiles/killbots.dir/rulesetselector.cpp.o CMakeFiles/killbots.dir/scene.cpp.o CMakeFiles/killbots.dir/sprite.cpp.o CMakeFiles/killbots.dir/view.cpp.o CMakeFiles/killbots.dir/qrc_killbots.cpp.o CMakeFiles/killbots.dir/settings.cpp.o CMakeFiles/killbots.dir/rulesetbase.cpp.o -o killbots -Wl,-z,origin,-rpath,/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/libKF5KDEGames.so.7.2.0 /usr/local/lib/libKF5XmlGui.so.5.67.0 /usr/local/lib/libKF5DBusAddons.so.5.67.0 /usr/local/lib/libKF5Completion.so.5.67.0 /usr/local/lib/libKF5Crash.so.5.67.0 /usr/local/lib/qt5/libQt5QuickWidgets.so.5.13.2 /usr/local/lib/qt5/libQt5Quick.so.5.13.2 /usr/local/lib/qt5/libQt5Qml.so.5.13.2 /usr/local/lib/libKF5ConfigWidgets.so.5.67.0 /usr/local/lib/libKF5I18n.so.5.67.0 /usr/local/lib/libKF5WidgetsAddons.so.5.67.0 /usr/local/lib/libKF5Codecs.so.5.67.0 /usr/local/lib/libKF5ConfigGui.so.5.67.0 /usr/local/lib/qt5/libQt5Xml.so.5.13.2 /usr/local/lib/libKF5ConfigCore.so.5.67.0 /usr/local/lib/libKF5Auth.so.5.67.0 /usr/local/lib/qt5/libQt5Widgets.so.5.13.2 /usr/local/lib/qt5/libQt5Gui.so.5.13.2 /usr/local/lib/libKF5AuthCore.so.5.67.0 /usr/local/lib/qt5/libQt5Network.so.5.13.2 /usr/local/lib/qt5/libQt5DBus.so.5.13.2 /usr/local/lib/libKF5CoreAddons.so.5.67.0 /usr/local/lib/qt5/libQt5Core.so.5.13.2 -Wl,-rpath-link,/usr/local/lib [100%] Built target killbots /usr/local/bin/cmake -E cmake_progress_start /construction/games/killbots/.build/CMakeFiles 0 SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> killbots-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for killbots-19.12.3 ===> killbots-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found ===> Generating temporary packing list /usr/local/bin/cmake -S/construction/games/killbots/killbots-19.12.3 -B/construction/games/killbots/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/games/killbots/.build/CMakeFiles /construction/games/killbots/.build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-sv-docs-killbots-index-cache-bz2.dir/build [ 2%] Built target po-sv-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-docs-killbots-index-cache-bz2.dir/build [ 5%] Built target po-pt-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build [ 8%] Generating ts... /usr/local/bin/cmake -DPYTHON_EXECUTABLE=/usr/local/bin/python3.7 -D_ki18n_pmap_compile_script=/usr/local/lib/cmake/KF5I18n/ts-pmap-compile.py -DCOPY_TO=/construction/games/killbots/.build/locale -DPO_DIR=/construction/games/killbots/killbots-19.12.3/po -P /usr/local/lib/cmake/KF5I18n/build-tsfiles.cmake [ 8%] Built target tsfiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 /usr/bin/make -f CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build.make CMakeFiles/pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4.dir/build [ 10%] Generating mo... /usr/local/bin/cmake -DGETTEXT_MSGFMT_EXECUTABLE=/usr/local/bin/msgfmt -DCOPY_TO=/construction/games/killbots/.build/locale -DPO_DIR=/construction/games/killbots/killbots-19.12.3/po -P /usr/local/lib/cmake/KF5I18n/build-pofiles.cmake [ 10%] Built target pofiles-7cf9fcc3da8db987bfee9ee9fd4a2bd4 /usr/bin/make -f CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-uk-docs-killbots-index-cache-bz2.dir/build [ 13%] Built target po-uk-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-fr-docs-killbots-index-cache-bz2.dir/build [ 16%] Built target po-fr-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/killbots_autogen.dir/build.make CMakeFiles/killbots_autogen.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/killbots_autogen.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/killbots_autogen.dir/build.make CMakeFiles/killbots_autogen.dir/build [ 18%] Automatic MOC for target killbots /usr/local/bin/cmake -E cmake_autogen /construction/games/killbots/.build/CMakeFiles/killbots_autogen.dir/AutogenInfo.json Release [ 18%] Built target killbots_autogen /usr/bin/make -f CMakeFiles/killbots.dir/build.make CMakeFiles/killbots.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/killbots.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/killbots.dir/build.make CMakeFiles/killbots.dir/build [ 78%] Built target killbots /usr/bin/make -f CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-nl-docs-killbots-index-cache-bz2.dir/build [ 81%] Built target po-nl-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-es-docs-killbots-index-cache-bz2.dir/build [ 83%] Built target po-es-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-it-docs-killbots-index-cache-bz2.dir/build [ 86%] Built target po-it-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-et-docs-killbots-index-cache-bz2.dir/build [ 89%] Built target po-et-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-de-docs-killbots-index-cache-bz2.dir/build [ 91%] Built target po-de-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pt-BR-docs-killbots-index-cache-bz2.dir/build [ 94%] Built target po-pt-BR-docs-killbots-index-cache-bz2 /usr/bin/make -f CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/.build /construction/games/killbots/.build /construction/games/killbots/.build/CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/build.make CMakeFiles/po-pl-docs-killbots-index-cache-bz2.dir/build [ 97%] Built target po-pl-docs-killbots-index-cache-bz2 /usr/bin/make -f doc/CMakeFiles/doc-index-cache-bz2.dir/build.make doc/CMakeFiles/doc-index-cache-bz2.dir/depend cd /construction/games/killbots/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/games/killbots/killbots-19.12.3 /construction/games/killbots/killbots-19.12.3/doc /construction/games/killbots/.build /construction/games/killbots/.build/doc /construction/games/killbots/.build/doc/CMakeFiles/doc-index-cache-bz2.dir/DependInfo.cmake /usr/bin/make -f doc/CMakeFiles/doc-index-cache-bz2.dir/build.make doc/CMakeFiles/doc-index-cache-bz2.dir/build [100%] Built target doc-index-cache-bz2 /usr/local/bin/cmake -E cmake_progress_start /construction/games/killbots/.build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall /usr/bin/make -f CMakeFiles/killbots.dir/build.make CMakeFiles/killbots.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/killbots /usr/local/bin/cmake -E cmake_link_script CMakeFiles/killbots.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -O2 -fno-strict-aliasing -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -pipe -O2 -fno-strict-aliasing -Wl,--enable-new-dtags CMakeFiles/killbots.dir/killbots_autogen/mocs_compilation.cpp.o CMakeFiles/killbots.dir/main.cpp.o CMakeFiles/killbots.dir/coordinator.cpp.o CMakeFiles/killbots.dir/engine.cpp.o CMakeFiles/killbots.dir/mainwindow.cpp.o CMakeFiles/killbots.dir/numericdisplayitem.cpp.o CMakeFiles/killbots.dir/optionspage.cpp.o CMakeFiles/killbots.dir/renderer.cpp.o CMakeFiles/killbots.dir/ruleset.cpp.o CMakeFiles/killbots.dir/rulesetdetailsdialog.cpp.o CMakeFiles/killbots.dir/rulesetselector.cpp.o CMakeFiles/killbots.dir/scene.cpp.o CMakeFiles/killbots.dir/sprite.cpp.o CMakeFiles/killbots.dir/view.cpp.o CMakeFiles/killbots.dir/qrc_killbots.cpp.o CMakeFiles/killbots.dir/settings.cpp.o CMakeFiles/killbots.dir/rulesetbase.cpp.o -o CMakeFiles/CMakeRelink.dir/killbots -Wl,-z,origin,-rpath,/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/libKF5KDEGames.so.7.2.0 /usr/local/lib/libKF5XmlGui.so.5.67.0 /usr/local/lib/libKF5DBusAddons.so.5.67.0 /usr/local/lib/libKF5Completion.so.5.67.0 /usr/local/lib/libKF5Crash.so.5.67.0 /usr/local/lib/qt5/libQt5QuickWidgets.so.5.13.2 /usr/local/lib/qt5/libQt5Quick.so.5.13.2 /usr/local/lib/qt5/libQt5Qml.so.5.13.2 /usr/local/lib/libKF5ConfigWidgets.so.5.67.0 /usr/local/lib/libKF5I18n.so.5.67.0 /usr/local/lib/libKF5WidgetsAddons.so.5.67.0 /usr/local/lib/libKF5Codecs.so.5.67.0 /usr/local/lib/libKF5ConfigGui.so.5.67.0 /usr/local/lib/qt5/libQt5Xml.so.5.13.2 /usr/local/lib/libKF5ConfigCore.so.5.67.0 /usr/local/lib/libKF5Auth.so.5.67.0 /usr/local/lib/qt5/libQt5Widgets.so.5.13.2 /usr/local/lib/qt5/libQt5Gui.so.5.13.2 /usr/local/lib/libKF5AuthCore.so.5.67.0 /usr/local/lib/qt5/libQt5Network.so.5.13.2 /usr/local/lib/qt5/libQt5DBus.so.5.13.2 /usr/local/lib/libKF5CoreAddons.so.5.67.0 /usr/local/lib/qt5/libQt5Core.so.5.13.2 -Wl,-rpath-link,/usr/local/lib Installing the project stripped... /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /construction/games/killbots/stage/usr/local/bin/killbots -- Installing: /construction/games/killbots/stage/usr/local/share/applications/org.kde.killbots.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/metainfo/org.kde.killbots.appdata.xml -- Installing: /construction/games/killbots/stage/usr/local/share/config.kcfg/killbots.kcfg -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/is -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/is/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/is/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/cs -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/cs/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/cs/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/hu -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/hu/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/hu/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/fr -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/fr/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/fr/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ja -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ja/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ja/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/pl -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/pl/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/pl/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ko -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ko/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ko/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/bs -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/bs/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/bs/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/lt -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/lt/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/lt/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/lv -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/lv/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/lv/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/nl -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/nl/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/nl/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/fi -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/fi/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/fi/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/es -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/es/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/es/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/gl -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/gl/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/gl/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/eo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/eo/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/eo/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/locale/nds -- Installing: /construction/games/killbots/stage/usr/local/share/locale/nds/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/nds/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/id -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/id/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/id/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/locale/km -- Installing: /construction/games/killbots/stage/usr/local/share/locale/km/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/km/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/locale/kk -- Installing: /construction/games/killbots/stage/usr/local/share/locale/kk/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/kk/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/en_GB -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/en_GB/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/en_GB/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/locale/mr -- Installing: /construction/games/killbots/stage/usr/local/share/locale/mr/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/mr/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/nn -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/nn/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/nn/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/et -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/et/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/et/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/el -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/el/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/el/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/hr -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/hr/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/hr/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/da -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/da/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/da/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/de -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/de/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/de/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/it -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/it/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/it/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ca -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ca/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ca/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ca@valencia -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ca@valencia/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ca@valencia/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/nb -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/nb/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/nb/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ga -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ga/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ga/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/pt_BR -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/pt_BR/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/zh_CN -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/zh_CN/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sl -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sl/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/sl/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/tr -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/tr/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/tr/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ru -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ru/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ru/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sv -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sv/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/sv/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sr -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sr/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/sr/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ug -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ug/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ug/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/zh_TW -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/zh_TW/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ro -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/ro/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/ro/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/uk -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/uk/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/uk/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/pt -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/pt/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/pt/LC_MESSAGES/killbots.mo -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sk -- Up-to-date: /construction/games/killbots/stage/usr/local/share/locale/sk/LC_MESSAGES -- Installing: /construction/games/killbots/stage/usr/local/share/locale/sk/LC_MESSAGES/killbots.mo -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/de/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/de/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/de/killbots/status.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/es/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/es/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/et/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/et/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/fr/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/fr/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/it/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/it/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/nl/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/nl/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pl/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pl/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pl/killbots/status.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pt/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pt/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pt_BR/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/pt_BR/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/sv/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/sv/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/uk/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/uk/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/uk/killbots/status.png -- Installing: /construction/games/killbots/stage/usr/local/share/icons/hicolor/128x128/apps/killbots.png -- Installing: /construction/games/killbots/stage/usr/local/share/icons/hicolor/16x16/apps/killbots.png -- Installing: /construction/games/killbots/stage/usr/local/share/icons/hicolor/22x22/apps/killbots.png -- Installing: /construction/games/killbots/stage/usr/local/share/icons/hicolor/32x32/apps/killbots.png -- Installing: /construction/games/killbots/stage/usr/local/share/icons/hicolor/48x48/apps/killbots.png -- Installing: /construction/games/killbots/stage/usr/local/share/icons/hicolor/64x64/apps/killbots.png -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/rulesets/classic.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/rulesets/daleks.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/rulesets/default.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/rulesets/easy.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/rulesets/energycrisis.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/classic.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/classic.png -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/classic.svgz -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/mountainadventure.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/mountainadventure.png -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/mountainadventure.svgz -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/mummymadness.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/mummymadness.png -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/mummymadness.svgz -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/robotkill.desktop -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/robotkill.png -- Installing: /construction/games/killbots/stage/usr/local/share/killbots/themes/robotkill.svgz -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/index.cache.bz2 -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/index.docbook -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/enemy.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/fastenemy.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/grid.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/hero.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/junkheap.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/status.png -- Installing: /construction/games/killbots/stage/usr/local/share/doc/HTML/en/killbots/waitoutround.png ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for killbots-19.12.3 file sizes/checksums [106]: 0% file sizes/checksums [106]: 94% file sizes/checksums [106]: 100% packing files [106]: 0% packing files [106]: 94% packing files [106]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:03:19