------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/pcre-8.44.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/libxml2-2.9.10_1.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.2.20201017.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1h_1,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.66.2,1.txz No schema files found: doing nothing. Installing /packages/All/vala-0.48.10,1.txz Installing /packages/All/icu-67.1,1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/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/pixman-0.40.0_1.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/cairo-1.16.0_1,3.txz Installing /packages/All/gobject-introspection-1.66.1,1.txz Installing /packages/All/pygobject3-common-3.28.3_3.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-cairo-1.18.1_1,1.txz Installing /packages/All/py37-gobject3-3.28.3_3.txz Installing /packages/All/dee-1.2.7_17.txz ===== Message from dee-1.2.7_17: -- ===> NOTICE: The dee port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/libnghttp2-1.41.0.txz Installing /packages/All/ca_root_nss-3.58.txz ===== Message from ca_root_nss-3.58: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/curl-7.73.0.txz Installing /packages/All/yajl-2.1.0.txz Installing /packages/All/libgpg-error-1.39.txz Installing /packages/All/libgcrypt-1.8.7.txz Installing /packages/All/libxslt-1.1.34_1.txz Installing /packages/All/raptor2-2.0.15_14.txz Installing /packages/All/py37-six-1.15.0.txz Installing /packages/All/py37-webencodings-0.5.1.txz Installing /packages/All/py37-html5lib-1.0.1.txz Installing /packages/All/py37-isodate-0.6.0.txz Installing /packages/All/py37-pyparsing-2.4.7.txz Installing /packages/All/py37-certifi-2020.6.20.txz Installing /packages/All/py37-chardet-3.0.4_3.txz Installing /packages/All/py37-idna-2.10.txz Installing /packages/All/py37-pysocks-1.7.1.txz Installing /packages/All/py37-asn1crypto-1.3.0.txz Installing /packages/All/py37-pycparser-2.20.txz Installing /packages/All/py37-cffi-1.14.3.txz Installing /packages/All/py37-cryptography-2.6.1.txz Installing /packages/All/py37-openssl-19.0.0.txz Installing /packages/All/py37-urllib3-1.25.11,1.txz ===== Message from py37-urllib3-1.25.11,1: -- Since version 1.25 HTTPS connections are now verified by default which is done via "cert_reqs = 'CERT_REQUIRED'". While certificate verification can be disabled via "cert_reqs = 'CERT_NONE'", it's highly recommended to leave it on. Various consumers of net/py-urllib3 already have implemented routines that either explicitly enable or disable HTTPS certificate verification (e.g. via configuration settings, CLI arguments, etc.). Yet it may happen that there are still some consumers which don't explicitly enable/disable certificate verification for HTTPS connections which could then lead to errors (as is often the case with self-signed certificates). In case of an error one should try first to temporarily disable certificate verification of the problematic urllib3 consumer to see if that approach will remedy the issue. Installing /packages/All/py37-requests-2.22.0_2.txz Installing /packages/All/py37-rdflib-5.0.0.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/perl5-5.32.0.txz Installing /packages/All/p5-XML-Parser-2.44.txz Installing /packages/All/intltool-0.51.0_1.txz Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.20_3.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/json-glib-1.6.0.txz Installing /packages/All/atk-2.36.0.txz Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/liblz4-1.9.2_1,1.txz Installing /packages/All/zstd-1.4.5_1.txz Installing /packages/All/pciids-20200922.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libunwind-20200331_1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/mesa-libs-20.2.0_1.txz Installing /packages/All/libepoxy-1.5.4.txz Installing /packages/All/fribidi-1.0.10.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.2_1.txz Installing /packages/All/xkeyboard-config-2.31.txz Installing /packages/All/libxkbcommon-1.0.1.txz ===== Message from libxkbcommon-1.0.1: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.36.0.txz Installing /packages/All/at-spi2-atk-2.34.2.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.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.6.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/bash-5.0.18_3.txz Installing /packages/All/bash-completion-2.11,2.txz ===== Message from bash-completion-2.11,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. Installing /packages/All/p11-kit-0.23.21.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_3.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_3: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.15.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.3.3_1.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.5.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/shared-mime-info-2.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_5.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/gtk-update-icon-cache-3.24.20.txz Installing /packages/All/adwaita-icon-theme-3.38.0.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/libgsf-1.14.47_1.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/gtk3-3.24.23_1.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/sqlite3-3.33.0,1.txz Installing /packages/All/py37-xdg-0.26.txz Installing /packages/All/pydbus-common-1.2.16.txz Installing /packages/All/py37-dbus-1.2.16.txz SUCCEEDED 00:01:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zeitgeist-1.0.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zeitgeist-1.0.2 for building => SHA256 Checksum OK for zeitgeist-1.0.2.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zeitgeist-1.0.2 for building ===> Extracting for zeitgeist-1.0.2 ===> zeitgeist-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zeitgeist-1.0.2 for building => SHA256 Checksum OK for zeitgeist-1.0.2.tar.xz. Extracted Memory Use: 10.41M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for zeitgeist-1.0.2 ===> Applying ports patches for zeitgeist-1.0.2 from /xports/sysutils/zeitgeist/files SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on executable: valac - found ===> zeitgeist-1.0.2 depends on executable: dee-tool - found ===> zeitgeist-1.0.2 depends on executable: rapper - found ===> zeitgeist-1.0.2 depends on package: py37-rdflib>=4.1.1 - found ===> zeitgeist-1.0.2 depends on executable: msgfmt - found ===> zeitgeist-1.0.2 depends on package: gmake>=4.3 - found ===> zeitgeist-1.0.2 depends on file: /usr/local/bin/intltool-extract - found ===> zeitgeist-1.0.2 depends on executable: g-ir-scanner - found ===> zeitgeist-1.0.2 depends on package: pkgconf>=1.3.0_1 - found ===> zeitgeist-1.0.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on shared library: libdbus-1.so - found (/usr/local/lib/libdbus-1.so) ===> zeitgeist-1.0.2 depends on shared library: libjson-glib-1.0.so - found (/usr/local/lib/libjson-glib-1.0.so) ===> zeitgeist-1.0.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> zeitgeist-1.0.2 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> zeitgeist-1.0.2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> zeitgeist-1.0.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> zeitgeist-1.0.2 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> zeitgeist-1.0.2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> zeitgeist-1.0.2 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on executable: valac - found ===> zeitgeist-1.0.2 depends on executable: dee-tool - found ===> zeitgeist-1.0.2 depends on executable: rapper - found ===> zeitgeist-1.0.2 depends on package: py37-rdflib>=4.1.1 - found ===> zeitgeist-1.0.2 depends on executable: msgfmt - found ===> zeitgeist-1.0.2 depends on package: gmake>=4.3 - found ===> zeitgeist-1.0.2 depends on file: /usr/local/bin/intltool-extract - found ===> zeitgeist-1.0.2 depends on executable: g-ir-scanner - found ===> zeitgeist-1.0.2 depends on package: pkgconf>=1.3.0_1 - found ===> zeitgeist-1.0.2 depends on file: /usr/local/bin/python3.7 - found ===> zeitgeist-1.0.2 depends on shared library: libdbus-1.so - found (/usr/local/lib/libdbus-1.so) ===> zeitgeist-1.0.2 depends on shared library: libjson-glib-1.0.so - found (/usr/local/lib/libjson-glib-1.0.so) ===> zeitgeist-1.0.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> zeitgeist-1.0.2 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> zeitgeist-1.0.2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> zeitgeist-1.0.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> zeitgeist-1.0.2 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> zeitgeist-1.0.2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> zeitgeist-1.0.2 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so) ===> Configuring for zeitgeist-1.0.2 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... yes checking for python version... 3.7 checking for python platform... dragonfly5 checking for python script directory... ${prefix}/lib/python3.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.7/site-packages 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 whether cc understands -c and -o together... yes checking whether gmake supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether c++ understands -c and -o together... yes 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 grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp 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 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... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.21... yes checking for valac... /usr/local/bin/valac checking whether /usr/local/bin/valac is at least version 0.22.0... yes checking whether gmake supports nested variables... (cached) yes checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib checking for ZEITGEIST... yes checking for DEE_ICU... yes checking for ZEITGEIST_DATAHUB... yes checking for gobject-introspection... yes checking for python-rdflib... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libzeitgeist/Makefile config.status: creating libzeitgeist/zeitgeist-2.0.pc config.status: creating datahub/Makefile config.status: creating extensions/Makefile config.status: creating extensions/fts++/Makefile config.status: creating extensions/fts++/test/Makefile config.status: creating data/Makefile config.status: creating data/ontology/Makefile config.status: creating python/Makefile config.status: creating test/Makefile config.status: creating test/dbus/Makefile config.status: creating test/direct/Makefile config.status: creating test/c/Makefile config.status: creating test/data/Makefile config.status: creating examples/Makefile config.status: creating examples/c/Makefile config.status: creating examples/vala/Makefile config.status: creating doc/Makefile config.status: creating doc/libzeitgeist/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile zeitgeist-1.0.2 Build environment Install Prefix: /usr/local Optional dependencies fts++: no dee-icu: yes Other build options: DataHub: yes Telepathy provider: no Downloads monitor: no SQL debugging: no libzeitgeist docs: no GObject Introspection: yes SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for zeitgeist-1.0.2 gmake[2]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake all-recursive gmake[3]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' Making all in libzeitgeist gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg sqlite3 ../config.vapi -C --vapi zeitgeist-datamodel-2.0.vapi -H zeitgeist-datamodel.h --library zeitgeist-2.0 \ data-source.vala errors.vala mimetype.vala enumerations.vala event.vala subject.vala timerange.vala timestamp.vala ontology-uris.vala ontology.vala result-set.vala simple-result-set.vala utils.vala event.vala:250.24-250.56: warning: Access to possible `null'. Perform a check or use an unsafe cast. path = (info as DesktopAppInfo).filename; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ timestamp.vala:77.32-77.46: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:95.27-95.33: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:95.17-95.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:122.27-122.33: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:122.17-122.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:139.17-139.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:185.17-185.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:186.9-186.25: warning: `GLib.Date.set_time_val' has been deprecated since 2.62 errors.vala:39.5-39.43: warning: method `Zeitgeist.vala_bug_workaround' never used private static void vala_bug_workaround () ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ event.vala:299.5-299.47: warning: method `Zeitgeist.Event.optimize_variant_allocation' never used private Variant optimize_variant_allocation (Variant event_variant) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 11 warning(s) touch libzeitgeist_datamodel_2_0_la_vala.stamp /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg sqlite3 ../config.vapi -C ./zeitgeist-datamodel-2.0.vapi --vapi zeitgeist-internal.vapi -H zeitgeist-internal.h \ db-reader.vala sql.vala sql-schema.vala table-lookup.vala where-clause.vala sql.vala:456.13-457.55: warning: unhandled error `Zeitgeist.EngineError' Compilation succeeded - 1 warning(s) touch libzeitgeist_internal_la_vala.stamp /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg sqlite3 ../config.vapi -C ./zeitgeist-datamodel-2.0.vapi ./zeitgeist-internal.vapi --vapi zeitgeist-2.0.vapi -H zeitgeist.h --library zeitgeist-2.0 \ data-source-registry.vala index.vala log.vala monitor.vala queued-proxy-wrapper.vala remote.vala log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:66.26-66.42: warning: delegates with scope="async" must be owned public DbWorker (ThreadFunc func) ^^^^^^^^^^^^^^^^^ log.vala:66.26-66.42: warning: delegates with scope="async" must be owned public DbWorker (ThreadFunc func) ^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:66.26-66.42: warning: delegates with scope="async" must be owned public DbWorker (ThreadFunc func) ^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:291.13-291.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ log.vala:355.13-355.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ log.vala:409.13-409.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ log.vala:467.13-467.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ Compilation succeeded - 11 warning(s) touch libzeitgeist_2_0_la_vala.stamp gmake all-am gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT data-source-registry.lo -MD -MP -MF .deps/data-source-registry.Tpo -c -o data-source-registry.lo data-source-registry.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT index.lo -MD -MP -MF .deps/index.Tpo -c -o index.lo index.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT monitor.lo -MD -MP -MF .deps/monitor.Tpo -c -o monitor.lo monitor.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT queued-proxy-wrapper.lo -MD -MP -MF .deps/queued-proxy-wrapper.Tpo -c -o queued-proxy-wrapper.lo queued-proxy-wrapper.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT remote.lo -MD -MP -MF .deps/remote.Tpo -c -o remote.lo remote.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-data-source.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-data-source.Tpo -c -o libzeitgeist_datamodel_2_0_la-data-source.lo `test -f 'data-source.c' || echo './'`data-source.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-errors.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-errors.Tpo -c -o libzeitgeist_datamodel_2_0_la-errors.lo `test -f 'errors.c' || echo './'`errors.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-mimetype.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-mimetype.Tpo -c -o libzeitgeist_datamodel_2_0_la-mimetype.lo `test -f 'mimetype.c' || echo './'`mimetype.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-enumerations.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-enumerations.Tpo -c -o libzeitgeist_datamodel_2_0_la-enumerations.lo `test -f 'enumerations.c' || echo './'`enumerations.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o .libs/log.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-data-source.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-data-source.Tpo -c data-source.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-data-source.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT index.lo -MD -MP -MF .deps/index.Tpo -c index.c -fPIC -DPIC -o .libs/index.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT data-source-registry.lo -MD -MP -MF .deps/data-source-registry.Tpo -c data-source-registry.c -fPIC -DPIC -o .libs/data-source-registry.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-errors.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-errors.Tpo -c errors.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-errors.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT monitor.lo -MD -MP -MF .deps/monitor.Tpo -c monitor.c -fPIC -DPIC -o .libs/monitor.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT remote.lo -MD -MP -MF .deps/remote.Tpo -c remote.c -fPIC -DPIC -o .libs/remote.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-enumerations.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-enumerations.Tpo -c enumerations.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-enumerations.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-mimetype.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-mimetype.Tpo -c mimetype.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-mimetype.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT queued-proxy-wrapper.lo -MD -MP -MF .deps/queued-proxy-wrapper.Tpo -c queued-proxy-wrapper.c -fPIC -DPIC -o .libs/queued-proxy-wrapper.o mv -f .deps/libzeitgeist_datamodel_2_0_la-errors.Tpo .deps/libzeitgeist_datamodel_2_0_la-errors.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-event.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-event.Tpo -c -o libzeitgeist_datamodel_2_0_la-event.lo `test -f 'event.c' || echo './'`event.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-event.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-event.Tpo -c event.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-event.o mv -f .deps/libzeitgeist_datamodel_2_0_la-enumerations.Tpo .deps/libzeitgeist_datamodel_2_0_la-enumerations.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-subject.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-subject.Tpo -c -o libzeitgeist_datamodel_2_0_la-subject.lo `test -f 'subject.c' || echo './'`subject.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-subject.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-subject.Tpo -c subject.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-subject.o mv -f .deps/monitor.Tpo .deps/monitor.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-timerange.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-timerange.Tpo -c -o libzeitgeist_datamodel_2_0_la-timerange.lo `test -f 'timerange.c' || echo './'`timerange.c mv -f .deps/index.Tpo .deps/index.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-timestamp.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-timestamp.Tpo -c -o libzeitgeist_datamodel_2_0_la-timestamp.lo `test -f 'timestamp.c' || echo './'`timestamp.c mv -f .deps/libzeitgeist_datamodel_2_0_la-mimetype.Tpo .deps/libzeitgeist_datamodel_2_0_la-mimetype.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-ontology-uris.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-ontology-uris.Tpo -c -o libzeitgeist_datamodel_2_0_la-ontology-uris.lo `test -f 'ontology-uris.c' || echo './'`ontology-uris.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-timerange.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-timerange.Tpo -c timerange.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-timerange.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-timestamp.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-timestamp.Tpo -c timestamp.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-timestamp.o mv -f .deps/libzeitgeist_datamodel_2_0_la-data-source.Tpo .deps/libzeitgeist_datamodel_2_0_la-data-source.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-ontology.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-ontology.Tpo -c -o libzeitgeist_datamodel_2_0_la-ontology.lo `test -f 'ontology.c' || echo './'`ontology.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-ontology-uris.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-ontology-uris.Tpo -c ontology-uris.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-ontology-uris.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-ontology.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-ontology.Tpo -c ontology.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-ontology.o mv -f .deps/libzeitgeist_datamodel_2_0_la-ontology-uris.Tpo .deps/libzeitgeist_datamodel_2_0_la-ontology-uris.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-result-set.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-result-set.Tpo -c -o libzeitgeist_datamodel_2_0_la-result-set.lo `test -f 'result-set.c' || echo './'`result-set.c mv -f .deps/queued-proxy-wrapper.Tpo .deps/queued-proxy-wrapper.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-simple-result-set.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-simple-result-set.Tpo -c -o libzeitgeist_datamodel_2_0_la-simple-result-set.lo `test -f 'simple-result-set.c' || echo './'`simple-result-set.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-result-set.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-result-set.Tpo -c result-set.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-result-set.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-simple-result-set.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-simple-result-set.Tpo -c simple-result-set.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-simple-result-set.o mv -f .deps/libzeitgeist_datamodel_2_0_la-timestamp.Tpo .deps/libzeitgeist_datamodel_2_0_la-timestamp.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-utils.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-utils.Tpo -c -o libzeitgeist_datamodel_2_0_la-utils.lo `test -f 'utils.c' || echo './'`utils.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_datamodel_2_0_la-utils.lo -MD -MP -MF .deps/libzeitgeist_datamodel_2_0_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libzeitgeist_datamodel_2_0_la-utils.o mv -f .deps/libzeitgeist_datamodel_2_0_la-subject.Tpo .deps/libzeitgeist_datamodel_2_0_la-subject.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-db-reader.lo -MD -MP -MF .deps/libzeitgeist_internal_la-db-reader.Tpo -c -o libzeitgeist_internal_la-db-reader.lo `test -f 'db-reader.c' || echo './'`db-reader.c mv -f .deps/data-source-registry.Tpo .deps/data-source-registry.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-sql.lo -MD -MP -MF .deps/libzeitgeist_internal_la-sql.Tpo -c -o libzeitgeist_internal_la-sql.lo `test -f 'sql.c' || echo './'`sql.c mv -f .deps/libzeitgeist_datamodel_2_0_la-timerange.Tpo .deps/libzeitgeist_datamodel_2_0_la-timerange.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-sql-schema.lo -MD -MP -MF .deps/libzeitgeist_internal_la-sql-schema.Tpo -c -o libzeitgeist_internal_la-sql-schema.lo `test -f 'sql-schema.c' || echo './'`sql-schema.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-sql.lo -MD -MP -MF .deps/libzeitgeist_internal_la-sql.Tpo -c sql.c -fPIC -DPIC -o .libs/libzeitgeist_internal_la-sql.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-db-reader.lo -MD -MP -MF .deps/libzeitgeist_internal_la-db-reader.Tpo -c db-reader.c -fPIC -DPIC -o .libs/libzeitgeist_internal_la-db-reader.o mv -f .deps/libzeitgeist_datamodel_2_0_la-result-set.Tpo .deps/libzeitgeist_datamodel_2_0_la-result-set.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-table-lookup.lo -MD -MP -MF .deps/libzeitgeist_internal_la-table-lookup.Tpo -c -o libzeitgeist_internal_la-table-lookup.lo `test -f 'table-lookup.c' || echo './'`table-lookup.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-sql-schema.lo -MD -MP -MF .deps/libzeitgeist_internal_la-sql-schema.Tpo -c sql-schema.c -fPIC -DPIC -o .libs/libzeitgeist_internal_la-sql-schema.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-table-lookup.lo -MD -MP -MF .deps/libzeitgeist_internal_la-table-lookup.Tpo -c table-lookup.c -fPIC -DPIC -o .libs/libzeitgeist_internal_la-table-lookup.o mv -f .deps/libzeitgeist_datamodel_2_0_la-simple-result-set.Tpo .deps/libzeitgeist_datamodel_2_0_la-simple-result-set.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-where-clause.lo -MD -MP -MF .deps/libzeitgeist_internal_la-where-clause.Tpo -c -o libzeitgeist_internal_la-where-clause.lo `test -f 'where-clause.c' || echo './'`where-clause.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I . -w -I/usr/local/include -fPIC -pipe -O2 -fno-strict-aliasing -MT libzeitgeist_internal_la-where-clause.lo -MD -MP -MF .deps/libzeitgeist_internal_la-where-clause.Tpo -c where-clause.c -fPIC -DPIC -o .libs/libzeitgeist_internal_la-where-clause.o mv -f .deps/libzeitgeist_datamodel_2_0_la-utils.Tpo .deps/libzeitgeist_datamodel_2_0_la-utils.Plo /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg sqlite3 ../config.vapi -C \ -H ./.gir/zeitgeist.h \ --library zeitgeist-2.0 \ --gir Zeitgeist-2.0.gir \ --basedir ./.gir \ --directory ./.gir \ ./zeitgeist-internal.vapi \ data-source-registry.vala index.vala log.vala monitor.vala queued-proxy-wrapper.vala remote.vala data-source.vala errors.vala mimetype.vala enumerations.vala event.vala subject.vala timerange.vala timestamp.vala ontology-uris.vala ontology.vala result-set.vala simple-result-set.vala utils.vala mv -f .deps/libzeitgeist_internal_la-table-lookup.Tpo .deps/libzeitgeist_internal_la-table-lookup.Plo mv -f .deps/log.Tpo .deps/log.Plo mv -f .deps/libzeitgeist_datamodel_2_0_la-event.Tpo .deps/libzeitgeist_datamodel_2_0_la-event.Plo mv -f .deps/libzeitgeist_internal_la-sql.Tpo .deps/libzeitgeist_internal_la-sql.Plo mv -f .deps/libzeitgeist_internal_la-where-clause.Tpo .deps/libzeitgeist_internal_la-where-clause.Plo event.vala:250.24-250.56: warning: Access to possible `null'. Perform a check or use an unsafe cast. path = (info as DesktopAppInfo).filename; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:66.26-66.42: warning: delegates with scope="async" must be owned public DbWorker (ThreadFunc func) ^^^^^^^^^^^^^^^^^ log.vala:66.26-66.42: warning: delegates with scope="async" must be owned public DbWorker (ThreadFunc func) ^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:66.26-66.42: warning: delegates with scope="async" must be owned public DbWorker (ThreadFunc func) ^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:64.17-64.41: warning: delegates with scope="async" must be owned private unowned ThreadFunc func; ^^^^^^^^^^^^^^^^^^^^^^^^^ log.vala:291.13-291.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ log.vala:355.13-355.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ log.vala:409.13-409.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ log.vala:467.13-467.29: warning: delegates with scope="async" must be owned ThreadFunc run = () => { ^^^^^^^^^^^^^^^^^ timestamp.vala:77.32-77.46: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:95.27-95.33: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:95.17-95.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:122.27-122.33: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:122.17-122.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:139.17-139.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:185.17-185.23: warning: `GLib.TimeVal' has been deprecated since 2.62 timestamp.vala:186.9-186.25: warning: `GLib.Date.set_time_val' has been deprecated since 2.62 errors.vala:39.5-39.43: warning: method `Zeitgeist.vala_bug_workaround' never used private static void vala_bug_workaround () ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ event.vala:299.5-299.47: warning: method `Zeitgeist.Event.optimize_variant_allocation' never used private Variant optimize_variant_allocation (Variant event_variant) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mv -f .deps/libzeitgeist_internal_la-sql-schema.Tpo .deps/libzeitgeist_internal_la-sql-schema.Plo mv -f .deps/libzeitgeist_datamodel_2_0_la-ontology.Tpo .deps/libzeitgeist_datamodel_2_0_la-ontology.Plo /bin/sh ../libtool --tag=CC --mode=link cc -fPIC -pipe -O2 -fno-strict-aliasing -avoid-version -non_shared -static -L/usr/local/lib -o libzeitgeist-datamodel-2.0.la libzeitgeist_datamodel_2_0_la-data-source.lo libzeitgeist_datamodel_2_0_la-errors.lo libzeitgeist_datamodel_2_0_la-mimetype.lo libzeitgeist_datamodel_2_0_la-enumerations.lo libzeitgeist_datamodel_2_0_la-event.lo libzeitgeist_datamodel_2_0_la-subject.lo libzeitgeist_datamodel_2_0_la-timerange.lo libzeitgeist_datamodel_2_0_la-timestamp.lo libzeitgeist_datamodel_2_0_la-ontology-uris.lo libzeitgeist_datamodel_2_0_la-ontology.lo libzeitgeist_datamodel_2_0_la-result-set.lo libzeitgeist_datamodel_2_0_la-simple-result-set.lo libzeitgeist_datamodel_2_0_la-utils.lo -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 libtool: link: ar cru .libs/libzeitgeist-datamodel-2.0.a .libs/libzeitgeist_datamodel_2_0_la-data-source.o .libs/libzeitgeist_datamodel_2_0_la-errors.o .libs/libzeitgeist_datamodel_2_0_la-mimetype.o .libs/libzeitgeist_datamodel_2_0_la-enumerations.o .libs/libzeitgeist_datamodel_2_0_la-event.o .libs/libzeitgeist_datamodel_2_0_la-subject.o .libs/libzeitgeist_datamodel_2_0_la-timerange.o .libs/libzeitgeist_datamodel_2_0_la-timestamp.o .libs/libzeitgeist_datamodel_2_0_la-ontology-uris.o .libs/libzeitgeist_datamodel_2_0_la-ontology.o .libs/libzeitgeist_datamodel_2_0_la-result-set.o .libs/libzeitgeist_datamodel_2_0_la-simple-result-set.o .libs/libzeitgeist_datamodel_2_0_la-utils.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libzeitgeist-datamodel-2.0.a libtool: link: ( cd ".libs" && rm -f "libzeitgeist-datamodel-2.0.la" && ln -s "../libzeitgeist-datamodel-2.0.la" "libzeitgeist-datamodel-2.0.la" ) mv -f .deps/libzeitgeist_internal_la-db-reader.Tpo .deps/libzeitgeist_internal_la-db-reader.Plo /bin/sh ../libtool --tag=CC --mode=link cc -fPIC -pipe -O2 -fno-strict-aliasing -avoid-version -non_shared -static -L/usr/local/lib -o libzeitgeist-internal.la libzeitgeist_internal_la-db-reader.lo libzeitgeist_internal_la-sql.lo libzeitgeist_internal_la-sql-schema.lo libzeitgeist_internal_la-table-lookup.lo libzeitgeist_internal_la-where-clause.lo -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 mv -f .deps/remote.Tpo .deps/remote.Plo Compilation succeeded - 22 warning(s) libtool: link: ar cru .libs/libzeitgeist-internal.a .libs/libzeitgeist_internal_la-db-reader.o .libs/libzeitgeist_internal_la-sql.o .libs/libzeitgeist_internal_la-sql-schema.o .libs/libzeitgeist_internal_la-table-lookup.o .libs/libzeitgeist_internal_la-where-clause.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libzeitgeist-internal.a libtool: link: ( cd ".libs" && rm -f "libzeitgeist-internal.la" && ln -s "../libzeitgeist-internal.la" "libzeitgeist-internal.la" ) /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -version-info 0:0: -L/usr/local/lib -o libzeitgeist-2.0.la -rpath /usr/local/lib data-source-registry.lo index.lo log.lo monitor.lo queued-proxy-wrapper.lo remote.lo ./libzeitgeist-datamodel-2.0.la ./libzeitgeist-internal.la -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 cp ./.gir/Zeitgeist-2.0.gir . libtool: link: cc -shared -fPIC -DPIC .libs/data-source-registry.o .libs/index.o .libs/log.o .libs/monitor.o .libs/queued-proxy-wrapper.o .libs/remote.o -Wl,--whole-archive ./.libs/libzeitgeist-datamodel-2.0.a ./.libs/libzeitgeist-internal.a -Wl,--no-whole-archive -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 -O2 -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libzeitgeist-2.0.so.0 -o .libs/libzeitgeist-2.0.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libzeitgeist-2.0.so.0" && ln -s "libzeitgeist-2.0.so.0.0.0" "libzeitgeist-2.0.so.0") libtool: link: (cd ".libs" && rm -f "libzeitgeist-2.0.so" && ln -s "libzeitgeist-2.0.so.0.0.0" "libzeitgeist-2.0.so") libtool: link: ( cd ".libs" && rm -f "libzeitgeist-2.0.la" && ln -s "../libzeitgeist-2.0.la" "libzeitgeist-2.0.la" ) /usr/local/bin/g-ir-compiler -l `/usr/bin/sed -n "s/^dlname='\([A-Za-z0-9.+-]\{1,\}\)'/\1/p" libzeitgeist-2.0.la` --includedir /usr/local/share/gir-1.0 -o Zeitgeist-2.0.typelib Zeitgeist-2.0.gir libzeitgeist-2.0.la gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' Making all in src gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C \ -H zeitgeist-engine.h \ --vapi zeitgeist-engine.vapi \ --library zeitgeist-engine \ engine.vala extension.vala extension-collection.vala extension-store.vala logging.vala notify.vala extension.vala:173.48-173.69: warning: `GLib.ModuleFlags.BIND_LOCAL' has been deprecated since vala-0.46. Use LOCAL logging.vala:83.32-83.38: warning: `GLib.TimeVal' has been deprecated since 2.62 Compilation succeeded - 2 warning(s) touch libzeitgeist_engine_la_vala.stamp /usr/local/bin/valac --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C -D BUILTIN_EXTENSIONS ./zeitgeist-engine.vapi ext-data-source-registry.vala || exit 1; /usr/local/bin/valac --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C -D BUILTIN_EXTENSIONS ./zeitgeist-engine.vapi ext-blacklist.vala || exit 1; /usr/local/bin/valac --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C -D BUILTIN_EXTENSIONS ./zeitgeist-engine.vapi ext-histogram.vala || exit 1; /usr/local/bin/valac --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C -D BUILTIN_EXTENSIONS ./zeitgeist-engine.vapi ext-storage-monitor.vala || exit 1; /usr/local/bin/valac --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C -D BUILTIN_EXTENSIONS ./zeitgeist-engine.vapi ext-fts.vala || exit 1; /usr/local/bin/valac --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C -D BUILTIN_EXTENSIONS ./zeitgeist-engine.vapi ext-benchmark.vala || exit 1; ext-storage-monitor.vala:525.17-525.49: warning: unhandled error `GLib.Error' string state = proxy.get_state (); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ext-storage-monitor.vala:477.17-477.45: warning: unhandled error `GLib.Error' uint32 state = proxy.state (); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 2 warning(s) ext-fts.vala:125.20-125.51: warning: Access to possible `null'. Perform a check or use an unsafe cast. if((siin as DBusProxy).g_name_owner == null) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 1 warning(s) touch extensions_vala.stamp /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg sqlite3 --pkg posix --pkg gmodule-2.0 ../libzeitgeist/zeitgeist-internal.vapi ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C \ -D BUILTIN_EXTENSIONS \ ./zeitgeist-engine.vapi \ zeitgeist-daemon.vala zeitgeist-daemon.vala:497.27-497.38: warning: `Posix.SIGHUP' has been deprecated since vala-0.40. Use Posix.Signal.HUP zeitgeist-daemon.vala:498.27-498.38: warning: `Posix.SIGINT' has been deprecated since vala-0.40. Use Posix.Signal.INT zeitgeist-daemon.vala:499.27-499.39: warning: `Posix.SIGTERM' has been deprecated since vala-0.40. Use Posix.Signal.TERM Compilation succeeded - 3 warning(s) touch zeitgeist_daemon_vala.stamp gmake all-am gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT zeitgeist-daemon.o -MD -MP -MF .deps/zeitgeist-daemon.Tpo -c -o zeitgeist-daemon.o zeitgeist-daemon.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ext-data-source-registry.o -MD -MP -MF .deps/ext-data-source-registry.Tpo -c -o ext-data-source-registry.o ext-data-source-registry.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ext-blacklist.o -MD -MP -MF .deps/ext-blacklist.Tpo -c -o ext-blacklist.o ext-blacklist.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ext-histogram.o -MD -MP -MF .deps/ext-histogram.Tpo -c -o ext-histogram.o ext-histogram.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ext-storage-monitor.o -MD -MP -MF .deps/ext-storage-monitor.Tpo -c -o ext-storage-monitor.o ext-storage-monitor.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ext-fts.o -MD -MP -MF .deps/ext-fts.Tpo -c -o ext-fts.o ext-fts.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ext-benchmark.o -MD -MP -MF .deps/ext-benchmark.Tpo -c -o ext-benchmark.o ext-benchmark.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT engine.lo -MD -MP -MF .deps/engine.Tpo -c -o engine.lo engine.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT extension.lo -MD -MP -MF .deps/extension.Tpo -c -o extension.lo extension.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT extension-collection.lo -MD -MP -MF .deps/extension-collection.Tpo -c -o extension-collection.lo extension-collection.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT engine.lo -MD -MP -MF .deps/engine.Tpo -c engine.c -fPIC -DPIC -o .libs/engine.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT extension.lo -MD -MP -MF .deps/extension.Tpo -c extension.c -fPIC -DPIC -o .libs/extension.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT extension-collection.lo -MD -MP -MF .deps/extension-collection.Tpo -c extension-collection.c -fPIC -DPIC -o .libs/extension-collection.o mv -f .deps/ext-benchmark.Tpo .deps/ext-benchmark.Po /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT extension-store.lo -MD -MP -MF .deps/extension-store.Tpo -c -o extension-store.lo extension-store.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT extension-store.lo -MD -MP -MF .deps/extension-store.Tpo -c extension-store.c -fPIC -DPIC -o .libs/extension-store.o mv -f .deps/ext-histogram.Tpo .deps/ext-histogram.Po /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo logging.c mv -f .deps/extension-collection.Tpo .deps/extension-collection.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT notify.lo -MD -MP -MF .deps/notify.Tpo -c -o notify.lo notify.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c logging.c -fPIC -DPIC -o .libs/logging.o mv -f .deps/ext-blacklist.Tpo .deps/ext-blacklist.Po libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT notify.lo -MD -MP -MF .deps/notify.Tpo -c notify.c -fPIC -DPIC -o .libs/notify.o mv -f .deps/extension.Tpo .deps/extension.Plo mv -f .deps/ext-fts.Tpo .deps/ext-fts.Po mv -f .deps/ext-data-source-registry.Tpo .deps/ext-data-source-registry.Po mv -f .deps/logging.Tpo .deps/logging.Plo mv -f .deps/ext-storage-monitor.Tpo .deps/ext-storage-monitor.Po mv -f .deps/extension-store.Tpo .deps/extension-store.Plo mv -f .deps/zeitgeist-daemon.Tpo .deps/zeitgeist-daemon.Po mv -f .deps/notify.Tpo .deps/notify.Plo mv -f .deps/engine.Tpo .deps/engine.Plo /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -avoid-version -non_shared -static -L/usr/local/lib -o libzeitgeist-engine.la engine.lo extension.lo extension-collection.lo extension-store.lo logging.lo notify.lo -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 libtool: link: ar cru .libs/libzeitgeist-engine.a .libs/engine.o .libs/extension.o .libs/extension-collection.o .libs/extension-store.o .libs/logging.o .libs/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libzeitgeist-engine.a libtool: link: ( cd ".libs" && rm -f "libzeitgeist-engine.la" && ln -s "../libzeitgeist-engine.la" "libzeitgeist-engine.la" ) /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -export-dynamic -no-undefined -L/usr/local/lib -o zeitgeist-daemon zeitgeist-daemon.o ext-data-source-registry.o ext-blacklist.o ext-histogram.o ext-storage-monitor.o ext-fts.o ext-benchmark.o ./libzeitgeist-engine.la ../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 libtool: link: cc -pipe -O2 -fno-strict-aliasing -o .libs/zeitgeist-daemon zeitgeist-daemon.o ext-data-source-registry.o ext-blacklist.o ext-histogram.o ext-storage-monitor.o ext-fts.o ext-benchmark.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/usr/local/lib ./.libs/libzeitgeist-engine.a ../libzeitgeist/.libs/libzeitgeist-2.0.so -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 -pthread -Wl,-rpath -Wl,/usr/local/lib gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' Making all in extensions gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT benchmark.lo -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.lo benchmark.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT blacklist.lo -MD -MP -MF .deps/blacklist.Tpo -c -o blacklist.lo blacklist.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ds-registry.lo -MD -MP -MF .deps/ds-registry.Tpo -c -o ds-registry.lo ds-registry.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT fts.lo -MD -MP -MF .deps/fts.Tpo -c -o fts.lo fts.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT histogram.lo -MD -MP -MF .deps/histogram.Tpo -c -o histogram.lo histogram.c /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT storage-monitor.lo -MD -MP -MF .deps/storage-monitor.Tpo -c -o storage-monitor.lo storage-monitor.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT storage-monitor.lo -MD -MP -MF .deps/storage-monitor.Tpo -c storage-monitor.c -fPIC -DPIC -o .libs/storage-monitor.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT histogram.lo -MD -MP -MF .deps/histogram.Tpo -c histogram.c -fPIC -DPIC -o .libs/histogram.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT blacklist.lo -MD -MP -MF .deps/blacklist.Tpo -c blacklist.c -fPIC -DPIC -o .libs/blacklist.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT ds-registry.lo -MD -MP -MF .deps/ds-registry.Tpo -c ds-registry.c -fPIC -DPIC -o .libs/ds-registry.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT benchmark.lo -MD -MP -MF .deps/benchmark.Tpo -c benchmark.c -fPIC -DPIC -o .libs/benchmark.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../config.h -I ../libzeitgeist -I ../src -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT fts.lo -MD -MP -MF .deps/fts.Tpo -c fts.c -fPIC -DPIC -o .libs/fts.o mv -f .deps/histogram.Tpo .deps/histogram.Plo /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../libzeitgeist/libzeitgeist-2.0.la ../libzeitgeist/libzeitgeist-internal.la ../src/libzeitgeist-engine.la -L/usr/local/lib -o histogram.la histogram.lo mv -f .deps/blacklist.Tpo .deps/blacklist.Plo /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../libzeitgeist/libzeitgeist-2.0.la ../libzeitgeist/libzeitgeist-internal.la ../src/libzeitgeist-engine.la -L/usr/local/lib -o blacklist.la blacklist.lo mv -f .deps/benchmark.Tpo .deps/benchmark.Plo /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../libzeitgeist/libzeitgeist-2.0.la ../libzeitgeist/libzeitgeist-internal.la ../src/libzeitgeist-engine.la -L/usr/local/lib -o benchmark.la benchmark.lo libtool: link: (cd .libs/histogram.lax/libzeitgeist-internal.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../libzeitgeist/.libs/libzeitgeist-internal.a") libtool: link: (cd .libs/histogram.lax/libzeitgeist-engine.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../src/.libs/libzeitgeist-engine.a") libtool: link: (cd .libs/blacklist.lax/libzeitgeist-internal.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../libzeitgeist/.libs/libzeitgeist-internal.a") libtool: link: ar cru .libs/histogram.a .libs/histogram.o .libs/histogram.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-db-reader.o .libs/histogram.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql-schema.o .libs/histogram.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql.o .libs/histogram.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-table-lookup.o .libs/histogram.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-where-clause.o .libs/histogram.lax/libzeitgeist-engine.a/engine.o .libs/histogram.lax/libzeitgeist-engine.a/extension-collection.o .libs/histogram.lax/libzeitgeist-engine.a/extension-store.o .libs/histogram.lax/libzeitgeist-engine.a/extension.o .libs/histogram.lax/libzeitgeist-engine.a/logging.o .libs/histogram.lax/libzeitgeist-engine.a/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: (cd .libs/blacklist.lax/libzeitgeist-engine.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../src/.libs/libzeitgeist-engine.a") libtool: link: ranlib .libs/histogram.a libtool: link: rm -fr .libs/histogram.lax mv -f .deps/ds-registry.Tpo .deps/ds-registry.Plo mv -f .deps/fts.Tpo .deps/fts.Plo /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../libzeitgeist/libzeitgeist-2.0.la ../libzeitgeist/libzeitgeist-internal.la ../src/libzeitgeist-engine.la -L/usr/local/lib -o ds-registry.la ds-registry.lo /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../libzeitgeist/libzeitgeist-2.0.la ../libzeitgeist/libzeitgeist-internal.la ../src/libzeitgeist-engine.la -L/usr/local/lib -o fts.la fts.lo libtool: link: ( cd ".libs" && rm -f "histogram.la" && ln -s "../histogram.la" "histogram.la" ) libtool: link: ar cru .libs/blacklist.a .libs/blacklist.o .libs/blacklist.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-db-reader.o .libs/blacklist.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql-schema.o .libs/blacklist.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql.o .libs/blacklist.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-table-lookup.o .libs/blacklist.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-where-clause.o .libs/blacklist.lax/libzeitgeist-engine.a/engine.o .libs/blacklist.lax/libzeitgeist-engine.a/extension-collection.o .libs/blacklist.lax/libzeitgeist-engine.a/extension-store.o .libs/blacklist.lax/libzeitgeist-engine.a/extension.o .libs/blacklist.lax/libzeitgeist-engine.a/logging.o .libs/blacklist.lax/libzeitgeist-engine.a/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/blacklist.a libtool: link: rm -fr .libs/blacklist.lax mv -f .deps/storage-monitor.Tpo .deps/storage-monitor.Plo libtool: link: (cd .libs/benchmark.lax/libzeitgeist-internal.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../libzeitgeist/.libs/libzeitgeist-internal.a") /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -module -avoid-version -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../libzeitgeist/libzeitgeist-2.0.la ../libzeitgeist/libzeitgeist-internal.la ../src/libzeitgeist-engine.la -L/usr/local/lib -o storage-monitor.la storage-monitor.lo libtool: link: ( cd ".libs" && rm -f "blacklist.la" && ln -s "../blacklist.la" "blacklist.la" ) libtool: link: (cd .libs/benchmark.lax/libzeitgeist-engine.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../src/.libs/libzeitgeist-engine.a") libtool: link: (cd .libs/ds-registry.lax/libzeitgeist-internal.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../libzeitgeist/.libs/libzeitgeist-internal.a") libtool: link: ar cru .libs/benchmark.a .libs/benchmark.o .libs/benchmark.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-db-reader.o .libs/benchmark.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql-schema.o .libs/benchmark.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql.o .libs/benchmark.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-table-lookup.o .libs/benchmark.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-where-clause.o .libs/benchmark.lax/libzeitgeist-engine.a/engine.o .libs/benchmark.lax/libzeitgeist-engine.a/extension-collection.o .libs/benchmark.lax/libzeitgeist-engine.a/extension-store.o .libs/benchmark.lax/libzeitgeist-engine.a/extension.o .libs/benchmark.lax/libzeitgeist-engine.a/logging.o .libs/benchmark.lax/libzeitgeist-engine.a/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: (cd .libs/fts.lax/libzeitgeist-internal.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../libzeitgeist/.libs/libzeitgeist-internal.a") libtool: link: ranlib .libs/benchmark.a libtool: link: (cd .libs/ds-registry.lax/libzeitgeist-engine.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../src/.libs/libzeitgeist-engine.a") libtool: link: rm -fr .libs/benchmark.lax libtool: link: ( cd ".libs" && rm -f "benchmark.la" && ln -s "../benchmark.la" "benchmark.la" ) libtool: link: (cd .libs/fts.lax/libzeitgeist-engine.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../src/.libs/libzeitgeist-engine.a") libtool: link: (cd .libs/storage-monitor.lax/libzeitgeist-internal.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../libzeitgeist/.libs/libzeitgeist-internal.a") libtool: link: ar cru .libs/ds-registry.a .libs/ds-registry.o .libs/ds-registry.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-db-reader.o .libs/ds-registry.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql-schema.o .libs/ds-registry.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql.o .libs/ds-registry.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-table-lookup.o .libs/ds-registry.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-where-clause.o .libs/ds-registry.lax/libzeitgeist-engine.a/engine.o .libs/ds-registry.lax/libzeitgeist-engine.a/extension-collection.o .libs/ds-registry.lax/libzeitgeist-engine.a/extension-store.o .libs/ds-registry.lax/libzeitgeist-engine.a/extension.o .libs/ds-registry.lax/libzeitgeist-engine.a/logging.o .libs/ds-registry.lax/libzeitgeist-engine.a/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/ds-registry.a libtool: link: (cd .libs/storage-monitor.lax/libzeitgeist-engine.a && ar x "/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions/../src/.libs/libzeitgeist-engine.a") libtool: link: rm -fr .libs/ds-registry.lax libtool: link: ( cd ".libs" && rm -f "ds-registry.la" && ln -s "../ds-registry.la" "ds-registry.la" ) libtool: link: ar cru .libs/fts.a .libs/fts.o .libs/fts.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-db-reader.o .libs/fts.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql-schema.o .libs/fts.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql.o .libs/fts.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-table-lookup.o .libs/fts.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-where-clause.o .libs/fts.lax/libzeitgeist-engine.a/engine.o .libs/fts.lax/libzeitgeist-engine.a/extension-collection.o .libs/fts.lax/libzeitgeist-engine.a/extension-store.o .libs/fts.lax/libzeitgeist-engine.a/extension.o .libs/fts.lax/libzeitgeist-engine.a/logging.o .libs/fts.lax/libzeitgeist-engine.a/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/fts.a libtool: link: rm -fr .libs/fts.lax libtool: link: ( cd ".libs" && rm -f "fts.la" && ln -s "../fts.la" "fts.la" ) libtool: link: ar cru .libs/storage-monitor.a .libs/storage-monitor.o .libs/storage-monitor.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-db-reader.o .libs/storage-monitor.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql-schema.o .libs/storage-monitor.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-sql.o .libs/storage-monitor.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-table-lookup.o .libs/storage-monitor.lax/libzeitgeist-internal.a/libzeitgeist_internal_la-where-clause.o .libs/storage-monitor.lax/libzeitgeist-engine.a/engine.o .libs/storage-monitor.lax/libzeitgeist-engine.a/extension-collection.o .libs/storage-monitor.lax/libzeitgeist-engine.a/extension-store.o .libs/storage-monitor.lax/libzeitgeist-engine.a/extension.o .libs/storage-monitor.lax/libzeitgeist-engine.a/logging.o .libs/storage-monitor.lax/libzeitgeist-engine.a/notify.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/storage-monitor.a libtool: link: rm -fr .libs/storage-monitor.lax libtool: link: ( cd ".libs" && rm -f "storage-monitor.la" && ln -s "../storage-monitor.la" "storage-monitor.la" ) gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' Making all in data gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' Making all in ontology gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data/ontology' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data/ontology' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' sed -e "s|@bindir[@]|/usr/local/bin|" org.gnome.zeitgeist.Engine.service.in > org.gnome.zeitgeist.Engine.service sed -e "s|@bindir[@]|/usr/local/bin|" zeitgeist.service.in > zeitgeist.service /usr/local/bin/msgfmt --desktop --template zeitgeist-datahub.desktop.in -d ../po -o zeitgeist-datahub.desktop gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' Making all in python gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/python' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/python' Making all in test gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' Making all in dbus gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/dbus' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/dbus' Making all in direct gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/direct' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/direct' Making all in c gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/c' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/c' Making all in data gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/data' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/data' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' Making all in examples gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' Making all in vala gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/vala' cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../../config.h -I ../../libzeitgeist/ -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT data-source-stuff.o -MD -MP -MF .deps/data-source-stuff.Tpo -c -o data-source-stuff.o data-source-stuff.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../../config.h -I ../../libzeitgeist/ -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT get-events-with-id.o -MD -MP -MF .deps/get-events-with-id.Tpo -c -o get-events-with-id.o get-events-with-id.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../../config.h -I ../../libzeitgeist/ -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT monitor-events.o -MD -MP -MF .deps/monitor-events.Tpo -c -o monitor-events.o monitor-events.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../../config.h -I ../../libzeitgeist/ -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT most-recent-events.o -MD -MP -MF .deps/most-recent-events.Tpo -c -o most-recent-events.o most-recent-events.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -include ../../config.h -I ../../libzeitgeist/ -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT insert-events.o -MD -MP -MF .deps/insert-events.Tpo -c -o insert-events.o insert-events.c mv -f .deps/insert-events.Tpo .deps/insert-events.Po /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o insert-events insert-events.o mv -f .deps/get-events-with-id.Tpo .deps/get-events-with-id.Po /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o get-events-with-id get-events-with-id.o mv -f .deps/most-recent-events.Tpo .deps/most-recent-events.Po /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o most-recent-events most-recent-events.o mv -f .deps/monitor-events.Tpo .deps/monitor-events.Po /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o monitor-events monitor-events.o libtool: link: cc -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/get-events-with-id get-events-with-id.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib libtool: link: cc -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/insert-events insert-events.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib mv -f .deps/data-source-stuff.Tpo .deps/data-source-stuff.Po /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o data-source-stuff data-source-stuff.o libtool: link: cc -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/most-recent-events most-recent-events.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib libtool: link: cc -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/monitor-events monitor-events.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib libtool: link: cc -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/data-source-stuff data-source-stuff.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/vala' Making all in c gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/c' cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -MT find-events.o -MD -MP -MF .deps/find-events.Tpo -c -o find-events.o find-events.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -MT monitor-events.o -MD -MP -MF .deps/monitor-events.Tpo -c -o monitor-events.o monitor-events.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -MT search-events.o -MD -MP -MF .deps/search-events.Tpo -c -o search-events.o search-events.c In file included from : ./../../libzeitgeist/zeitgeist-datamodel.h:436:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] gint64 zeitgeist_timestamp_from_timeval (GTimeVal* timeval); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from ./../../libzeitgeist/zeitgeist-datamodel.h:6, from : /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from : ./../../libzeitgeist/zeitgeist-datamodel.h:438:38: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal* result); ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from ./../../libzeitgeist/zeitgeist-datamodel.h:6, from : /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from : ./../../libzeitgeist/zeitgeist-datamodel.h:436:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] gint64 zeitgeist_timestamp_from_timeval (GTimeVal* timeval); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from ./../../libzeitgeist/zeitgeist-datamodel.h:6, from : /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from : ./../../libzeitgeist/zeitgeist-datamodel.h:438:38: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal* result); ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from ./../../libzeitgeist/zeitgeist-datamodel.h:6, from : /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from : ./../../libzeitgeist/zeitgeist-datamodel.h:436:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] gint64 zeitgeist_timestamp_from_timeval (GTimeVal* timeval); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from ./../../libzeitgeist/zeitgeist-datamodel.h:6, from : /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from : ./../../libzeitgeist/zeitgeist-datamodel.h:438:38: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal* result); ^~~~~~~~ In file included from /usr/local/include/glib-2.0/glib/galloca.h:32, from /usr/local/include/glib-2.0/glib.h:30, from /usr/local/include/glib-2.0/gobject/gbinding.h:28, from /usr/local/include/glib-2.0/glib-object.h:22, from ./../../libzeitgeist/zeitgeist-datamodel.h:6, from : /usr/local/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ mv -f .deps/find-events.Tpo .deps/find-events.Po /bin/sh ../../libtool --tag=CC --mode=link cc -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o find-events find-events.o mv -f .deps/monitor-events.Tpo .deps/monitor-events.Po /bin/sh ../../libtool --tag=CC --mode=link cc -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o monitor-events monitor-events.o mv -f .deps/search-events.Tpo .deps/search-events.Po /bin/sh ../../libtool --tag=CC --mode=link cc -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -o search-events search-events.o libtool: link: cc -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/find-events find-events.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib libtool: link: cc -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/monitor-events monitor-events.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib libtool: link: cc -Wall -g -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -pthread -I ../../libzeitgeist -include ../../libzeitgeist/zeitgeist-datamodel.h -include ../../libzeitgeist/zeitgeist.h -pipe -O2 -fno-strict-aliasing -Wl,--export-dynamic -pthread -o .libs/search-events search-events.o -L/usr/local/lib -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 ../../libzeitgeist/.libs/libzeitgeist-2.0.so -pthread -Wl,-rpath -Wl,/usr/local/lib gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/c' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' Making all in po gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/po' Making all in doc gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' Making all in libzeitgeist gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc/libzeitgeist' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc/libzeitgeist' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' Making all in datahub gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' /usr/local/bin/valac \ --target-glib=2.36 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg gtk+-3.0 --pkg json-glib-1.0 ../libzeitgeist/zeitgeist-datamodel-2.0.vapi ../libzeitgeist/zeitgeist-2.0.vapi ../config.vapi -C \ data-provider.vala desktop-launch-listener.vala kde-recent-document-provider.vala recent-manager-provider.vala utils.vala zeitgeist-datahub.vala kde-recent-document-provider.vala:138.13-138.19: warning: `GLib.TimeVal' has been deprecated since 2.62 kde-recent-document-provider.vala:151.15-151.47: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62 kde-recent-document-provider.vala:184.15-184.48: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62 zeitgeist-datahub.vala:220.19-220.75: warning: unhandled error `GLib.IOError' (conn) => { conn.register_object (OBJECT_PATH, (DataHubService) this); }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 4 warning(s) touch zeitgeist_datahub_vala.stamp gmake all-am gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -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/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/json-glib-1.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT data-provider.o -MD -MP -MF .deps/data-provider.Tpo -c -o data-provider.o data-provider.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -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/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/json-glib-1.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT desktop-launch-listener.o -MD -MP -MF .deps/desktop-launch-listener.Tpo -c -o desktop-launch-listener.o desktop-launch-listener.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -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/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/json-glib-1.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT kde-recent-document-provider.o -MD -MP -MF .deps/kde-recent-document-provider.Tpo -c -o kde-recent-document-provider.o kde-recent-document-provider.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -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/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/json-glib-1.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT recent-manager-provider.o -MD -MP -MF .deps/recent-manager-provider.Tpo -c -o recent-manager-provider.o recent-manager-provider.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -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/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/json-glib-1.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0 -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -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/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/libdrm -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/at-spi-2.0 -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/json-glib-1.0 -pthread -include ../config.h -I../libzeitgeist -w -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT zeitgeist-datahub.o -MD -MP -MF .deps/zeitgeist-datahub.Tpo -c -o zeitgeist-datahub.o zeitgeist-datahub.c mv -f .deps/data-provider.Tpo .deps/data-provider.Po mv -f .deps/utils.Tpo .deps/utils.Po mv -f .deps/desktop-launch-listener.Tpo .deps/desktop-launch-listener.Po mv -f .deps/kde-recent-document-provider.Tpo .deps/kde-recent-document-provider.Po mv -f .deps/zeitgeist-datahub.Tpo .deps/zeitgeist-datahub.Po mv -f .deps/recent-manager-provider.Tpo .deps/recent-manager-provider.Po /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -export-dynamic -no-undefined -L/usr/local/lib -o zeitgeist-datahub data-provider.o desktop-launch-listener.o kde-recent-document-provider.o recent-manager-provider.o utils.o zeitgeist-datahub.o ../libzeitgeist/libzeitgeist-2.0.la -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -pipe -O2 -fno-strict-aliasing -o .libs/zeitgeist-datahub data-provider.o desktop-launch-listener.o kde-recent-document-provider.o recent-manager-provider.o utils.o zeitgeist-datahub.o -Wl,--export-dynamic -L/usr/local/lib ../libzeitgeist/.libs/libzeitgeist-2.0.so -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -pthread -Wl,-rpath -Wl,/usr/local/lib gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[3]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[2]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' SUCCEEDED 00:00:19 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> zeitgeist-1.0.2 depends on file: /usr/local/lib/python3.7/site-packages/xdg/__init__.py - found ===> zeitgeist-1.0.2 depends on file: /usr/local/lib/python3.7/site-packages/dbus/__init__.py - found ===> zeitgeist-1.0.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for zeitgeist-1.0.2 ===> zeitgeist-1.0.2 depends on file: /usr/local/lib/python3.7/site-packages/xdg/__init__.py - found ===> zeitgeist-1.0.2 depends on file: /usr/local/lib/python3.7/site-packages/dbus/__init__.py - found ===> zeitgeist-1.0.2 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list gmake[2]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' if test -z 'strip'; then \ gmake INSTALL_PROGRAM="/bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ gmake INSTALL_PROGRAM="/bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ fi gmake[3]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' Making install in libzeitgeist gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' gmake install-am gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s libzeitgeist-2.0.la '/construction/sysutils/zeitgeist/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libzeitgeist-2.0.so.0.0.0 /construction/sysutils/zeitgeist/stage/usr/local/lib/libzeitgeist-2.0.so.0.0.0 libtool: install: strip --strip-unneeded /construction/sysutils/zeitgeist/stage/usr/local/lib/libzeitgeist-2.0.so.0.0.0 libtool: install: (cd /construction/sysutils/zeitgeist/stage/usr/local/lib && { ln -s -f libzeitgeist-2.0.so.0.0.0 libzeitgeist-2.0.so.0 || { rm -f libzeitgeist-2.0.so.0 && ln -s libzeitgeist-2.0.so.0.0.0 libzeitgeist-2.0.so.0; }; }) libtool: install: (cd /construction/sysutils/zeitgeist/stage/usr/local/lib && { ln -s -f libzeitgeist-2.0.so.0.0.0 libzeitgeist-2.0.so || { rm -f libzeitgeist-2.0.so && ln -s libzeitgeist-2.0.so.0.0.0 libzeitgeist-2.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libzeitgeist-2.0.lai /construction/sysutils/zeitgeist/stage/usr/local/lib/libzeitgeist-2.0.la libtool: warning: remember to run 'libtool --finish /usr/local/lib' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/share/gir-1.0' install -m 0644 Zeitgeist-2.0.gir '/construction/sysutils/zeitgeist/stage/usr/local/share/gir-1.0' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/include/zeitgeist-2.0/' install -m 0644 zeitgeist.h zeitgeist-datamodel.h '/construction/sysutils/zeitgeist/stage/usr/local/include/zeitgeist-2.0/' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/share/vala/vapi/' install -m 0644 zeitgeist-2.0.vapi zeitgeist-2.0.deps zeitgeist-datamodel-2.0.vapi '/construction/sysutils/zeitgeist/stage/usr/local/share/vala/vapi/' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/lib/girepository-1.0' install -m 0644 Zeitgeist-2.0.typelib '/construction/sysutils/zeitgeist/stage/usr/local/lib/girepository-1.0' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/libdata/pkgconfig' install -m 0644 zeitgeist-2.0.pc '/construction/sysutils/zeitgeist/stage/usr/local/libdata/pkgconfig' gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/libzeitgeist' Making install in src gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' gmake install-am gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/bin' STRIPPROG='strip' /bin/sh ../libtool --mode=install /bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s zeitgeist-daemon '/construction/sysutils/zeitgeist/stage/usr/local/bin' libtool: warning: '../libzeitgeist/libzeitgeist-2.0.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s .libs/zeitgeist-daemon /construction/sysutils/zeitgeist/stage/usr/local/bin/zeitgeist-daemon gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/src' Making install in extensions gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/extensions' Making install in data gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' Making install in ontology gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data/ontology' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data/ontology' gmake[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/share/zeitgeist/ontology' install -m 0644 zg.trig nie.trig nco.trig nfo.trig ncal.trig nao.trig nmo.trig nmm.trig '/construction/sysutils/zeitgeist/stage/usr/local/share/zeitgeist/ontology' gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data/ontology' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data/ontology' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' gmake[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/share/bash-completion/completions' install -m 0644 completions/zeitgeist-daemon '/construction/sysutils/zeitgeist/stage/usr/local/share/bash-completion/completions' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/share/dbus-1/services' install -m 0644 org.gnome.zeitgeist.Engine.service '/construction/sysutils/zeitgeist/stage/usr/local/share/dbus-1/services' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/lib/systemd/user' install -m 0644 zeitgeist.service '/construction/sysutils/zeitgeist/stage/usr/local/lib/systemd/user' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/etc/xdg/autostart' install -m 0644 zeitgeist-datahub.desktop '/construction/sysutils/zeitgeist/stage/usr/local/etc/xdg/autostart' gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/data' Making install in python gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/python' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/python' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/lib/python3.7/site-packages/zeitgeist/' install -m 0644 __init__.py datamodel.py client.py mimetypes.py _ontology.py '/construction/sysutils/zeitgeist/stage/usr/local/lib/python3.7/site-packages/zeitgeist/' -c:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses Byte-compiling python modules... __init__.pydatamodel.pyclient.pymimetypes.py_ontology.py Byte-compiling python modules (optimized versions) ... __init__.pydatamodel.pyclient.pymimetypes.py_ontology.py gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/python' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/python' Making install in test gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' Making install in dbus gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/dbus' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/dbus' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/dbus' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/dbus' Making install in direct gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/direct' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/direct' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/direct' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/direct' Making install in c gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/c' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/c' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/c' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/c' Making install in data gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/data' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/data' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/data' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test/data' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/test' Making install in examples gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' Making install in vala gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/vala' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/vala' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/vala' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/vala' Making install in c gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/c' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/c' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/c' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples/c' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/examples' Making install in po gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/po' if test "zeitgeist" = "gettext-tools"; then \ /bin/mkdir -p /construction/sysutils/zeitgeist/stage/usr/local/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ install -m 0644 ./$file \ /construction/sysutils/zeitgeist/stage/usr/local/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /construction/sysutils/zeitgeist/stage/usr/local/share/gettext/po/$file; \ done; \ else \ : ; \ fi gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/po' Making install in doc gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' Making install in libzeitgeist gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc/libzeitgeist' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc/libzeitgeist' gmake[6]: Nothing to be done for 'install-exec-am'. gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc/libzeitgeist' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc/libzeitgeist' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' gmake[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/man/man1' install -m 0644 zeitgeist-daemon.1 zeitgeist-datahub.1 '/construction/sysutils/zeitgeist/stage/usr/local/man/man1' gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/doc' Making install in datahub gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake install-am gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake[6]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/bin' STRIPPROG='strip' /bin/sh ../libtool --mode=install /bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s zeitgeist-datahub '/construction/sysutils/zeitgeist/stage/usr/local/bin' libtool: warning: '../libzeitgeist/libzeitgeist-2.0.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/sysutils/zeitgeist/zeitgeist-1.0.2/build-aux/install-sh -c -s .libs/zeitgeist-datahub /construction/sysutils/zeitgeist/stage/usr/local/bin/zeitgeist-datahub gmake[6]: Nothing to be done for 'install-data-am'. gmake[6]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2/datahub' gmake[4]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[5]: Entering directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/sysutils/zeitgeist/stage/usr/local/share/zeitgeist/doc' install -m 0644 AUTHORS NEWS README.md '/construction/sysutils/zeitgeist/stage/usr/local/share/zeitgeist/doc' gmake[5]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[4]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[3]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' gmake[2]: Leaving directory '/construction/sysutils/zeitgeist/zeitgeist-1.0.2' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/zeitgeist-datahub 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/bin/zeitgeist-datahub is linked to /usr/local/lib/libcairo-gobject.so.2 from graphics/cairo but it is not declared as a dependency Warning: you need USE_GNOME+=cairo Error: /usr/local/bin/zeitgeist-datahub 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/zeitgeist-datahub 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/libzeitgeist-2.0.so.0.0.0 is linked to /usr/local/lib/libffi.so.7 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/libzeitgeist-2.0.so.0.0.0 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/libzeitgeist-2.0.so.0.0.0 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 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: configure SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for zeitgeist-1.0.2 file sizes/checksums [44]: 0% file sizes/checksums [44]: 100% packing files [44]: 0% packing files [44]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:35