The following packages will be installed: utimer Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching utimer-0.4-fno-common.patch... 0%100%100%100%100%100%Done Fetching utimer-0.4-locale.patch... 0%100%100%100%100%100%Done Fetching utimer.SlackBuild... 0%100%100%100%100%100%Done Fetching utimer.info... 0%100%100%100%100%100%Done utimer-0.4/ utimer-0.4/AUTHORS utimer-0.4/config.h.in utimer-0.4/src/ utimer-0.4/src/utimer.c utimer-0.4/src/utimer.h utimer-0.4/src/Makefile.in utimer-0.4/src/log.h utimer-0.4/src/Makefile.am utimer-0.4/src/timer.c utimer-0.4/src/timer.h utimer-0.4/src/utils.h utimer-0.4/src/utils.c utimer-0.4/src/log.c utimer-0.4/src/tests/ utimer-0.4/src/tests/maintests.c utimer-0.4/src/tests/Makefile.in utimer-0.4/src/tests/Makefile.am utimer-0.4/configure utimer-0.4/NEWS utimer-0.4/ChangeLog utimer-0.4/INSTALL utimer-0.4/COPYING utimer-0.4/mkinstalldirs utimer-0.4/autogen.sh utimer-0.4/data/ utimer-0.4/data/Makefile.in utimer-0.4/data/Makefile.am utimer-0.4/data/utimer.1 utimer-0.4/Makefile.in utimer-0.4/po/ utimer-0.4/po/POTFILES.in utimer-0.4/po/LINGUAS utimer-0.4/po/Makefile.in.in utimer-0.4/install-sh utimer-0.4/README.in utimer-0.4/aclocal.m4 utimer-0.4/Makefile.am utimer-0.4/Doxyfile utimer-0.4/README utimer-0.4/Makefile.decl utimer-0.4/depcomp utimer-0.4/configure.ac utimer-0.4/missing patching file src/utimer.h patching file src/utils.c patching file src/utimer.h checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i586-slackware-linux-gcc... i586-slackware-linux-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 i586-slackware-linux-gcc accepts -g... yes checking for i586-slackware-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i586-slackware-linux-gcc... gcc3 checking for i586-slackware-linux-pkg-config... no checking for pkg-config... /usr/bin/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/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.34.0 checking for XML::Parser... ok checking how to run the C preprocessor... i586-slackware-linux-gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking debug level... no 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 make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' Making all in tests make[3]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src/tests' i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT maintests.o -MD -MP -MF .deps/maintests.Tpo -c -o maintests.o maintests.c In file included from ../utils.h:27, from ../utimer.h:40, 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:40, 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:112, 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:265:10: note: declared here 265 | 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:710:23: note: declared here 710 | 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 mv -f .deps/maintests.Tpo .deps/maintests.Po i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT timer.o -MD -MP -MF .deps/timer.Tpo -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:40, 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:40, 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:112, 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, | ^~~~~~~~~ mv -f .deps/timer.Tpo .deps/timer.Po i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT utils.o -MD -MP -MF .deps/utils.Tpo -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:136:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 136 | if (!g_thread_create ((GThreadFunc) check_exit_from_user, NULL, FALSE, &error)) | ^~ In file included from /usr/include/glib-2.0/glib.h:112, 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:224:3: warning: ‘g_atexit’ is deprecated [-Wdeprecated-declarations] 224 | 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:9: note: declared here 336 | void g_atexit (GVoidFunc func); | ^~~~~~~~ mv -f .deps/utils.Tpo .deps/utils.Po i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT log.o -MD -MP -MF .deps/log.Tpo -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:40, 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:40, 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, | ^~~~~~~~~ mv -f .deps/log.Tpo .deps/log.Po i586-slackware-linux-gcc -O2 -march=i586 -mtune=i686 -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 '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src/tests' make[3]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT utimer.o -MD -MP -MF .deps/utimer.Tpo -c -o utimer.o utimer.c In file included from utils.h:27, from utimer.h:40, 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:40, 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:112, from utimer.h:36, from utimer.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here 265 | 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:9: note: declared here 336 | void g_atexit (GVoidFunc func); | ^~~~~~~~ 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 mv -f .deps/utimer.Tpo .deps/utimer.Po i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c In file included from utils.h:27, from utimer.h:40, from timer.c:34: 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 timer.c:31: /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:40, from timer.c:34: 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, | ^~~~~~~~~ timer.c: In function ‘timer_run_checkloop_thread’: 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:112, from timer.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here 100 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ timer.c: At top level: timer.c:340:22: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 340 | GVoidFunc success_callback, | ^~~~~~~~~ timer.c:341:22: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 341 | GVoidFunc error_callback, | ^~~~~~~~~ timer.c:364:28: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 364 | GVoidFunc success_callback, | ^~~~~~~~~ timer.c:365:28: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 365 | GVoidFunc error_callback, | ^~~~~~~~~ timer.c:373:32: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 373 | GVoidFunc success_callback, | ^~~~~~~~~ timer.c:374:32: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 374 | GVoidFunc error_callback, | ^~~~~~~~~ timer.c:380:1: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 380 | ut_timer* stopwatch_new_timer (GVoidFunc success_callback, | ^~~~~~~~ timer.c:381:32: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations] 381 | GVoidFunc error_callback, | ^~~~~~~~~ mv -f .deps/timer.Tpo .deps/timer.Po i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c In file included from utils.h:27, from utils.c:36: 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 utils.c:33: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from utils.h:27, from utils.c:36: 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, | ^~~~~~~~~ utils.c: In function ‘start_thread_exit_check’: utils.c:136:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 136 | if (!g_thread_create ((GThreadFunc) check_exit_from_user, NULL, FALSE, &error)) | ^~ In file included from /usr/include/glib-2.0/glib.h:112, from utils.c:33: /usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here 100 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ utils.c: In function ‘check_exit_from_user’: utils.c:224:3: warning: ‘g_atexit’ is deprecated [-Wdeprecated-declarations] 224 | 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 utils.c:33: /usr/include/glib-2.0/glib/gutils.h:336:9: note: declared here 336 | void g_atexit (GVoidFunc func); | ^~~~~~~~ mv -f .deps/utils.Tpo .deps/utils.Po i586-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -march=i586 -mtune=i686 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c In file included from utils.h:27, from utimer.h:40, from log.c:32: 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 log.c:29: /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:40, from log.c:32: 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, | ^~~~~~~~~ mv -f .deps/log.Tpo .deps/log.Po i586-slackware-linux-gcc -O2 -march=i586 -mtune=i686 -o utimer utimer.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 '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' Making all in po make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/po' Making all in data make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/data' make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/misc/utimer/utimer-0.4/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/misc/utimer/utimer-0.4/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' Making install in src make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' Making install in tests make[3]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src/tests' make[4]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src/tests' make[3]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src/tests' make[3]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' make[4]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/utimer/package-utimer/usr/bin" /bin/sh /usr/src/slapt-src-i486/misc/utimer/utimer-0.4/install-sh -c -s utimer '/usr/src/slapt-src-i486/misc/utimer/package-utimer/usr/bin' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' make[3]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/src' Making install in po make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/po' linguas=""; \ for lang in $linguas; do \ dir=/usr/src/slapt-src-i486/misc/utimer/package-utimer/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /usr/src/slapt-src-i486/misc/utimer/utimer-0.4/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/ginstall -c -m 644 $lang.gmo $dir/utimer.mo; \ echo "installing $lang.gmo as $dir/utimer.mo"; \ else \ /usr/bin/ginstall -c -m 644 ./$lang.gmo $dir/utimer.mo; \ echo "installing ./$lang.gmo as" \ "$dir/utimer.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/ginstall -c -m 644 $lang.gmo.m $dir/utimer.mo.m; \ echo "installing $lang.gmo.m as $dir/utimer.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/ginstall -c -m 644 ./$lang.gmo.m \ $dir/utimer.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/utimer.mo.m"; \ else \ true; \ fi; \ fi; \ done make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/po' Making install in data make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/data' make[3]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/data' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/utimer/package-utimer/usr/man/man1" /usr/bin/ginstall -c -m 644 utimer.1 '/usr/src/slapt-src-i486/misc/utimer/package-utimer/usr/man/man1' make[3]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/data' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4/data' make[2]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make[3]: Entering directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/utimer/utimer-0.4' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/misc/utimer/utimer-0.4-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/utimer usr/doc/ usr/doc/utimer-0.4/ usr/doc/utimer-0.4/AUTHORS usr/doc/utimer-0.4/COPYING usr/doc/utimer-0.4/ChangeLog usr/doc/utimer-0.4/INSTALL usr/doc/utimer-0.4/NEWS usr/doc/utimer-0.4/README usr/doc/utimer-0.4/utimer.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/utimer.1.gz WARNING: zero length file usr/doc/utimer-0.4/NEWS Slackware package /usr/src/slapt-src-i486/misc/utimer/utimer-0.4-i586-1salix15.0.txz created. Installing package utimer-0.4-i586-1salix15.0... | utimer (Open-Source Multifunction "Timer" Tool For Linux) | | uTimer (pronounced as "micro-timer") is a command-line multifunction | timer tool. | It features a timer, a countdown, and a stopwatch. | This is an open source (GPL) project developed in C using Glib. | uTimer runs on GNU/Linux systems. | | Homepage: https://sourceforge.net/projects/utimer/ | | | |