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.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 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 x86_64-slackware-linux-gcc... x86_64-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 x86_64-slackware-linux-gcc accepts -g... yes checking for x86_64-slackware-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-slackware-linux-gcc... gcc3 checking for x86_64-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.22.2 checking for XML::Parser... ok checking how to run the C preprocessor... x86_64-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/misc/utimer/utimer-0.4' Making all in src make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' Making all in tests make[3]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src/tests' x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT maintests.o -MD -MP -MF .deps/maintests.Tpo -c -o maintests.o maintests.c maintests.c: In function 'main': maintests.c:224:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init (NULL); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from maintests.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^ maintests.c:225:3: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init (); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from maintests.c:32: /usr/include/glib-2.0/gobject/gtype.h:681:23: note: declared here void g_type_init (void); ^ maintests.c:232:3: warning: implicit declaration of function 'setup_log_handler' [-Wimplicit-function-declaration] setup_log_handler (); ^ mv -f .deps/maintests.Tpo .deps/maintests.Po x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o `test -f '../../src/timer.c' || echo './'`../../src/timer.c ../../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] if (!g_thread_create((GThreadFunc) timer_check_loop, t, FALSE, &error)) ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from ../../src/timer.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^ mv -f .deps/timer.Tpo .deps/timer.Po x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o `test -f '../../src/utils.c' || echo './'`../../src/utils.c ../../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] if (!g_thread_create ((GThreadFunc) check_exit_from_user, NULL, FALSE, &error)) ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from ../../src/utils.c:33: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here 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] g_atexit (reset_tty_canonical_mode); /* Deactivate canonical mode at exit */ ^ In file included from /usr/include/glib-2.0/glib/gthread.h:34:0, 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:242:6: note: declared here void g_atexit (GVoidFunc func); ^ mv -f .deps/utils.Tpo .deps/utils.Po x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o `test -f '../../src/log.c' || echo './'`../../src/log.c mv -f .deps/log.Tpo .deps/log.Po x86_64-slackware-linux-gcc -O2 -fPIC -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/misc/utimer/utimer-0.4/src/tests' make[3]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT utimer.o -MD -MP -MF .deps/utimer.Tpo -c -o utimer.o utimer.c utimer.c: In function 'main': utimer.c:163:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init (NULL); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from utimer.h:36, from utimer.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^ utimer.c:164:3: warning: implicit declaration of function 'g_type_init' [-Wimplicit-function-declaration] g_type_init (); ^ utimer.c:168:3: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations] g_atexit (clean_up); ^ In file included from /usr/include/glib-2.0/glib/gthread.h:34:0, 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:242:6: note: declared here void g_atexit (GVoidFunc func); ^ utimer.c:202:3: warning: implicit declaration of function 'setup_log_handler' [-Wimplicit-function-declaration] setup_log_handler (); ^ mv -f .deps/utimer.Tpo .deps/utimer.Po x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c 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] if (!g_thread_create((GThreadFunc) timer_check_loop, t, FALSE, &error)) ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from timer.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^ mv -f .deps/timer.Tpo .deps/timer.Po x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c utils.c: In function 'start_thread_exit_check': utils.c:132:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] if (!g_thread_create ((GThreadFunc) check_exit_from_user, NULL, FALSE, &error)) ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from utils.c:33: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^ utils.c: In function 'check_exit_from_user': utils.c:220:3: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations] g_atexit (reset_tty_canonical_mode); /* Deactivate canonical mode at exit */ ^ In file included from /usr/include/glib-2.0/glib/gthread.h:34:0, 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:242:6: note: declared here void g_atexit (GVoidFunc func); ^ mv -f .deps/utils.Tpo .deps/utils.Po x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -O2 -fPIC -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c mv -f .deps/log.Tpo .deps/log.Po x86_64-slackware-linux-gcc -O2 -fPIC -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/misc/utimer/utimer-0.4/src' make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' Making all in po make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/po' Making all in data make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/data' make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4' make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4' make[1]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/misc/utimer/utimer-0.4/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/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/misc/utimer/utimer-0.4' Making install in src make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' Making install in tests make[3]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src/tests' make[4]: Entering directory '/usr/src/slapt-src/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/misc/utimer/utimer-0.4/src/tests' make[3]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src/tests' make[3]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' make[4]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src/misc/utimer/package-utimer/usr/bin" /bin/sh /usr/src/slapt-src/misc/utimer/utimer-0.4/install-sh -c -s utimer '/usr/src/slapt-src/misc/utimer/package-utimer/usr/bin' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' make[3]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/src' Making install in po make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/po' linguas=""; \ for lang in $linguas; do \ dir=/usr/src/slapt-src/misc/utimer/package-utimer/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /usr/src/slapt-src/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/misc/utimer/utimer-0.4/po' Making install in data make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/data' make[3]: Entering directory '/usr/src/slapt-src/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/misc/utimer/package-utimer/usr/man/man1" /usr/bin/ginstall -c -m 644 utimer.1 '/usr/src/slapt-src/misc/utimer/package-utimer/usr/man/man1' make[3]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/data' make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4/data' make[2]: Entering directory '/usr/src/slapt-src/misc/utimer/utimer-0.4' make[3]: Entering directory '/usr/src/slapt-src/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/misc/utimer/utimer-0.4' make[2]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4' make[1]: Leaving directory '/usr/src/slapt-src/misc/utimer/utimer-0.4' Slackware package maker, version 3.141593. 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/misc/utimer/utimer-0.4-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/utimer usr/doc/ usr/doc/utimer-0.4/ usr/doc/utimer-0.4/README usr/doc/utimer-0.4/utimer.SlackBuild usr/doc/utimer-0.4/COPYING usr/doc/utimer-0.4/NEWS usr/doc/utimer-0.4/AUTHORS usr/doc/utimer-0.4/ChangeLog usr/doc/utimer-0.4/INSTALL usr/man/ usr/man/man1/ usr/man/man1/utimer.1.gz install/ install/slack-desc WARNING: zero length file usr/doc/utimer-0.4/NEWS Slackware package /usr/src/slapt-src/misc/utimer/utimer-0.4-x86_64-1salix.txz created. Installing package utimer-0.4-x86_64-1salix... | 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: http://sourceforge.net/projects/utimer/ | | | |