------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-XML-Parser-2.44.txz Installing /packages/All/intltool-0.51.0_1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libtextstyle-0.20.2.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gettext-tools-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/libid3tag-0.15.1b_2.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/imlib2-1.6.1,2.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.28.1.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.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.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.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/fribidi-0.19.7.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/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_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/gtk2-2.24.32.txz Installing /packages/All/xmlcatmgr-2.2_2.txz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports ===== Message from xmlcatmgr-2.2_2: -- The following catalogs are installed: 1) /usr/local/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) /usr/local/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under /usr/local/share/sgml. It is changed by ports/packages. 3) /usr/local/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) /usr/local/share/xml/catalog.ports This catalog is for handling XML stuff installed under /usr/local/share/xml. It is changed by ports/packages. Installing /packages/All/libglade2-2.6.4_10.txz SUCCEEDED 00:00:45 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wbar-2.3.4_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wbar-2.3.4_3 for building => SHA256 Checksum OK for wbar-2.3.4.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wbar-2.3.4_3 for building ===> Extracting for wbar-2.3.4_3 => SHA256 Checksum OK for wbar-2.3.4.tgz. Extracted Memory Use: 1.00M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wbar-2.3.4_3 ===> Applying ports patches for wbar-2.3.4_3 ===> Cleanly applied ports patch(es) patch-configure patch-etc__Makefile.in patch-src__Makefile.in patch-src_config_Functions.cc patch-src_config_Run.cc patch-src_core_Main.cc SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on executable: intltool-update - found ===> wbar-2.3.4_3 depends on executable: msgfmt - found ===> wbar-2.3.4_3 depends on package: gmake>=4.3 - found ===> wbar-2.3.4_3 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on shared library: libImlib2.so - found (/usr/local/lib/libImlib2.so) ===> wbar-2.3.4_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> wbar-2.3.4_3 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> wbar-2.3.4_3 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> wbar-2.3.4_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> wbar-2.3.4_3 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> wbar-2.3.4_3 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so) ===> wbar-2.3.4_3 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> wbar-2.3.4_3 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wbar-2.3.4_3 depends on executable: intltool-update - found ===> wbar-2.3.4_3 depends on executable: msgfmt - found ===> wbar-2.3.4_3 depends on package: gmake>=4.3 - found ===> wbar-2.3.4_3 depends on package: pkgconf>=1.3.0_1 - found ===> wbar-2.3.4_3 depends on shared library: libImlib2.so - found (/usr/local/lib/libImlib2.so) ===> wbar-2.3.4_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> wbar-2.3.4_3 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> wbar-2.3.4_3 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> wbar-2.3.4_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> wbar-2.3.4_3 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> wbar-2.3.4_3 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so) ===> wbar-2.3.4_3 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> wbar-2.3.4_3 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for wbar-2.3.4_3 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for style of include used by gmake... GNU checking dependency style of c++... gcc3 checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking whether NLS is requested... yes checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/local/bin/perl checking for perl >= 5.8.1... 5.30.2 checking for XML::Parser... ok checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking pkg-config is at least version 0.9.0... yes checking for modules... yes checking for gui_modules... yes checking for pidof... /bin/pgrep configure: creating ./config.status config.status: creating Makefile config.status: creating share/Makefile config.status: creating etc/Makefile config.status: creating etc/wbar.cfg config.status: creating etc/wbar.desktop.in config.status: creating pixmaps/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating doc/man/Makefile config.status: creating doc/man/es/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands ======================================= Execute make update-po es: ............ done. 110 translated messages. de: ............ done. 108 translated messages, 2 untranslated messages. fi: ............ done. 33 translated messages, 2 fuzzy translations, 75 untranslated messages. ======================================= SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wbar-2.3.4_3 gmake[1]: Entering directory '/construction/x11/wbar/wbar-2.3.4' gmake all-recursive gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4' Making all in src gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/src' c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-Bar.o -MD -MP -MF .deps/wbar-Bar.Tpo -c -o wbar-Bar.o `test -f '../src/core/Bar.cc' || echo './'`../src/core/Bar.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-Icon.o -MD -MP -MF .deps/wbar-Icon.Tpo -c -o wbar-Icon.o `test -f '../src/core/Icon.cc' || echo './'`../src/core/Icon.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-Main.o -MD -MP -MF .deps/wbar-Main.Tpo -c -o wbar-Main.o `test -f '../src/core/Main.cc' || echo './'`../src/core/Main.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-SuperBar.o -MD -MP -MF .deps/wbar-SuperBar.Tpo -c -o wbar-SuperBar.o `test -f '../src/core/SuperBar.cc' || echo './'`../src/core/SuperBar.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-SuperIcon.o -MD -MP -MF .deps/wbar-SuperIcon.Tpo -c -o wbar-SuperIcon.o `test -f '../src/core/SuperIcon.cc' || echo './'`../src/core/SuperIcon.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-XWin.o -MD -MP -MF .deps/wbar-XWin.Tpo -c -o wbar-XWin.o `test -f '../src/core/XWin.cc' || echo './'`../src/core/XWin.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-App.o -MD -MP -MF .deps/wbar-App.Tpo -c -o wbar-App.o `test -f '../src/utils/App.cc' || echo './'`../src/utils/App.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-Config.o -MD -MP -MF .deps/wbar-Config.Tpo -c -o wbar-Config.o `test -f '../src/utils/Config.cc' || echo './'`../src/utils/Config.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-Utils.o -MD -MP -MF .deps/wbar-Utils.Tpo -c -o wbar-Utils.o `test -f '../src/utils/Utils.cc' || echo './'`../src/utils/Utils.cc c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -MT wbar-OptParser.o -MD -MP -MF .deps/wbar-OptParser.Tpo -c -o wbar-OptParser.o `test -f '../src/utils/OptParser.cc' || echo './'`../src/utils/OptParser.cc mv -f .deps/wbar-OptParser.Tpo .deps/wbar-OptParser.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-Run.o -MD -MP -MF .deps/wbar_config-Run.Tpo -c -o wbar_config-Run.o `test -f '../src/config/Run.cc' || echo './'`../src/config/Run.cc mv -f .deps/wbar-SuperIcon.Tpo .deps/wbar-SuperIcon.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-Functions.o -MD -MP -MF .deps/wbar_config-Functions.Tpo -c -o wbar_config-Functions.o `test -f '../src/config/Functions.cc' || echo './'`../src/config/Functions.cc mv -f .deps/wbar-Icon.Tpo .deps/wbar-Icon.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-MainConfig.o -MD -MP -MF .deps/wbar_config-MainConfig.Tpo -c -o wbar_config-MainConfig.o `test -f '../src/config/MainConfig.cc' || echo './'`../src/config/MainConfig.cc mv -f .deps/wbar-XWin.Tpo .deps/wbar-XWin.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-App.o -MD -MP -MF .deps/wbar_config-App.Tpo -c -o wbar_config-App.o `test -f '../src/utils/App.cc' || echo './'`../src/utils/App.cc mv -f .deps/wbar-SuperBar.Tpo .deps/wbar-SuperBar.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-Config.o -MD -MP -MF .deps/wbar_config-Config.Tpo -c -o wbar_config-Config.o `test -f '../src/utils/Config.cc' || echo './'`../src/utils/Config.cc mv -f .deps/wbar-App.Tpo .deps/wbar-App.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-Utils.o -MD -MP -MF .deps/wbar_config-Utils.Tpo -c -o wbar_config-Utils.o `test -f '../src/utils/Utils.cc' || echo './'`../src/utils/Utils.cc mv -f .deps/wbar-Config.Tpo .deps/wbar-Config.Po c++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -Wall -Wunused -I../src/utils -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -MT wbar_config-OptParser.o -MD -MP -MF .deps/wbar_config-OptParser.Tpo -c -o wbar_config-OptParser.o `test -f '../src/utils/OptParser.cc' || echo './'`../src/utils/OptParser.cc mv -f .deps/wbar-Bar.Tpo .deps/wbar-Bar.Po mv -f .deps/wbar-Utils.Tpo .deps/wbar-Utils.Po mv -f .deps/wbar_config-App.Tpo .deps/wbar_config-App.Po In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:89, from ../src/config/Functions.h:4, from ../src/config/Functions.cc:1: /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:59:8: warning: unnecessary parentheses in declaration of '__gtk_reserved1' [-Wparentheses] void (*__gtk_reserved1); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:60:8: warning: unnecessary parentheses in declaration of '__gtk_reserved2' [-Wparentheses] void (*__gtk_reserved2); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:61:8: warning: unnecessary parentheses in declaration of '__gtk_reserved3' [-Wparentheses] void (*__gtk_reserved3); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:62:8: warning: unnecessary parentheses in declaration of '__gtk_reserved4' [-Wparentheses] void (*__gtk_reserved4); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:63:8: warning: unnecessary parentheses in declaration of '__gtk_reserved5' [-Wparentheses] void (*__gtk_reserved5); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:64:8: warning: unnecessary parentheses in declaration of '__gtk_reserved6' [-Wparentheses] void (*__gtk_reserved6); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:65:8: warning: unnecessary parentheses in declaration of '__gtk_reserved7' [-Wparentheses] void (*__gtk_reserved7); ^ In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:173, from ../src/config/Functions.h:4, from ../src/config/Functions.cc:1: /usr/local/include/gtk-2.0/gtk/gtkstatusicon.h:76:8: warning: unnecessary parentheses in declaration of '__gtk_reserved1' [-Wparentheses] void (*__gtk_reserved1); ^ /usr/local/include/gtk-2.0/gtk/gtkstatusicon.h:77:8: warning: unnecessary parentheses in declaration of '__gtk_reserved2' [-Wparentheses] void (*__gtk_reserved2); ^ mv -f .deps/wbar_config-OptParser.Tpo .deps/wbar_config-OptParser.Po mv -f .deps/wbar-Main.Tpo .deps/wbar-Main.Po c++ -I/usr/local/include -D_THREAD_SAFE -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -o wbar wbar-Bar.o wbar-Icon.o wbar-Main.o wbar-SuperBar.o wbar-SuperIcon.o wbar-XWin.o wbar-App.o wbar-Config.o wbar-Utils.o wbar-OptParser.o -L/usr/local/lib -lImlib2 -lX11 -lintl mv -f .deps/wbar_config-Config.Tpo .deps/wbar_config-Config.Po In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:89, from ../src/config/MainConfig.cc:6: /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:59:8: warning: unnecessary parentheses in declaration of '__gtk_reserved1' [-Wparentheses] void (*__gtk_reserved1); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:60:8: warning: unnecessary parentheses in declaration of '__gtk_reserved2' [-Wparentheses] void (*__gtk_reserved2); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:61:8: warning: unnecessary parentheses in declaration of '__gtk_reserved3' [-Wparentheses] void (*__gtk_reserved3); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:62:8: warning: unnecessary parentheses in declaration of '__gtk_reserved4' [-Wparentheses] void (*__gtk_reserved4); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:63:8: warning: unnecessary parentheses in declaration of '__gtk_reserved5' [-Wparentheses] void (*__gtk_reserved5); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:64:8: warning: unnecessary parentheses in declaration of '__gtk_reserved6' [-Wparentheses] void (*__gtk_reserved6); ^ /usr/local/include/gtk-2.0/gtk/gtkfilechooserbutton.h:65:8: warning: unnecessary parentheses in declaration of '__gtk_reserved7' [-Wparentheses] void (*__gtk_reserved7); ^ In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:173, from ../src/config/MainConfig.cc:6: /usr/local/include/gtk-2.0/gtk/gtkstatusicon.h:76:8: warning: unnecessary parentheses in declaration of '__gtk_reserved1' [-Wparentheses] void (*__gtk_reserved1); ^ /usr/local/include/gtk-2.0/gtk/gtkstatusicon.h:77:8: warning: unnecessary parentheses in declaration of '__gtk_reserved2' [-Wparentheses] void (*__gtk_reserved2); ^ mv -f .deps/wbar_config-Run.Tpo .deps/wbar_config-Run.Po mv -f .deps/wbar_config-MainConfig.Tpo .deps/wbar_config-MainConfig.Po mv -f .deps/wbar_config-Utils.Tpo .deps/wbar_config-Utils.Po mv -f .deps/wbar_config-Functions.Tpo .deps/wbar_config-Functions.Po c++ -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libglade-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -o wbar-config wbar_config-Run.o wbar_config-Functions.o wbar_config-MainConfig.o wbar_config-App.o wbar_config-Config.o wbar_config-Utils.o wbar_config-OptParser.o -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lxml2 -lintl gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/src' Making all in po gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/po' file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/po' Making all in pixmaps gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/pixmaps' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/pixmaps' Making all in etc gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/etc' LC_ALL=C /usr/local/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po wbar.desktop.in wbar.desktop Generating and caching the translation database Merging translations into wbar.desktop. gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/etc' Making all in share gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/share' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/share' Making all in doc gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc' Making all in man gmake[4]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man' Making all in es gmake[5]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man/es' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man/es' gmake[5]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[4]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[4]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4' gmake[1]: Leaving directory '/construction/x11/wbar/wbar-2.3.4' SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wbar-2.3.4_3 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/x11/wbar/wbar-2.3.4' Making install in src gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4/src' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/src' test -z "/usr/local/bin" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/bin" install -s -m 555 wbar wbar-config '/construction/x11/wbar/stage/usr/local/bin' gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/src' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/src' Making install in po gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4/po' linguas="es de fi "; \ for lang in $linguas; do \ dir=/construction/x11/wbar/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ /bin/sh /construction/x11/wbar/wbar-2.3.4/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/wbar.mo; \ echo "installing $lang.gmo as $dir/wbar.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/wbar.mo; \ echo "installing ./$lang.gmo as" \ "$dir/wbar.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/wbar.mo.m; \ echo "installing $lang.gmo.m as $dir/wbar.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/wbar.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/wbar.mo.m"; \ else \ true; \ fi; \ fi; \ done installing es.gmo as /construction/x11/wbar/stage/usr/local/share/locale/es/LC_MESSAGES/wbar.mo installing de.gmo as /construction/x11/wbar/stage/usr/local/share/locale/de/LC_MESSAGES/wbar.mo installing fi.gmo as /construction/x11/wbar/stage/usr/local/share/locale/fi/LC_MESSAGES/wbar.mo gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/po' Making install in pixmaps gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4/pixmaps' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/pixmaps' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/pixmaps/wbar" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/share/pixmaps/wbar" install -m 0644 dock.png wbar.png '/construction/x11/wbar/stage/usr/local/share/pixmaps/wbar' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/pixmaps' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/pixmaps' Making install in etc gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4/etc' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/etc' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/etc/wbar.d" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/etc/wbar.d" install -m 0644 wbar.desktop '/construction/x11/wbar/stage/usr/local/etc/wbar.d' test -z "/usr/local/etc/bash_completion.d" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/etc/bash_completion.d" install -m 0644 wbar '/construction/x11/wbar/stage/usr/local/etc/bash_completion.d' test -z "/usr/local/etc/wbar.d" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/etc/wbar.d" install -m 0644 wbar.cfg '/construction/x11/wbar/stage/usr/local/etc/wbar.d' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/etc' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/etc' Making install in share gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4/share' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/share' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/wbar/glade" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/share/wbar/glade" install -m 0644 wbar.glade '/construction/x11/wbar/stage/usr/local/share/wbar/glade' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/share' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/share' Making install in doc gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc' Making install in man gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man' Making install in es gmake[4]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man/es' gmake[5]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man/es' gmake[5]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/man/es/man1" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/man/es/man1" install -m 0644 wbar.1 wbar-config.1 '/construction/x11/wbar/stage/usr/local/man/es/man1' gmake[5]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man/es' gmake[4]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man/es' gmake[4]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[5]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[5]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/man/man1" || /bin/mkdir -p "/construction/x11/wbar/stage/usr/local/man/man1" install -m 0644 wbar.1 wbar-config.1 '/construction/x11/wbar/stage/usr/local/man/man1' gmake[5]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[4]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc/man' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[4]: Entering directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4/doc' gmake[2]: Entering directory '/construction/x11/wbar/wbar-2.3.4' gmake[3]: Entering directory '/construction/x11/wbar/wbar-2.3.4' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/x11/wbar/wbar-2.3.4' gmake[2]: Leaving directory '/construction/x11/wbar/wbar-2.3.4' gmake[1]: Leaving directory '/construction/x11/wbar/wbar-2.3.4' /bin/mv /construction/x11/wbar/stage/usr/local/etc/wbar.d/wbar.desktop /construction/x11/wbar/stage/usr/local/share/applications/wbar.desktop ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wbar is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/wbar-config is linked to /usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a dependency Warning: you need USE_GNOME+=cairo Error: /usr/local/bin/wbar-config is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency Warning: you need USE_GNOME+=gdkpixbuf2 Error: /usr/local/bin/wbar-config is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/bin/wbar-config is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wbar-2.3.4_3 file sizes/checksums [15]: 0% file sizes/checksums [15]: 100% packing files [15]: 0% packing files [15]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:01:01