------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- 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/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/pkgconf-1.6.3,1.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/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/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-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/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/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/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.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/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/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-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/rdesktop-1.8.6.txz SUCCEEDED 00:00:52 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tsclient-0.150_11 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tsclient-0.150_11 for building => SHA256 Checksum OK for tsclient-0.150.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tsclient-0.150_11 for building ===> Extracting for tsclient-0.150_11 => SHA256 Checksum OK for tsclient-0.150.tar.gz. Extracted Memory Use: 1.57M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tsclient-0.150_11 ===> Applying ports patches for tsclient-0.150_11 ===> Cleanly applied ports patch(es) patch-src_support.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on executable: msgfmt - found ===> tsclient-0.150_11 depends on package: gmake>=4.3 - found ===> tsclient-0.150_11 depends on file: /usr/local/bin/intltool-extract - found ===> tsclient-0.150_11 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tsclient-0.150_11 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> tsclient-0.150_11 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> tsclient-0.150_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tsclient-0.150_11 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> tsclient-0.150_11 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on executable: msgfmt - found ===> tsclient-0.150_11 depends on package: gmake>=4.3 - found ===> tsclient-0.150_11 depends on file: /usr/local/bin/intltool-extract - found ===> tsclient-0.150_11 depends on package: pkgconf>=1.3.0_1 - found ===> tsclient-0.150_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tsclient-0.150_11 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> tsclient-0.150_11 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> tsclient-0.150_11 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> tsclient-0.150_11 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> tsclient-0.150_11 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for tsclient-0.150_11 Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeui-2.0', required by 'virtual:world', not found Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeui-2.0', required by 'virtual:world', not found 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 gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o 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 for intltool >= 0.35.0... 0.35.5 found checking for perl... /usr/local/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) 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 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 build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... ar ca cs da de el es fi fr gr he hu id it ja mk ms nl_NL nb pa pl_PL pt_BR pt_PT ru sv tr xh zh_CN zh_HK zh_TW checking if debug messages are enabled... no checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating applet/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands tsclient-0.150: prefix: /usr/local source location: . compiler: cc gnome support: no debug messages: no Good luck! SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tsclient-0.150_11 Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeui-2.0', required by 'virtual:world', not found Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeui-2.0', required by 'virtual:world', not found gmake[1]: Entering directory '/construction/net/tsclient/tsclient-0.150' gmake all-recursive gmake[2]: Entering directory '/construction/net/tsclient/tsclient-0.150' Making all in src gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150/src' if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT support.o -MD -MP -MF ".deps/support.Tpo" -c -o support.o support.c; \ then mv -f ".deps/support.Tpo" ".deps/support.Po"; else rm -f ".deps/support.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT connect.o -MD -MP -MF ".deps/connect.Tpo" -c -o connect.o connect.c; \ then mv -f ".deps/connect.Tpo" ".deps/connect.Po"; else rm -f ".deps/connect.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT rdpfile.o -MD -MP -MF ".deps/rdpfile.Tpo" -c -o rdpfile.o rdpfile.c; \ then mv -f ".deps/rdpfile.Tpo" ".deps/rdpfile.Po"; else rm -f ".deps/rdpfile.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT mrulist.o -MD -MP -MF ".deps/mrulist.Tpo" -c -o mrulist.o mrulist.c; \ then mv -f ".deps/mrulist.Tpo" ".deps/mrulist.Po"; else rm -f ".deps/mrulist.Tpo"; exit 1; fi support.c: In function 'tsc_connect_error_timeout': support.c:896:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] time = (gint)g_object_get_data((GObject*)label, "timeout"); ^ support.c:899:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_sprintf(txt, "reconnect in %d sec", (gpointer)time); ^ support.c:900:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_object_set_data((GObject*)label, "timeout", (gpointer)time-1); ^ connect.c: In function 'on_protocol_changed': connect.c:1500:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] tsc_set_protocol_widgets (main_win, (gint)user_data); ^ cc -pipe -O2 -fno-strict-aliasing -o tsclient main.o support.o connect.o rdpfile.o mrulist.o -L/usr/local/lib -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 -L/usr/local/lib gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150/src' Making all in applet gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150/applet' if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT applet.o -MD -MP -MF ".deps/applet.Tpo" -c -o applet.o applet.c; \ then mv -f ".deps/applet.Tpo" ".deps/applet.Po"; else rm -f ".deps/applet.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT support.o -MD -MP -MF ".deps/support.Tpo" -c -o support.o `test -f '../src/support.c' || echo './'`../src/support.c; \ then mv -f ".deps/support.Tpo" ".deps/support.Po"; else rm -f ".deps/support.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT rdpfile.o -MD -MP -MF ".deps/rdpfile.Tpo" -c -o rdpfile.o `test -f '../src/rdpfile.c' || echo './'`../src/rdpfile.c; \ then mv -f ".deps/rdpfile.Tpo" ".deps/rdpfile.Po"; else rm -f ".deps/rdpfile.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -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 -D_THREAD_SAFE -pthread -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT mrulist.o -MD -MP -MF ".deps/mrulist.Tpo" -c -o mrulist.o `test -f '../src/mrulist.c' || echo './'`../src/mrulist.c; \ then mv -f ".deps/mrulist.Tpo" ".deps/mrulist.Po"; else rm -f ".deps/mrulist.Tpo"; exit 1; fi sed -e "s|\@LIBEXECDIR\@|/usr/local/libexec|" -e "s|\@PIXMAPSDIR\@|/usr/local/share/pixmaps/tsclient|" GNOME_TSClientApplet.server.in.in > GNOME_TSClientApplet.server.in LC_ALL=C ../intltool-merge -o -u -c ../po/.intltool-merge-cache ../po GNOME_TSClientApplet.server.in GNOME_TSClientApplet.server Generating and caching the translation database NOTICE: ../po/ru.po is not in UTF-8 but KOI8-R, converting... NOTICE: ../po/ca.po is not in UTF-8 but ISO-8859-1, converting... NOTICE: ../po/nl_NL.po is not in UTF-8 but iso-8859-1, converting... NOTICE: ../po/pl_PL.po is not in UTF-8 but iso-8859-2, converting... NOTICE: ../po/id.po is not in UTF-8 but iso-8859-1, converting... ../src/support.c: In function 'tsc_connect_error_timeout': ../src/support.c:896:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] time = (gint)g_object_get_data((GObject*)label, "timeout"); ^ ../src/support.c:899:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_sprintf(txt, "reconnect in %d sec", (gpointer)time); ^ ../src/support.c:900:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_object_set_data((GObject*)label, "timeout", (gpointer)time-1); ^ Merging translations into GNOME_TSClientApplet.server. cc -pipe -O2 -fno-strict-aliasing -o tsclient-applet applet.o support.o rdpfile.o mrulist.o -L/usr/local/lib -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 -L/usr/local/lib gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150/applet' Making all in po gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150/po' file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ar.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file el.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo gr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file gr.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file he.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hu.po file=`echo id | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file id.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ja.po file=`echo mk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file mk.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ms.po file=`echo nl_NL | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl_NL.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nb.po file=`echo pa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pa.po file=`echo pl_PL | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl_PL.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo pt_PT | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_PT.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo xh | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file xh.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po file=`echo zh_HK | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_HK.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_TW.po gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150/po' gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150' LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po tsclient.desktop.in tsclient.desktop Found cached translation database Merging translations into tsclient.desktop. gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150' gmake[2]: Leaving directory '/construction/net/tsclient/tsclient-0.150' gmake[1]: Leaving directory '/construction/net/tsclient/tsclient-0.150' SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> tsclient-0.150_11 depends on executable: rdesktop - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tsclient-0.150_11 ===> tsclient-0.150_11 depends on executable: rdesktop - found ===> Generating temporary packing list Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeui-2.0', required by 'virtual:world', not found Package libgnomeui-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeui-2.0', required by 'virtual:world', not found gmake[1]: Entering directory '/construction/net/tsclient/tsclient-0.150' Making install in src gmake[2]: Entering directory '/construction/net/tsclient/tsclient-0.150/src' gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150/src' test -z "/usr/local/bin" || /bin/sh ../mkinstalldirs "/construction/net/tsclient/stage/usr/local/bin" install -s -m 555 'tsclient' '/construction/net/tsclient/stage/usr/local/bin/tsclient' gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150/src' gmake[2]: Leaving directory '/construction/net/tsclient/tsclient-0.150/src' Making install in applet gmake[2]: Entering directory '/construction/net/tsclient/tsclient-0.150/applet' gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150/applet' test -z "/usr/local/libexec" || /bin/sh ../mkinstalldirs "/construction/net/tsclient/stage/usr/local/libexec" install -s -m 555 'tsclient-applet' '/construction/net/tsclient/stage/usr/local/libexec/tsclient-applet' test -z "/usr/local/libdata/bonobo/servers" || /bin/sh ../mkinstalldirs "/construction/net/tsclient/stage/usr/local/libdata/bonobo/servers" mkdir -p -- /construction/net/tsclient/stage/usr/local/libdata/bonobo/servers install -m 0644 'GNOME_TSClientApplet.server' '/construction/net/tsclient/stage/usr/local/libdata/bonobo/servers/GNOME_TSClientApplet.server' gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150/applet' gmake[2]: Leaving directory '/construction/net/tsclient/tsclient-0.150/applet' Making install in po gmake[2]: Entering directory '/construction/net/tsclient/tsclient-0.150/po' /construction/net/tsclient/tsclient-0.150/install-sh -d /construction/net/tsclient/stage/usr/local/share/locale linguas="ar ca cs da de el es fi fr gr he hu id it ja mk ms nl_NL nb pa pl_PL pt_BR pt_PT ru sv tr xh zh_CN zh_HK zh_TW "; \ for lang in $linguas; do \ dir=/construction/net/tsclient/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ /construction/net/tsclient/tsclient-0.150/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/tsclient.mo; \ echo "installing $lang.gmo as $dir/tsclient.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/tsclient.mo; \ echo "installing ./$lang.gmo as" \ "$dir/tsclient.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/tsclient.mo.m; \ echo "installing $lang.gmo.m as $dir/tsclient.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/tsclient.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/tsclient.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ar.gmo as /construction/net/tsclient/stage/usr/local/share/locale/ar/LC_MESSAGES/tsclient.mo installing ca.gmo as /construction/net/tsclient/stage/usr/local/share/locale/ca/LC_MESSAGES/tsclient.mo installing cs.gmo as /construction/net/tsclient/stage/usr/local/share/locale/cs/LC_MESSAGES/tsclient.mo installing da.gmo as /construction/net/tsclient/stage/usr/local/share/locale/da/LC_MESSAGES/tsclient.mo installing de.gmo as /construction/net/tsclient/stage/usr/local/share/locale/de/LC_MESSAGES/tsclient.mo installing el.gmo as /construction/net/tsclient/stage/usr/local/share/locale/el/LC_MESSAGES/tsclient.mo installing es.gmo as /construction/net/tsclient/stage/usr/local/share/locale/es/LC_MESSAGES/tsclient.mo installing fi.gmo as /construction/net/tsclient/stage/usr/local/share/locale/fi/LC_MESSAGES/tsclient.mo installing fr.gmo as /construction/net/tsclient/stage/usr/local/share/locale/fr/LC_MESSAGES/tsclient.mo installing gr.gmo as /construction/net/tsclient/stage/usr/local/share/locale/gr/LC_MESSAGES/tsclient.mo installing he.gmo as /construction/net/tsclient/stage/usr/local/share/locale/he/LC_MESSAGES/tsclient.mo installing hu.gmo as /construction/net/tsclient/stage/usr/local/share/locale/hu/LC_MESSAGES/tsclient.mo installing id.gmo as /construction/net/tsclient/stage/usr/local/share/locale/id/LC_MESSAGES/tsclient.mo installing it.gmo as /construction/net/tsclient/stage/usr/local/share/locale/it/LC_MESSAGES/tsclient.mo installing ja.gmo as /construction/net/tsclient/stage/usr/local/share/locale/ja/LC_MESSAGES/tsclient.mo installing mk.gmo as /construction/net/tsclient/stage/usr/local/share/locale/mk/LC_MESSAGES/tsclient.mo installing ms.gmo as /construction/net/tsclient/stage/usr/local/share/locale/ms/LC_MESSAGES/tsclient.mo installing nl_NL.gmo as /construction/net/tsclient/stage/usr/local/share/locale/nl_NL/LC_MESSAGES/tsclient.mo installing nb.gmo as /construction/net/tsclient/stage/usr/local/share/locale/nb/LC_MESSAGES/tsclient.mo installing pa.gmo as /construction/net/tsclient/stage/usr/local/share/locale/pa/LC_MESSAGES/tsclient.mo installing pl_PL.gmo as /construction/net/tsclient/stage/usr/local/share/locale/pl_PL/LC_MESSAGES/tsclient.mo installing pt_BR.gmo as /construction/net/tsclient/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/tsclient.mo installing pt_PT.gmo as /construction/net/tsclient/stage/usr/local/share/locale/pt_PT/LC_MESSAGES/tsclient.mo installing ru.gmo as /construction/net/tsclient/stage/usr/local/share/locale/ru/LC_MESSAGES/tsclient.mo installing sv.gmo as /construction/net/tsclient/stage/usr/local/share/locale/sv/LC_MESSAGES/tsclient.mo installing tr.gmo as /construction/net/tsclient/stage/usr/local/share/locale/tr/LC_MESSAGES/tsclient.mo installing xh.gmo as /construction/net/tsclient/stage/usr/local/share/locale/xh/LC_MESSAGES/tsclient.mo installing zh_CN.gmo as /construction/net/tsclient/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/tsclient.mo installing zh_HK.gmo as /construction/net/tsclient/stage/usr/local/share/locale/zh_HK/LC_MESSAGES/tsclient.mo installing zh_TW.gmo as /construction/net/tsclient/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/tsclient.mo gmake[2]: Leaving directory '/construction/net/tsclient/tsclient-0.150/po' gmake[2]: Entering directory '/construction/net/tsclient/tsclient-0.150' gmake[3]: Entering directory '/construction/net/tsclient/tsclient-0.150' gmake[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/pixmaps" || /bin/sh ./mkinstalldirs "/construction/net/tsclient/stage/usr/local/share/pixmaps" install -m 0644 'tsclient.png' '/construction/net/tsclient/stage/usr/local/share/pixmaps/tsclient.png' test -z "/usr/local/share/application-registry" || /bin/sh ./mkinstalldirs "/construction/net/tsclient/stage/usr/local/share/application-registry" mkdir -p -- /construction/net/tsclient/stage/usr/local/share/application-registry install -m 0644 'tsclient.applications' '/construction/net/tsclient/stage/usr/local/share/application-registry/tsclient.applications' if test -d ./pixmaps; then \ /bin/sh ./mkinstalldirs /construction/net/tsclient/stage/usr/local/share/pixmaps/tsclient; \ for pixmap in ./pixmaps/*; do \ if test -f $pixmap; then \ install -m 0644 $pixmap /construction/net/tsclient/stage/usr/local/share/pixmaps/tsclient; \ fi \ done \ fi mkdir -p -- /construction/net/tsclient/stage/usr/local/share/pixmaps/tsclient test -z "/usr/local/share/applications" || /bin/sh ./mkinstalldirs "/construction/net/tsclient/stage/usr/local/share/applications" install -m 0644 'tsclient.desktop' '/construction/net/tsclient/stage/usr/local/share/applications/tsclient.desktop' gmake install-man1 gmake[4]: Entering directory '/construction/net/tsclient/tsclient-0.150' /bin/sh ./mkinstalldirs /construction/net/tsclient/stage/usr/local/man/man1 install -m 0644 ./tsclient.1 /construction/net/tsclient/stage/usr/local/man/man1/tsclient.1 gmake[4]: Leaving directory '/construction/net/tsclient/tsclient-0.150' test -z "/usr/local/share/mime-info" || /bin/sh ./mkinstalldirs "/construction/net/tsclient/stage/usr/local/share/mime-info" mkdir -p -- /construction/net/tsclient/stage/usr/local/share/mime-info install -m 0644 'tsclient.mime' '/construction/net/tsclient/stage/usr/local/share/mime-info/tsclient.mime' install -m 0644 'tsclient.keys' '/construction/net/tsclient/stage/usr/local/share/mime-info/tsclient.keys' gmake[3]: Leaving directory '/construction/net/tsclient/tsclient-0.150' gmake[2]: Leaving directory '/construction/net/tsclient/tsclient-0.150' gmake[1]: Leaving directory '/construction/net/tsclient/tsclient-0.150' /bin/mkdir -p /construction/net/tsclient/stage/usr/local/share/doc/tsclient install -m 0644 /construction/net/tsclient/tsclient-0.150/COPYING /construction/net/tsclient/stage/usr/local/share/doc/tsclient install -m 0644 /construction/net/tsclient/tsclient-0.150/NEWS /construction/net/tsclient/stage/usr/local/share/doc/tsclient install -m 0644 /construction/net/tsclient/tsclient-0.150/README /construction/net/tsclient/stage/usr/local/share/doc/tsclient ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/tsclient 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/tsclient 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/tsclient 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/tsclient 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:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for tsclient-0.150_11 file sizes/checksums [63]: 0% file sizes/checksums [63]: 100% packing files [63]: 0% packing files [63]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:05