------------------------------------------------------------------------------- -- 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/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/intltool-0.51.0_1.txz Installing /packages/All/pkgconf-1.6.3,1.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/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/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/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 SUCCEEDED 00:01:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The gmtk port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gmtk-1.0.9_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The gmtk 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 ===> gmtk-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gmtk-1.0.9_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The gmtk 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 ===> gmtk-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gmtk-1.0.9_1 for building => SHA256 Checksum OK for gmtk-1.0.9.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The gmtk 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 ===> gmtk-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gmtk-1.0.9_1 for building ===> Extracting for gmtk-1.0.9_1 => SHA256 Checksum OK for gmtk-1.0.9.tar.gz. Extracted Memory Use: 1.96M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gmtk-1.0.9_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> gmtk-1.0.9_1 depends on package: p5-XML-Parser>0 - found ===> gmtk-1.0.9_1 depends on executable: msgfmt - found ===> gmtk-1.0.9_1 depends on package: gmake>=4.3 - found ===> gmtk-1.0.9_1 depends on file: /usr/local/bin/intltool-extract - found ===> gmtk-1.0.9_1 depends on package: pkgconf>=1.3.0_1 - found ===> gmtk-1.0.9_1 depends on package: perl5>=5.30.r1<5.31 - found ===> gmtk-1.0.9_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> gmtk-1.0.9_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gmtk-1.0.9_1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> gmtk-1.0.9_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> gmtk-1.0.9_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gmtk-1.0.9_1 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> gmtk-1.0.9_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> gmtk-1.0.9_1 depends on package: p5-XML-Parser>0 - found ===> gmtk-1.0.9_1 depends on executable: msgfmt - found ===> gmtk-1.0.9_1 depends on package: gmake>=4.3 - found ===> gmtk-1.0.9_1 depends on file: /usr/local/bin/intltool-extract - found ===> gmtk-1.0.9_1 depends on package: pkgconf>=1.3.0_1 - found ===> gmtk-1.0.9_1 depends on package: perl5>=5.30.r1<5.31 - found ===> gmtk-1.0.9_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> gmtk-1.0.9_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gmtk-1.0.9_1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> gmtk-1.0.9_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> gmtk-1.0.9_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gmtk-1.0.9_1 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> gmtk-1.0.9_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for gmtk-1.0.9_1 configure: loading site script /xports/Templates/config.site checking whether gmake supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /construction/multimedia/gmtk/gmtk-1.0.9/missing: Unknown '--is-lightweight' option Try '/construction/multimedia/gmtk/gmtk-1.0.9/missing --help' for more information configure: WARNING: 'missing' script is too old or missing 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 whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU 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 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... 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 bg ca cs da de el en_GB es et eu fi fo fr fy gl he hr hu id it ja ko lt nl pl pt pt_BR ro ru si sr sr@latin sv th tr ug uk vi zh_CN zh_HK zh_TW checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found 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... (cached) /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for gmsgfmt... (cached) /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 WIN32... no checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-portbld-dragonfly5.9 file names to x86_64-portbld-dragonfly5.9 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.9 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for X11... yes checking for floor in -lm... yes checking for GTK... yes configure: Using GTK2 checking for GLIB... yes checking for GTK2_12... yes checking for GTK2_14... yes checking for GTK2_18... yes checking for GTK2_20... yes checking for GTK2_22... yes checking for GTK2_24... yes checking for GLIB2_14... yes checking for GLIB2_18... yes checking for GLIB2_24... yes checking for GLIB2_26... yes configure: Determining backend checking for GCONF... no checking for GLIB2_26... yes configure: Using GSettings backend checking pkg-config is at least version 0.16... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gmtk.spec config.status: creating src/gmtk.pc config.status: creating src/gmlib.pc config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing po/stamp-it commands SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gmtk-1.0.9_1 gmake[1]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake all-recursive gmake[2]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' Making all in src gmake[3]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9/src' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_common.lo -MD -MP -MF .deps/libgmlib_la-gm_common.Tpo -c -o libgmlib_la-gm_common.lo `test -f 'gm_common.c' || echo './'`gm_common.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_audio.lo -MD -MP -MF .deps/libgmlib_la-gm_audio.Tpo -c -o libgmlib_la-gm_audio.lo `test -f 'gm_audio.c' || echo './'`gm_audio.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_file.lo -MD -MP -MF .deps/libgmlib_la-gm_file.Tpo -c -o libgmlib_la-gm_file.lo `test -f 'gm_file.c' || echo './'`gm_file.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_log.lo -MD -MP -MF .deps/libgmlib_la-gm_log.Tpo -c -o libgmlib_la-gm_log.lo `test -f 'gm_log.c' || echo './'`gm_log.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_parse.lo -MD -MP -MF .deps/libgmlib_la-gm_parse.Tpo -c -o libgmlib_la-gm_parse.lo `test -f 'gm_parse.c' || echo './'`gm_parse.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_pref_store.lo -MD -MP -MF .deps/libgmlib_la-gm_pref_store.Tpo -c -o libgmlib_la-gm_pref_store.lo `test -f 'gm_pref_store.c' || echo './'`gm_pref_store.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_strfuncs.lo -MD -MP -MF .deps/libgmlib_la-gm_strfuncs.Tpo -c -o libgmlib_la-gm_strfuncs.lo `test -f 'gm_strfuncs.c' || echo './'`gm_strfuncs.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_common.lo -MD -MP -MF .deps/libgmtk_la-gmtk_common.Tpo -c -o libgmtk_la-gmtk_common.lo `test -f 'gmtk_common.c' || echo './'`gmtk_common.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_audio_meter.lo -MD -MP -MF .deps/libgmtk_la-gmtk_audio_meter.Tpo -c -o libgmtk_la-gmtk_audio_meter.lo `test -f 'gmtk_audio_meter.c' || echo './'`gmtk_audio_meter.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_media_player.lo -MD -MP -MF .deps/libgmtk_la-gmtk_media_player.Tpo -c -o libgmtk_la-gmtk_media_player.lo `test -f 'gmtk_media_player.c' || echo './'`gmtk_media_player.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_strfuncs.lo -MD -MP -MF .deps/libgmlib_la-gm_strfuncs.Tpo -c gm_strfuncs.c -fPIC -DPIC -o .libs/libgmlib_la-gm_strfuncs.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_audio.lo -MD -MP -MF .deps/libgmlib_la-gm_audio.Tpo -c gm_audio.c -fPIC -DPIC -o .libs/libgmlib_la-gm_audio.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_pref_store.lo -MD -MP -MF .deps/libgmlib_la-gm_pref_store.Tpo -c gm_pref_store.c -fPIC -DPIC -o .libs/libgmlib_la-gm_pref_store.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_log.lo -MD -MP -MF .deps/libgmlib_la-gm_log.Tpo -c gm_log.c -fPIC -DPIC -o .libs/libgmlib_la-gm_log.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_audio_meter.lo -MD -MP -MF .deps/libgmtk_la-gmtk_audio_meter.Tpo -c gmtk_audio_meter.c -fPIC -DPIC -o .libs/libgmtk_la-gmtk_audio_meter.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_parse.lo -MD -MP -MF .deps/libgmlib_la-gm_parse.Tpo -c gm_parse.c -fPIC -DPIC -o .libs/libgmlib_la-gm_parse.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_common.lo -MD -MP -MF .deps/libgmtk_la-gmtk_common.Tpo -c gmtk_common.c -fPIC -DPIC -o .libs/libgmtk_la-gmtk_common.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_common.lo -MD -MP -MF .deps/libgmlib_la-gm_common.Tpo -c gm_common.c -fPIC -DPIC -o .libs/libgmlib_la-gm_common.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_media_player.lo -MD -MP -MF .deps/libgmtk_la-gmtk_media_player.Tpo -c gmtk_media_player.c -fPIC -DPIC -o .libs/libgmtk_la-gmtk_media_player.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_strfuncs.lo -MD -MP -MF .deps/libgmlib_la-gm_strfuncs.Tpo -c gm_strfuncs.c -o libgmlib_la-gm_strfuncs.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_file.lo -MD -MP -MF .deps/libgmlib_la-gm_file.Tpo -c gm_file.c -fPIC -DPIC -o .libs/libgmlib_la-gm_file.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_common.lo -MD -MP -MF .deps/libgmlib_la-gm_common.Tpo -c gm_common.c -o libgmlib_la-gm_common.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_audio.lo -MD -MP -MF .deps/libgmlib_la-gm_audio.Tpo -c gm_audio.c -o libgmlib_la-gm_audio.o >/dev/null 2>&1 gm_log.c: In function 'threadid': gm_log.c:136:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&ptr2strmutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from gm_log.h:24, from gm_log.c:24: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gm_log.c:138:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&ptr2strmutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from gm_log.h:24, from gm_log.c:24: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gm_log.c: In function 'gm_log_name_this_thread': gm_log.c:150:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&ptr2strmutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from gm_log.h:24, from gm_log.c:24: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gm_log.c:152:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&ptr2strmutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from gm_log.h:24, from gm_log.c:24: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gm_parse.c: In function 'gm_parse_asx_is_asx': gm_parse.c:182:21: warning: implicit declaration of function 'gm_log'; did you mean 'g_log'? [-Wimplicit-function-declaration] gm_log(FALSE, G_LOG_LEVEL_DEBUG, "line = %s", line); ^~~~~~ g_log libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_file.lo -MD -MP -MF .deps/libgmlib_la-gm_file.Tpo -c gm_file.c -o libgmlib_la-gm_file.o >/dev/null 2>&1 mv -f .deps/libgmlib_la-gm_common.Tpo .deps/libgmlib_la-gm_common.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_parse.lo -MD -MP -MF .deps/libgmlib_la-gm_parse.Tpo -c gm_parse.c -o libgmlib_la-gm_parse.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_media_tracker.lo -MD -MP -MF .deps/libgmtk_la-gmtk_media_tracker.Tpo -c -o libgmtk_la-gmtk_media_tracker.lo `test -f 'gmtk_media_tracker.c' || echo './'`gmtk_media_tracker.c mv -f .deps/libgmlib_la-gm_strfuncs.Tpo .deps/libgmlib_la-gm_strfuncs.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_output_combo_box.lo -MD -MP -MF .deps/libgmtk_la-gmtk_output_combo_box.Tpo -c -o libgmtk_la-gmtk_output_combo_box.lo `test -f 'gmtk_output_combo_box.c' || echo './'`gmtk_output_combo_box.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_log.lo -MD -MP -MF .deps/libgmlib_la-gm_log.Tpo -c gm_log.c -o libgmlib_la-gm_log.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -MT libgmlib_la-gm_pref_store.lo -MD -MP -MF .deps/libgmlib_la-gm_pref_store.Tpo -c gm_pref_store.c -o libgmlib_la-gm_pref_store.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_common.lo -MD -MP -MF .deps/libgmtk_la-gmtk_common.Tpo -c gmtk_common.c -o libgmtk_la-gmtk_common.o >/dev/null 2>&1 mv -f .deps/libgmlib_la-gm_audio.Tpo .deps/libgmlib_la-gm_audio.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_output_combo_box.lo -MD -MP -MF .deps/libgmtk_la-gmtk_output_combo_box.Tpo -c gmtk_output_combo_box.c -fPIC -DPIC -o .libs/libgmtk_la-gmtk_output_combo_box.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_media_tracker.lo -MD -MP -MF .deps/libgmtk_la-gmtk_media_tracker.Tpo -c gmtk_media_tracker.c -fPIC -DPIC -o .libs/libgmtk_la-gmtk_media_tracker.o mv -f .deps/libgmlib_la-gm_file.Tpo .deps/libgmlib_la-gm_file.Plo mv -f .deps/libgmlib_la-gm_parse.Tpo .deps/libgmlib_la-gm_parse.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_audio_meter.lo -MD -MP -MF .deps/libgmtk_la-gmtk_audio_meter.Tpo -c gmtk_audio_meter.c -o libgmtk_la-gmtk_audio_meter.o >/dev/null 2>&1 mv -f .deps/libgmlib_la-gm_log.Tpo .deps/libgmlib_la-gm_log.Plo mv -f .deps/libgmlib_la-gm_pref_store.Tpo .deps/libgmlib_la-gm_pref_store.Plo /bin/sh ../libtool --tag=CC --mode=link cc -fPIC -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DGLIB2_26_ENABLED -pipe -O2 -fno-strict-aliasing -version-number 1:0:9 -no-undefined -L/usr/local/lib -o libgmlib.la -rpath /usr/local/lib libgmlib_la-gm_common.lo libgmlib_la-gm_audio.lo libgmlib_la-gm_file.lo libgmlib_la-gm_log.lo libgmlib_la-gm_parse.lo libgmlib_la-gm_pref_store.lo libgmlib_la-gm_strfuncs.lo -lm -L/usr/local/lib -lglib-2.0 -lintl -lm gmtk_media_player.c: In function 'gmtk_media_player_init': gmtk_media_player.c:446:5: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations] player->mplayer_complete_cond = g_cond_new(); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from gmtk_media_player.h:28, from gmtk_media_player.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:281:17: note: declared here GCond * g_cond_new (void); ^~~~~~~~~~ gmtk_media_player.c:447:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] player->thread_running = g_mutex_new(); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from gmtk_media_player.h:28, from gmtk_media_player.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ gmtk_media_player.c:498:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] player->player_lock = g_mutex_new(); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from gmtk_media_player.h:28, from gmtk_media_player.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ gmtk_media_player.c: In function 'gmtk_media_player_set_state': gmtk_media_player.c:1074:13: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] player->mplayer_thread = g_thread_create(launch_mplayer, player, TRUE, NULL); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:23, from /usr/local/include/glib-2.0/gio/gioenums.h:28, from /usr/local/include/glib-2.0/gio/giotypes.h:28, from /usr/local/include/glib-2.0/gio/gio.h:26, from /usr/local/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/local/include/gtk-2.0/gdk/gdk.h:32, from /usr/local/include/gtk-2.0/gtk/gtk.h:32, from gmtk_media_player.h:28, from gmtk_media_player.c:25: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ libtool: link: cc -shared -fPIC -DPIC .libs/libgmlib_la-gm_common.o .libs/libgmlib_la-gm_audio.o .libs/libgmlib_la-gm_file.o .libs/libgmlib_la-gm_log.o .libs/libgmlib_la-gm_parse.o .libs/libgmlib_la-gm_pref_store.o .libs/libgmlib_la-gm_strfuncs.o -L/usr/local/lib -lglib-2.0 -lintl -lm -O2 -Wl,-soname -Wl,libgmlib.so.1 -o .libs/libgmlib.so.1.0.9 libtool: link: (cd ".libs" && rm -f "libgmlib.so.1" && ln -s "libgmlib.so.1.0.9" "libgmlib.so.1") libtool: link: (cd ".libs" && rm -f "libgmlib.so" && ln -s "libgmlib.so.1.0.9" "libgmlib.so") libtool: link: ar cru .libs/libgmlib.a libgmlib_la-gm_common.o libgmlib_la-gm_audio.o libgmlib_la-gm_file.o libgmlib_la-gm_log.o libgmlib_la-gm_parse.o libgmlib_la-gm_pref_store.o libgmlib_la-gm_strfuncs.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgmlib.a libtool: link: ( cd ".libs" && rm -f "libgmlib.la" && ln -s "../libgmlib.la" "libgmlib.la" ) mv -f .deps/libgmtk_la-gmtk_common.Tpo .deps/libgmtk_la-gmtk_common.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_output_combo_box.lo -MD -MP -MF .deps/libgmtk_la-gmtk_output_combo_box.Tpo -c gmtk_output_combo_box.c -o libgmtk_la-gmtk_output_combo_box.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_media_tracker.lo -MD -MP -MF .deps/libgmtk_la-gmtk_media_tracker.Tpo -c gmtk_media_tracker.c -o libgmtk_la-gmtk_media_tracker.o >/dev/null 2>&1 mv -f .deps/libgmtk_la-gmtk_audio_meter.Tpo .deps/libgmtk_la-gmtk_audio_meter.Plo mv -f .deps/libgmtk_la-gmtk_output_combo_box.Tpo .deps/libgmtk_la-gmtk_output_combo_box.Plo mv -f .deps/libgmtk_la-gmtk_media_tracker.Tpo .deps/libgmtk_la-gmtk_media_tracker.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_SRC_DIR=\".\" -DPACKAGE_DATA_DIR=\"/usr/local/share\" -I/usr/local/include -fPIC -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 -pipe -O2 -fno-strict-aliasing -MT libgmtk_la-gmtk_media_player.lo -MD -MP -MF .deps/libgmtk_la-gmtk_media_player.Tpo -c gmtk_media_player.c -o libgmtk_la-gmtk_media_player.o >/dev/null 2>&1 mv -f .deps/libgmtk_la-gmtk_media_player.Tpo .deps/libgmtk_la-gmtk_media_player.Plo /bin/sh ../libtool --tag=CC --mode=link cc -fPIC -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 -pipe -O2 -fno-strict-aliasing -L.libs -version-number 1:0:9 -no-undefined -L/usr/local/lib -o libgmtk.la -rpath /usr/local/lib libgmtk_la-gmtk_common.lo libgmtk_la-gmtk_audio_meter.lo libgmtk_la-gmtk_media_player.lo libgmtk_la-gmtk_media_tracker.lo libgmtk_la-gmtk_output_combo_box.lo libgmlib.la -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 -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 -lintl -lm libtool: link: cc -shared -fPIC -DPIC .libs/libgmtk_la-gmtk_common.o .libs/libgmtk_la-gmtk_audio_meter.o .libs/libgmtk_la-gmtk_media_player.o .libs/libgmtk_la-gmtk_media_tracker.o .libs/libgmtk_la-gmtk_output_combo_box.o -Wl,-rpath -Wl,/construction/multimedia/gmtk/gmtk-1.0.9/src/.libs -Wl,-rpath -Wl,/usr/local/lib -L.libs -L/usr/local/lib ./.libs/libgmlib.so -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 -lfontconfig -lfreetype -lgthread-2.0 -lglib-2.0 -lintl -lm -pthread -O2 -pthread -pthread -Wl,-soname -Wl,libgmtk.so.1 -o .libs/libgmtk.so.1.0.9 libtool: link: (cd ".libs" && rm -f "libgmtk.so.1" && ln -s "libgmtk.so.1.0.9" "libgmtk.so.1") libtool: link: (cd ".libs" && rm -f "libgmtk.so" && ln -s "libgmtk.so.1.0.9" "libgmtk.so") libtool: link: ar cru .libs/libgmtk.a libgmtk_la-gmtk_common.o libgmtk_la-gmtk_audio_meter.o libgmtk_la-gmtk_media_player.o libgmtk_la-gmtk_media_tracker.o libgmtk_la-gmtk_output_combo_box.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgmtk.a libtool: link: ( cd ".libs" && rm -f "libgmtk.la" && ln -s "../libgmtk.la" "libgmtk.la" ) gmake[3]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9/src' Making all in po gmake[3]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9/po' file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ar.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file bg.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 en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file et.po file=`echo eu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file eu.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fo | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fo.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo fy | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fy.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file gl.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file he.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.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 ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ko.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo si | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file si.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr.po file=`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sr@latin.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ug | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ug.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file uk.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file vi.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/multimedia/gmtk/gmtk-1.0.9/po' gmake[3]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[3]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[2]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[1]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> gmtk-1.0.9_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gmtk-1.0.9_1 ===> gmtk-1.0.9_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' if test -z 'strip'; then \ gmake INSTALL_PROGRAM="/bin/sh /construction/multimedia/gmtk/gmtk-1.0.9/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/multimedia/gmtk/gmtk-1.0.9/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ gmake INSTALL_PROGRAM="/bin/sh /construction/multimedia/gmtk/gmtk-1.0.9/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/multimedia/gmtk/gmtk-1.0.9/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ fi gmake[2]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' Making install in src gmake[3]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9/src' gmake[4]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9/src' /bin/mkdir -p '/construction/multimedia/gmtk/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s libgmlib.la libgmtk.la '/construction/multimedia/gmtk/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libgmlib.so.1.0.9 /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.so.1.0.9 libtool: install: strip --strip-unneeded /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.so.1.0.9 libtool: install: (cd /construction/multimedia/gmtk/stage/usr/local/lib && { ln -s -f libgmlib.so.1.0.9 libgmlib.so.1 || { rm -f libgmlib.so.1 && ln -s libgmlib.so.1.0.9 libgmlib.so.1; }; }) libtool: install: (cd /construction/multimedia/gmtk/stage/usr/local/lib && { ln -s -f libgmlib.so.1.0.9 libgmlib.so || { rm -f libgmlib.so && ln -s libgmlib.so.1.0.9 libgmlib.so; }; }) libtool: install: /usr/bin/install -c .libs/libgmlib.lai /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.la libtool: install: warning: relinking `libgmtk.la' libtool: install: (cd /construction/multimedia/gmtk/gmtk-1.0.9/src; /bin/sh /construction/multimedia/gmtk/gmtk-1.0.9/libtool --tag CC --mode=relink cc -fPIC -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 -pipe -O2 -fno-strict-aliasing -L.libs -version-number 1:0:9 -no-undefined -L/usr/local/lib -o libgmtk.la -rpath /usr/local/lib libgmtk_la-gmtk_common.lo libgmtk_la-gmtk_audio_meter.lo libgmtk_la-gmtk_media_player.lo libgmtk_la-gmtk_media_tracker.lo libgmtk_la-gmtk_output_combo_box.lo libgmlib.la -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 -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 -lintl -lm -inst-prefix-dir /construction/multimedia/gmtk/stage) libtool: relink: cc -shared -fPIC -DPIC .libs/libgmtk_la-gmtk_common.o .libs/libgmtk_la-gmtk_audio_meter.o .libs/libgmtk_la-gmtk_media_player.o .libs/libgmtk_la-gmtk_media_tracker.o .libs/libgmtk_la-gmtk_output_combo_box.o -Wl,-rpath -Wl,/usr/local/lib -L.libs -L/usr/local/lib ./.libs/libgmlib.so -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 -lfontconfig -lfreetype -lgthread-2.0 -lglib-2.0 -lintl -lm -pthread -O2 -pthread -pthread -Wl,-soname -Wl,libgmtk.so.1 -o .libs/libgmtk.so.1.0.9 libtool: install: /usr/bin/install -c .libs/libgmtk.so.1.0.9T /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.so.1.0.9 libtool: install: strip --strip-unneeded /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.so.1.0.9 libtool: install: (cd /construction/multimedia/gmtk/stage/usr/local/lib && { ln -s -f libgmtk.so.1.0.9 libgmtk.so.1 || { rm -f libgmtk.so.1 && ln -s libgmtk.so.1.0.9 libgmtk.so.1; }; }) libtool: install: (cd /construction/multimedia/gmtk/stage/usr/local/lib && { ln -s -f libgmtk.so.1.0.9 libgmtk.so || { rm -f libgmtk.so && ln -s libgmtk.so.1.0.9 libgmtk.so; }; }) libtool: install: /usr/bin/install -c .libs/libgmtk.lai /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.la libtool: install: /usr/bin/install -c .libs/libgmlib.a /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.a libtool: install: strip --strip-debug /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.a libtool: install: chmod 644 /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.a libtool: install: ranlib /construction/multimedia/gmtk/stage/usr/local/lib/libgmlib.a libtool: install: /usr/bin/install -c .libs/libgmtk.a /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.a libtool: install: strip --strip-debug /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.a libtool: install: chmod 644 /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.a libtool: install: ranlib /construction/multimedia/gmtk/stage/usr/local/lib/libgmtk.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' /bin/mkdir -p '/construction/multimedia/gmtk/stage/usr/local/include/gmtk' install -m 0644 gmlib.h gm_common.h gm_audio.h gm_file.h gm_log.h gm_parse.h gm_pref_store.h gm_strfuncs.h gmtk.h gmtk_audio_meter.h gmtk_media_player.h gmtk_media_tracker.h gmtk_output_combo_box.h gmtk_common.h '/construction/multimedia/gmtk/stage/usr/local/include/gmtk' /bin/mkdir -p '/construction/multimedia/gmtk/stage/usr/local/libdata/pkgconfig' install -m 0644 gmtk.pc gmlib.pc '/construction/multimedia/gmtk/stage/usr/local/libdata/pkgconfig' gmake[4]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9/src' gmake[3]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9/src' Making install in po gmake[3]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9/po' linguas="ar bg ca cs da de el en_GB es et eu fi fo fr fy gl he hr hu id it ja ko lt nl pl pt pt_BR ro ru si sr sr@latin sv th tr ug uk vi zh_CN zh_HK zh_TW "; \ for lang in $linguas; do \ dir=/construction/multimedia/gmtk/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ /bin/sh /construction/multimedia/gmtk/gmtk-1.0.9/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/gmtk.mo; \ echo "installing $lang.gmo as $dir/gmtk.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/gmtk.mo; \ echo "installing ./$lang.gmo as" \ "$dir/gmtk.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/gmtk.mo.m; \ echo "installing $lang.gmo.m as $dir/gmtk.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/gmtk.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/gmtk.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ar.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ar/LC_MESSAGES/gmtk.mo installing bg.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/bg/LC_MESSAGES/gmtk.mo installing ca.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ca/LC_MESSAGES/gmtk.mo installing cs.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/cs/LC_MESSAGES/gmtk.mo installing da.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/da/LC_MESSAGES/gmtk.mo installing de.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/de/LC_MESSAGES/gmtk.mo installing el.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/el/LC_MESSAGES/gmtk.mo installing en_GB.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/en_GB/LC_MESSAGES/gmtk.mo installing es.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/es/LC_MESSAGES/gmtk.mo installing et.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/et/LC_MESSAGES/gmtk.mo installing eu.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/eu/LC_MESSAGES/gmtk.mo installing fi.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/fi/LC_MESSAGES/gmtk.mo installing fo.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/fo/LC_MESSAGES/gmtk.mo installing fr.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/fr/LC_MESSAGES/gmtk.mo installing fy.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/fy/LC_MESSAGES/gmtk.mo installing gl.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/gl/LC_MESSAGES/gmtk.mo installing he.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/he/LC_MESSAGES/gmtk.mo installing hr.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/hr/LC_MESSAGES/gmtk.mo installing hu.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/hu/LC_MESSAGES/gmtk.mo installing id.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/id/LC_MESSAGES/gmtk.mo installing it.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/it/LC_MESSAGES/gmtk.mo installing ja.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ja/LC_MESSAGES/gmtk.mo installing ko.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ko/LC_MESSAGES/gmtk.mo installing lt.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/lt/LC_MESSAGES/gmtk.mo installing nl.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/nl/LC_MESSAGES/gmtk.mo installing pl.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/pl/LC_MESSAGES/gmtk.mo installing pt.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/pt/LC_MESSAGES/gmtk.mo installing pt_BR.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/gmtk.mo installing ro.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ro/LC_MESSAGES/gmtk.mo installing ru.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ru/LC_MESSAGES/gmtk.mo installing si.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/si/LC_MESSAGES/gmtk.mo installing sr.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/sr/LC_MESSAGES/gmtk.mo installing sr@latin.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/sr@latin/LC_MESSAGES/gmtk.mo installing sv.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/sv/LC_MESSAGES/gmtk.mo installing th.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/th/LC_MESSAGES/gmtk.mo installing tr.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/tr/LC_MESSAGES/gmtk.mo installing ug.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/ug/LC_MESSAGES/gmtk.mo installing uk.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/uk/LC_MESSAGES/gmtk.mo installing vi.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/vi/LC_MESSAGES/gmtk.mo installing zh_CN.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/gmtk.mo installing zh_HK.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/zh_HK/LC_MESSAGES/gmtk.mo installing zh_TW.gmo as /construction/multimedia/gmtk/stage/usr/local/share/locale/zh_TW/LC_MESSAGES/gmtk.mo gmake[3]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9/po' gmake[3]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[4]: Entering directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/multimedia/gmtk/stage/usr/local/share/doc/gmtk' install -m 0644 README AUTHORS ChangeLog NEWS '/construction/multimedia/gmtk/stage/usr/local/share/doc/gmtk' gmake[4]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[3]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[2]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' gmake[1]: Leaving directory '/construction/multimedia/gmtk/gmtk-1.0.9' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libgmlib.so.1.0.9 is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/libgmlib.so.1.0.9 is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/libgmtk.so.1.0.9 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/lib/libgmtk.so.1.0.9 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/lib/libgmtk.so.1.0.9 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/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXi.so.6 from x11/libXi but it is not declared as a dependency Warning: you need USE_XORG+=xi Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libEGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=egl Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libffi.so.6 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-dri2.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-dri3.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-xfixes.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-present.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-sync.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxshmfence.so.1 from x11/libxshmfence but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxshmfence.so:x11/libxshmfence Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libgbm.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gbm Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libwayland-server.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-server.so:graphics/wayland Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libdrm.so.2 from graphics/libdrm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdrm.so:graphics/libdrm Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libglapi.so.0 from graphics/mesa-libs but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libglapi.so:graphics/mesa-libs Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libxcb-glx.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libXxf86vm.so.1 from x11/libXxf86vm but it is not declared as a dependency Warning: you need USE_XORG+=xxf86vm Error: /usr/local/lib/libgmtk.so.1.0.9 is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gmtk-1.0.9_1 file sizes/checksums [70]: 0% file sizes/checksums [70]: 100% packing files [70]: 0% packing files [70]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:23