------------------------------------------------------------------------------- -- 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/icu-66.1,1.txz Installing /packages/All/pcre2-10.34.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/gettext-runtime-0.20.1.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/lconvert /usr/local/bin/lprodump /usr/local/bin/lrelease /usr/local/bin/lrelease-pro /usr/local/bin/lupdate-pro /usr/local/bin/lupdate 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/rcc /usr/local/bin/syncqt.pl /usr/local/bin/moc 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/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/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/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/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,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/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/jpeg-turbo-2.0.4.txz Installing /packages/All/qt5-dbus-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qdbusxml2cpp /usr/local/bin/qdbuscpp2xml done 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-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-testlib-5.13.2.txz 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/qt5-xmlpatterns-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/xmlpatternsvalidator /usr/local/bin/xmlpatterns done Installing /packages/All/qt5-declarative-5.13.2_1.txz Removing qtchooser links done Creating qtchooser links /usr/local/bin/qmlpreview /usr/local/bin/qmlcachegen /usr/local/bin/qmleasing /usr/local/bin/qml /usr/local/bin/qmllint /usr/local/bin/qmlplugindump /usr/local/bin/qmltestrunner /usr/local/bin/qmlprofiler /usr/local/bin/qmlimportscanner /usr/local/bin/qmlscene /usr/local/bin/qmlmin done SUCCEEDED 00:01:13 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/sbin/pkg - found => kqtquickcharts-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/kqtquickcharts-19.12.3.tar.xz kqtquickcharts-19.12.3.tar.xz 0% of 25 kB 0 Bps kqtquickcharts-19.12.3.tar.xz 25 kB 357 kBps 00s ===> Fetching all distfiles required by kqtquickcharts-19.12.3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kqtquickcharts-19.12.3 for building => SHA256 Checksum OK for KDE/applications/19.12.3/kqtquickcharts-19.12.3.tar.xz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kqtquickcharts-19.12.3 for building ===> Extracting for kqtquickcharts-19.12.3 => SHA256 Checksum OK for KDE/applications/19.12.3/kqtquickcharts-19.12.3.tar.xz. Extracted Memory Use: 0.26M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for kqtquickcharts-19.12.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/bin/cmake - found ===> kqtquickcharts-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found ===> kqtquickcharts-19.12.3 depends on file: /usr/local/lib/qt5/bin/moc - found ===> kqtquickcharts-19.12.3 depends on file: /usr/local/lib/qt5/bin/qmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so) ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Qml.so - found (/usr/local/lib/qt5/libQt5Qml.so) ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so) ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/bin/cmake - found ===> kqtquickcharts-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found ===> kqtquickcharts-19.12.3 depends on file: /usr/local/lib/qt5/bin/moc - found ===> kqtquickcharts-19.12.3 depends on file: /usr/local/lib/qt5/bin/qmake - found ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Core.so - found (/usr/local/lib/qt5/libQt5Core.so) ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Qml.so - found (/usr/local/lib/qt5/libQt5Qml.so) ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Gui.so - found (/usr/local/lib/qt5/libQt5Gui.so) ===> kqtquickcharts-19.12.3 depends on shared library: libQt5Network.so - found (/usr/local/lib/qt5/libQt5Network.so) ===> Configuring for kqtquickcharts-19.12.3 ===> Performing out-of-source build /bin/mkdir -p /construction/graphics/kqtquickcharts/.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 -- 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 CMake Warning (dev) at /usr/local/share/ECM/modules/ECMPackageConfigHelpers.cmake:84 (message): Your project already requires a version of CMake that includes the find_dependency macro via the CMakeFindDependencyMacro module. You should use CMakePackageConfigHelpers instead of ECMPackageConfigHelpers. Call Stack (most recent call first): CMakeLists.txt:35 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- The following REQUIRED packages have been found: * ECM (required version >= 1.1.0) * Qt5Network (required version >= 5.13.2) * Qt5Qml * Qt5Quick * Qt5Gui * Qt5 (required version >= 5.2.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/graphics/kqtquickcharts/.build SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for kqtquickcharts-19.12.3 /usr/local/bin/cmake -S/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3 -B/construction/graphics/kqtquickcharts/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/graphics/kqtquickcharts/.build/CMakeFiles /construction/graphics/kqtquickcharts/.build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all --- src/CMakeFiles/kqtquickcharts_autogen.dir/all --- /usr/bin/make -f src/CMakeFiles/kqtquickcharts_autogen.dir/build.make src/CMakeFiles/kqtquickcharts_autogen.dir/depend --- src/CMakeFiles/kqtquickcharts_autogen.dir/depend --- cd /construction/graphics/kqtquickcharts/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3 /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src /construction/graphics/kqtquickcharts/.build /construction/graphics/kqtquickcharts/.build/src /construction/graphics/kqtquickcharts/.build/src/CMakeFiles/kqtquickcharts_autogen.dir/DependInfo.cmake Scanning dependencies of target kqtquickcharts_autogen /usr/bin/make -f src/CMakeFiles/kqtquickcharts_autogen.dir/build.make src/CMakeFiles/kqtquickcharts_autogen.dir/build --- src/CMakeFiles/kqtquickcharts_autogen --- [ 5%] Automatic MOC for target kqtquickcharts cd /construction/graphics/kqtquickcharts/.build/src && /usr/local/bin/cmake -E cmake_autogen /construction/graphics/kqtquickcharts/.build/src/CMakeFiles/kqtquickcharts_autogen.dir/AutogenInfo.json Release [ 5%] Built target kqtquickcharts_autogen --- src/CMakeFiles/kqtquickcharts.dir/all --- /usr/bin/make -f src/CMakeFiles/kqtquickcharts.dir/build.make src/CMakeFiles/kqtquickcharts.dir/depend --- src/CMakeFiles/kqtquickcharts.dir/depend --- cd /construction/graphics/kqtquickcharts/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3 /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src /construction/graphics/kqtquickcharts/.build /construction/graphics/kqtquickcharts/.build/src /construction/graphics/kqtquickcharts/.build/src/CMakeFiles/kqtquickcharts.dir/DependInfo.cmake Scanning dependencies of target kqtquickcharts /usr/bin/make -f src/CMakeFiles/kqtquickcharts.dir/build.make src/CMakeFiles/kqtquickcharts.dir/build --- src/CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/dimension.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o --- [ 10%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o --- [ 15%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o --- [ 20%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/chartplugin.cpp --- src/CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/includ--- src/CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o --- [ 25%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o --- e/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/chartcore.cpp --- src/CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o --- [ 30%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/includ--- src/CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o --- [ 40%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o --- [ 40%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o --- e/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/barchartcore.cpp --- src/CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/barchartsegment.cpp --- src/CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o -c /construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/mocs_compilation.cpp --- src/CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o --- [ 45%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/linechartcore.cpp --- src/CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/linechartbackgroundpainter.cpp --- src/CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o --- [ 50%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/linechartpainter.cpp --- src/CMakeFiles/kqtquickcharts.dir/dimension.cpp.o --- [ 55%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/dimension.cpp.o --- src/CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/chartmodel.cpp --- src/CMakeFiles/kqtquickcharts.dir/dimension.cpp.o --- cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/dimension.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/dimension.cpp --- src/CMakeFiles/kqtquickcharts.dir/linechartpoint.cpp.o --- [ 60%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/linechartpoint.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/linechartpoint.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/linechartpoint.cpp --- src/CMakeFiles/kqtquickcharts.dir/chartforegroundpainter.cpp.o --- [ 65%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/chartforegroundpainter.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/chartforegroundpainter.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/chartforegroundpainter.cpp --- src/CMakeFiles/kqtquickcharts.dir/record.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/xychartcore.cpp.o --- --- src/CMakeFiles/kqtquickcharts.dir/record.cpp.o --- [ 70%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/record.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/record.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/record.cpp --- src/CMakeFiles/kqtquickcharts.dir/xychartcore.cpp.o --- [ 75%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/xychartcore.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/xychartcore.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/xychartcore.cpp --- src/CMakeFiles/kqtquickcharts.dir/xychartbackgroundpainter.cpp.o --- [ 80%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/xychartbackgroundpainter.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/xychartbackgroundpainter.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/xychartbackgroundpainter.cpp --- src/CMakeFiles/kqtquickcharts.dir/xychartpainter.cpp.o --- [ 85%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/xychartpainter.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/xychartpainter.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/xychartpainter.cpp --- src/CMakeFiles/kqtquickcharts.dir/xychartpoint.cpp.o --- [ 90%] Building CXX object src/CMakeFiles/kqtquickcharts.dir/xychartpoint.cpp.o cd /construction/graphics/kqtquickcharts/.build/src && /usr/bin/c++ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -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_QUICK_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DTRANSLATION_DOMAIN=\"kqtquickcharts5\" -D_LARGEFILE64_SOURCE -Dkqtquickcharts_EXPORTS -I/construction/graphics/kqtquickcharts/.build/src -I/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src -I/construction/graphics/kqtquickcharts/.build/src/kqtquickcharts_autogen/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-g++ -isystem /usr/local/include/qt5/QtQuick -isystem /usr/local/include/qt5/QtQml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include -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 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -o CMakeFiles/kqtquickcharts.dir/xychartpoint.cpp.o -c /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src/xychartpoint.cpp --- src/libkqtquickcharts.so --- [ 95%] Linking CXX shared library libkqtquickcharts.so cd /construction/graphics/kqtquickcharts/.build/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/kqtquickcharts.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -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,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags -shared -Wl,-soname,libkqtquickcharts.so -o libkqtquickcharts.so CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o CMakeFiles/kqtquickcharts.dir/dimension.cpp.o CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o CMakeFiles/kqtquickcharts.dir/linechartpoint.cpp.o CMakeFiles/kqtquickcharts.dir/chartforegroundpainter.cpp.o CMakeFiles/kqtquickcharts.dir/record.cpp.o CMakeFiles/kqtquickcharts.dir/xychartcore.cpp.o CMakeFiles/kqtquickcharts.dir/xychartbackgroundpainter.cpp.o CMakeFiles/kqtquickcharts.dir/xychartpainter.cpp.o CMakeFiles/kqtquickcharts.dir/xychartpoint.cpp.o -Wl,-z,origin,-rpath,/usr/local/lib/qt5:/usr/local/lib /usr/local/lib/qt5/libQt5Quick.so.5.13.2 /usr/local/lib/qt5/libQt5Qml.so.5.13.2 /usr/local/lib/qt5/libQt5Gui.so.5.13.2 /usr/local/lib/qt5/libQt5Network.so.5.13.2 /usr/local/lib/qt5/libQt5Core.so.5.13.2 -Wl,-rpath-link,/usr/local/lib [100%] Built target kqtquickcharts /usr/local/bin/cmake -E cmake_progress_start /construction/graphics/kqtquickcharts/.build/CMakeFiles 0 SUCCEEDED 00:00:20 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> kqtquickcharts-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for kqtquickcharts-19.12.3 ===> kqtquickcharts-19.12.3 depends on file: /usr/local/share/ECM/cmake/ECMConfig.cmake - found ===> Generating temporary packing list /usr/local/bin/cmake -S/construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3 -B/construction/graphics/kqtquickcharts/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/graphics/kqtquickcharts/.build/CMakeFiles /construction/graphics/kqtquickcharts/.build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f src/CMakeFiles/kqtquickcharts_autogen.dir/build.make src/CMakeFiles/kqtquickcharts_autogen.dir/depend cd /construction/graphics/kqtquickcharts/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3 /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src /construction/graphics/kqtquickcharts/.build /construction/graphics/kqtquickcharts/.build/src /construction/graphics/kqtquickcharts/.build/src/CMakeFiles/kqtquickcharts_autogen.dir/DependInfo.cmake /usr/bin/make -f src/CMakeFiles/kqtquickcharts_autogen.dir/build.make src/CMakeFiles/kqtquickcharts_autogen.dir/build [ 5%] Automatic MOC for target kqtquickcharts cd /construction/graphics/kqtquickcharts/.build/src && /usr/local/bin/cmake -E cmake_autogen /construction/graphics/kqtquickcharts/.build/src/CMakeFiles/kqtquickcharts_autogen.dir/AutogenInfo.json Release [ 5%] Built target kqtquickcharts_autogen /usr/bin/make -f src/CMakeFiles/kqtquickcharts.dir/build.make src/CMakeFiles/kqtquickcharts.dir/depend cd /construction/graphics/kqtquickcharts/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3 /construction/graphics/kqtquickcharts/kqtquickcharts-19.12.3/src /construction/graphics/kqtquickcharts/.build /construction/graphics/kqtquickcharts/.build/src /construction/graphics/kqtquickcharts/.build/src/CMakeFiles/kqtquickcharts.dir/DependInfo.cmake /usr/bin/make -f src/CMakeFiles/kqtquickcharts.dir/build.make src/CMakeFiles/kqtquickcharts.dir/build [100%] Built target kqtquickcharts /usr/local/bin/cmake -E cmake_progress_start /construction/graphics/kqtquickcharts/.build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall /usr/bin/make -f src/CMakeFiles/kqtquickcharts.dir/build.make src/CMakeFiles/kqtquickcharts.dir/preinstall Linking CXX shared library CMakeFiles/CMakeRelink.dir/libkqtquickcharts.so cd /construction/graphics/kqtquickcharts/.build/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/kqtquickcharts.dir/relink.txt --verbose=1 /usr/bin/c++ -fPIC -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,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags -shared -Wl,-soname,libkqtquickcharts.so -o CMakeFiles/CMakeRelink.dir/libkqtquickcharts.so CMakeFiles/kqtquickcharts.dir/kqtquickcharts_autogen/mocs_compilation.cpp.o CMakeFiles/kqtquickcharts.dir/dimension.cpp.o CMakeFiles/kqtquickcharts.dir/chartplugin.cpp.o CMakeFiles/kqtquickcharts.dir/chartcore.cpp.o CMakeFiles/kqtquickcharts.dir/chartmodel.cpp.o CMakeFiles/kqtquickcharts.dir/barchartcore.cpp.o CMakeFiles/kqtquickcharts.dir/barchartsegment.cpp.o CMakeFiles/kqtquickcharts.dir/linechartcore.cpp.o CMakeFiles/kqtquickcharts.dir/linechartbackgroundpainter.cpp.o CMakeFiles/kqtquickcharts.dir/linechartpainter.cpp.o CMakeFiles/kqtquickcharts.dir/linechartpoint.cpp.o CMakeFiles/kqtquickcharts.dir/chartforegroundpainter.cpp.o CMakeFiles/kqtquickcharts.dir/record.cpp.o CMakeFiles/kqtquickcharts.dir/xychartcore.cpp.o CMakeFiles/kqtquickcharts.dir/xychartbackgroundpainter.cpp.o CMakeFiles/kqtquickcharts.dir/xychartpainter.cpp.o CMakeFiles/kqtquickcharts.dir/xychartpoint.cpp.o -Wl,-z,origin,-rpath,/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Quick.so.5.13.2 /usr/local/lib/qt5/libQt5Qml.so.5.13.2 /usr/local/lib/qt5/libQt5Gui.so.5.13.2 /usr/local/lib/qt5/libQt5Network.so.5.13.2 /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/graphics/kqtquickcharts/stage/usr/local/lib/cmake/KQtQuickCharts/KQtQuickChartsVersion.cmake -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/include/KF5/kqtquickcharts_version.h -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/qmldir -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/BarChart.qml -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/LineChart.qml -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/LegendItem.qml -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/LineLabel.qml -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/Label.qml -- Installing: /construction/graphics/kqtquickcharts/stage/usr/local/lib/qt5/qml/org/kde/charts/XYChart.qml ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libicui18n.so.66 from devel/icu but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libicui18n.so:devel/icu Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libicuuc.so.66 from devel/icu but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libicuuc.so:devel/icu Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libpcre2-16.so.0 from devel/pcre2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre2-16.so:devel/pcre2 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb-dri3.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb-xfixes.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb-present.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb-sync.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxshmfence.so.1 from x11/libxshmfence but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxshmfence.so:x11/libxshmfence Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libglapi.so.0 from graphics/mesa-libs but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libglapi.so:graphics/mesa-libs Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libX11-xcb.so.1 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb-glx.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libxcb-dri2.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libXxf86vm.so.1 from x11/libXxf86vm but it is not declared as a dependency Warning: you need USE_XORG+=xxf86vm Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libdrm.so.2 from graphics/libdrm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdrm.so:graphics/libdrm Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libicudata.so.66 from devel/icu but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libicudata.so:devel/icu Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for kqtquickcharts-19.12.3 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:01:43