+ aclocal --install
configure.ac:35: warning: macro 'AM_GNU_GETTEXT' not found in library
configure.ac:37: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
configure.ac:38: warning: macro 'AM_GNU_GETTEXT_REQUIRE_VERSION' not found in library
aclocal: installing 'm4/introspection.m4' from '/usr/share/aclocal/introspection.m4'
aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4'
aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
aclocal: installing 'm4/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4'
aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
+ autoreconf --verbose --force --install -Wno-portability
autoreconf: export WARNINGS=no-portability
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force --install -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force --install -I m4 ${ACLOCAL_FLAGS}
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:16: installing 'build-aux/compile'
configure.ac:23: installing 'build-aux/config.guess'
configure.ac:23: installing 'build-aux/config.sub'
configure.ac:11: installing 'build-aux/install-sh'
configure.ac:11: installing 'build-aux/missing'
Makefile.am: installing './INSTALL'
datahub/Makefile.am: installing 'build-aux/depcomp'
extensions/fts++/test/Makefile.am:18: warning: source file '$(srcdir)/../stringutils.cpp' is in a subdirectory,
extensions/fts++/test/Makefile.am:18: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
extensions/fts++/test/Makefile.am:18: warning: source file '$(srcdir)/../controller.cpp' is in a subdirectory,
extensions/fts++/test/Makefile.am:18: but option 'subdir-objects' is disabled
extensions/fts++/test/Makefile.am:18: warning: source file '$(srcdir)/../indexer.cpp' is in a subdirectory,
extensions/fts++/test/Makefile.am:18: but option 'subdir-objects' is disabled
extensions/fts++/test/Makefile.am:18: warning: source file '$(srcdir)/../task.cpp' is in a subdirectory,
extensions/fts++/test/Makefile.am:18: but option 'subdir-objects' is disabled
extensions/fts++/test/Makefile.am:18: warning: source file '$(srcdir)/../fts.cpp' is in a subdirectory,
extensions/fts++/test/Makefile.am:18: but option 'subdir-objects' is disabled
parallel-tests: installing 'build-aux/test-driver'
python/Makefile.am:5: installing 'build-aux/py-compile'
autoreconf: 'build-aux/install-sh' is updated
autoreconf: Leaving directory '.'
+ set +x
configure: WARNING: unrecognized options: --disable-systemd-services, --without-systemd
configure: WARNING: unrecognized options: --disable-systemd-services, --without-systemd
Generating ontology-uris.vala...Generating ontology.vala...Generating ontology-uris.vala...Generating ontology.vala...event.vala:250.24-250.56: warning: Access to possible `null'. Perform a check or use an unsafe cast.
250 | path = (info as DesktopAppInfo).filename;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
timestamp.vala:77.32-77.46: warning: `GLib.TimeVal' has been deprecated since 2.62
77 | public int64 from_timeval (TimeVal timeval)
| ^~~~~~~~~~~~~~~
timestamp.vala:95.27-95.33: warning: `GLib.TimeVal' has been deprecated since 2.62
95 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:95.17-95.23: warning: `GLib.TimeVal' has been deprecated since 2.62
95 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:122.27-122.33: warning: `GLib.TimeVal' has been deprecated since 2.62
122 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:122.17-122.23: warning: `GLib.TimeVal' has been deprecated since 2.62
122 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:139.17-139.23: warning: `GLib.TimeVal' has been deprecated since 2.62
139 | TimeVal timeval = to_timeval (timestamp);
| ^~~~~~~
timestamp.vala:185.17-185.23: warning: `GLib.TimeVal' has been deprecated since 2.62
185 | TimeVal timeval = to_timeval (timestamp);
| ^~~~~~~
timestamp.vala:186.9-186.25: warning: `GLib.Date.set_time_val' has been deprecated since 2.62
186 | date.set_time_val (timeval);
| ^~~~~~~~~~~~~~~~~
errors.vala:39.5-39.43: warning: Method `Zeitgeist.vala_bug_workaround' never used
39 | private static void vala_bug_workaround ()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
event.vala:299.5-299.47: warning: Method `Zeitgeist.Event.optimize_variant_allocation' never used
299 | private Variant optimize_variant_allocation (Variant event_variant) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sql.vala:456.13-457.55: warning: unhandled error `Zeitgeist.EngineError'
456 | DatabaseSchema.exec_query (database,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
457 | "PRAGMA cache_size = %i".printf (size));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:67.26-67.42: warning: delegates with scope="async" must be owned
67 | public DbWorker (ThreadFunc func)
| ^~~~~~~~~~~~~~~~~
log.vala:67.26-67.42: warning: delegates with scope="async" must be owned
67 | public DbWorker (ThreadFunc func)
| ^~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:67.26-67.42: warning: delegates with scope="async" must be owned
67 | public DbWorker (ThreadFunc func)
| ^~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:292.13-292.29: warning: delegates with scope="async" must be owned
292 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
log.vala:356.13-356.29: warning: delegates with scope="async" must be owned
356 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
log.vala:410.13-410.29: warning: delegates with scope="async" must be owned
410 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
log.vala:468.13-468.29: warning: delegates with scope="async" must be owned
468 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
event.vala:250.24-250.56: warning: Access to possible `null'. Perform a check or use an unsafe cast.
250 | path = (info as DesktopAppInfo).filename;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:67.26-67.42: warning: delegates with scope="async" must be owned
67 | public DbWorker (ThreadFunc func)
| ^~~~~~~~~~~~~~~~~
log.vala:67.26-67.42: warning: delegates with scope="async" must be owned
67 | public DbWorker (ThreadFunc func)
| ^~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:67.26-67.42: warning: delegates with scope="async" must be owned
67 | public DbWorker (ThreadFunc func)
| ^~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:65.17-65.41: warning: delegates with scope="async" must be owned
65 | private unowned ThreadFunc func;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
log.vala:292.13-292.29: warning: delegates with scope="async" must be owned
292 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
log.vala:356.13-356.29: warning: delegates with scope="async" must be owned
356 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
log.vala:410.13-410.29: warning: delegates with scope="async" must be owned
410 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
log.vala:468.13-468.29: warning: delegates with scope="async" must be owned
468 | ThreadFunc run = () => {
| ^~~~~~~~~~~~~~~~~
timestamp.vala:77.32-77.46: warning: `GLib.TimeVal' has been deprecated since 2.62
77 | public int64 from_timeval (TimeVal timeval)
| ^~~~~~~~~~~~~~~
timestamp.vala:95.27-95.33: warning: `GLib.TimeVal' has been deprecated since 2.62
95 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:95.17-95.23: warning: `GLib.TimeVal' has been deprecated since 2.62
95 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:122.27-122.33: warning: `GLib.TimeVal' has been deprecated since 2.62
122 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:122.17-122.23: warning: `GLib.TimeVal' has been deprecated since 2.62
122 | TimeVal timeval = TimeVal();
| ^~~~~~~
timestamp.vala:139.17-139.23: warning: `GLib.TimeVal' has been deprecated since 2.62
139 | TimeVal timeval = to_timeval (timestamp);
| ^~~~~~~
timestamp.vala:185.17-185.23: warning: `GLib.TimeVal' has been deprecated since 2.62
185 | TimeVal timeval = to_timeval (timestamp);
| ^~~~~~~
timestamp.vala:186.9-186.25: warning: `GLib.Date.set_time_val' has been deprecated since 2.62
186 | date.set_time_val (timeval);
| ^~~~~~~~~~~~~~~~~
errors.vala:39.5-39.43: warning: Method `Zeitgeist.vala_bug_workaround' never used
39 | private static void vala_bug_workaround ()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
event.vala:299.5-299.47: warning: Method `Zeitgeist.Event.optimize_variant_allocation' never used
299 | private Variant optimize_variant_allocation (Variant event_variant) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extension.vala:173.48-173.69: warning: `GLib.ModuleFlags.BIND_LOCAL' has been deprecated since vala-0.46. Use LOCAL
173 | module = Module.open (module_path, ModuleFlags.BIND_LOCAL);
| ^~~~~~~~~~~~~~~~~~~~~~
logging.vala:83.32-83.38: warning: `GLib.TimeVal' has been deprecated since 2.62
83 | string timestamp = TimeVal ().to_iso8601 ().substring (11, 15);
| ^~~~~~~
ext-storage-monitor.vala:525.17-525.49: warning: unhandled error `GLib.Error'
525 | string state = proxy.get_state ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext-storage-monitor.vala:477.17-477.45: warning: unhandled error `GLib.Error'
477 | uint32 state = proxy.state ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext-fts.vala:125.20-125.51: warning: Access to possible `null'. Perform a check or use an unsafe cast.
125 | if((siin as DBusProxy).g_name_owner == null)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zeitgeist-daemon.vala:497.27-497.38: warning: `Posix.SIGHUP' has been deprecated since vala-0.40. Use Posix.Signal.HUP
497 | Posix.signal (Posix.SIGHUP, safe_exit);
| ^~~~~~~~~~~~
zeitgeist-daemon.vala:498.27-498.38: warning: `Posix.SIGINT' has been deprecated since vala-0.40. Use Posix.Signal.INT
498 | Posix.signal (Posix.SIGINT, safe_exit);
| ^~~~~~~~~~~~
zeitgeist-daemon.vala:499.27-499.39: warning: `Posix.SIGTERM' has been deprecated since vala-0.40. Use Posix.Signal.TERM
499 | Posix.signal (Posix.SIGTERM, safe_exit);
| ^~~~~~~~~~~~~
zeitgeist-fts.vala:27.9-27.43: warning: DBus methods are recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
27 | public abstract bool name_has_owner (string name) throws IOError;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zeitgeist-fts.vala:266.27-266.38: warning: `Posix.SIGHUP' has been deprecated since vala-0.40. Use Posix.Signal.HUP
266 | Posix.signal (Posix.SIGHUP, safe_exit);
| ^~~~~~~~~~~~
zeitgeist-fts.vala:267.27-267.38: warning: `Posix.SIGINT' has been deprecated since vala-0.40. Use Posix.Signal.INT
267 | Posix.signal (Posix.SIGINT, safe_exit);
| ^~~~~~~~~~~~
zeitgeist-fts.vala:268.27-268.39: warning: `Posix.SIGTERM' has been deprecated since vala-0.40. Use Posix.Signal.TERM
268 | Posix.signal (Posix.SIGTERM, safe_exit);
| ^~~~~~~~~~~~~
fts.vala:125.20-125.51: warning: Access to possible `null'. Perform a check or use an unsafe cast.
125 | if((siin as DBusProxy).g_name_owner == null)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
storage-monitor.vala:525.17-525.49: warning: unhandled error `GLib.Error'
525 | string state = proxy.get_state ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
storage-monitor.vala:477.17-477.45: warning: unhandled error `GLib.Error'
477 | uint32 state = proxy.state ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
most-recent-events.vala:15.13-15.56: warning: unhandled error `GLib.Error'
15 | ResultSet events = log.find_events.end (res);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
monitor-events.vala:31.9-31.36: warning: unhandled error `GLib.Error'
31 | log.remove_monitor (monitor);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
monitor-events.vala:28.5-28.33: warning: unhandled error `GLib.Error'
28 | log.install_monitor (monitor);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
get-events-with-id.vala:13.9-13.44: warning: unhandled error `GLib.Error'
13 | var events = zg.get_events.end (res);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from :
./../../libzeitgeist/zeitgeist-datamodel.h:575:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
575 | VALA_EXTERN gint64 zeitgeist_timestamp_from_timeval (GTimeVal* timeval);
| ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from ./../../libzeitgeist/zeitgeist-datamodel.h:6:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
./../../libzeitgeist/zeitgeist-datamodel.h:577:38: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
577 | GTimeVal* result);
| ^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from :
./../../libzeitgeist/zeitgeist-datamodel.h:575:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
575 | VALA_EXTERN gint64 zeitgeist_timestamp_from_timeval (GTimeVal* timeval);
| ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from ./../../libzeitgeist/zeitgeist-datamodel.h:6:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
./../../libzeitgeist/zeitgeist-datamodel.h:577:38: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
577 | GTimeVal* result);
| ^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from :
./../../libzeitgeist/zeitgeist-datamodel.h:575:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
575 | VALA_EXTERN gint64 zeitgeist_timestamp_from_timeval (GTimeVal* timeval);
| ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from ./../../libzeitgeist/zeitgeist-datamodel.h:6:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
./../../libzeitgeist/zeitgeist-datamodel.h:577:38: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
577 | GTimeVal* result);
| ^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
telepathy-glib.vapi:2921.3-2921.37: warning: Instance methods are not supported in error domains yet
2921 | public unowned string get_dbus_name ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kde-recent-document-provider.vala:138.13-138.19: warning: `GLib.TimeVal' has been deprecated since 2.62
138 | TimeVal timeval;
| ^~~~~~~
kde-recent-document-provider.vala:151.15-151.47: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62
151 | timeval = recent_info.get_modification_time ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kde-recent-document-provider.vala:184.15-184.48: warning: `GLib.FileInfo.get_modification_time' has been deprecated since 2.62
184 | timeval = subject_info.get_modification_time ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
telepathy-observer.vala:160.31-160.58: warning: `TelepathyGLib.TextChannel.get_pending_messages' is deprecated
160 | foreach (var message in channel.get_pending_messages ())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
zeitgeist-datahub.vala:220.19-220.75: warning: unhandled error `GLib.IOError'
220 | (conn) => { conn.register_object (OBJECT_PATH, (DataHubService) this); },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: '../libzeitgeist/libzeitgeist-2.0.la' has not been installed in '/usr/lib'
libtool: warning: '../../libzeitgeist/libzeitgeist-2.0.la' has not been installed in '/usr/lib'
libtool: warning: '../libzeitgeist/libzeitgeist-2.0.la' has not been installed in '/usr/lib'