DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i686-linux', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75
make all-recursive
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build'
Making all in src
make[2]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/src'
make all-recursive
make[3]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/src'
make[4]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/src'
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-event-logger.o ../../ConsoleKit-0.4.6/src/ck-event-logger.c
In file included from ../../ConsoleKit-0.4.6/src/ck-event-logger.h:25,
from ../../ConsoleKit-0.4.6/src/ck-event-logger.c:37:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/src/ck-event-logger.c:32:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-event-logger.c: In function 'create_writer_thread':
../../ConsoleKit-0.4.6/src/ck-event-logger.c:285:9: warning: 'g_thread_create_full' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
285 | event_logger->priv->writer_thread = g_thread_create_full ((GThreadFunc)writer_thread_start,
| ^~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:115:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:108:10: note: declared here
108 | GThread *g_thread_create_full (GThreadFunc func,
| ^~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-event-logger.c: In function 'ck_event_logger_constructor':
../../ConsoleKit-0.4.6/src/ck-event-logger.c:320:29: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
320 | CkEventLoggerClass *klass;
| ^~~~~
../../ConsoleKit-0.4.6/src/ck-event-logger.c: In function 'ck_event_logger_class_init':
../../ConsoleKit-0.4.6/src/ck-event-logger.c:401:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
401 | g_type_class_add_private (klass, sizeof (CkEventLoggerPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-event-logger.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-event-logger.c: In function 'ck_event_logger_init':
../../ConsoleKit-0.4.6/src/ck-event-logger.c:407:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
407 | event_logger->priv = CK_EVENT_LOGGER_GET_PRIVATE (event_logger);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-session.o ../../ConsoleKit-0.4.6/src/ck-session.c
../../ConsoleKit-0.4.6/src/ck-session.c:70:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
70 | GTimeVal creation_time;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/src/ck-session.c:31:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c:75:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
75 | GTimeVal idle_since_hint;
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'session_set_idle_hint_internal':
../../ConsoleKit-0.4.6/src/ck-session.c:238:17: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
238 | g_get_current_time (&session->priv->idle_since_hint);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_get_idle_since_hint':
../../ConsoleKit-0.4.6/src/ck-session.c:351:17: warning: 'g_time_val_to_iso8601' is deprecated: Use 'g_date_time_format' instead [-Wdeprecated-declarations]
351 | date_str = _g_time_val_to_iso8601 (&session->priv->idle_since_hint);
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:92:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h:75:10: note: declared here
75 | gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC;
| ^~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_get_creation_time':
../../ConsoleKit-0.4.6/src/ck-session.c:550:17: warning: 'g_time_val_to_iso8601' is deprecated: Use 'g_date_time_format' instead [-Wdeprecated-declarations]
550 | *iso8601_datetime = _g_time_val_to_iso8601 (&session->priv->creation_time);
| ^
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h:75:10: note: declared here
75 | gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC;
| ^~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_constructor':
../../ConsoleKit-0.4.6/src/ck-session.c:899:25: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
899 | CkSessionClass *klass;
| ^~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_class_init':
../../ConsoleKit-0.4.6/src/ck-session.c:1073:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
1073 | g_type_class_add_private (klass, sizeof (CkSessionPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-session.c:34:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_init':
../../ConsoleKit-0.4.6/src/ck-session.c:1081:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
1081 | session->priv = CK_SESSION_GET_PRIVATE (session);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c:1084:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
1084 | g_get_current_time (&session->priv->creation_time);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_new_with_parameters':
../../ConsoleKit-0.4.6/src/ck-session.c:1149:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
1149 | GParameter *params;
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:28:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gparam.h:278:8: note: declared here
278 | struct _GParameter /* auxiliary structure for _setv() variants */
| ^~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c:1163:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
1163 | params = g_new0 (GParameter, n_allocated_params);
| ^~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gparam.h:278:8: note: declared here
278 | struct _GParameter /* auxiliary structure for _setv() variants */
| ^~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c:1163:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
1163 | params = g_new0 (GParameter, n_allocated_params);
| ^~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gparam.h:278:8: note: declared here
278 | struct _GParameter /* auxiliary structure for _setv() variants */
| ^~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c:1239:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
1239 | object = g_object_newv (object_type, n_params, params);
| ^~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:444:13: note: declared here
444 | gpointer g_object_newv (GType object_type,
| ^~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session.c: In function 'ck_session_dump':
../../ConsoleKit-0.4.6/src/ck-session.c:1353:9: warning: 'g_time_val_to_iso8601' is deprecated: Use 'g_date_time_format' instead [-Wdeprecated-declarations]
1353 | s = g_time_val_to_iso8601 (&(session->priv->creation_time));
| ^
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h:75:10: note: declared here
75 | gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC;
| ^~~~~~~~~~~~~~~~~~~~~
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-log.o ../../ConsoleKit-0.4.6/src/ck-log.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-session-leader.o ../../ConsoleKit-0.4.6/src/ck-session-leader.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-seat.o ../../ConsoleKit-0.4.6/src/ck-seat.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-job.o ../../ConsoleKit-0.4.6/src/ck-job.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-manager.o ../../ConsoleKit-0.4.6/src/ck-manager.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o main.o ../../ConsoleKit-0.4.6/src/main.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o test-vt-monitor.o ../../ConsoleKit-0.4.6/src/test-vt-monitor.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-vt-monitor.o ../../ConsoleKit-0.4.6/src/ck-vt-monitor.c
/bin/bash ../libtool --tag=CC --mode=compile i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-sysdeps-linux.lo ../../ConsoleKit-0.4.6/src/ck-sysdeps-linux.c
../../ConsoleKit-0.4.6/src/ck-session-leader.c: In function 'ck_session_leader_set_property':
../../ConsoleKit-0.4.6/src/ck-session-leader.c:571:26: warning: variable 'self' set but not used [-Wunused-but-set-variable]
571 | CkSessionLeader *self;
| ^~~~
../../ConsoleKit-0.4.6/src/ck-session-leader.c: In function 'ck_session_leader_get_property':
../../ConsoleKit-0.4.6/src/ck-session-leader.c:588:26: warning: variable 'self' set but not used [-Wunused-but-set-variable]
588 | CkSessionLeader *self;
| ^~~~
../../ConsoleKit-0.4.6/src/ck-session-leader.c: In function 'ck_session_leader_constructor':
../../ConsoleKit-0.4.6/src/ck-session-leader.c:605:31: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
605 | CkSessionLeaderClass *klass;
| ^~~~~
../../ConsoleKit-0.4.6/src/ck-session-leader.c: In function 'ck_session_leader_class_init':
../../ConsoleKit-0.4.6/src/ck-session-leader.c:626:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
626 | g_type_class_add_private (klass, sizeof (CkSessionLeaderPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-session-leader.c:34:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-session-leader.c: In function 'ck_session_leader_init':
../../ConsoleKit-0.4.6/src/ck-session-leader.c:638:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
638 | session_leader->priv = CK_SESSION_LEADER_GET_PRIVATE (session_leader);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-seat.c: In function 'ck_seat_constructor':
../../ConsoleKit-0.4.6/src/ck-seat.c:913:22: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
913 | CkSeatClass *klass;
| ^~~~~
../../ConsoleKit-0.4.6/src/ck-seat.c: In function 'ck_seat_class_init':
../../ConsoleKit-0.4.6/src/ck-seat.c:1028:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
1028 | g_type_class_add_private (klass, sizeof (CkSeatPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-seat.c:31:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-seat.c: In function 'ck_seat_init':
../../ConsoleKit-0.4.6/src/ck-seat.c:1036:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
1036 | seat->priv = CK_SEAT_GET_PRIVATE (seat);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-job.c: In function 'ck_job_class_init':
../../ConsoleKit-0.4.6/src/ck-job.c:330:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
330 | g_type_class_add_private (klass, sizeof (CkJobPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-job.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-job.c: In function 'ck_job_init':
../../ConsoleKit-0.4.6/src/ck-job.c:336:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
336 | job->priv = CK_JOB_GET_PRIVATE (job);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DSYSCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DCONSOLE_KIT_PID_FILE=\"/var/run/ConsoleKit/pid\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c ../../ConsoleKit-0.4.6/src/ck-sysdeps-linux.c -fPIC -DPIC -o .libs/ck-sysdeps-linux.o
../../ConsoleKit-0.4.6/src/test-vt-monitor.c: In function 'main':
../../ConsoleKit-0.4.6/src/test-vt-monitor.c:59:13: warning: Deprecated pre-processor symbol
59 | if (! g_thread_supported ()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/test-vt-monitor.c:60:17: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
60 | g_thread_init (NULL);
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:115,
from ../../ConsoleKit-0.4.6/src/test-vt-monitor.c:37:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:271:10: note: declared here
271 | void g_thread_init (gpointer vtable);
| ^~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/test-vt-monitor.c:62:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
62 | g_type_init ();
| ^~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-vt-monitor.h:24,
from ../../ConsoleKit-0.4.6/src/test-vt-monitor.c:39:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
737 | void g_type_init (void);
| ^~~~~~~~~~~
../../ConsoleKit-0.4.6/src/main.c: In function 'create_pid_file':
../../ConsoleKit-0.4.6/src/main.c:231:17: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
231 | g_atexit (delete_pid);
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gthread.h:36,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gasyncqueue.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:34,
from ../../ConsoleKit-0.4.6/src/main.c:33:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gutils.h:329:9: note: declared here
329 | void g_atexit (GVoidFunc func);
| ^~~~~~~~
../../ConsoleKit-0.4.6/src/main.c:209:17: warning: variable 'written' set but not used [-Wunused-but-set-variable]
209 | ssize_t written;
| ^~~~~~~
../../ConsoleKit-0.4.6/src/main.c: In function 'main':
../../ConsoleKit-0.4.6/src/main.c:263:13: warning: Deprecated pre-processor symbol
263 | if (! g_thread_supported ()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/main.c:264:17: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
264 | g_thread_init (NULL);
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:115:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:271:10: note: declared here
271 | void g_thread_init (gpointer vtable);
| ^~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/main.c:267:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
267 | g_type_init ();
| ^~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/main.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
737 | void g_type_init (void);
| ^~~~~~~~~~~
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-run-programs.o ../../ConsoleKit-0.4.6/src/ck-run-programs.c
../../ConsoleKit-0.4.6/src/ck-vt-monitor.c: In function 'vt_add_watch_unlocked':
../../ConsoleKit-0.4.6/src/ck-vt-monitor.c:367:9: warning: 'g_thread_create_full' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
367 | thread = g_thread_create_full ((GThreadFunc)vt_thread_start, data, 65536, FALSE, TRUE, G_THREAD_PRIORITY_NORMAL, &error);
| ^~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:115,
from ../../ConsoleKit-0.4.6/src/ck-vt-monitor.c:30:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:108:10: note: declared here
108 | GThread *g_thread_create_full (GThreadFunc func,
| ^~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-vt-monitor.c: In function 'ck_vt_monitor_class_init':
../../ConsoleKit-0.4.6/src/ck-vt-monitor.c:448:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
448 | g_type_class_add_private (klass, sizeof (CkVtMonitorPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-vt-monitor.c:33:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-vt-monitor.c: In function 'ck_vt_monitor_init':
../../ConsoleKit-0.4.6/src/ck-vt-monitor.c:456:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
456 | vt_monitor->priv = CK_VT_MONITOR_GET_PRIVATE (vt_monitor);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=compile i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-sysdeps-unix.lo ../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o test-tty-idle-monitor.o ../../ConsoleKit-0.4.6/src/test-tty-idle-monitor.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-file-monitor-inotify.o ../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-tty-idle-monitor.o ../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c
In file included from ../../ConsoleKit-0.4.6/src/ck-event-logger.h:25,
from ../../ConsoleKit-0.4.6/src/ck-manager.c:54:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/src/ck-manager.c:34:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c:84:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
84 | GTimeVal system_idle_since_hint;
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
/bin/bash ../libtool --tag=CC --mode=compile i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-log-event.lo ../../ConsoleKit-0.4.6/src/ck-log-event.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o test-event-logger.o ../../ConsoleKit-0.4.6/src/test-event-logger.c
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'generate_session_cookie':
../../ConsoleKit-0.4.6/src/ck-manager.c:303:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
303 | GTimeVal tv;
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c:319:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
319 | g_get_current_time (&tv);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_added_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:398:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
398 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_removed_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:430:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
430 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_system_stop_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:459:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
459 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_system_restart_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:481:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
481 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_session_added_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:507:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
507 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_session_removed_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:562:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
562 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_active_session_changed_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:615:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
615 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_device_added_event':
../../ConsoleKit-0.4.6/src/ck-manager.c:649:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
649 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'log_seat_device_removed_event':
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -DCONSOLE_KIT_PID_FILE=\""/var/run/ConsoleKit/pid"\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-marshal.o ../../ConsoleKit-0.4.6/src/ck-marshal.c
../../ConsoleKit-0.4.6/src/ck-manager.c:697:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
697 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'ck_manager_can_restart':
../../ConsoleKit-0.4.6/src/ck-manager.c:1144:21: warning: variable 'action' set but not used [-Wunused-but-set-variable]
1144 | const char *action;
| ^~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'ck_manager_stop':
../../ConsoleKit-0.4.6/src/ck-manager.c:1196:21: warning: variable 'action' set but not used [-Wunused-but-set-variable]
1196 | const char *action;
| ^~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'ck_manager_can_stop':
../../ConsoleKit-0.4.6/src/ck-manager.c:1219:21: warning: variable 'action' set but not used [-Wunused-but-set-variable]
1219 | const char *action;
| ^~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'manager_set_system_idle_hint':
../../ConsoleKit-0.4.6/src/ck-manager.c:1492:17: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
1492 | g_get_current_time (&manager->priv->system_idle_since_hint);
| ^~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'ck_manager_get_system_idle_since_hint':
../../ConsoleKit-0.4.6/src/ck-manager.c:1594:17: warning: 'g_time_val_to_iso8601' is deprecated: Use 'g_date_time_format' instead [-Wdeprecated-declarations]
1594 | date_str = _g_time_val_to_iso8601 (&manager->priv->system_idle_since_hint);
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:92:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h:75:10: note: declared here
75 | gchar* g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC;
| ^~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'remove_sessions_for_connection':
../../ConsoleKit-0.4.6/src/ck-manager.c:2391:26: warning: variable 'n_removed' set but not used [-Wunused-but-set-variable]
2391 | guint n_removed;
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'ck_manager_class_init':
../../ConsoleKit-0.4.6/src/ck-manager.c:2501:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
2501 | g_type_class_add_private (klass, sizeof (CkManagerPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-manager.c:37:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: In function 'ck_manager_init':
../../ConsoleKit-0.4.6/src/ck-manager.c:2685:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
2685 | manager->priv = CK_MANAGER_GET_PRIVATE (manager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c: At top level:
../../ConsoleKit-0.4.6/src/ck-manager.c:1163:1: warning: 'do_stop' defined but not used [-Wunused-function]
1163 | do_stop (CkManager *manager,
| ^~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c:1077:1: warning: 'do_restart' defined but not used [-Wunused-function]
1077 | do_restart (CkManager *manager,
| ^~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-manager.c:753:1: warning: 'data_free' defined but not used [-Wunused-function]
753 | data_free (AuthorizedCallbackData *data)
| ^~~~~~~~~
libtool: compile: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DSYSCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DCONSOLE_KIT_PID_FILE=\"/var/run/ConsoleKit/pid\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c ../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c -fPIC -DPIC -o .libs/ck-sysdeps-unix.o
../../ConsoleKit-0.4.6/src/ck-sysdeps-linux.c: In function 'stat2proc':
../../ConsoleKit-0.4.6/src/ck-sysdeps-linux.c:365:23: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
365 | "%c "
| ^~~~~
../../ConsoleKit-0.4.6/src/ck-sysdeps-linux.c:365:23: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
libtool: compile: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/src -I.. -I. -I../../ConsoleKit-0.4.6/src -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DSYSCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DCONSOLE_KIT_PID_FILE=\"/var/run/ConsoleKit/pid\" -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c ../../ConsoleKit-0.4.6/src/ck-log-event.c -fPIC -DPIC -o .libs/ck-log-event.o
../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c: In function 'handle_inotify_event':
../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c:430:29: warning: variable 'freeme' set but not used [-Wunused-but-set-variable]
430 | char *freeme;
| ^~~~~~
../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c: In function 'ck_file_monitor_class_init':
../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c:642:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
642 | g_type_class_add_private (klass, sizeof (CkFileMonitorPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c:34:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c: In function 'ck_file_monitor_init':
../../ConsoleKit-0.4.6/src/ck-file-monitor-inotify.c:688:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
688 | monitor->priv = CK_FILE_MONITOR_GET_PRIVATE (monitor);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/test-tty-idle-monitor.c: In function 'main':
../../ConsoleKit-0.4.6/src/test-tty-idle-monitor.c:76:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
76 | g_type_init ();
| ^~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.h:25,
from ../../ConsoleKit-0.4.6/src/test-tty-idle-monitor.c:38:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
737 | void g_type_init (void);
| ^~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c:50:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
50 | GTimeVal idle_since_hint;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c:31:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c: In function 'check_tty_idle':
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c:223:21: warning: variable 'changed' set but not used [-Wunused-but-set-variable]
223 | gboolean changed;
| ^~~~~~~
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c: In function 'ck_tty_idle_monitor_class_init':
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c:349:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
349 | g_type_class_add_private (klass, sizeof (CkTtyIdleMonitorPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c:34:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c: In function 'ck_tty_idle_monitor_init':
../../ConsoleKit-0.4.6/src/ck-tty-idle-monitor.c:355:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
355 | monitor->priv = CK_TTY_IDLE_MONITOR_GET_PRIVATE (monitor);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../ConsoleKit-0.4.6/src/ck-event-logger.h:25,
from ../../ConsoleKit-0.4.6/src/test-event-logger.c:39:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/src/test-event-logger.c:37:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/test-event-logger.c: In function 'write_to_log':
../../ConsoleKit-0.4.6/src/test-event-logger.c:51:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
51 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/test-event-logger.c: In function 'main':
../../ConsoleKit-0.4.6/src/test-event-logger.c:72:13: warning: Deprecated pre-processor symbol
72 | if (! g_thread_supported ()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/test-event-logger.c:73:17: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
73 | g_thread_init (NULL);
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:115:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:271:10: note: declared here
271 | void g_thread_init (gpointer vtable);
| ^~~~~~~~~~~~~
../../ConsoleKit-0.4.6/src/test-event-logger.c:75:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
75 | g_type_init ();
| ^~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from ../../ConsoleKit-0.4.6/src/ck-event-logger.h:24:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
737 | void g_type_init (void);
| ^~~~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c: In function 'ck_is_root_user':
../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c:247:27: warning: variable 'sgid' set but not used [-Wunused-but-set-variable]
247 | gid_t rgid, egid, sgid; /* Real, effective and saved group ID's */
| ^~~~
../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c:247:21: warning: variable 'egid' set but not used [-Wunused-but-set-variable]
247 | gid_t rgid, egid, sgid; /* Real, effective and saved group ID's */
| ^~~~
../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c:246:27: warning: variable 'suid' set but not used [-Wunused-but-set-variable]
246 | uid_t ruid, euid, suid; /* Real, effective and saved user ID's */
| ^~~~
../../ConsoleKit-0.4.6/src/ck-sysdeps-unix.c:246:21: warning: variable 'euid' set but not used [-Wunused-but-set-variable]
246 | uid_t ruid, euid, suid; /* Real, effective and saved user ID's */
| ^~~~
In file included from ../../ConsoleKit-0.4.6/src/ck-log-event.c:29:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/src/ck-log-event.c:27:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/src/ck-log-event.c: In function 'add_log_for_system_stop':
../../ConsoleKit-0.4.6/src/ck-log-event.c:456:31: warning: variable 'e' set but not used [-Wunused-but-set-variable]
456 | CkLogSystemStopEvent *e;
| ^
../../ConsoleKit-0.4.6/src/ck-log-event.c: In function 'add_log_for_system_restart':
../../ConsoleKit-0.4.6/src/ck-log-event.c:465:34: warning: variable 'e' set but not used [-Wunused-but-set-variable]
465 | CkLogSystemRestartEvent *e;
| ^
../../ConsoleKit-0.4.6/src/ck-log-event.c: In function 'parse_log_for_system_stop':
../../ConsoleKit-0.4.6/src/ck-log-event.c:825:31: warning: variable 'e' set but not used [-Wunused-but-set-variable]
825 | CkLogSystemStopEvent *e;
| ^
../../ConsoleKit-0.4.6/src/ck-log-event.c: In function 'parse_log_for_system_restart':
../../ConsoleKit-0.4.6/src/ck-log-event.c:848:34: warning: variable 'e' set but not used [-Wunused-but-set-variable]
848 | CkLogSystemRestartEvent *e;
| ^
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o libck.la ck-sysdeps-unix.lo ck-sysdeps-linux.lo
libtool: link: i686-pokymllib32-linux-gcc-ar cr .libs/libck.a .libs/ck-sysdeps-unix.o .libs/ck-sysdeps-linux.o
libtool: link: i686-pokymllib32-linux-gcc-ranlib .libs/libck.a
libtool: link: ( cd ".libs" && rm -f "libck.la" && ln -s "../libck.la" "libck.la" )
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o test-vt-monitor ck-vt-monitor.o test-vt-monitor.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 libck.la
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -o test-vt-monitor ck-vt-monitor.o test-vt-monitor.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 ./.libs/libck.a -pthread
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o test-tty-idle-monitor ck-tty-idle-monitor.o ck-file-monitor-inotify.o test-tty-idle-monitor.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 libck.la
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o libck-event-log.la ck-log-event.lo
libtool: link: i686-pokymllib32-linux-gcc-ar cr .libs/libck-event-log.a .libs/ck-log-event.o
libtool: link: i686-pokymllib32-linux-gcc-ranlib .libs/libck-event-log.a
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -o test-tty-idle-monitor ck-tty-idle-monitor.o ck-file-monitor-inotify.o test-tty-idle-monitor.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 ./.libs/libck.a -pthread
libtool: link: ( cd ".libs" && rm -f "libck-event-log.la" && ln -s "../libck-event-log.la" "libck-event-log.la" )
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o test-event-logger ck-event-logger.o test-event-logger.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 libck-event-log.la
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o console-kit-daemon main.o ck-manager.o ck-vt-monitor.o ck-tty-idle-monitor.o ck-job.o ck-seat.o ck-session-leader.o ck-session.o ck-log.o ck-run-programs.o ck-event-logger.o ck-marshal.o ck-file-monitor-inotify.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 libck.la libck-event-log.la
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -o test-event-logger ck-event-logger.o test-event-logger.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 ./.libs/libck-event-log.a -pthread
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -o console-kit-daemon main.o ck-manager.o ck-vt-monitor.o ck-tty-idle-monitor.o ck-job.o ck-seat.o ck-session-leader.o ck-session.o ck-log.o ck-run-programs.o ck-event-logger.o ck-marshal.o ck-file-monitor-inotify.o -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 ./.libs/libck.a ./.libs/libck-event-log.a -pthread
make[4]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/src'
make[3]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/src'
make[2]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/src'
Making all in libck-connector
make[2]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/libck-connector'
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/libck-connector -I.. -I. -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o test-connector.o ../../ConsoleKit-0.4.6/libck-connector/test-connector.c
/bin/bash ../libtool --tag=CC --mode=compile i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/libck-connector -I.. -I. -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-connector.lo ../../ConsoleKit-0.4.6/libck-connector/ck-connector.c
libtool: compile: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/libck-connector -I.. -I. -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c ../../ConsoleKit-0.4.6/libck-connector/ck-connector.c -fPIC -DPIC -o .libs/ck-connector.o
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -version-info 0:0:0 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o libck-connector.la -rpath /usr/lib ck-connector.lo -ldbus-1
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -shared -fPIC -DPIC .libs/ck-connector.o -ldbus-1 -m32 -fstack-protector-strong -O2 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -g -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libck-connector.so.0 -o .libs/libck-connector.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libck-connector.so.0" && ln -s "libck-connector.so.0.0.0" "libck-connector.so.0")
libtool: link: (cd ".libs" && rm -f "libck-connector.so" && ln -s "libck-connector.so.0.0.0" "libck-connector.so")
libtool: link: ( cd ".libs" && rm -f "libck-connector.la" && ln -s "../libck-connector.la" "libck-connector.la" )
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o test-connector test-connector.o libck-connector.la -ldbus-1
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/test-connector test-connector.o ./.libs/libck-connector.so -ldbus-1
make[2]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/libck-connector'
Making all in tools
make[2]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools'
Making all in linux
make[3]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools/linux'
make[4]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools/linux'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools/linux'
make[3]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools/linux'
make[3]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools'
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-launch-session.o ../../ConsoleKit-0.4.6/tools/ck-launch-session.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o list-sessions.o ../../ConsoleKit-0.4.6/tools/list-sessions.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-history.o ../../ConsoleKit-0.4.6/tools/ck-history.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-collect-session-info.o ../../ConsoleKit-0.4.6/tools/ck-collect-session-info.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-get-x11-server-pid.o ../../ConsoleKit-0.4.6/tools/ck-get-x11-server-pid.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-get-x11-display-device.o ../../ConsoleKit-0.4.6/tools/ck-get-x11-display-device.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-log-system-start.o ../../ConsoleKit-0.4.6/tools/ck-log-system-start.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-log-system-restart.o ../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c
i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -DHAVE_CONFIG_H -I. -I../../ConsoleKit-0.4.6/tools -I.. -I. -I../../ConsoleKit-0.4.6/tools -I../../ConsoleKit-0.4.6/src -I../../ConsoleKit-0.4.6/libck-connector -pthread -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/dbus-1.0/include -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DSYSCONFDIR=\""/etc"\" -DLOCALSTATEDIR=\""/var"\" -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0 -ITOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -DG_ENABLE_DEBUG -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -c -o ck-log-system-stop.o ../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c
/bin/bash ../libtool --tag=CC --mode=link i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z,relro,-z,now -o ck-launch-session ck-launch-session.o ../libck-connector/libck-connector.la -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0
In file included from ../../ConsoleKit-0.4.6/tools/ck-history.c:39:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/tools/ck-history.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c:80:23: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
80 | GTimeVal *since)
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'process_log_gzstream':
../../ConsoleKit-0.4.6/tools/ck-history.c:88:24: error: passing argument 1 of 'gzgets' from incompatible pointer type [-Wincompatible-pointer-types]
88 | while (gzgets (fstream, line, sizeof (line)) != Z_NULL) {
| ^~~~~~~
| |
| struct gzFile_s **
In file included from ../../ConsoleKit-0.4.6/tools/ck-history.c:33:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/zlib.h:1494:38: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
1494 | ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
| ~~~~~~~^~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: At top level:
../../ConsoleKit-0.4.6/tools/ck-history.c:114:21: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
114 | GTimeVal *since)
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c:148:19: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
148 | GTimeVal *since)
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'process_log_file':
../../ConsoleKit-0.4.6/tools/ck-history.c:154:19: error: assignment to 'struct gzFile_s **' from incompatible pointer type 'gzFile' {aka 'struct gzFile_s *'} [-Wincompatible-pointer-types]
154 | f = gzopen (filename, "r");
| ^
../../ConsoleKit-0.4.6/tools/ck-history.c:158:43: error: passing argument 1 of 'gzerror' from incompatible pointer type [-Wincompatible-pointer-types]
158 | errmsg = gzerror (f, &errnum);
| ^
| |
| struct gzFile_s **
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/zlib.h:1659:45: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
1659 | ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum);
| ~~~~~~~^~~~
../../ConsoleKit-0.4.6/tools/ck-history.c:168:26: error: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types]
168 | gzclose (f);
| ^
| |
| struct gzFile_s **
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/zlib.h:1634:39: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
1634 | ZEXTERN int ZEXPORT gzclose(gzFile file);
| ~~~~~~~^~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: At top level:
../../ConsoleKit-0.4.6/tools/ck-history.c:223:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
223 | process_logs (GTimeVal *since)
| ^~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'get_duration':
../../ConsoleKit-0.4.6/tools/ck-history.c:483:17: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
483 | GTimeVal now;
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c:484:17: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
484 | g_get_current_time (&now);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'print_last_report_record':
../../ConsoleKit-0.4.6/tools/ck-history.c:549:39: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
549 | addedtime = g_strndup (ctime (&event->timestamp.tv_sec), 16);
| ^~~~~~~~~~~~~~~~~~~~~~~~
| |
| glong * {aka long int *}
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/features.h:503,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/bits/libc-header-start.h:33,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/stdlib.h:26,
from ../../ConsoleKit-0.4.6/tools/ck-history.c:24:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'glong *' {aka 'long int *'}
187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64);
| ^~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c:605:63: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
605 | removedtime = g_strdup_printf ("- %s", ctime (&remove_event->timestamp.tv_sec) + 11);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| glong * {aka long int *}
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'glong *' {aka 'long int *'}
187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64);
| ^~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'generate_report_last':
../../ConsoleKit-0.4.6/tools/ck-history.c:663:52: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
663 | g_print ("\nLog begins %s", ctime (&oldest_event->timestamp.tv_sec));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| glong * {aka long int *}
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'glong *' {aka 'long int *'}
187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64);
| ^~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'generate_report_last_compat':
../../ConsoleKit-0.4.6/tools/ck-history.c:706:52: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
706 | g_print ("\nLog begins %s", ctime (&oldest_event->timestamp.tv_sec));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| glong * {aka long int *}
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'glong *' {aka 'long int *'}
187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64);
| ^~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c: In function 'main':
../../ConsoleKit-0.4.6/tools/ck-history.c:881:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
881 | GTimeVal timestamp;
| ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from ../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c:39:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-history.c:924:17: warning: 'g_time_val_from_iso8601' is deprecated: Use 'g_date_time_new_from_iso8601' instead [-Wdeprecated-declarations]
924 | use_since = g_time_val_from_iso8601 (since, ×tamp);
| ^~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:92:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h:72:10: note: declared here
72 | gboolean g_time_val_from_iso8601 (const gchar *iso_date,
| ^~~~~~~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c: In function 'main':
../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c:169:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
169 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c: In function 'open_log_file':
../../ConsoleKit-0.4.6/tools/ck-log-system-restart.c:101:9: warning: ignoring return value of 'fchown' declared with attribute 'warn_unused_result' [-Wunused-result]
101 | fchown (fd, 0, 0);
| ^~~~~~~~~~~~~~~~~
In file included from ../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c:39:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
In file included from ../../ConsoleKit-0.4.6/tools/ck-log-system-start.c:40:
../../ConsoleKit-0.4.6/src/ck-log-event.h:143:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
143 | GTimeVal timestamp;
| ^~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c: In function 'main':
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:34,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:32,
from ../../ConsoleKit-0.4.6/tools/ck-log-system-start.c:36:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c:169:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
169 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-start.c: In function 'main':
../../ConsoleKit-0.4.6/tools/ck-log-system-start.c:194:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
194 | g_get_current_time (&event.timestamp);
| ^~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h:35,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib.h:56:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c: In function 'open_log_file':
../../ConsoleKit-0.4.6/tools/ck-log-system-stop.c:101:9: warning: ignoring return value of 'fchown' declared with attribute 'warn_unused_result' [-Wunused-result]
101 | fchown (fd, 0, 0);
| ^~~~~~~~~~~~~~~~~
../../ConsoleKit-0.4.6/tools/ck-log-system-start.c: In function 'open_log_file':
../../ConsoleKit-0.4.6/tools/ck-log-system-start.c:103:9: warning: ignoring return value of 'fchown' declared with attribute 'warn_unused_result' [-Wunused-result]
103 | fchown (fd, 0, 0);
| ^~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:924: ck-history.o] Error 1
make[3]: *** Waiting for unfinished jobs....
../../ConsoleKit-0.4.6/tools/list-sessions.c: In function 'main':
../../ConsoleKit-0.4.6/tools/list-sessions.c:376:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
376 | g_type_init ();
| ^~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h:26,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:31,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/dbus-1.0/dbus/dbus-glib.h:29,
from ../../ConsoleKit-0.4.6/tools/list-sessions.c:36:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
737 | void g_type_init (void);
| ^~~~~~~~~~~
libtool: link: i686-pokymllib32-linux-gcc -m32 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/ConsoleKit-0.4.6=/usr/src/debug/lib32-consolekit/0.4.6 -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build=/usr/src/debug/lib32-consolekit/0.4.6 -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/lib32-recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/recipe-sysroot-native= -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ck-launch-session ck-launch-session.o ../libck-connector/.libs/libck-connector.so -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -pthread
make[3]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools'
make[2]: *** [Makefile:988: all-recursive] Error 1
make[2]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build/tools'
make[1]: *** [Makefile:492: all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/build'
make: *** [Makefile:424: all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606:182 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606, line 182
#2: die, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606, line 166
#3: oe_runmake, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606, line 161
#4: autotools_do_compile, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606, line 156
#5: do_compile, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606, line 151
#6: main, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-consolekit/0.4.6/temp/run.do_compile.2608606, line 195