------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for awesome-4.3_1,1: DBUS=on: D-Bus IPC system support DOCS=on: Build and/or install documentation MANPAGES=on: Build and/or install manual pages ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/x11-wm/awesome XDG_CONFIG_HOME=/construction/x11-wm/awesome HOME=/construction/x11-wm/awesome TMPDIR="/tmp" PATH=/construction/x11-wm/awesome/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- LUA_MODLIBDIR=/usr/local/lib/lua/5.2 LUA_MODSHAREDIR=/usr/local/share/lua/5.2 LUA_MODDOCSDIR=/usr/local/share/doc/lua52 LUA_INCDIR=/usr/local/include/lua52 LUA_LIBDIR=/usr/local/lib LUA_VER=5.2 LUA_VER_STR=52 XDG_DATA_HOME=/construction/x11-wm/awesome XDG_CONFIG_HOME=/construction/x11-wm/awesome HOME=/construction/x11-wm/awesome TMPDIR="/tmp" PATH=/construction/x11-wm/awesome/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/x11-wm/awesome/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTDOCS="" DBUS="" NO_DBUS="@comment " DOCS="" NO_DOCS="@comment " MANPAGES="" NO_MANPAGES="@comment " CMAKE_BUILD_TYPE="release" GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" LUA_MODLIBDIR=lib/lua/5.2 LUA_MODSHAREDIR=share/lua/5.2 LUA_MODDOCSDIR=share/doc/lua52 LUA_INCDIR=include/lua52 LUA_LIBDIR=lib LUA_VER=5.2 LUA_VER_STR=52 OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/awesome" EXAMPLESDIR="share/examples/awesome" DATADIR="share/awesome" WWWDIR="www/awesome" ETCDIR="etc/awesome" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- DBUS="" NO_DBUS="@comment " DOCS="" NO_DOCS="@comment " MANPAGES="" NO_MANPAGES="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/awesome DOCSDIR=/usr/local/share/doc/awesome EXAMPLESDIR=/usr/local/share/examples/awesome WWWDIR=/usr/local/www/awesome ETCDIR=/usr/local/etc/awesome SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500906 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libltdl-2.4.6.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/fftw3-3.3.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- 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/expat-2.2.10.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.6.txz Installing /packages/All/tiff-4.2.0.txz Installing /packages/All/lcms2-2.11_1.txz Installing /packages/All/openjpeg-2.4.0.txz Installing /packages/All/pcre-8.44.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/libxml2-2.9.10_2.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/readline-8.0.4_1.txz Installing /packages/All/openssl-1.1.1i,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- 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.66.4_1,1.txz No schema files found: doing nothing. Installing /packages/All/liblqr-1-0.4.2.txz ===== Message from liblqr-1-0.4.2: -- NOTE: In order to compile examples for liblqr, you will also need pngwriter port (/xports/graphics/pngwriter). Examples are located in /usr/local/share/examples/liblqr-1 Installing /packages/All/fribidi-1.0.10.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.4.txz Installing /packages/All/libraqm-0.6.0.txz Installing /packages/All/libraw-0.20.2.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/libgd-2.3.0,1.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libwmf-0.2.12.txz ===== Message from libwmf-0.2.12: -- ===> NOTICE: The libwmf 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/pixman-0.40.0_1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/cairo-1.16.0_1,3.txz Installing /packages/All/shared-mime-info-2.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/libgsf-1.14.47_1.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_5.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/gsfonts-8.11_8.txz Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/libidn-1.35.txz Installing /packages/All/jbig2dec-0.19.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.20_3.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.19.txz Installing /packages/All/libevent-2.1.12.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.8.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.1.txz Installing /packages/All/nettle-3.6.txz Installing /packages/All/libtasn1-4.16.0_1.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.58.txz ===== Message from ca_root_nss-3.58: -- 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/bash-5.1.4_1.txz Installing /packages/All/bash-completion-2.11,2.txz ===== Message from bash-completion-2.11,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. Installing /packages/All/p11-kit-0.23.22.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_3.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_3: -- 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.15.txz Installing /packages/All/cups-2.3.3_1.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/poppler-data-0.4.10.txz Installing /packages/All/ghostscript9-agpl-base-9.52_13.txz ===== Message from ghostscript9-agpl-base-9.52_13: -- This package installs a script named dvipdf that depends on dvips. If you want to use this script you need to install print/tex-dvipsk. Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/ghostscript9-agpl-x11-9.52.txz Installing /packages/All/perl5-5.32.0_1.txz Installing /packages/All/ImageMagick6-6.9.11.6_2,1.txz Installing /packages/All/gobject-introspection-1.66.1,1.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/lua52-5.2.4.txz Installing /packages/All/lua52-lgi-0.9.2_2.txz Installing /packages/All/libyaml-0.2.5.txz Installing /packages/All/libunwind-20200331_1.txz Installing /packages/All/ruby-2.7.2_1,1.txz ===== Message from ruby-2.7.2_1,1: -- Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rdoc: rdoc - Ruby Documentation System sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/rubygem-dbm: DBM module databases/rubygem-gdbm: GDBM module Install them as occasion demands. Installing /packages/All/ruby27-gems-3.0.8.txz Installing /packages/All/rubygem-asciidoctor-2.0.10.txz Installing /packages/All/libnghttp2-1.42.0.txz Installing /packages/All/curl-7.74.0.txz Installing /packages/All/libuv-1.40.0.txz Installing /packages/All/rhash-1.4.1.txz Installing /packages/All/liblz4-1.9.3,1.txz Installing /packages/All/libarchive-3.4.3_1,1.txz Installing /packages/All/cmake-3.19.2.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/startup-notification-0.12_4.txz Installing /packages/All/libxdg-basedir-1.2.0_1.txz Installing /packages/All/xcb-util-renderutil-0.3.9_1.txz Installing /packages/All/xcb-util-image-0.4.0_1.txz Installing /packages/All/xcb-util-cursor-0.1.3.txz Installing /packages/All/xcb-util-keysyms-0.4.0_1.txz Installing /packages/All/xcb-util-wm-0.4.1_3.txz Installing /packages/All/xcb-util-xrm-1.3.txz Installing /packages/All/xkeyboard-config-2.31.txz Installing /packages/All/libxkbcommon-1.0.3.txz ===== Message from libxkbcommon-1.0.3: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg SUCCEEDED 00:01:43 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by awesome-4.3_1,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by awesome-4.3_1,1 for building => SHA256 Checksum OK for awesomewm-awesome-v4.3_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by awesome-4.3_1,1 for building ===> Extracting for awesome-4.3_1,1 => SHA256 Checksum OK for awesomewm-awesome-v4.3_GH0.tar.gz. Extracted Memory Use: 5.50M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for awesome-4.3_1,1 ===> Applying ports patches for awesome-4.3_1,1 from /xports/x11-wm/awesome/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on executable: convert - found ===> awesome-4.3_1,1 depends on file: /usr/local/lib/lua/5.2/lgi/corelgilua52.so - found ===> awesome-4.3_1,1 depends on executable: asciidoctor - found ===> awesome-4.3_1,1 depends on file: /usr/local/bin/cmake - found ===> awesome-4.3_1,1 depends on executable: msgfmt - found ===> awesome-4.3_1,1 depends on package: libiconv>=1.14_11 - found ===> awesome-4.3_1,1 depends on package: pkgconf>=1.3.0_1 - found ===> awesome-4.3_1,1 depends on package: xorgproto>=0 - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> awesome-4.3_1,1 depends on shared library: libstartup-notification-1.so - found (/usr/local/lib/libstartup-notification-1.so) ===> awesome-4.3_1,1 depends on shared library: libxdg-basedir.so - found (/usr/local/lib/libxdg-basedir.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-cursor.so - found (/usr/local/lib/libxcb-cursor.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-util.so - found (/usr/local/lib/libxcb-util.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-keysyms.so - found (/usr/local/lib/libxcb-keysyms.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-icccm.so - found (/usr/local/lib/libxcb-icccm.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-xrm.so - found (/usr/local/lib/libxcb-xrm.so) ===> awesome-4.3_1,1 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so) ===> awesome-4.3_1,1 depends on shared library: libdbus-1.so - found (/usr/local/lib/libdbus-1.so) ===> awesome-4.3_1,1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> awesome-4.3_1,1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> awesome-4.3_1,1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> awesome-4.3_1,1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> awesome-4.3_1,1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> awesome-4.3_1,1 depends on shared library: liblua-5.2.so - found (/usr/local/lib/liblua-5.2.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on executable: convert - found ===> awesome-4.3_1,1 depends on file: /usr/local/lib/lua/5.2/lgi/corelgilua52.so - found ===> awesome-4.3_1,1 depends on executable: asciidoctor - found ===> awesome-4.3_1,1 depends on file: /usr/local/bin/cmake - found ===> awesome-4.3_1,1 depends on executable: msgfmt - found ===> awesome-4.3_1,1 depends on package: libiconv>=1.14_11 - found ===> awesome-4.3_1,1 depends on package: pkgconf>=1.3.0_1 - found ===> awesome-4.3_1,1 depends on package: xorgproto>=0 - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found ===> awesome-4.3_1,1 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> awesome-4.3_1,1 depends on shared library: libstartup-notification-1.so - found (/usr/local/lib/libstartup-notification-1.so) ===> awesome-4.3_1,1 depends on shared library: libxdg-basedir.so - found (/usr/local/lib/libxdg-basedir.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-cursor.so - found (/usr/local/lib/libxcb-cursor.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-util.so - found (/usr/local/lib/libxcb-util.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-keysyms.so - found (/usr/local/lib/libxcb-keysyms.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-icccm.so - found (/usr/local/lib/libxcb-icccm.so) ===> awesome-4.3_1,1 depends on shared library: libxcb-xrm.so - found (/usr/local/lib/libxcb-xrm.so) ===> awesome-4.3_1,1 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so) ===> awesome-4.3_1,1 depends on shared library: libdbus-1.so - found (/usr/local/lib/libdbus-1.so) ===> awesome-4.3_1,1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> awesome-4.3_1,1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> awesome-4.3_1,1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> awesome-4.3_1,1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> awesome-4.3_1,1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> awesome-4.3_1,1 depends on shared library: liblua-5.2.so - found (/usr/local/lib/liblua-5.2.so) ===> Configuring for awesome-4.3_1,1 ===> Performing out-of-source build /bin/mkdir -p /construction/x11-wm/awesome/.build -- The C compiler identification is GNU 8.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Deprecation Warning at CMakeLists.txt:21 (cmake_policy): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- git not found. -- asciidoctor -> /usr/local/bin/asciidoctor -- gzip -> /usr/bin/gzip -- Not generating API documentation. -- convert -> /usr/local/bin/convert -- Found PkgConfig: pkgconf (found version "1.7.3") -- Found Lua: /usr/local/lib/liblua-5.2.so;/usr/lib/libm.so (found version "5.2.4") -- Checking for module 'xcb>=1.6' -- Found xcb, version 1.14 -- Checking for modules 'glib-2.0;glib-2.0>=2.40;gdk-pixbuf-2.0;cairo;x11;xcb-cursor;xcb-randr;xcb-xtest;xcb-xinerama;xcb-shape;xcb-util;xcb-util>=0.3.8;xcb-keysyms;xcb-keysyms>=0.3.4;xcb-icccm;xcb-icccm>=0.3.8;xcb-xkb;xkbcommon;xkbcommon-x11;cairo-xcb;libstartup-notification-1.0;libstartup-notification-1.0>=0.10;xproto;xproto>=7.0.15;libxdg-basedir;libxdg-basedir>=1.0.0;xcb-xrm' -- Found glib-2.0, version 2.66.4 -- Found glib-2.0, version 2.66.4 -- Found gdk-pixbuf-2.0, version 2.40.0 -- Found cairo, version 1.16.0 -- Found x11, version 1.6.12 -- Found xcb-cursor, version 0.1.3 -- Found xcb-randr, version 1.14 -- Found xcb-xtest, version 1.14 -- Found xcb-xinerama, version 1.14 -- Found xcb-shape, version 1.14 -- Found xcb-util, version 0.4.0 -- Found xcb-util, version 0.4.0 -- Found xcb-keysyms, version 0.4.0 -- Found xcb-keysyms, version 0.4.0 -- Found xcb-icccm, version 0.4.1 -- Found xcb-icccm, version 0.4.1 -- Found xcb-xkb, version 1.14 -- Found xkbcommon, version 1.0.3 -- Found xkbcommon-x11, version 1.0.3 -- Found cairo-xcb, version 1.16.0 -- Found libstartup-notification-1.0, version 0.12 -- Found libstartup-notification-1.0, version 0.12 -- Found xproto, version 7.0.32 -- Found xproto, version 7.0.32 -- Found libxdg-basedir, version 1.2.0 -- Found libxdg-basedir, version 1.2.0 -- Found xcb-xrm, version 1.3 -- Looking for backtrace_symbols -- Looking for backtrace_symbols - not found -- checking for execinfo -- found -- Looking for round -- Looking for round - not found -- Looking for round -- Looking for round - found -- checking for round -- in libm -- Checking for module 'dbus-1' -- Found dbus-1, version 1.12.20 -- busted not found. -- luacheck not found. Unable to deduce a meaningful version number. Set OVERRIDE_VERSION when you run CMake (cmake .. -DOVERRIDE_VERSION=3.14.159), or just build from a git repository. -- Checking if 'package' target should be generated. -- rpmbuild not found. -- The 'package' target will not build a RPM. -- dpkg not found. -- The 'package' target will not build a DEB. -- Skipping generation of 'package' target. -- Configuring done CMake Warning (dev) at CMakeLists.txt:457 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "check-examples" of target "check" does not exist. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS ICONV_INCLUDE_DIR ICONV_LIBRARIES ICONV_LIBRARY LIBICONV_INCLUDE_DIR LIBICONV_LIBRARIES LIBICONV_LIBRARY THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /construction/x11-wm/awesome/.build SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for awesome-4.3_1,1 /usr/local/bin/cmake -S/construction/x11-wm/awesome/awesome-4.3 -B/construction/x11-wm/awesome/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/x11-wm/awesome/.build/CMakeFiles /construction/x11-wm/awesome/.build//CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all --- CMakeFiles/generated_sources.dir/all --- --- CMakeFiles/test-gravity.dir/all --- --- CMakeFiles/lgi-check.dir/all --- --- CMakeFiles/man.dir/all --- --- CMakeFiles/generated_icons.dir/all --- --- CMakeFiles/test-gravity.dir/all --- /usr/bin/make -f CMakeFiles/test-gravity.dir/build.make CMakeFiles/test-gravity.dir/depend --- CMakeFiles/generated_sources.dir/all --- /usr/bin/make -f CMakeFiles/generated_sources.dir/build.make CMakeFiles/generated_sources.dir/depend --- CMakeFiles/man.dir/all --- /usr/bin/make -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/depend --- CMakeFiles/generated_icons.dir/all --- /usr/bin/make -f CMakeFiles/generated_icons.dir/build.make CMakeFiles/generated_icons.dir/depend --- CMakeFiles/lgi-check.dir/all --- /usr/bin/make -f CMakeFiles/lgi-check.dir/build.make CMakeFiles/lgi-check.dir/depend --- CMakeFiles/generated_sources.dir/all --- --- CMakeFiles/generated_sources.dir/depend --- --- CMakeFiles/man.dir/all --- --- CMakeFiles/man.dir/depend --- --- CMakeFiles/test-gravity.dir/all --- --- CMakeFiles/test-gravity.dir/depend --- --- CMakeFiles/lgi-check.dir/all --- --- CMakeFiles/lgi-check.dir/depend --- --- CMakeFiles/generated_sources.dir/all --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/generated_sources.dir/DependInfo.cmake --- CMakeFiles/man.dir/all --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/man.dir/DependInfo.cmake --- CMakeFiles/test-gravity.dir/all --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/test-gravity.dir/DependInfo.cmake --- CMakeFiles/lgi-check.dir/all --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/lgi-check.dir/DependInfo.cmake --- CMakeFiles/generated_icons.dir/all --- --- CMakeFiles/generated_icons.dir/depend --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/generated_icons.dir/DependInfo.cmake --- CMakeFiles/generated_sources.dir/all --- Scanning dependencies of target generated_sources /usr/bin/make -f CMakeFiles/generated_sources.dir/build.make CMakeFiles/generated_sources.dir/build --- CMakeFiles/test-gravity.dir/all --- Scanning dependencies of target test-gravity --- CMakeFiles/generated_icons.dir/all --- Scanning dependencies of target generated_icons --- CMakeFiles/man.dir/all --- Scanning dependencies of target man --- CMakeFiles/test-gravity.dir/all --- /usr/bin/make -f CMakeFiles/test-gravity.dir/build.make CMakeFiles/test-gravity.dir/build --- CMakeFiles/generated_icons.dir/all --- /usr/bin/make -f CMakeFiles/generated_icons.dir/build.make CMakeFiles/generated_icons.dir/build --- CMakeFiles/man.dir/all --- /usr/bin/make -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/build --- CMakeFiles/test-gravity.dir/all --- --- CMakeFiles/test-gravity.dir/tests/test-gravity.c.o --- --- CMakeFiles/man.dir/all --- --- manpages/de/man1/awesome-client.1 --- --- manpages/de/man1/awesome.1 --- --- manpages/de/man5/awesomerc.5 --- --- manpages/es/man1/awesome-client.1 --- --- manpages/es/man1/awesome.1 --- --- manpages/es/man5/awesomerc.5 --- --- manpages/de/man1/awesome-client.1 --- [ 1%] Generating manpages/de/man1/awesome-client.1 cd /construction/x11-wm/awesome/.build/manpages/de/man1 && /usr/local/bin/asciidoctor -a lang=de -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/de/man1/awesome-client.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome-client.1.de.txt --- CMakeFiles/generated_icons.dir/all --- --- themes/zenburn/titlebar/close_normal.png --- --- CMakeFiles/man.dir/all --- --- manpages/de/man1/awesome.1 --- [ 2%] Generating manpages/de/man1/awesome.1 cd /construction/x11-wm/awesome/.build/manpages/de/man1 && /usr/local/bin/asciidoctor -a lang=de -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/de/man1/awesome.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome.1.de.txt --- manpages/de/man5/awesomerc.5 --- [ 3%] Generating manpages/de/man5/awesomerc.5 cd /construction/x11-wm/awesome/.build/manpages/de/man5 && /usr/local/bin/asciidoctor -a lang=de -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/de/man5/awesomerc.5 /construction/x11-wm/awesome/awesome-4.3/manpages/awesomerc.5.de.txt --- manpages/es/man5/awesomerc.5 --- [ 4%] Generating manpages/es/man5/awesomerc.5 cd /construction/x11-wm/awesome/.build/manpages/es/man5 && /usr/local/bin/asciidoctor -a lang=es -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/es/man5/awesomerc.5 /construction/x11-wm/awesome/awesome-4.3/manpages/awesomerc.5.es.txt --- CMakeFiles/test-gravity.dir/all --- [ 5%] Building C object CMakeFiles/test-gravity.dir/tests/test-gravity.c.o --- CMakeFiles/lgi-check.dir/all --- Scanning dependencies of target lgi-check --- CMakeFiles/generated_icons.dir/all --- [ 6%] Generating themes/zenburn/titlebar/close_normal.png --- CMakeFiles/test-gravity.dir/all --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -o CMakeFiles/test-gravity.dir/tests/test-gravity.c.o -c /construction/x11-wm/awesome/awesome-4.3/tests/test-gravity.c --- CMakeFiles/generated_icons.dir/all --- /usr/local/bin/convert themes/zenburn/titlebar/close_focus.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/close_normal.png --- CMakeFiles/lgi-check.dir/all --- /usr/bin/make -f CMakeFiles/lgi-check.dir/build.make CMakeFiles/lgi-check.dir/build --- CMakeFiles/generated_sources.dir/all --- --- common/atoms-intern.h --- --- CMakeFiles/lgi-check.dir/all --- --- CMakeFiles/lgi-check.dir/build-utils/lgi-check.c.o --- --- CMakeFiles/generated_sources.dir/all --- [ 7%] Generating atoms-intern.h cd /construction/x11-wm/awesome/awesome-4.3 && /construction/x11-wm/awesome/awesome-4.3/build-utils/atoms-int.sh /construction/x11-wm/awesome/awesome-4.3/common/atoms.list > /construction/x11-wm/awesome/.build/common/atoms-intern.h --- CMakeFiles/lgi-check.dir/all --- [ 9%] Building C object CMakeFiles/lgi-check.dir/build-utils/lgi-check.c.o --- CMakeFiles/man.dir/all --- --- manpages/es/man1/awesome.1 --- [ 9%] Generating manpages/es/man1/awesome.1 cd /construction/x11-wm/awesome/.build/manpages/es/man1 && /usr/local/bin/asciidoctor -a lang=es -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/es/man1/awesome.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome.1.es.txt --- CMakeFiles/lgi-check.dir/all --- /usr/bin/cc -I/usr/local/include/lua52 -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -o CMakeFiles/lgi-check.dir/build-utils/lgi-check.c.o -c /construction/x11-wm/awesome/awesome-4.3/build-utils/lgi-check.c --- CMakeFiles/generated_sources.dir/all --- --- common/atoms-extern.h --- [ 10%] Generating atoms-extern.h --- CMakeFiles/generated_icons.dir/all --- --- themes/zenburn/titlebar/floating_focus_inactive.png --- --- CMakeFiles/generated_sources.dir/all --- cd /construction/x11-wm/awesome/awesome-4.3 && /construction/x11-wm/awesome/awesome-4.3/build-utils/atoms-ext.sh /construction/x11-wm/awesome/awesome-4.3/common/atoms.list > /construction/x11-wm/awesome/.build/common/atoms-extern.h --- CMakeFiles/generated_icons.dir/all --- [ 11%] Generating themes/zenburn/titlebar/floating_focus_inactive.png /usr/local/bin/convert themes/zenburn/titlebar/floating_focus_active.png -strip -colorspace Gray themes/zenburn/titlebar/floating_focus_inactive.png --- CMakeFiles/generated_sources.dir/all --- [ 11%] Built target generated_sources --- CMakeFiles/generated_icons.dir/all --- --- themes/zenburn/titlebar/floating_normal_active.png --- --- themes/zenburn/titlebar/maximized_focus_inactive.png --- --- themes/zenburn/titlebar/floating_normal_active.png --- [ 12%] Generating themes/zenburn/titlebar/floating_normal_active.png /usr/local/bin/convert themes/zenburn/titlebar/floating_focus_active.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/floating_normal_active.png --- themes/zenburn/titlebar/maximized_focus_inactive.png --- [ 13%] Generating themes/zenburn/titlebar/maximized_focus_inactive.png /usr/local/bin/convert themes/zenburn/titlebar/maximized_focus_active.png -strip -colorspace Gray themes/zenburn/titlebar/maximized_focus_inactive.png --- themes/zenburn/titlebar/maximized_normal_active.png --- [ 14%] Generating themes/zenburn/titlebar/maximized_normal_active.png /usr/local/bin/convert themes/zenburn/titlebar/maximized_focus_active.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/maximized_normal_active.png --- themes/zenburn/titlebar/ontop_focus_inactive.png --- [ 15%] Generating themes/zenburn/titlebar/ontop_focus_inactive.png /usr/local/bin/convert themes/zenburn/titlebar/ontop_focus_active.png -strip -colorspace Gray themes/zenburn/titlebar/ontop_focus_inactive.png --- themes/zenburn/titlebar/ontop_normal_active.png --- --- themes/zenburn/titlebar/sticky_focus_inactive.png --- --- CMakeFiles/man.dir/all --- --- manpages/es/man1/awesome-client.1 --- [ 16%] Generating manpages/es/man1/awesome-client.1 cd /construction/x11-wm/awesome/.build/manpages/es/man1 && /usr/local/bin/asciidoctor -a lang=es -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/es/man1/awesome-client.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome-client.1.es.txt --- CMakeFiles/generated_icons.dir/all --- --- themes/zenburn/titlebar/ontop_normal_active.png --- [ 16%] Generating themes/zenburn/titlebar/ontop_normal_active.png /usr/local/bin/convert themes/zenburn/titlebar/ontop_focus_active.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/ontop_normal_active.png --- themes/zenburn/titlebar/sticky_focus_inactive.png --- [ 17%] Generating themes/zenburn/titlebar/sticky_focus_inactive.png /usr/local/bin/convert themes/zenburn/titlebar/sticky_focus_active.png -strip -colorspace Gray themes/zenburn/titlebar/sticky_focus_inactive.png --- themes/zenburn/titlebar/sticky_normal_active.png --- --- themes/zenburn/titlebar/floating_normal_inactive.png --- --- themes/zenburn/titlebar/sticky_normal_active.png --- [ 18%] Generating themes/zenburn/titlebar/sticky_normal_active.png --- themes/zenburn/titlebar/floating_normal_inactive.png --- [ 19%] Generating themes/zenburn/titlebar/floating_normal_inactive.png --- themes/zenburn/titlebar/sticky_normal_active.png --- /usr/local/bin/convert themes/zenburn/titlebar/sticky_focus_active.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/sticky_normal_active.png --- themes/zenburn/titlebar/floating_normal_inactive.png --- /usr/local/bin/convert themes/zenburn/titlebar/floating_normal_active.png -strip -colorspace Gray themes/zenburn/titlebar/floating_normal_inactive.png --- themes/zenburn/titlebar/maximized_normal_inactive.png --- [ 20%] Generating themes/zenburn/titlebar/maximized_normal_inactive.png --- themes/zenburn/titlebar/ontop_normal_inactive.png --- --- themes/zenburn/titlebar/maximized_normal_inactive.png --- /usr/local/bin/convert themes/zenburn/titlebar/maximized_normal_active.png -strip -colorspace Gray themes/zenburn/titlebar/maximized_normal_inactive.png --- themes/zenburn/titlebar/ontop_normal_inactive.png --- [ 21%] Generating themes/zenburn/titlebar/ontop_normal_inactive.png /usr/local/bin/convert themes/zenburn/titlebar/ontop_normal_active.png -strip -colorspace Gray themes/zenburn/titlebar/ontop_normal_inactive.png --- themes/zenburn/titlebar/sticky_normal_inactive.png --- [ 22%] Generating themes/zenburn/titlebar/sticky_normal_inactive.png /usr/local/bin/convert themes/zenburn/titlebar/sticky_normal_active.png -strip -colorspace Gray themes/zenburn/titlebar/sticky_normal_inactive.png --- CMakeFiles/lgi-check.dir/all --- --- lgi-check --- [ 23%] Linking C executable lgi-check /usr/local/bin/cmake -E cmake_link_script CMakeFiles/lgi-check.dir/link.txt --verbose=1 /usr/bin/cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing CMakeFiles/lgi-check.dir/build-utils/lgi-check.c.o -o lgi-check -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/liblua-5.2.so -lm --- CMakeFiles/generated_icons.dir/all --- [ 23%] Built target generated_icons --- CMakeFiles/lgi-check.dir/all --- [ 23%] Built target lgi-check --- CMakeFiles/test-gravity.dir/all --- --- test-gravity --- --- CMakeFiles/lgi-check-run.dir/all --- /usr/bin/make -f CMakeFiles/lgi-check-run.dir/build.make CMakeFiles/lgi-check-run.dir/depend --- CMakeFiles/lgi-check-run.dir/depend --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/lgi-check-run.dir/DependInfo.cmake Scanning dependencies of target lgi-check-run /usr/bin/make -f CMakeFiles/lgi-check-run.dir/build.make CMakeFiles/lgi-check-run.dir/build --- CMakeFiles/lgi-check-run --- --- CMakeFiles/test-gravity.dir/all --- [ 25%] Linking C executable test-gravity /usr/local/bin/cmake -E cmake_link_script CMakeFiles/test-gravity.dir/link.txt --verbose=1 /usr/bin/cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing CMakeFiles/test-gravity.dir/tests/test-gravity.c.o -o test-gravity -Wl,-z,origin,-rpath,/usr/local/lib -L/usr/local/lib -lxcb -L/usr/local/lib -lxcb -L/usr/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lX11 -lxcb-cursor -lxcb-randr -lxcb-xtest -lxcb-xinerama -lxcb-shape -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -lcairo -lpthread -lxcb-render -lstartup-notification-1 -lxdg-basedir -lxcb-xrm -lxcb -lexecinfo -lm /usr/local/lib/liblua-5.2.so -lm -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lX11 -lxcb-cursor -lxcb-randr -lxcb-xtest -lxcb-xinerama -lxcb-shape -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -lcairo -lpthread -lxcb-render -lstartup-notification-1 -lxdg-basedir -lxcb-xrm -lexecinfo -lm /usr/local/lib/liblua-5.2.so -lm --- CMakeFiles/lgi-check-run.dir/all --- [ 26%] Checking for LGI... ./lgi-check Building for Lua 5.2. Found lgi 0.9.2. --- CMakeFiles/man.dir/all --- --- manpages/fr/man1/awesome-client.1 --- --- manpages/fr/man1/awesome.1 --- --- manpages/fr/man5/awesomerc.5 --- [ 27%] Generating manpages/fr/man5/awesomerc.5 --- manpages/fr/man1/awesome.1 --- [ 28%] Generating manpages/fr/man1/awesome.1 --- manpages/fr/man5/awesomerc.5 --- cd /construction/x11-wm/awesome/.build/manpages/fr/man5 && /usr/local/bin/asciidoctor -a lang=fr -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/fr/man5/awesomerc.5 /construction/x11-wm/awesome/awesome-4.3/manpages/awesomerc.5.fr.txt --- manpages/fr/man1/awesome.1 --- cd /construction/x11-wm/awesome/.build/manpages/fr/man1 && /usr/local/bin/asciidoctor -a lang=fr -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/fr/man1/awesome.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome.1.fr.txt --- manpages/fr/man1/awesome-client.1 --- [ 29%] Generating manpages/fr/man1/awesome-client.1 cd /construction/x11-wm/awesome/.build/manpages/fr/man1 && /usr/local/bin/asciidoctor -a lang=fr -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/fr/man1/awesome-client.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome-client.1.fr.txt --- CMakeFiles/lgi-check-run.dir/all --- [ 29%] Built target lgi-check-run --- CMakeFiles/setup_directories.dir/all --- /usr/bin/make -f CMakeFiles/setup_directories.dir/build.make CMakeFiles/setup_directories.dir/depend --- CMakeFiles/setup_directories.dir/depend --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/setup_directories.dir/DependInfo.cmake Scanning dependencies of target setup_directories /usr/bin/make -f CMakeFiles/setup_directories.dir/build.make CMakeFiles/setup_directories.dir/build --- setup_directories --- /usr/local/bin/cmake -E make_directory /construction/x11-wm/awesome/.build/script_files/ /usr/local/bin/cmake -E make_directory /construction/x11-wm/awesome/.build/docs/common/ /usr/local/bin/cmake -E make_directory /construction/x11-wm/awesome/.build/doc/images/ --- CMakeFiles/man.dir/all --- --- manpages/it/man1/awesome-client.1 --- --- CMakeFiles/setup_directories.dir/all --- /usr/local/bin/cmake -E copy /construction/x11-wm/awesome/awesome-4.3/docs/_parser.lua /construction/x11-wm/awesome/.build/docs/ --- CMakeFiles/man.dir/all --- [ 30%] Generating manpages/it/man1/awesome-client.1 cd /construction/x11-wm/awesome/.build/manpages/it/man1 && /usr/local/bin/asciidoctor -a lang=it -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/it/man1/awesome-client.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome-client.1.it.txt --- CMakeFiles/setup_directories.dir/all --- [ 30%] Built target setup_directories --- CMakeFiles/generate_awesomerc.dir/all --- /usr/bin/make -f CMakeFiles/generate_awesomerc.dir/build.make CMakeFiles/generate_awesomerc.dir/depend --- CMakeFiles/generate_awesomerc.dir/depend --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/generate_awesomerc.dir/DependInfo.cmake Scanning dependencies of target generate_awesomerc /usr/bin/make -f CMakeFiles/generate_awesomerc.dir/build.make CMakeFiles/generate_awesomerc.dir/build --- awesomerc.lua --- [ 31%] Generating awesomerc.lua, docs/05-awesomerc.md, script_files/rc.lua lua52 /construction/x11-wm/awesome/awesome-4.3/docs/05-awesomerc.md.lua /construction/x11-wm/awesome/.build/docs/05-awesomerc.md /construction/x11-wm/awesome/awesome-4.3/awesomerc.lua /construction/x11-wm/awesome/.build/awesomerc.lua /construction/x11-wm/awesome/.build/script_files/rc.lua --- CMakeFiles/man.dir/all --- --- manpages/it/man1/awesome.1 --- --- CMakeFiles/generate_awesomerc.dir/all --- --- docs/common/rules_index.ldoc --- --- CMakeFiles/man.dir/all --- [ 32%] Generating manpages/it/man1/awesome.1 cd /construction/x11-wm/awesome/.build/manpages/it/man1 && /usr/local/bin/asciidoctor -a lang=it -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/it/man1/awesome.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome.1.it.txt --- CMakeFiles/generate_awesomerc.dir/all --- [ 33%] Generating docs/common/rules_index.ldoc lua52 /construction/x11-wm/awesome/awesome-4.3/docs/build_rules_index.lua /construction/x11-wm/awesome/.build/docs/common/rules_index.ldoc --- CMakeFiles/test-gravity.dir/all --- [ 33%] Built target test-gravity --- CMakeFiles/man.dir/all --- --- manpages/it/man5/awesomerc.5 --- --- manpages/man1/awesome-client.1 --- --- manpages/it/man5/awesomerc.5 --- [ 34%] Generating manpages/it/man5/awesomerc.5 cd /construction/x11-wm/awesome/.build/manpages/it/man5 && /usr/local/bin/asciidoctor -a lang=it -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/it/man5/awesomerc.5 /construction/x11-wm/awesome/awesome-4.3/manpages/awesomerc.5.it.txt --- manpages/man1/awesome-client.1 --- [ 35%] Generating manpages/man1/awesome-client.1 cd /construction/x11-wm/awesome/.build/manpages/man1 && /usr/local/bin/asciidoctor -a lang=en -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/man1/awesome-client.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome-client.1.txt --- manpages/man1/awesome.1 --- [ 36%] Generating manpages/man1/awesome.1 cd /construction/x11-wm/awesome/.build/manpages/man1 && /usr/local/bin/asciidoctor -a lang=en -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/man1/awesome.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome.1.txt --- manpages/man5/awesomerc.5 --- [ 36%] Generating manpages/man5/awesomerc.5 cd /construction/x11-wm/awesome/.build/manpages/man5 && /usr/local/bin/asciidoctor -a lang=en -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/man5/awesomerc.5 /construction/x11-wm/awesome/awesome-4.3/manpages/awesomerc.5.txt --- manpages/ru/man1/awesome-client.1 --- [ 37%] Generating manpages/ru/man1/awesome-client.1 cd /construction/x11-wm/awesome/.build/manpages/ru/man1 && /usr/local/bin/asciidoctor -a lang=ru -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/ru/man1/awesome-client.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome-client.1.ru.txt --- manpages/ru/man1/awesome.1 --- [ 38%] Generating manpages/ru/man1/awesome.1 cd /construction/x11-wm/awesome/.build/manpages/ru/man1 && /usr/local/bin/asciidoctor -a lang=ru -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/ru/man1/awesome.1 /construction/x11-wm/awesome/awesome-4.3/manpages/awesome.1.ru.txt --- CMakeFiles/generate_awesomerc.dir/all --- /usr/local/bin/cmake -E copy /construction/x11-wm/awesome/.build/docs/common/rules_index.ldoc /construction/x11-wm/awesome/awesome-4.3/docs/common/rules_index.ldoc --- script_files/theme.lua --- [ 39%] Generating script_files/theme.lua lua52 /construction/x11-wm/awesome/awesome-4.3/docs/sample_theme.lua /construction/x11-wm/awesome/.build/script_files/ --- docs/06-appearance.md --- [ 40%] Generating docs/06-appearance.md lua52 /construction/x11-wm/awesome/awesome-4.3/docs/06-appearance.md.lua /construction/x11-wm/awesome/.build/docs/06-appearance.md --- CMakeFiles/man.dir/all --- --- manpages/ru/man5/awesomerc.5 --- [ 41%] Generating manpages/ru/man5/awesomerc.5 cd /construction/x11-wm/awesome/.build/manpages/ru/man5 && /usr/local/bin/asciidoctor -a lang=ru -d manpage -b manpage -o /construction/x11-wm/awesome/.build/manpages/ru/man5/awesomerc.5 /construction/x11-wm/awesome/awesome-4.3/manpages/awesomerc.5.ru.txt --- manpages/de/man1/awesome-client.1.gz --- --- manpages/es/man1/awesome.1.gz --- --- manpages/de/man1/awesome-client.1.gz --- [ 42%] Generating manpages/de/man1/awesome-client.1.gz --- manpages/es/man1/awesome.1.gz --- [ 43%] Generating manpages/es/man1/awesome.1.gz --- manpages/de/man1/awesome-client.1.gz --- cd /construction/x11-wm/awesome/.build/manpages/de/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/de/man1/awesome-client.1 > /construction/x11-wm/awesome/.build/manpages/de/man1/awesome-client.1.gz --- manpages/es/man1/awesome.1.gz --- cd /construction/x11-wm/awesome/.build/manpages/es/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/es/man1/awesome.1 > /construction/x11-wm/awesome/.build/manpages/es/man1/awesome.1.gz --- manpages/es/man5/awesomerc.5.gz --- --- manpages/fr/man1/awesome-client.1.gz --- --- manpages/es/man5/awesomerc.5.gz --- [ 45%] Generating manpages/es/man5/awesomerc.5.gz --- manpages/fr/man1/awesome-client.1.gz --- [ 45%] Generating manpages/fr/man1/awesome-client.1.gz --- manpages/es/man5/awesomerc.5.gz --- cd /construction/x11-wm/awesome/.build/manpages/es/man5 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/es/man5/awesomerc.5 > /construction/x11-wm/awesome/.build/manpages/es/man5/awesomerc.5.gz --- manpages/fr/man1/awesome-client.1.gz --- cd /construction/x11-wm/awesome/.build/manpages/fr/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/fr/man1/awesome-client.1 > /construction/x11-wm/awesome/.build/manpages/fr/man1/awesome-client.1.gz --- manpages/es/man1/awesome-client.1.gz --- --- manpages/fr/man1/awesome.1.gz --- [ 46%] Generating manpages/fr/man1/awesome.1.gz cd /construction/x11-wm/awesome/.build/manpages/fr/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/fr/man1/awesome.1 > /construction/x11-wm/awesome/.build/manpages/fr/man1/awesome.1.gz --- manpages/fr/man5/awesomerc.5.gz --- --- manpages/es/man1/awesome-client.1.gz --- [ 47%] Generating manpages/es/man1/awesome-client.1.gz cd /construction/x11-wm/awesome/.build/manpages/es/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/es/man1/awesome-client.1 > /construction/x11-wm/awesome/.build/manpages/es/man1/awesome-client.1.gz --- manpages/it/man1/awesome-client.1.gz --- --- manpages/de/man5/awesomerc.5.gz --- --- manpages/fr/man5/awesomerc.5.gz --- [ 48%] Generating manpages/fr/man5/awesomerc.5.gz cd /construction/x11-wm/awesome/.build/manpages/fr/man5 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/fr/man5/awesomerc.5 > /construction/x11-wm/awesome/.build/manpages/fr/man5/awesomerc.5.gz --- manpages/man5/awesomerc.5.gz --- --- manpages/de/man5/awesomerc.5.gz --- [ 50%] Generating manpages/de/man5/awesomerc.5.gz cd /construction/x11-wm/awesome/.build/manpages/de/man5 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/de/man5/awesomerc.5 > /construction/x11-wm/awesome/.build/manpages/de/man5/awesomerc.5.gz --- manpages/man1/awesome-client.1.gz --- --- manpages/man5/awesomerc.5.gz --- [ 50%] Generating manpages/man5/awesomerc.5.gz --- manpages/man1/awesome.1.gz --- --- manpages/man5/awesomerc.5.gz --- cd /construction/x11-wm/awesome/.build/manpages/man5 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/man5/awesomerc.5 > /construction/x11-wm/awesome/.build/manpages/man5/awesomerc.5.gz --- manpages/ru/man1/awesome.1.gz --- --- manpages/man1/awesome-client.1.gz --- [ 52%] Generating manpages/man1/awesome-client.1.gz cd /construction/x11-wm/awesome/.build/manpages/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/man1/awesome-client.1 > /construction/x11-wm/awesome/.build/manpages/man1/awesome-client.1.gz --- manpages/it/man1/awesome-client.1.gz --- [ 52%] Generating manpages/it/man1/awesome-client.1.gz --- manpages/ru/man1/awesome.1.gz --- [ 53%] Generating manpages/ru/man1/awesome.1.gz --- manpages/it/man1/awesome-client.1.gz --- cd /construction/x11-wm/awesome/.build/manpages/it/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/it/man1/awesome-client.1 > /construction/x11-wm/awesome/.build/manpages/it/man1/awesome-client.1.gz --- manpages/ru/man1/awesome.1.gz --- cd /construction/x11-wm/awesome/.build/manpages/ru/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/ru/man1/awesome.1 > /construction/x11-wm/awesome/.build/manpages/ru/man1/awesome.1.gz --- manpages/man1/awesome.1.gz --- [ 54%] Generating manpages/man1/awesome.1.gz cd /construction/x11-wm/awesome/.build/manpages/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/man1/awesome.1 > /construction/x11-wm/awesome/.build/manpages/man1/awesome.1.gz --- manpages/ru/man1/awesome-client.1.gz --- [ 55%] Generating manpages/ru/man1/awesome-client.1.gz cd /construction/x11-wm/awesome/.build/manpages/ru/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/ru/man1/awesome-client.1 > /construction/x11-wm/awesome/.build/manpages/ru/man1/awesome-client.1.gz --- manpages/it/man5/awesomerc.5.gz --- [ 56%] Generating manpages/it/man5/awesomerc.5.gz cd /construction/x11-wm/awesome/.build/manpages/it/man5 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/it/man5/awesomerc.5 > /construction/x11-wm/awesome/.build/manpages/it/man5/awesomerc.5.gz --- manpages/de/man1/awesome.1.gz --- [ 57%] Generating manpages/de/man1/awesome.1.gz cd /construction/x11-wm/awesome/.build/manpages/de/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/de/man1/awesome.1 > /construction/x11-wm/awesome/.build/manpages/de/man1/awesome.1.gz --- manpages/it/man1/awesome.1.gz --- [ 58%] Generating manpages/it/man1/awesome.1.gz cd /construction/x11-wm/awesome/.build/manpages/it/man1 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/it/man1/awesome.1 > /construction/x11-wm/awesome/.build/manpages/it/man1/awesome.1.gz --- manpages/ru/man5/awesomerc.5.gz --- [ 59%] Generating manpages/ru/man5/awesomerc.5.gz cd /construction/x11-wm/awesome/.build/manpages/ru/man5 && /usr/bin/gzip < /construction/x11-wm/awesome/.build/manpages/ru/man5/awesomerc.5 > /construction/x11-wm/awesome/.build/manpages/ru/man5/awesomerc.5.gz [ 59%] Built target man --- CMakeFiles/generate_awesomerc.dir/all --- [ 59%] Built target generate_awesomerc --- CMakeFiles/awesome.dir/all --- /usr/bin/make -f CMakeFiles/awesome.dir/build.make CMakeFiles/awesome.dir/depend --- CMakeFiles/awesome.dir/depend --- cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/awesome.dir/DependInfo.cmake Scanning dependencies of target awesome /usr/bin/make -f CMakeFiles/awesome.dir/build.make CMakeFiles/awesome.dir/build --- CMakeFiles/awesome.dir/awesome.c.o --- --- CMakeFiles/awesome.dir/banning.c.o --- --- CMakeFiles/awesome.dir/color.c.o --- --- CMakeFiles/awesome.dir/dbus.c.o --- --- CMakeFiles/awesome.dir/draw.c.o --- --- CMakeFiles/awesome.dir/event.c.o --- --- CMakeFiles/awesome.dir/ewmh.c.o --- --- CMakeFiles/awesome.dir/keygrabber.c.o --- --- CMakeFiles/awesome.dir/luaa.c.o --- --- CMakeFiles/awesome.dir/mouse.c.o --- --- CMakeFiles/awesome.dir/color.c.o --- [ 60%] Building C object CMakeFiles/awesome.dir/color.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/color.c.o -c /construction/x11-wm/awesome/.build/color.c --- CMakeFiles/awesome.dir/ewmh.c.o --- [ 61%] Building C object CMakeFiles/awesome.dir/ewmh.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/ewmh.c.o -c /construction/x11-wm/awesome/.build/ewmh.c --- CMakeFiles/awesome.dir/banning.c.o --- [ 62%] Building C object CMakeFiles/awesome.dir/banning.c.o --- CMakeFiles/awesome.dir/awesome.c.o --- [ 63%] Building C object CMakeFiles/awesome.dir/awesome.c.o --- CMakeFiles/awesome.dir/banning.c.o --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/banning.c.o -c /construction/x11-wm/awesome/.build/banning.c --- CMakeFiles/awesome.dir/awesome.c.o --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/awesome.c.o -c /construction/x11-wm/awesome/.build/awesome.c --- CMakeFiles/awesome.dir/event.c.o --- [ 63%] Building C object CMakeFiles/awesome.dir/event.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/event.c.o -c /construction/x11-wm/awesome/.build/event.c --- CMakeFiles/awesome.dir/luaa.c.o --- [ 64%] Building C object CMakeFiles/awesome.dir/luaa.c.o --- CMakeFiles/awesome.dir/dbus.c.o --- [ 65%] Building C object CMakeFiles/awesome.dir/dbus.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/dbus.c.o -c /construction/x11-wm/awesome/.build/dbus.c --- CMakeFiles/awesome.dir/luaa.c.o --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/luaa.c.o -c /construction/x11-wm/awesome/.build/luaa.c --- CMakeFiles/awesome.dir/mouse.c.o --- [ 66%] Building C object CMakeFiles/awesome.dir/mouse.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/mouse.c.o -c /construction/x11-wm/awesome/.build/mouse.c --- CMakeFiles/awesome.dir/keygrabber.c.o --- [ 67%] Building C object CMakeFiles/awesome.dir/keygrabber.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/keygrabber.c.o -c /construction/x11-wm/awesome/.build/keygrabber.c --- CMakeFiles/awesome.dir/draw.c.o --- [ 68%] Building C object CMakeFiles/awesome.dir/draw.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/draw.c.o -c /construction/x11-wm/awesome/.build/draw.c --- CMakeFiles/awesome.dir/mousegrabber.c.o --- [ 69%] Building C object CMakeFiles/awesome.dir/mousegrabber.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/mousegrabber.c.o -c /construction/x11-wm/awesome/.build/mousegrabber.c --- CMakeFiles/awesome.dir/property.c.o --- [ 70%] Building C object CMakeFiles/awesome.dir/property.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/property.c.o -c /construction/x11-wm/awesome/.build/property.c --- CMakeFiles/awesome.dir/root.c.o --- [ 71%] Building C object CMakeFiles/awesome.dir/root.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/root.c.o -c /construction/x11-wm/awesome/.build/root.c --- CMakeFiles/awesome.dir/selection.c.o --- [ 72%] Building C object CMakeFiles/awesome.dir/selection.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/selection.c.o -c /construction/x11-wm/awesome/.build/selection.c --- CMakeFiles/awesome.dir/spawn.c.o --- --- CMakeFiles/awesome.dir/stack.c.o --- --- CMakeFiles/awesome.dir/spawn.c.o --- [ 73%] Building C object CMakeFiles/awesome.dir/spawn.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/spawn.c.o -c /construction/x11-wm/awesome/.build/spawn.c --- CMakeFiles/awesome.dir/stack.c.o --- [ 75%] Building C object CMakeFiles/awesome.dir/stack.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/stack.c.o -c /construction/x11-wm/awesome/.build/stack.c --- CMakeFiles/awesome.dir/strut.c.o --- [ 76%] Building C object CMakeFiles/awesome.dir/strut.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/strut.c.o -c /construction/x11-wm/awesome/.build/strut.c --- CMakeFiles/awesome.dir/systray.c.o --- [ 76%] Building C object CMakeFiles/awesome.dir/systray.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/systray.c.o -c /construction/x11-wm/awesome/.build/systray.c --- CMakeFiles/awesome.dir/xwindow.c.o --- [ 77%] Building C object CMakeFiles/awesome.dir/xwindow.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/xwindow.c.o -c /construction/x11-wm/awesome/.build/xwindow.c --- CMakeFiles/awesome.dir/xkb.c.o --- [ 78%] Building C object CMakeFiles/awesome.dir/xkb.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/xkb.c.o -c /construction/x11-wm/awesome/.build/xkb.c --- CMakeFiles/awesome.dir/xrdb.c.o --- [ 79%] Building C object CMakeFiles/awesome.dir/xrdb.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/xrdb.c.o -c /construction/x11-wm/awesome/.build/xrdb.c --- CMakeFiles/awesome.dir/common/atoms.c.o --- [ 80%] Building C object CMakeFiles/awesome.dir/common/atoms.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/atoms.c.o -c /construction/x11-wm/awesome/.build/common/atoms.c --- CMakeFiles/awesome.dir/common/backtrace.c.o --- [ 81%] Building C object CMakeFiles/awesome.dir/common/backtrace.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/backtrace.c.o -c /construction/x11-wm/awesome/.build/common/backtrace.c --- CMakeFiles/awesome.dir/common/buffer.c.o --- [ 82%] Building C object CMakeFiles/awesome.dir/common/buffer.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/buffer.c.o -c /construction/x11-wm/awesome/.build/common/buffer.c --- CMakeFiles/awesome.dir/common/luaclass.c.o --- [ 83%] Building C object CMakeFiles/awesome.dir/common/luaclass.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/luaclass.c.o -c /construction/x11-wm/awesome/.build/common/luaclass.c --- CMakeFiles/awesome.dir/common/lualib.c.o --- [ 84%] Building C object CMakeFiles/awesome.dir/common/lualib.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/lualib.c.o -c /construction/x11-wm/awesome/.build/common/lualib.c --- CMakeFiles/awesome.dir/common/luaobject.c.o --- --- CMakeFiles/awesome.dir/common/util.c.o --- [ 85%] Building C object CMakeFiles/awesome.dir/common/util.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/util.c.o -c /construction/x11-wm/awesome/.build/common/util.c --- CMakeFiles/awesome.dir/common/version.c.o --- --- CMakeFiles/awesome.dir/common/luaobject.c.o --- [ 86%] Building C object CMakeFiles/awesome.dir/common/luaobject.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/luaobject.c.o -c /construction/x11-wm/awesome/.build/common/luaobject.c --- CMakeFiles/awesome.dir/common/version.c.o --- [ 87%] Building C object CMakeFiles/awesome.dir/common/version.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/version.c.o -c /construction/x11-wm/awesome/.build/common/version.c --- CMakeFiles/awesome.dir/common/xcursor.c.o --- [ 88%] Building C object CMakeFiles/awesome.dir/common/xcursor.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/xcursor.c.o -c /construction/x11-wm/awesome/.build/common/xcursor.c --- CMakeFiles/awesome.dir/common/xembed.c.o --- [ 89%] Building C object CMakeFiles/awesome.dir/common/xembed.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/xembed.c.o -c /construction/x11-wm/awesome/.build/common/xembed.c --- CMakeFiles/awesome.dir/common/xutil.c.o --- [ 90%] Building C object CMakeFiles/awesome.dir/common/xutil.c.o --- CMakeFiles/awesome.dir/objects/button.c.o --- --- CMakeFiles/awesome.dir/common/xutil.c.o --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/common/xutil.c.o -c /construction/x11-wm/awesome/.build/common/xutil.c --- CMakeFiles/awesome.dir/objects/button.c.o --- [ 91%] Building C object CMakeFiles/awesome.dir/objects/button.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/button.c.o -c /construction/x11-wm/awesome/.build/objects/button.c --- CMakeFiles/awesome.dir/objects/client.c.o --- --- CMakeFiles/awesome.dir/objects/drawable.c.o --- --- CMakeFiles/awesome.dir/objects/client.c.o --- [ 92%] Building C object CMakeFiles/awesome.dir/objects/client.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/client.c.o -c /construction/x11-wm/awesome/.build/objects/client.c --- CMakeFiles/awesome.dir/objects/drawable.c.o --- [ 93%] Building C object CMakeFiles/awesome.dir/objects/drawable.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/drawable.c.o -c /construction/x11-wm/awesome/.build/objects/drawable.c --- CMakeFiles/awesome.dir/objects/drawin.c.o --- --- CMakeFiles/awesome.dir/objects/key.c.o --- --- CMakeFiles/awesome.dir/objects/drawin.c.o --- [ 93%] Building C object CMakeFiles/awesome.dir/objects/drawin.c.o --- CMakeFiles/awesome.dir/objects/key.c.o --- [ 94%] Building C object CMakeFiles/awesome.dir/objects/key.c.o --- CMakeFiles/awesome.dir/objects/drawin.c.o --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/drawin.c.o -c /construction/x11-wm/awesome/.build/objects/drawin.c --- CMakeFiles/awesome.dir/objects/key.c.o --- /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/key.c.o -c /construction/x11-wm/awesome/.build/objects/key.c --- CMakeFiles/awesome.dir/objects/screen.c.o --- [ 95%] Building C object CMakeFiles/awesome.dir/objects/screen.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/screen.c.o -c /construction/x11-wm/awesome/.build/objects/screen.c --- CMakeFiles/awesome.dir/objects/tag.c.o --- [ 96%] Building C object CMakeFiles/awesome.dir/objects/tag.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/tag.c.o -c /construction/x11-wm/awesome/.build/objects/tag.c --- CMakeFiles/awesome.dir/objects/window.c.o --- [ 97%] Building C object CMakeFiles/awesome.dir/objects/window.c.o /usr/bin/cc -I/construction/x11-wm/awesome/.build -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/lua52 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral -Wno-format-zero-length -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/awesome.dir/objects/window.c.o -c /construction/x11-wm/awesome/.build/objects/window.c --- awesome --- [ 98%] Linking C executable awesome /usr/local/bin/cmake -E cmake_link_script CMakeFiles/awesome.dir/link.txt --verbose=1 /usr/bin/cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing CMakeFiles/awesome.dir/awesome.c.o CMakeFiles/awesome.dir/banning.c.o CMakeFiles/awesome.dir/color.c.o CMakeFiles/awesome.dir/dbus.c.o CMakeFiles/awesome.dir/draw.c.o CMakeFiles/awesome.dir/event.c.o CMakeFiles/awesome.dir/ewmh.c.o CMakeFiles/awesome.dir/keygrabber.c.o CMakeFiles/awesome.dir/luaa.c.o CMakeFiles/awesome.dir/mouse.c.o CMakeFiles/awesome.dir/mousegrabber.c.o CMakeFiles/awesome.dir/property.c.o CMakeFiles/awesome.dir/root.c.o CMakeFiles/awesome.dir/selection.c.o CMakeFiles/awesome.dir/spawn.c.o CMakeFiles/awesome.dir/stack.c.o CMakeFiles/awesome.dir/strut.c.o CMakeFiles/awesome.dir/systray.c.o CMakeFiles/awesome.dir/xwindow.c.o CMakeFiles/awesome.dir/xkb.c.o CMakeFiles/awesome.dir/xrdb.c.o CMakeFiles/awesome.dir/common/atoms.c.o CMakeFiles/awesome.dir/common/backtrace.c.o CMakeFiles/awesome.dir/common/buffer.c.o CMakeFiles/awesome.dir/common/luaclass.c.o CMakeFiles/awesome.dir/common/lualib.c.o CMakeFiles/awesome.dir/common/luaobject.c.o CMakeFiles/awesome.dir/common/util.c.o CMakeFiles/awesome.dir/common/version.c.o CMakeFiles/awesome.dir/common/xcursor.c.o CMakeFiles/awesome.dir/common/xembed.c.o CMakeFiles/awesome.dir/common/xutil.c.o CMakeFiles/awesome.dir/objects/button.c.o CMakeFiles/awesome.dir/objects/client.c.o CMakeFiles/awesome.dir/objects/drawable.c.o CMakeFiles/awesome.dir/objects/drawin.c.o CMakeFiles/awesome.dir/objects/key.c.o CMakeFiles/awesome.dir/objects/screen.c.o CMakeFiles/awesome.dir/objects/tag.c.o CMakeFiles/awesome.dir/objects/window.c.o -o awesome -Wl,-z,origin,-rpath,/usr/local/lib -L/usr/local/lib -lxcb -L/usr/local/lib -lxcb -L/usr/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lX11 -lxcb-cursor -lxcb-randr -lxcb-xtest -lxcb-xinerama -lxcb-shape -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -lcairo -lpthread -lxcb-render -lstartup-notification-1 -lxdg-basedir -lxcb-xrm -lxcb -lexecinfo -lm /usr/local/lib/liblua-5.2.so -lm -L/usr/local/lib -ldbus-1 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lX11 -lxcb-cursor -lxcb-randr -lxcb-xtest -lxcb-xinerama -lxcb-shape -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -lcairo -lpthread -lxcb-render -lstartup-notification-1 -lxdg-basedir -lxcb-xrm -lexecinfo -lm /usr/local/lib/liblua-5.2.so -lm -ldbus-1 [100%] Built target awesome /usr/local/bin/cmake -E cmake_progress_start /construction/x11-wm/awesome/.build/CMakeFiles 0 SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> awesome-4.3_1,1 depends on file: /usr/local/lib/lua/5.2/lgi/corelgilua52.so - found ===> awesome-4.3_1,1 depends on executable: bash - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for awesome-4.3_1,1 ===> awesome-4.3_1,1 depends on file: /usr/local/lib/lua/5.2/lgi/corelgilua52.so - found ===> awesome-4.3_1,1 depends on executable: bash - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> awesome-4.3_1,1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found ===> Generating temporary packing list /usr/local/bin/cmake -S/construction/x11-wm/awesome/awesome-4.3 -B/construction/x11-wm/awesome/.build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /construction/x11-wm/awesome/.build/CMakeFiles /construction/x11-wm/awesome/.build//CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all /usr/bin/make -f CMakeFiles/lgi-check.dir/build.make CMakeFiles/lgi-check.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/lgi-check.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/lgi-check.dir/build.make CMakeFiles/lgi-check.dir/build [ 2%] Built target lgi-check /usr/bin/make -f CMakeFiles/lgi-check-run.dir/build.make CMakeFiles/lgi-check-run.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/lgi-check-run.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/lgi-check-run.dir/build.make CMakeFiles/lgi-check-run.dir/build [ 3%] Checking for LGI... ./lgi-check Building for Lua 5.2. Found lgi 0.9.2. [ 3%] Built target lgi-check-run /usr/bin/make -f CMakeFiles/setup_directories.dir/build.make CMakeFiles/setup_directories.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/setup_directories.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/setup_directories.dir/build.make CMakeFiles/setup_directories.dir/build /usr/local/bin/cmake -E make_directory /construction/x11-wm/awesome/.build/script_files/ /usr/local/bin/cmake -E make_directory /construction/x11-wm/awesome/.build/docs/common/ /usr/local/bin/cmake -E make_directory /construction/x11-wm/awesome/.build/doc/images/ /usr/local/bin/cmake -E copy /construction/x11-wm/awesome/awesome-4.3/docs/_parser.lua /construction/x11-wm/awesome/.build/docs/ [ 3%] Built target setup_directories /usr/bin/make -f CMakeFiles/generate_awesomerc.dir/build.make CMakeFiles/generate_awesomerc.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/generate_awesomerc.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/generate_awesomerc.dir/build.make CMakeFiles/generate_awesomerc.dir/build [ 7%] Built target generate_awesomerc /usr/bin/make -f CMakeFiles/generated_sources.dir/build.make CMakeFiles/generated_sources.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/generated_sources.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/generated_sources.dir/build.make CMakeFiles/generated_sources.dir/build [ 9%] Built target generated_sources /usr/bin/make -f CMakeFiles/awesome.dir/build.make CMakeFiles/awesome.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/awesome.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/awesome.dir/build.make CMakeFiles/awesome.dir/build [ 50%] Built target awesome /usr/bin/make -f CMakeFiles/test-gravity.dir/build.make CMakeFiles/test-gravity.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/test-gravity.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/test-gravity.dir/build.make CMakeFiles/test-gravity.dir/build [ 52%] Built target test-gravity /usr/bin/make -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/man.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/build [ 87%] Built target man /usr/bin/make -f CMakeFiles/generated_icons.dir/build.make CMakeFiles/generated_icons.dir/depend cd /construction/x11-wm/awesome/.build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/awesome-4.3 /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build /construction/x11-wm/awesome/.build/CMakeFiles/generated_icons.dir/DependInfo.cmake /usr/bin/make -f CMakeFiles/generated_icons.dir/build.make CMakeFiles/generated_icons.dir/build [100%] Built target generated_icons /usr/local/bin/cmake -E cmake_progress_start /construction/x11-wm/awesome/.build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall /usr/bin/make -f CMakeFiles/awesome.dir/build.make CMakeFiles/awesome.dir/preinstall Linking C executable CMakeFiles/CMakeRelink.dir/awesome /usr/local/bin/cmake -E cmake_link_script CMakeFiles/awesome.dir/relink.txt --verbose=1 /usr/bin/cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing CMakeFiles/awesome.dir/awesome.c.o CMakeFiles/awesome.dir/banning.c.o CMakeFiles/awesome.dir/color.c.o CMakeFiles/awesome.dir/dbus.c.o CMakeFiles/awesome.dir/draw.c.o CMakeFiles/awesome.dir/event.c.o CMakeFiles/awesome.dir/ewmh.c.o CMakeFiles/awesome.dir/keygrabber.c.o CMakeFiles/awesome.dir/luaa.c.o CMakeFiles/awesome.dir/mouse.c.o CMakeFiles/awesome.dir/mousegrabber.c.o CMakeFiles/awesome.dir/property.c.o CMakeFiles/awesome.dir/root.c.o CMakeFiles/awesome.dir/selection.c.o CMakeFiles/awesome.dir/spawn.c.o CMakeFiles/awesome.dir/stack.c.o CMakeFiles/awesome.dir/strut.c.o CMakeFiles/awesome.dir/systray.c.o CMakeFiles/awesome.dir/xwindow.c.o CMakeFiles/awesome.dir/xkb.c.o CMakeFiles/awesome.dir/xrdb.c.o CMakeFiles/awesome.dir/common/atoms.c.o CMakeFiles/awesome.dir/common/backtrace.c.o CMakeFiles/awesome.dir/common/buffer.c.o CMakeFiles/awesome.dir/common/luaclass.c.o CMakeFiles/awesome.dir/common/lualib.c.o CMakeFiles/awesome.dir/common/luaobject.c.o CMakeFiles/awesome.dir/common/util.c.o CMakeFiles/awesome.dir/common/version.c.o CMakeFiles/awesome.dir/common/xcursor.c.o CMakeFiles/awesome.dir/common/xembed.c.o CMakeFiles/awesome.dir/common/xutil.c.o CMakeFiles/awesome.dir/objects/button.c.o CMakeFiles/awesome.dir/objects/client.c.o CMakeFiles/awesome.dir/objects/drawable.c.o CMakeFiles/awesome.dir/objects/drawin.c.o CMakeFiles/awesome.dir/objects/key.c.o CMakeFiles/awesome.dir/objects/screen.c.o CMakeFiles/awesome.dir/objects/tag.c.o CMakeFiles/awesome.dir/objects/window.c.o -o CMakeFiles/CMakeRelink.dir/awesome -Wl,-z,origin,-rpath,/usr/local/lib -L/usr/local/lib -lxcb -L/usr/local/lib -lxcb -L/usr/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lX11 -lxcb-cursor -lxcb-randr -lxcb-xtest -lxcb-xinerama -lxcb-shape -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -lcairo -lpthread -lxcb-render -lstartup-notification-1 -lxdg-basedir -lxcb-xrm -lxcb -lexecinfo -lm /usr/local/lib/liblua-5.2.so -lm -L/usr/local/lib -ldbus-1 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lX11 -lxcb-cursor -lxcb-randr -lxcb-xtest -lxcb-xinerama -lxcb-shape -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-xkb -lxkbcommon-x11 -lxkbcommon -lcairo -lpthread -lxcb-render -lstartup-notification-1 -lxdg-basedir -lxcb-xrm -lexecinfo -lm /usr/local/lib/liblua-5.2.so -lm -ldbus-1 Installing the project stripped... /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /construction/x11-wm/awesome/stage/usr/local/bin/awesome -- Installing: /construction/x11-wm/awesome/stage/usr/local/bin/awesome-client -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/client -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/client/focus.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/client/shape.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/client/urgent.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/autofocus.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/button.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/client.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys/firefox.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys/qutebrowser.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys/termite.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys/tmux.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/keys/vim.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/hotkeys_popup/widget.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/completion.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/dbus.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/ewmh.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/corner.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/fair.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/floating.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/magnifier.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/max.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/spiral.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/suit/tile.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/layout/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/key.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/keygrabber.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/mouse -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/mouse/drag_to_tag.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/mouse/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/mouse/resize.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/mouse/snap.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/menu.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/button.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/calendar_popup.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/clienticon.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/common.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/graph.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/keyboardlayout.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/launcher.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/layoutbox.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/layoutlist.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/only_on_screen.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/progressbar.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/prompt.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/taglist.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/tasklist.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/textclock.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/widget/watch.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/placement.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/popup.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/prompt.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/remote.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/rules.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/screen.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/spawn.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/startup_notification.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/tag.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/titlebar.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/tooltip.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/util.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/wibar.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/awful/wibox.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/beautiful -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/beautiful/gtk.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/beautiful/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/beautiful/theme_assets.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/beautiful/xresources.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/beautiful.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/object -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/object/properties.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/cache.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/color.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/debug.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/filesystem.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/geometry.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/math.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/matrix.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/object.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/sort -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/sort/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/sort/topological.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/protected_call.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/shape.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/string.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/surface.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/table.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/timer.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/gears/wallpaper.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/menubar -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/menubar/icon_theme.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/menubar/index_theme.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/menubar/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/menubar/menu_gen.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/menubar/utils.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/naughty -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/naughty/core.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/naughty/dbus.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/naughty/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/naughty.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/arcchart.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/background.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/constraint.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/margin.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/mirror.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/place.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/radialprogressbar.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/rotate.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/container/scroll.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/stack.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/align.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/constraint.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/fixed.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/flex.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/grid.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/manual.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/margin.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/mirror.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/ratio.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/rotate.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/layout/scroll.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/drawable.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/hierarchy.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/background.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/base.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/calendar.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/checkbox.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/graph.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/imagebox.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/init.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/piechart.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/progressbar.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/separator.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/slider.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/systray.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/textbox.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/lib/wibox/widget/textclock.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/etc/xdg/awesome/rc.lua -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/man -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/man/man1 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/man1/awesome.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/man1/awesome-client.1.gz -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/man/man5 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/man5/awesomerc.5.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/it -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/it/man1 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/it/man1/awesome.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/it/man1/awesome-client.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/it/man5 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/it/man5/awesomerc.5.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/es -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/es/man1 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/es/man1/awesome-client.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/es/man1/awesome.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/es/man5 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/es/man5/awesomerc.5.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/fr -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/fr/man1 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/fr/man1/awesome.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/fr/man1/awesome-client.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/fr/man5 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/fr/man5/awesomerc.5.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/de -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/de/man1 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/de/man1/awesome.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/de/man1/awesome-client.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/de/man5 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/de/man5/awesomerc.5.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/ru -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/ru/man1 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/ru/man1/awesome-client.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/ru/man1/awesome.1.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/ru/man5 -- Installing: /construction/x11-wm/awesome/stage/usr/local/man/ru/man5/awesomerc.5.gz -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/icons -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/icons/awesome32.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/icons/awesome16.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/icons/awesome48.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/icons/awesome64.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/xresources -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/awesome-icon.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/fairh.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornersw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/max.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/fairv.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/floating.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornerse.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/fullscreen.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tileleft.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tiletop.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornernw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tilebottom.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornerne.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/spiral.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/dwindle.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tile.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/magnifier.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/sticky_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/maximized_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/close_focus.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/ontop_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/floating_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/zenburn-background.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/taglist -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/taglist/squarefz.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/taglist/squarez.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/background.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/background_white.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornersw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornerse.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/spiral.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tilebottomw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairvw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/maxw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tile.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornernww.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tilebottom.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tileleft.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/magnifierw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornersww.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornernew.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/dwindlew.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/floating.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tileleftw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairv.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornerne.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tilew.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/spiralw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tiletop.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornersew.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/magnifier.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fullscreen.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/max.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/floatingw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fullscreenw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tiletopw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/dwindle.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairhw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornernw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairh.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/taglist -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/taglist/squarew.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/taglist/squarefw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/submenu.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/close_normal.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/close_focus.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/minimize_focus.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/minimize_normal.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_focus_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/README -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/gtk -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/awesome-icon.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/dwindle.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/fairh.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/fullscreen.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/max.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/floating.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornersw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tileleft.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornerse.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tiletop.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornernw.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/magnifier.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tilebottom.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornerne.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/fairv.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tile.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/spiral.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/sky-background.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_normal_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_normal_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_normal_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_normal_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_focus_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/floating_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_focus_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/close_normal.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/close_focus.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/sticky_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_normal_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_normal_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_focus_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/ontop_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/minimize_normal.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/minimize_focus.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_normal_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_normal_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/titlebar/maximized_focus_inactive.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/taglist -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/taglist/squarew.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/taglist/squarefw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/submenu.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/spiral.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairv.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairhw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairh.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/maxw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/dwindlew.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/dwindle.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/max.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornersww.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tilew.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornersw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/magnifierw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tiletopw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornersew.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornerse.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tiletop.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tileleftw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/magnifier.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tileleft.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fullscreenw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tilebottomw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fullscreen.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tilebottom.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornernww.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/floatingw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornernw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/floating.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/fairvw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornernew.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/tile.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/cornerne.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/layouts/spiralw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/background_white.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/background.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/default/theme.lua -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/gtk -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/gtk/theme.lua -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/awesome-icon.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/sky-background.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tiletop.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tileleft.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tilebottom.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/tile.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/spiral.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/max.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/magnifier.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/fullscreen.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/floating.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/fairv.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/fairh.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/dwindle.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornersw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornerse.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornernw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/layouts/cornerne.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/sky/theme.lua -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/xresources -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/xresources/assets.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/xresources/theme.lua -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornernw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornerne.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tiletop.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tileleft.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tilebottom.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/tile.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/spiral.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/max.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/magnifier.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/fullscreen.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/floating.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/fairv.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/fairh.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/dwindle.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornersw.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/layouts/cornerse.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/taglist -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/taglist/squarez.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/taglist/squarefz.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/awesome-icon.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/zenburn-background.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/sticky_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/ontop_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/maximized_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/floating_focus_active.png -- Up-to-date: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/close_focus.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/sticky_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/maximized_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/ontop_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/floating_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/floating_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/floating_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/ontop_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/close_normal.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/sticky_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/ontop_normal_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/sticky_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/maximized_normal_active.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/titlebar/maximized_focus_inactive.png -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/awesome/themes/zenburn/theme.lua -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/doc/awesome/00-authors.md -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/doc/awesome/01-readme.md -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/doc/awesome/02-contributing.md -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/doc/awesome/LICENSE -- Installing: /construction/x11-wm/awesome/stage/usr/local/share/xsessions/awesome.desktop ====> 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:04 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for awesome-4.3_1,1 file sizes/checksums [288]: 0% file sizes/checksums [288]: 34% file sizes/checksums [288]: 69% file sizes/checksums [288]: 100% packing files [288]: 0% packing files [288]: 34% packing files [288]: 69% packing files [288]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:03 TOTAL TIME 00:02:09