------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libnghttp2-1.40.0.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- 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.1g,1.txz Installing /packages/All/curl-7.70.0.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/jsoncpp-1.9.2.txz Installing /packages/All/libuv-1.37.0.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/rhash-1.3.9.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.17.2.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.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,1.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/libssh2-1.8.2,3.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/popt-1.16_2.txz Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- 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/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/p11-kit-0.23.20.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.13.txz Installing /packages/All/libgpg-error-1.37.txz Installing /packages/All/libgcrypt-1.8.5.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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/gamin-0.1.10_10.txz ===== Message from gamin-0.1.10_10: -- Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10 -- ===> NOTICE: The gamin 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/jansson-2.12.txz Installing /packages/All/talloc-2.3.0.txz Installing /packages/All/tevent-0.10.1.txz Installing /packages/All/tdb-1.4.2,1.txz Installing /packages/All/lmdb-0.9.24_1,1.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-iso8601-0.1.12.txz Installing /packages/All/krb5-1.18.1.txz Installing /packages/All/samba410-4.10.15.txz ===== Message from samba410-4.10.15: -- How to start: http://wiki.samba.org/index.php/Samba4/HOWTO * Your configuration is: /usr/local/etc/smb4.conf * All the relevant databases are under: /var/db/samba4 * All the logs are under: /var/log/samba4 * Provisioning script is: /usr/local/bin/samba-tool For additional documentation check: http://wiki.samba.org/index.php/Samba4 Bug reports should go to the: https://bugzilla.samba.org/ SUCCEEDED 00:00:38 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The wcmcommander 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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wcmcommander-0.20.0_11 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The wcmcommander 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 ===> wcmcommander-0.20.0_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wcmcommander-0.20.0_11 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The wcmcommander 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 ===> wcmcommander-0.20.0_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wcmcommander-0.20.0_11 for building => SHA256 Checksum OK for corporateshark-WCMCommander-release-0.20.0_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The wcmcommander 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 ===> wcmcommander-0.20.0_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wcmcommander-0.20.0_11 for building ===> Extracting for wcmcommander-0.20.0_11 ===> NOTICE: The wcmcommander 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 ===> wcmcommander-0.20.0_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wcmcommander-0.20.0_11 for building => SHA256 Checksum OK for corporateshark-WCMCommander-release-0.20.0_GH0.tar.gz. Extracted Memory Use: 14.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wcmcommander-0.20.0_11 ===> Applying ports patches for wcmcommander-0.20.0_11 ===> Cleanly applied ports patch(es) patch-src_swl_swl_wincoreUX.cpp SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wcmcommander-0.20.0_11 depends on file: /usr/local/bin/cmake - found ===> wcmcommander-0.20.0_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> wcmcommander-0.20.0_11 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> wcmcommander-0.20.0_11 depends on shared library: libssh2.so - found (/usr/local/lib/libssh2.so) ===> wcmcommander-0.20.0_11 depends on shared library: libsmbclient.so - found (/usr/local/lib/samba4/libsmbclient.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wcmcommander-0.20.0_11 depends on file: /usr/local/bin/cmake - found ===> wcmcommander-0.20.0_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wcmcommander-0.20.0_11 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> wcmcommander-0.20.0_11 depends on shared library: libssh2.so - found (/usr/local/lib/libssh2.so) ===> wcmcommander-0.20.0_11 depends on shared library: libsmbclient.so - found (/usr/local/lib/samba4/libsmbclient.so) ===> Configuring for wcmcommander-0.20.0_11 ===> Performing out-of-source build /bin/mkdir -p /construction/x11-fm/wcmcommander/.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 pthread.h -- Looking for pthread.h - found -- Found Threads: TRUE -- Found X11: /usr/local/include -- Looking for XOpenDisplay in /usr/local/lib/libX11.so -- Looking for XOpenDisplay in /usr/local/lib/libX11.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Found Freetype: /usr/local/lib/libfreetype.so (found version "2.10.1") -- Freetype support enabled -- Found SSH2: /usr/local/lib/libssh2.so -- libssh2 support enabled CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to `find_package_handle_standard_args` (SMBCLIENT) does not match the name of the calling package (SMBClient). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindSMBClient.cmake:13 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) src/CMakeLists.txt:48 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. -- Found SMBCLIENT: /usr/local/lib/samba4/libsmbclient.so -- smbclient support enabled -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS -- Build files have been written to: /construction/x11-fm/wcmcommander/.build SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wcmcommander-0.20.0_11 /usr/local/bin/cmake -S/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0 -B/construction/x11-fm/wcmcommander/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/x11-fm/wcmcommander/.build/CMakeFiles /construction/x11-fm/wcmcommander/.build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all --- src/CMakeFiles/wcm.dir/all --- /usr/bin/make -f src/CMakeFiles/wcm.dir/build.make src/CMakeFiles/wcm.dir/depend --- src/CMakeFiles/wcm.dir/depend --- cd /construction/x11-fm/wcmcommander/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0 /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src /construction/x11-fm/wcmcommander/.build /construction/x11-fm/wcmcommander/.build/src /construction/x11-fm/wcmcommander/.build/src/CMakeFiles/wcm.dir/DependInfo.cmake Scanning dependencies of target wcm /usr/bin/make -f src/CMakeFiles/wcm.dir/build.make src/CMakeFiles/wcm.dir/build --- src/CMakeFiles/wcm.dir/nc.cpp.o --- --- src/CMakeFiles/wcm.dir/panel.cpp.o --- --- src/CMakeFiles/wcm.dir/charsetdlg.cpp.o --- --- src/CMakeFiles/wcm.dir/color-style.cpp.o --- --- src/CMakeFiles/wcm.dir/dircalc.cpp.o --- --- src/CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o --- --- src/CMakeFiles/wcm.dir/eloadsave.cpp.o --- --- src/CMakeFiles/wcm.dir/globals.cpp.o --- --- src/CMakeFiles/wcm.dir/fileassociations.cpp.o --- --- src/CMakeFiles/wcm.dir/fileattributes.cpp.o --- --- src/CMakeFiles/wcm.dir/globals.cpp.o --- [ 1%] Building CXX object src/CMakeFiles/wcm.dir/globals.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/globals.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/globals.cpp --- src/CMakeFiles/wcm.dir/nc.cpp.o --- [ 2%] Building CXX object src/CMakeFiles/wcm.dir/nc.cpp.o --- src/CMakeFiles/wcm.dir/color-style.cpp.o --- [ 3%] Building CXX object src/CMakeFiles/wcm.dir/color-style.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/color-style.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/color-style.cpp --- src/CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o --- [ 4%] Building CXX object src/CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o --- src/CMakeFiles/wcm.dir/nc.cpp.o --- cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/nc.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/nc.cpp --- src/CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o --- cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/dlg-ctrl-l.cpp --- src/CMakeFiles/wcm.dir/fileassociations.cpp.o --- [ 5%] Building CXX object src/CMakeFiles/wcm.dir/fileassociations.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/fileassociations.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileassociations.cpp --- src/CMakeFiles/wcm.dir/fileattributes.cpp.o --- [ 6%] Building CXX object src/CMakeFiles/wcm.dir/fileattributes.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/fileattributes.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileattributes.cpp --- src/CMakeFiles/wcm.dir/panel.cpp.o --- [ 8%] Building CXX object src/CMakeFiles/wcm.dir/panel.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/panel.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/panel.cpp --- src/CMakeFiles/wcm.dir/charsetdlg.cpp.o --- [ 9%] Building CXX object src/CMakeFiles/wcm.dir/charsetdlg.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/charsetdlg.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/charsetdlg.cpp --- src/CMakeFiles/wcm.dir/dircalc.cpp.o --- [ 10%] Building CXX object src/CMakeFiles/wcm.dir/dircalc.cpp.o --- src/CMakeFiles/wcm.dir/eloadsave.cpp.o --- [ 11%] Building CXX object src/CMakeFiles/wcm.dir/eloadsave.cpp.o --- src/CMakeFiles/wcm.dir/dircalc.cpp.o --- cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/dircalc.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/dircalc.cpp --- src/CMakeFiles/wcm.dir/eloadsave.cpp.o --- cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/eloadsave.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/eloadsave.cpp --- src/CMakeFiles/wcm.dir/filehighlighting.cpp.o --- [ 12%] Building CXX object src/CMakeFiles/wcm.dir/filehighlighting.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/filehighlighting.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/filehighlighting.cpp --- src/CMakeFiles/wcm.dir/fileopers.cpp.o --- [ 13%] Building CXX object src/CMakeFiles/wcm.dir/fileopers.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/fileopers.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp --- src/CMakeFiles/wcm.dir/filesearch.cpp.o --- [ 14%] Building CXX object src/CMakeFiles/wcm.dir/filesearch.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/filesearch.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/filesearch.cpp --- src/CMakeFiles/wcm.dir/ftplogon.cpp.o --- [ 16%] Building CXX object src/CMakeFiles/wcm.dir/ftplogon.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ftplogon.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ftplogon.cpp --- src/CMakeFiles/wcm.dir/panel.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/panel.cpp: In member function 'void PanelWin::SetCurrent(int, bool, LPanelSelectionType*, bool)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/panel.cpp:1179:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if ( !this ) { return; } ^~ --- src/CMakeFiles/wcm.dir/help.cpp.o --- [ 17%] Building CXX object src/CMakeFiles/wcm.dir/help.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/help.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp --- src/CMakeFiles/wcm.dir/helpres.cpp.o --- [ 18%] Building CXX object src/CMakeFiles/wcm.dir/helpres.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/helpres.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/helpres.cpp --- src/CMakeFiles/wcm.dir/ltext.cpp.o --- [ 19%] Building CXX object src/CMakeFiles/wcm.dir/ltext.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ltext.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ltext.cpp --- src/CMakeFiles/wcm.dir/ncdialogs.cpp.o --- [ 20%] Building CXX object src/CMakeFiles/wcm.dir/ncdialogs.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ncdialogs.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncdialogs.cpp --- src/CMakeFiles/wcm.dir/ncedit.cpp.o --- [ 21%] Building CXX object src/CMakeFiles/wcm.dir/ncedit.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ncedit.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncedit.cpp --- src/CMakeFiles/wcm.dir/fileopers.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp: In member function 'bool OperCFThread::Unlink(FS*, FSPath&, bool*)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:540:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if ( skipAll ) { *skipAll = true; } //no break ^~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:542:4: note: here case CMD_SKIP: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp: In member function 'bool OperCFThread::RmDir(FS*, FSPath&, bool*)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:568:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if ( skipAll ) { *skipAll = true; } //no break ^~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:570:4: note: here case CMD_SKIP: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp: In member function 'bool OperCFThread::CopyLink(FS*, FSPath&, FSNode*, FS*, FSPath&, bool)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:1256:20: warning: this statement may fall through [-Wimplicit-fallthrough=] skipNonRegular = true; ~~~~~~~~~~~~~~~^~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:1258:4: note: here case CMD_SKIP: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp: In member function 'bool OperCFThread::CopyFile(FS*, FSPath&, FSNode*, FS*, FSPath&, bool)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:1276:20: warning: this statement may fall through [-Wimplicit-fallthrough=] skipNonRegular = true; // no break ~~~~~~~~~~~~~~~^~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:1278:4: note: here case CMD_SKIP: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:1349:15: warning: this statement may fall through [-Wimplicit-fallthrough=] commitAll = true; //no break ~~~~~~~~~~^~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fileopers.cpp:1351:4: note: here case CMD_OK: ^~~~ --- src/CMakeFiles/wcm.dir/ncfonts.cpp.o --- [ 22%] Building CXX object src/CMakeFiles/wcm.dir/ncfonts.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ncfonts.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncfonts.cpp --- src/CMakeFiles/wcm.dir/nchistory.cpp.o --- [ 24%] Building CXX object src/CMakeFiles/wcm.dir/nchistory.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/nchistory.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/nchistory.cpp --- src/CMakeFiles/wcm.dir/ncview.cpp.o --- [ 25%] Building CXX object src/CMakeFiles/wcm.dir/ncview.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ncview.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncview.cpp --- src/CMakeFiles/wcm.dir/help.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp: In member function 'wal::cfont* HelpStyle::Font()': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp:70:30: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] cfont* Font() { return this ? font : ( cfont* )0; } ~~~~~^~~~~~~~~~~~~~~~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp: In member function 'unsigned int HelpStyle::Fg()': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp:71:30: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] unsigned Fg() { return this ? fg : 0; } ~~~~~^~~~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp: In member function 'unsigned int HelpStyle::Bg()': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/help.cpp:72:30: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] unsigned Bg() { return this ? bg : 0xFFFFFF; } ~~~~~^~~~~~~~~~~~~~~ --- src/CMakeFiles/wcm.dir/ncwin.cpp.o --- [ 26%] Building CXX object src/CMakeFiles/wcm.dir/ncwin.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ncwin.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncwin.cpp --- src/CMakeFiles/wcm.dir/operthread.cpp.o --- [ 27%] Building CXX object src/CMakeFiles/wcm.dir/operthread.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/operthread.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/operthread.cpp --- src/CMakeFiles/wcm.dir/operwin.cpp.o --- [ 28%] Building CXX object src/CMakeFiles/wcm.dir/operwin.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/operwin.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/operwin.cpp --- src/CMakeFiles/wcm.dir/panel_list.cpp.o --- --- src/CMakeFiles/wcm.dir/ncview.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncview.cpp: In function 'void* ViewerThread(void*)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncview.cpp:983:21: warning: this statement may fall through [-Wimplicit-fallthrough=] toEndOnChange = true; ~~~~~~~~~~~~~~^~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncview.cpp:986:6: note: here case ViewerEvent::VTRACK: ^~~~ --- src/CMakeFiles/wcm.dir/panel_list.cpp.o --- [ 29%] Building CXX object src/CMakeFiles/wcm.dir/panel_list.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/panel_list.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/panel_list.cpp --- src/CMakeFiles/wcm.dir/search-dlg.cpp.o --- [ 31%] Building CXX object src/CMakeFiles/wcm.dir/search-dlg.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/search-dlg.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/search-dlg.cpp --- src/CMakeFiles/wcm.dir/search-tools.cpp.o --- [ 32%] Building CXX object src/CMakeFiles/wcm.dir/search-tools.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/search-tools.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/search-tools.cpp --- src/CMakeFiles/wcm.dir/sftpdlg.cpp.o --- [ 33%] Building CXX object src/CMakeFiles/wcm.dir/sftpdlg.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/sftpdlg.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/sftpdlg.cpp --- src/CMakeFiles/wcm.dir/shell-tools.cpp.o --- [ 34%] Building CXX object src/CMakeFiles/wcm.dir/shell-tools.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/shell-tools.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/shell-tools.cpp --- src/CMakeFiles/wcm.dir/shl.cpp.o --- [ 35%] Building CXX object src/CMakeFiles/wcm.dir/shl.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/shl.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/shl.cpp --- src/CMakeFiles/wcm.dir/path-list.cpp.o --- [ 36%] Building CXX object src/CMakeFiles/wcm.dir/path-list.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/path-list.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/path-list.cpp --- src/CMakeFiles/wcm.dir/folder-shortcuts.cpp.o --- [ 37%] Building CXX object src/CMakeFiles/wcm.dir/folder-shortcuts.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/folder-shortcuts.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/folder-shortcuts.cpp --- src/CMakeFiles/wcm.dir/folder-history.cpp.o --- [ 39%] Building CXX object src/CMakeFiles/wcm.dir/folder-history.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/folder-history.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/folder-history.cpp --- src/CMakeFiles/wcm.dir/view-history.cpp.o --- [ 40%] Building CXX object src/CMakeFiles/wcm.dir/view-history.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/view-history.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/view-history.cpp --- src/CMakeFiles/wcm.dir/drive-dlg.cpp.o --- [ 41%] Building CXX object src/CMakeFiles/wcm.dir/drive-dlg.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/drive-dlg.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/drive-dlg.cpp --- src/CMakeFiles/wcm.dir/file-util.cpp.o --- [ 42%] Building CXX object src/CMakeFiles/wcm.dir/file-util.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/file-util.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/file-util.cpp --- src/CMakeFiles/wcm.dir/file-exec.cpp.o --- [ 43%] Building CXX object src/CMakeFiles/wcm.dir/file-exec.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/file-exec.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/file-exec.cpp --- src/CMakeFiles/wcm.dir/ncwin.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncwin.cpp: In member function 'void NCWin::AdjustFontSize(std::__cxx11::string*, float)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncwin.cpp:2318:32: warning: '%s' directive output may be truncated writing up to 65534 bytes into a region of size between 4083 and 4093 [-Wformat-truncation=] Lsnprintf(Buf, sizeof( Buf ), "-%i:%s", Size, FontName); ^~~~~~~~ ~~~~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ncwin.cpp:2318:11: note: 'snprintf' output between 4 and 65548 bytes into a destination of size 4096 Lsnprintf(Buf, sizeof( Buf ), "-%i:%s", Size, FontName); --- src/CMakeFiles/wcm.dir/nceditline.cpp.o --- [ 44%] Building CXX object src/CMakeFiles/wcm.dir/nceditline.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/nceditline.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/nceditline.cpp --- src/CMakeFiles/wcm.dir/smblogon.cpp.o --- [ 45%] Building CXX object src/CMakeFiles/wcm.dir/smblogon.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/smblogon.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/smblogon.cpp --- src/CMakeFiles/wcm.dir/strconfig.cpp.o --- [ 47%] Building CXX object src/CMakeFiles/wcm.dir/strconfig.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/strconfig.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/strconfig.cpp --- src/CMakeFiles/wcm.dir/string-util.cpp.o --- [ 48%] Building CXX object src/CMakeFiles/wcm.dir/string-util.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/string-util.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/string-util.cpp --- src/CMakeFiles/wcm.dir/strmasks.cpp.o --- [ 49%] Building CXX object src/CMakeFiles/wcm.dir/strmasks.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/strmasks.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/strmasks.cpp --- src/CMakeFiles/wcm.dir/swl/swl_button.cpp.o --- [ 50%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_button.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_button.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_button.cpp --- src/CMakeFiles/wcm.dir/swl/swl_editline.cpp.o --- [ 51%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_editline.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_editline.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_editline.cpp --- src/CMakeFiles/wcm.dir/swl/swl_combobox.cpp.o --- --- src/CMakeFiles/wcm.dir/swl/swl_layout.cpp.o --- --- src/CMakeFiles/wcm.dir/swl/swl_combobox.cpp.o --- [ 52%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_combobox.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_combobox.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_combobox.cpp --- src/CMakeFiles/wcm.dir/swl/swl_layout.cpp.o --- [ 54%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_layout.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_layout.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_layout.cpp --- src/CMakeFiles/wcm.dir/swl/swl_menubox.cpp.o --- [ 55%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_menubox.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_menubox.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_menubox.cpp --- src/CMakeFiles/wcm.dir/swl/swl_menutextinfo.cpp.o --- [ 56%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_menutextinfo.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_menutextinfo.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_menutextinfo.cpp --- src/CMakeFiles/wcm.dir/swl/swl_popupmenu.cpp.o --- [ 57%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_popupmenu.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_popupmenu.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_popupmenu.cpp --- src/CMakeFiles/wcm.dir/swl/swl_sbutton.cpp.o --- [ 58%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_sbutton.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_sbutton.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_sbutton.cpp --- src/CMakeFiles/wcm.dir/swl/swl_scrollbar.cpp.o --- [ 59%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_scrollbar.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_scrollbar.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_scrollbar.cpp --- src/CMakeFiles/wcm.dir/swl/swl_staticlabel.cpp.o --- [ 60%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_staticlabel.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_staticlabel.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_staticlabel.cpp --- src/CMakeFiles/wcm.dir/swl/swl_textlist.cpp.o --- [ 62%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_textlist.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_textlist.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_textlist.cpp --- src/CMakeFiles/wcm.dir/swl/swl_vlist.cpp.o --- [ 63%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_vlist.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_vlist.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_vlist.cpp --- src/CMakeFiles/wcm.dir/swl/swl_winbase.cpp.o --- [ 64%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_winbase.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_winbase.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_winbase.cpp --- src/CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o --- [ 65%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincore.cpp --- src/CMakeFiles/wcm.dir/t-emulator.cpp.o --- [ 66%] Building CXX object src/CMakeFiles/wcm.dir/t-emulator.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/t-emulator.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/t-emulator.cpp --- src/CMakeFiles/wcm.dir/tcp_sock.cpp.o --- [ 67%] Building CXX object src/CMakeFiles/wcm.dir/tcp_sock.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/tcp_sock.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/tcp_sock.cpp --- src/CMakeFiles/wcm.dir/termwin.cpp.o --- [ 68%] Building CXX object src/CMakeFiles/wcm.dir/termwin.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/termwin.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/termwin.cpp --- src/CMakeFiles/wcm.dir/toolbar.cpp.o --- [ 70%] Building CXX object src/CMakeFiles/wcm.dir/toolbar.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/toolbar.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/toolbar.cpp --- src/CMakeFiles/wcm.dir/unicode_lc.cpp.o --- [ 71%] Building CXX object src/CMakeFiles/wcm.dir/unicode_lc.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/unicode_lc.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/unicode_lc.cpp --- src/CMakeFiles/wcm.dir/usermenu.cpp.o --- [ 72%] Building CXX object src/CMakeFiles/wcm.dir/usermenu.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/usermenu.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/usermenu.cpp --- src/CMakeFiles/wcm.dir/ux_util.cpp.o --- [ 73%] Building CXX object src/CMakeFiles/wcm.dir/ux_util.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ux_util.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ux_util.cpp --- src/CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincore.cpp: In function 'wal::Win* wal::GetWinByID(WinID)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincore.cpp:32:9: warning: unused variable 'id' [-Wunused-variable] WinID id( hWnd ); ^~ --- src/CMakeFiles/wcm.dir/vfs/vfs-ftp.cpp.o --- [ 74%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfs-ftp.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfs-ftp.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs-ftp.cpp --- src/CMakeFiles/wcm.dir/vfs/vfs-sftp2.cpp.o --- [ 75%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfs-sftp2.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfs-sftp2.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs-sftp2.cpp --- src/CMakeFiles/wcm.dir/vfs/vfs-smb.cpp.o --- [ 77%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfs-smb.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfs-smb.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs-smb.cpp --- src/CMakeFiles/wcm.dir/t-emulator.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/t-emulator.cpp: In member function 'void Emulator::Append(char)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/t-emulator.cpp:879:23: warning: this statement may fall through [-Wimplicit-fallthrough=] _screen1.Clear(); ~~~~~~~~~~~~~~^~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/t-emulator.cpp:882:8: note: here case 47: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/t-emulator.cpp:916:22: warning: this statement may fall through [-Wimplicit-fallthrough=] RestoreCursor(); ~~~~~~~~~~~~~^~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/t-emulator.cpp:919:8: note: here case 47: ^~~~ --- src/CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincore.cpp: In member function 'virtual bool wal::Win::Event(wal::cevent*)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincore.cpp:300:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if ( ( whint & WH_CLICKFOCUS ) != 0 && !InFocus() ) ^~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincore.cpp:305:4: note: here case EV_MOUSE_MOVE: ^~~~ --- src/CMakeFiles/wcm.dir/vfs/vfs-tmp.cpp.o --- [ 78%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfs-tmp.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfs-tmp.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs-tmp.cpp --- src/CMakeFiles/wcm.dir/termwin.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/termwin.cpp: In function 'void* RunProcessThreadFunc(void*)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/termwin.cpp:247:9: warning: unused variable 'r' [-Wunused-variable] int r = p->shell->Wait( pid, &ret ); ^ --- src/CMakeFiles/wcm.dir/vfs/vfs-uri.cpp.o --- [ 79%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfs-uri.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfs-uri.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs-uri.cpp --- src/CMakeFiles/wcm.dir/vfs/vfs.cpp.o --- [ 80%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfs.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfs.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp --- src/CMakeFiles/wcm.dir/vfs/vfs-sftp2.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs-sftp2.cpp:153:26: warning: 'std::vector CopyToStrZ(const char*, int)' defined but not used [-Wunused-function] static std::vector CopyToStrZ( const char* s, int size ) ^~~~~~~~~~ --- src/CMakeFiles/wcm.dir/vfs/vfspath.cpp.o --- --- src/CMakeFiles/wcm.dir/wal/wal.cpp.o --- --- src/CMakeFiles/wcm.dir/vfs/vfspath.cpp.o --- [ 81%] Building CXX object src/CMakeFiles/wcm.dir/vfs/vfspath.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/vfs/vfspath.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfspath.cpp --- src/CMakeFiles/wcm.dir/wal/wal.cpp.o --- [ 82%] Building CXX object src/CMakeFiles/wcm.dir/wal/wal.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wal/wal.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal.cpp --- src/CMakeFiles/wcm.dir/wal/wal_charset.cpp.o --- [ 83%] Building CXX object src/CMakeFiles/wcm.dir/wal/wal_charset.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wal/wal_charset.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_charset.cpp --- src/CMakeFiles/wcm.dir/vfs/vfs.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In member function 'virtual int FSSys::Stat(FSPath&, FSStat*, int*, FSCInfo*)': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1391:12: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] if ( ret >= sizeof( buf ) ) { ret = sizeof( buf ) - 1; } ~~~~^~~~~~~~~~~~~~~~ --- src/CMakeFiles/wcm.dir/wal/wal_exceptions.cpp.o --- [ 85%] Building CXX object src/CMakeFiles/wcm.dir/wal/wal_exceptions.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wal/wal_exceptions.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_exceptions.cpp --- src/CMakeFiles/wcm.dir/wal/wal_files.cpp.o --- [ 86%] Building CXX object src/CMakeFiles/wcm.dir/wal/wal_files.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wal/wal_files.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_files.cpp --- src/CMakeFiles/wcm.dir/wal/wal_sys_api.cpp.o --- [ 87%] Building CXX object src/CMakeFiles/wcm.dir/wal/wal_sys_api.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wal/wal_sys_api.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_sys_api.cpp --- src/CMakeFiles/wcm.dir/wal/wal_tmpls.cpp.o --- [ 88%] Building CXX object src/CMakeFiles/wcm.dir/wal/wal_tmpls.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wal/wal_tmpls.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_tmpls.cpp --- src/CMakeFiles/wcm.dir/wcm-config.cpp.o --- [ 89%] Building CXX object src/CMakeFiles/wcm.dir/wcm-config.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/wcm-config.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wcm-config.cpp --- src/CMakeFiles/wcm.dir/urlparser/LUrlParser.cpp.o --- [ 90%] Building CXX object src/CMakeFiles/wcm.dir/urlparser/LUrlParser.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/urlparser/LUrlParser.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/urlparser/LUrlParser.cpp --- src/CMakeFiles/wcm.dir/ext-app-ux.cpp.o --- [ 91%] Building CXX object src/CMakeFiles/wcm.dir/ext-app-ux.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/ext-app-ux.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ext-app-ux.cpp --- src/CMakeFiles/wcm.dir/fontdlg.cpp.o --- [ 93%] Building CXX object src/CMakeFiles/wcm.dir/fontdlg.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/fontdlg.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/fontdlg.cpp --- src/CMakeFiles/wcm.dir/wal/wal_sys_api.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_sys_api.cpp: In function 'void wal::sys_locale_init()': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_sys_api.cpp:548:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for ( i = 0 ; i < sizeof( locale_lang ) - 1 && *s && *s != '_' && *s != '.'; i++, s++ ) { locale_lang[i] = *s; } ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_sys_api.cpp:552:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for ( i = 0 ; i < sizeof( locale_ter ) - 1 && *s && *s != '.'; i++, s++ ) { locale_ter[i] = *s; } ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/wal_sys_api.cpp:558:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for ( i = 0 ; i < sizeof( locale_lang_ter ) - 1 && *s && *s != '.'; i++, s++ ) { locale_lang_ter[i] = *s; } ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- src/CMakeFiles/wcm.dir/vfs/vfs.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = false; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)4]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = true; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)4]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = false; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)3]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = true; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)3]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = false; bool isCaseSensitive = false; SORT_MODE mode = (SORT_MODE)2]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = false; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)2]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = true; bool isCaseSensitive = false; SORT_MODE mode = (SORT_MODE)2]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = true; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)2]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = false; bool isCaseSensitive = false; SORT_MODE mode = (SORT_MODE)1]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = false; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)1]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = true; bool isCaseSensitive = false; SORT_MODE mode = (SORT_MODE)1]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp: In function 'int CmpFunc(FSNode*, FSNode*) [with bool isAscending = true; bool isCaseSensitive = true; SORT_MODE mode = (SORT_MODE)1]': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1744:47: warning: this statement may fall through [-Wimplicit-fallthrough=] return isAscending ? cmpExt : -cmpExt; ^ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/vfs.cpp:1747:2: note: here case SORT_NAME: ^~~~ --- src/CMakeFiles/wcm.dir/shell.cpp.o --- [ 94%] Building CXX object src/CMakeFiles/wcm.dir/shell.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/shell.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/shell.cpp --- src/CMakeFiles/wcm.dir/swl/swl_wincoreUX.cpp.o --- [ 95%] Building CXX object src/CMakeFiles/wcm.dir/swl/swl_wincoreUX.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/swl/swl_wincoreUX.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincoreUX.cpp --- src/CMakeFiles/wcm.dir/terminal.cpp.o --- [ 96%] Building CXX object src/CMakeFiles/wcm.dir/terminal.cpp.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/c++ -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/terminal.cpp.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/terminal.cpp --- src/CMakeFiles/wcm.dir/utf8proc/utf8proc.c.o --- [ 97%] Building C object src/CMakeFiles/wcm.dir/utf8proc/utf8proc.c.o cd /construction/x11-fm/wcmcommander/.build/src && /usr/bin/cc -DLIBSMBCLIENT_EXIST -DLIBSSH2_EXIST -DUNIX_CONFIG_DIR_PATH=\"/usr/local/share/wcmcommander\" -DUSEFREETYPE -D_FILE_OFFSET_BITS=64 -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/. -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl -I/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/samba4 -I/construction/x11-fm/wcmcommander/.build/src -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -o CMakeFiles/wcm.dir/utf8proc/utf8proc.c.o -c /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc/utf8proc.c --- src/CMakeFiles/wcm.dir/swl/swl_wincoreUX.cpp.o --- /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincoreUX.cpp: In function 'void wal::AppInit()': /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincoreUX.cpp:443:14: warning: this statement may fall through [-Wimplicit-fallthrough=] throw_msg( "DirectColor visual class is not supported" ); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/swl_wincoreUX.cpp:445:4: note: here default: ^~~~~~~ --- src/wcm --- [ 98%] Linking CXX executable wcm cd /construction/x11-fm/wcmcommander/.build/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/wcm.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing CMakeFiles/wcm.dir/nc.cpp.o CMakeFiles/wcm.dir/panel.cpp.o CMakeFiles/wcm.dir/charsetdlg.cpp.o CMakeFiles/wcm.dir/color-style.cpp.o CMakeFiles/wcm.dir/dircalc.cpp.o CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o CMakeFiles/wcm.dir/eloadsave.cpp.o CMakeFiles/wcm.dir/globals.cpp.o CMakeFiles/wcm.dir/fileassociations.cpp.o CMakeFiles/wcm.dir/fileattributes.cpp.o CMakeFiles/wcm.dir/filehighlighting.cpp.o CMakeFiles/wcm.dir/fileopers.cpp.o CMakeFiles/wcm.dir/filesearch.cpp.o CMakeFiles/wcm.dir/ftplogon.cpp.o CMakeFiles/wcm.dir/help.cpp.o CMakeFiles/wcm.dir/helpres.cpp.o CMakeFiles/wcm.dir/ltext.cpp.o CMakeFiles/wcm.dir/ncdialogs.cpp.o CMakeFiles/wcm.dir/ncedit.cpp.o CMakeFiles/wcm.dir/ncfonts.cpp.o CMakeFiles/wcm.dir/nchistory.cpp.o CMakeFiles/wcm.dir/ncview.cpp.o CMakeFiles/wcm.dir/ncwin.cpp.o CMakeFiles/wcm.dir/operthread.cpp.o CMakeFiles/wcm.dir/operwin.cpp.o CMakeFiles/wcm.dir/panel_list.cpp.o CMakeFiles/wcm.dir/search-dlg.cpp.o CMakeFiles/wcm.dir/search-tools.cpp.o CMakeFiles/wcm.dir/sftpdlg.cpp.o CMakeFiles/wcm.dir/shell-tools.cpp.o CMakeFiles/wcm.dir/shl.cpp.o CMakeFiles/wcm.dir/path-list.cpp.o CMakeFiles/wcm.dir/folder-shortcuts.cpp.o CMakeFiles/wcm.dir/folder-history.cpp.o CMakeFiles/wcm.dir/view-history.cpp.o CMakeFiles/wcm.dir/drive-dlg.cpp.o CMakeFiles/wcm.dir/file-util.cpp.o CMakeFiles/wcm.dir/file-exec.cpp.o CMakeFiles/wcm.dir/nceditline.cpp.o CMakeFiles/wcm.dir/smblogon.cpp.o CMakeFiles/wcm.dir/strconfig.cpp.o CMakeFiles/wcm.dir/string-util.cpp.o CMakeFiles/wcm.dir/strmasks.cpp.o CMakeFiles/wcm.dir/swl/swl_button.cpp.o CMakeFiles/wcm.dir/swl/swl_editline.cpp.o CMakeFiles/wcm.dir/swl/swl_combobox.cpp.o CMakeFiles/wcm.dir/swl/swl_layout.cpp.o CMakeFiles/wcm.dir/swl/swl_menubox.cpp.o CMakeFiles/wcm.dir/swl/swl_menutextinfo.cpp.o CMakeFiles/wcm.dir/swl/swl_popupmenu.cpp.o CMakeFiles/wcm.dir/swl/swl_sbutton.cpp.o CMakeFiles/wcm.dir/swl/swl_scrollbar.cpp.o CMakeFiles/wcm.dir/swl/swl_staticlabel.cpp.o CMakeFiles/wcm.dir/swl/swl_textlist.cpp.o CMakeFiles/wcm.dir/swl/swl_vlist.cpp.o CMakeFiles/wcm.dir/swl/swl_winbase.cpp.o CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o CMakeFiles/wcm.dir/t-emulator.cpp.o CMakeFiles/wcm.dir/tcp_sock.cpp.o CMakeFiles/wcm.dir/termwin.cpp.o CMakeFiles/wcm.dir/toolbar.cpp.o CMakeFiles/wcm.dir/unicode_lc.cpp.o CMakeFiles/wcm.dir/usermenu.cpp.o CMakeFiles/wcm.dir/ux_util.cpp.o CMakeFiles/wcm.dir/vfs/vfs-ftp.cpp.o CMakeFiles/wcm.dir/vfs/vfs-sftp2.cpp.o CMakeFiles/wcm.dir/vfs/vfs-smb.cpp.o CMakeFiles/wcm.dir/vfs/vfs-tmp.cpp.o CMakeFiles/wcm.dir/vfs/vfs-uri.cpp.o CMakeFiles/wcm.dir/vfs/vfs.cpp.o CMakeFiles/wcm.dir/vfs/vfspath.cpp.o CMakeFiles/wcm.dir/wal/wal.cpp.o CMakeFiles/wcm.dir/wal/wal_charset.cpp.o CMakeFiles/wcm.dir/wal/wal_exceptions.cpp.o CMakeFiles/wcm.dir/wal/wal_files.cpp.o CMakeFiles/wcm.dir/wal/wal_sys_api.cpp.o CMakeFiles/wcm.dir/wal/wal_tmpls.cpp.o CMakeFiles/wcm.dir/wcm-config.cpp.o CMakeFiles/wcm.dir/urlparser/LUrlParser.cpp.o CMakeFiles/wcm.dir/ext-app-ux.cpp.o CMakeFiles/wcm.dir/fontdlg.cpp.o CMakeFiles/wcm.dir/shell.cpp.o CMakeFiles/wcm.dir/swl/swl_wincoreUX.cpp.o CMakeFiles/wcm.dir/terminal.cpp.o CMakeFiles/wcm.dir/utf8proc/utf8proc.c.o -o wcm -Wl,-z,origin,-rpath,/usr/local/lib:/usr/local/lib/samba4 -pthread /usr/local/lib/libX11.so /usr/local/lib/libfreetype.so /usr/local/lib/libssh2.so /usr/local/lib/samba4/libsmbclient.so [100%] Built target wcm /usr/local/bin/cmake -E cmake_progress_start /construction/x11-fm/wcmcommander/.build/CMakeFiles 0 SUCCEEDED 00:00:47 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wcmcommander-0.20.0_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wcmcommander-0.20.0_11 ===> wcmcommander-0.20.0_11 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list /usr/local/bin/cmake -S/construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0 -B/construction/x11-fm/wcmcommander/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/x11-fm/wcmcommander/.build/CMakeFiles /construction/x11-fm/wcmcommander/.build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f src/CMakeFiles/wcm.dir/build.make src/CMakeFiles/wcm.dir/depend cd /construction/x11-fm/wcmcommander/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0 /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src /construction/x11-fm/wcmcommander/.build /construction/x11-fm/wcmcommander/.build/src /construction/x11-fm/wcmcommander/.build/src/CMakeFiles/wcm.dir/DependInfo.cmake /usr/bin/make -f src/CMakeFiles/wcm.dir/build.make src/CMakeFiles/wcm.dir/build [100%] Built target wcm /usr/local/bin/cmake -E cmake_progress_start /construction/x11-fm/wcmcommander/.build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall /usr/bin/make -f src/CMakeFiles/wcm.dir/build.make src/CMakeFiles/wcm.dir/preinstall Linking CXX executable CMakeFiles/CMakeRelink.dir/wcm cd /construction/x11-fm/wcmcommander/.build/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/wcm.dir/relink.txt --verbose=1 /usr/bin/c++ -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing CMakeFiles/wcm.dir/nc.cpp.o CMakeFiles/wcm.dir/panel.cpp.o CMakeFiles/wcm.dir/charsetdlg.cpp.o CMakeFiles/wcm.dir/color-style.cpp.o CMakeFiles/wcm.dir/dircalc.cpp.o CMakeFiles/wcm.dir/dlg-ctrl-l.cpp.o CMakeFiles/wcm.dir/eloadsave.cpp.o CMakeFiles/wcm.dir/globals.cpp.o CMakeFiles/wcm.dir/fileassociations.cpp.o CMakeFiles/wcm.dir/fileattributes.cpp.o CMakeFiles/wcm.dir/filehighlighting.cpp.o CMakeFiles/wcm.dir/fileopers.cpp.o CMakeFiles/wcm.dir/filesearch.cpp.o CMakeFiles/wcm.dir/ftplogon.cpp.o CMakeFiles/wcm.dir/help.cpp.o CMakeFiles/wcm.dir/helpres.cpp.o CMakeFiles/wcm.dir/ltext.cpp.o CMakeFiles/wcm.dir/ncdialogs.cpp.o CMakeFiles/wcm.dir/ncedit.cpp.o CMakeFiles/wcm.dir/ncfonts.cpp.o CMakeFiles/wcm.dir/nchistory.cpp.o CMakeFiles/wcm.dir/ncview.cpp.o CMakeFiles/wcm.dir/ncwin.cpp.o CMakeFiles/wcm.dir/operthread.cpp.o CMakeFiles/wcm.dir/operwin.cpp.o CMakeFiles/wcm.dir/panel_list.cpp.o CMakeFiles/wcm.dir/search-dlg.cpp.o CMakeFiles/wcm.dir/search-tools.cpp.o CMakeFiles/wcm.dir/sftpdlg.cpp.o CMakeFiles/wcm.dir/shell-tools.cpp.o CMakeFiles/wcm.dir/shl.cpp.o CMakeFiles/wcm.dir/path-list.cpp.o CMakeFiles/wcm.dir/folder-shortcuts.cpp.o CMakeFiles/wcm.dir/folder-history.cpp.o CMakeFiles/wcm.dir/view-history.cpp.o CMakeFiles/wcm.dir/drive-dlg.cpp.o CMakeFiles/wcm.dir/file-util.cpp.o CMakeFiles/wcm.dir/file-exec.cpp.o CMakeFiles/wcm.dir/nceditline.cpp.o CMakeFiles/wcm.dir/smblogon.cpp.o CMakeFiles/wcm.dir/strconfig.cpp.o CMakeFiles/wcm.dir/string-util.cpp.o CMakeFiles/wcm.dir/strmasks.cpp.o CMakeFiles/wcm.dir/swl/swl_button.cpp.o CMakeFiles/wcm.dir/swl/swl_editline.cpp.o CMakeFiles/wcm.dir/swl/swl_combobox.cpp.o CMakeFiles/wcm.dir/swl/swl_layout.cpp.o CMakeFiles/wcm.dir/swl/swl_menubox.cpp.o CMakeFiles/wcm.dir/swl/swl_menutextinfo.cpp.o CMakeFiles/wcm.dir/swl/swl_popupmenu.cpp.o CMakeFiles/wcm.dir/swl/swl_sbutton.cpp.o CMakeFiles/wcm.dir/swl/swl_scrollbar.cpp.o CMakeFiles/wcm.dir/swl/swl_staticlabel.cpp.o CMakeFiles/wcm.dir/swl/swl_textlist.cpp.o CMakeFiles/wcm.dir/swl/swl_vlist.cpp.o CMakeFiles/wcm.dir/swl/swl_winbase.cpp.o CMakeFiles/wcm.dir/swl/swl_wincore.cpp.o CMakeFiles/wcm.dir/t-emulator.cpp.o CMakeFiles/wcm.dir/tcp_sock.cpp.o CMakeFiles/wcm.dir/termwin.cpp.o CMakeFiles/wcm.dir/toolbar.cpp.o CMakeFiles/wcm.dir/unicode_lc.cpp.o CMakeFiles/wcm.dir/usermenu.cpp.o CMakeFiles/wcm.dir/ux_util.cpp.o CMakeFiles/wcm.dir/vfs/vfs-ftp.cpp.o CMakeFiles/wcm.dir/vfs/vfs-sftp2.cpp.o CMakeFiles/wcm.dir/vfs/vfs-smb.cpp.o CMakeFiles/wcm.dir/vfs/vfs-tmp.cpp.o CMakeFiles/wcm.dir/vfs/vfs-uri.cpp.o CMakeFiles/wcm.dir/vfs/vfs.cpp.o CMakeFiles/wcm.dir/vfs/vfspath.cpp.o CMakeFiles/wcm.dir/wal/wal.cpp.o CMakeFiles/wcm.dir/wal/wal_charset.cpp.o CMakeFiles/wcm.dir/wal/wal_exceptions.cpp.o CMakeFiles/wcm.dir/wal/wal_files.cpp.o CMakeFiles/wcm.dir/wal/wal_sys_api.cpp.o CMakeFiles/wcm.dir/wal/wal_tmpls.cpp.o CMakeFiles/wcm.dir/wcm-config.cpp.o CMakeFiles/wcm.dir/urlparser/LUrlParser.cpp.o CMakeFiles/wcm.dir/ext-app-ux.cpp.o CMakeFiles/wcm.dir/fontdlg.cpp.o CMakeFiles/wcm.dir/shell.cpp.o CMakeFiles/wcm.dir/swl/swl_wincoreUX.cpp.o CMakeFiles/wcm.dir/terminal.cpp.o CMakeFiles/wcm.dir/utf8proc/utf8proc.c.o -o CMakeFiles/CMakeRelink.dir/wcm -Wl,-z,origin,-rpath,/usr/local/lib:/usr/local/lib/samba4 -pthread /usr/local/lib/libX11.so /usr/local/lib/libfreetype.so /usr/local/lib/libssh2.so /usr/local/lib/samba4/libsmbclient.so Installing the project stripped... /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/bin/wcm -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/applications/wcm.desktop -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/pixmaps/wcm.png -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/lang -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/lang/list -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/lang/ltext.ru -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/lang/help.ru -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/php.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/sql.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/pas.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/perl.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/latex.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/xml.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/sh.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/shl.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/cpp.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/undef.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/config.cfg -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/glsl.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/config.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/c.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/python.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/java.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/shlconfig.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/shl/shlconfig_v2.shl -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSerifCondensed-Bold.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSansMono-Bold.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSerifCondensed.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/LiberationMono-Regular.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSansMono.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSerif-Bold.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSerif.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSans-Bold.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/fonts/DejaVuSans.ttf -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/config.default -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/solarize.sh -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/White.style -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/README.solarized -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/solarized-gen.py -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/Black.style -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/Solarized.style.src -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/Solarized.style -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/Solarized-light.style -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/Default.style -- Installing: /construction/x11-fm/wcmcommander/stage/usr/local/share/wcmcommander/styles/README install -m 0644 /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/CHANGELOG.txt /construction/x11-fm/wcmcommander/stage/usr/local/share/doc/wcmcommander/ install -m 0644 /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/README.md /construction/x11-fm/wcmcommander/stage/usr/local/share/doc/wcmcommander/ install -m 0644 /construction/x11-fm/wcmcommander/WCMCommander-release-0.20.0/readme_eng.txt /construction/x11-fm/wcmcommander/stage/usr/local/share/doc/wcmcommander/ ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wcmcommander-0.20.0_11 file sizes/checksums [47]: 0% file sizes/checksums [47]: 100% packing files [47]: 0% packing files [47]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:04 TOTAL TIME 00:01:35