* Package: app-misc/utimer-0.4-r1 * Repository: gentoo * Maintainer: lavi.kfir@gmail.com proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux nls userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking utimer-0.4.tar.gz to /var/tmp/portage/app-misc/utimer-0.4-r1/work >>> Source unpacked in /var/tmp/portage/app-misc/utimer-0.4-r1/work >>> Preparing source in /var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4 ... ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --docdir=/usr/share/doc/utimer-0.4-r1 --htmldir=/usr/share/doc/utimer-0.4-r1/html --libdir=/usr/lib --enable-debug=yes --enable-nls configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-gentoo-linux-musl-gcc accepts -g... yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-gentoo-linux-musl-gcc... none checking for x86_64-gentoo-linux-musl-pkg-config... /usr/bin/x86_64-gentoo-linux-musl-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for GIO... yes checking for g_thread_init in -lgthread-2.0... yes checking for main in -lgobject-2.0... yes checking whether NLS is requested... yes checking for intltool >= 0.37.1... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.30.1 checking for XML::Parser... ok checking how to run the C preprocessor... x86_64-gentoo-linux-musl-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/gmsgfmt checking for xgettext... (cached) /usr/bin/xgettext checking debug level... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating README config.status: creating data/Makefile config.status: creating src/tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4' Making all in src make[2]: Entering directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4/src' Making all in tests make[3]: Entering directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4/src/tests' x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -O2 -pipe -march=native -c maintests.c In file included from ../utils.h:27, from ../utimer.h:39, from maintests.c:33: ../timer.h:48:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 48 | GVoidFunc success_callback; | ^~~~~~~~~ ../timer.h:49:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 49 | GVoidFunc error_callback; | ^~~~~~~~~ ../timer.h:62:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 62 | GTimeVal gtvaldiff_to_gtval (GTimeValDiff g); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from maintests.c:32: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from ../utils.h:27, from ../utimer.h:39, from maintests.c:33: ../timer.h:69:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 69 | GVoidFunc success_callback, | ^~~~~~~~~ ../timer.h:70:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 70 | GVoidFunc error_callback, | ^~~~~~~~~ ../timer.h:74:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 74 | GVoidFunc success_callback, | ^~~~~~~~~ ../timer.h:75:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 75 | GVoidFunc error_callback, | ^~~~~~~~~ ../timer.h:77:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 77 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ ../timer.h:78:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 78 | GVoidFunc error_callback, | ^~~~~~~~~ maintests.c: In function ‘main’: maintests.c:224:3: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] 224 | g_thread_init (NULL); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from maintests.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here 261 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ maintests.c:225:3: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations] 225 | g_type_init (); | ^~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from maintests.c:32: /usr/include/glib-2.0/gobject/gtype.h:691:23: note: declared here 691 | void g_type_init (void); | ^~~~~~~~~~~ maintests.c:232:3: warning: implicit declaration of function ‘setup_log_handler’; did you mean ‘g_set_print_handler’? [-Wimplicit-function-declaration] 232 | setup_log_handler (); | ^~~~~~~~~~~~~~~~~ | g_set_print_handler x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -O2 -pipe -march=native -c -o timer.o `test -f '../../src/timer.c' || echo './'`../../src/timer.c In file included from ../../src/utils.h:27, from ../../src/utimer.h:39, from ../../src/timer.c:34: ../../src/timer.h:48:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 48 | GVoidFunc success_callback; | ^~~~~~~~~ ../../src/timer.h:49:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 49 | GVoidFunc error_callback; | ^~~~~~~~~ ../../src/timer.h:62:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 62 | GTimeVal gtvaldiff_to_gtval (GTimeValDiff g); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from ../../src/timer.c:31: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../src/utils.h:27, from ../../src/utimer.h:39, from ../../src/timer.c:34: ../../src/timer.h:69:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 69 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.h:70:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 70 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.h:74:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 74 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.h:75:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 75 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.h:77:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 77 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ ../../src/timer.h:78:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 78 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.c: In function ‘timer_run_checkloop_thread’: ../../src/timer.c:196:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 196 | if (!g_thread_create((GThreadFunc) timer_check_loop, t, FALSE, &error)) | ^~ In file included from /usr/include/glib-2.0/glib.h:111, from ../../src/timer.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here 100 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ ../../src/timer.c: At top level: ../../src/timer.c:340:22: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 340 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.c:341:22: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 341 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.c:364:28: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 364 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.c:365:28: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 365 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.c:373:32: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 373 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.c:374:32: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 374 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.c:380:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 380 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ ../../src/timer.c:381:32: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 381 | GVoidFunc error_callback, | ^~~~~~~~~ x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -O2 -pipe -march=native -c -o utils.o `test -f '../../src/utils.c' || echo './'`../../src/utils.c In file included from ../../src/utils.h:27, from ../../src/utils.c:36: ../../src/timer.h:48:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 48 | GVoidFunc success_callback; | ^~~~~~~~~ ../../src/timer.h:49:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 49 | GVoidFunc error_callback; | ^~~~~~~~~ ../../src/timer.h:62:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 62 | GTimeVal gtvaldiff_to_gtval (GTimeValDiff g); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from ../../src/utils.c:33: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../src/utils.h:27, from ../../src/utils.c:36: ../../src/timer.h:69:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 69 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.h:70:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 70 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.h:74:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 74 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.h:75:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 75 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.h:77:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 77 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ ../../src/timer.h:78:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 78 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/utils.c: In function ‘start_thread_exit_check’: ../../src/utils.c:132:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 132 | if (!g_thread_create ((GThreadFunc) check_exit_from_user, NULL, FALSE, &error)) | ^~ In file included from /usr/include/glib-2.0/glib.h:111, from ../../src/utils.c:33: /usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here 100 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ ../../src/utils.c: In function ‘check_exit_from_user’: ../../src/utils.c:220:3: warning: ‘g_atexit’ is deprecated [-Wdeprecated-declarations] 220 | g_atexit (reset_tty_canonical_mode); /* Deactivate canonical mode at exit */ | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from ../../src/utils.c:33: /usr/include/glib-2.0/glib/gutils.h:336:6: note: declared here 336 | void g_atexit (GVoidFunc func); | ^~~~~~~~ x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -O2 -pipe -march=native -c -o log.o `test -f '../../src/log.c' || echo './'`../../src/log.c In file included from ../../src/utils.h:27, from ../../src/utimer.h:39, from ../../src/log.c:32: ../../src/timer.h:48:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 48 | GVoidFunc success_callback; | ^~~~~~~~~ ../../src/timer.h:49:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 49 | GVoidFunc error_callback; | ^~~~~~~~~ ../../src/timer.h:62:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 62 | GTimeVal gtvaldiff_to_gtval (GTimeValDiff g); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from ../../src/log.c:29: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../src/utils.h:27, from ../../src/utimer.h:39, from ../../src/log.c:32: ../../src/timer.h:69:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 69 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.h:70:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 70 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.h:74:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 74 | GVoidFunc success_callback, | ^~~~~~~~~ ../../src/timer.h:75:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 75 | GVoidFunc error_callback, | ^~~~~~~~~ ../../src/timer.h:77:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 77 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ ../../src/timer.h:78:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 78 | GVoidFunc error_callback, | ^~~~~~~~~ x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o maintests maintests.o timer.o utils.o log.o -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgobject-2.0 -lgthread-2.0 make[3]: Leaving directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4/src/tests' make[3]: Entering directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4/src' x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/lib/libffi/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -O2 -pipe -march=native -c utimer.c In file included from utils.h:27, from utimer.h:39, from utimer.c:24: timer.h:48:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 48 | GVoidFunc success_callback; | ^~~~~~~~~ timer.h:49:3: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 49 | GVoidFunc error_callback; | ^~~~~~~~~ timer.h:62:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 62 | GTimeVal gtvaldiff_to_gtval (GTimeValDiff g); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from utimer.h:36, from utimer.c:24: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from utils.h:27, from utimer.h:39, from utimer.c:24: timer.h:69:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 69 | GVoidFunc success_callback, | ^~~~~~~~~ timer.h:70:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 70 | GVoidFunc error_callback, | ^~~~~~~~~ timer.h:74:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 74 | GVoidFunc success_callback, | ^~~~~~~~~ timer.h:75:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 75 | GVoidFunc error_callback, | ^~~~~~~~~ timer.h:77:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 77 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ timer.h:78:50: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 78 | GVoidFunc error_callback, | ^~~~~~~~~ utimer.c: In function ‘main’: utimer.c:163:3: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] 163 | g_thread_init (NULL); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from utimer.h:36, from utimer.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here 261 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~ utimer.c:164:3: warning: implicit declaration of function ‘g_type_init’; did you mean ‘g_test_init’? [-Wimplicit-function-declaration] 164 | g_type_init (); | ^~~~~~~~~~~ | g_test_init utimer.c:168:3: warning: ‘g_atexit’ is deprecated [-Wdeprecated-declarations] 168 | g_atexit (clean_up); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:34, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from utimer.h:36, from utimer.c:24: /usr/include/glib-2.0/glib/gutils.h:336:6: note: declared here 336 | void g_atexit (GVoidFunc func); | ^~~~~~~~ utimer.c:171:22: warning: implicit declaration of function ‘setlocale’ [-Wimplicit-function-declaration] 171 | ut_config.locale = setlocale (LC_ALL, ""); | ^~~~~~~~~ utimer.c:171:33: error: ‘LC_ALL’ undeclared (first use in this function) 171 | ut_config.locale = setlocale (LC_ALL, ""); | ^~~~~~ utimer.c:171:33: note: each undeclared identifier is reported only once for each function it appears in utimer.c:202:3: warning: implicit declaration of function ‘setup_log_handler’; did you mean ‘g_set_print_handler’? [-Wimplicit-function-declaration] 202 | setup_log_handler (); | ^~~~~~~~~~~~~~~~~ | g_set_print_handler make[3]: *** [Makefile:331: utimer.o] Error 1 make[3]: Leaving directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4/src' make[2]: *** [Makefile:347: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4/src' make[1]: *** [Makefile:298: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4' make: *** [Makefile:234: all] Error 2 * ERROR: app-misc/utimer-0.4-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-misc/utimer-0.4-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/utimer-0.4-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-misc:utimer-0.4-r1:20200412-185934.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/utimer-0.4-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/utimer-0.4-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4' * S: '/var/tmp/portage/app-misc/utimer-0.4-r1/work/utimer-0.4'