Cook: xbindkeys 1.8.3 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libxau-1.0.8-i486 Installing (pkg/local): libxdmcp-1.1.2-i486 Installing (pkg/local): libxcb-1.13.1-i486 Installing (pkg/local): libx11-1.6.7-i486 Installing (pkg/local): xorgproto-2018.4-any Installing (pkg/local): libxau-dev-1.0.8-any Installing (pkg/local): libxdmcp-dev-1.1.2-any Installing (pkg/local): libxcb-dev-1.13.1-any Installing (pkg/local): libx11-dev-1.6.7-any Extracting source archive "xbindkeys-1.8.3.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) awk checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no 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/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for XCreateWindow in -lX11... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking return type of signal handlers... void checking for strcasecmp... yes checking for strchr... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/slitaz/wok/xbindkeys/source/xbindkeys-1.8.3' if gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -DFORK_FLAG=1 -I. -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -MT xbindkeys.o -MD -MP -MF ".deps/xbindkeys.Tpo" -c -o xbindkeys.o xbindkeys.c; \ then mv -f ".deps/xbindkeys.Tpo" ".deps/xbindkeys.Po"; else rm -f ".deps/xbindkeys.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -DFORK_FLAG=1 -I. -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -MT keys.o -MD -MP -MF ".deps/keys.Tpo" -c -o keys.o keys.c; \ then mv -f ".deps/keys.Tpo" ".deps/keys.Po"; else rm -f ".deps/keys.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -DFORK_FLAG=1 -I. -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o options.c; \ then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -DFORK_FLAG=1 -I. -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -MT get_key.o -MD -MP -MF ".deps/get_key.Tpo" -c -o get_key.o get_key.c; \ then mv -f ".deps/get_key.Tpo" ".deps/get_key.Po"; else rm -f ".deps/get_key.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -DFORK_FLAG=1 -I. -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -MT grab_key.o -MD -MP -MF ".deps/grab_key.Tpo" -c -o grab_key.o grab_key.c; \ then mv -f ".deps/grab_key.Tpo" ".deps/grab_key.Po"; else rm -f ".deps/grab_key.Tpo"; exit 1; fi options.c: In function 'get_options': options.c:166:11: warning: the address of 'rc_file' will always evaluate as 'true' [-Waddress] if (rc_file) ^~~~~~~ keys.c: In function 'print_key': keys.c:245:10: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] (XKeycodeToKeysym (d, key->key.code, 0)) != ^ In file included from keys.h:21, from keys.c:18: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ keys.c:246:10: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] NULL) ? XKeysymToString (XKeycodeToKeysym (d, ^~~~ In file included from keys.h:21, from keys.c:18: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ xbindkeys.c: In function 'start_as_daemon': xbindkeys.c:543:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup (i); ^~~~~~~ xbindkeys.c:544:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup (i); ^~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DFORK_FLAG=1 -I. -Wall -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o xbindkeys xbindkeys.o keys.o options.o get_key.o grab_key.o -lX11 make[1]: Leaving directory '/home/slitaz/wok/xbindkeys/source/xbindkeys-1.8.3' make[1]: Entering directory '/home/slitaz/wok/xbindkeys/source/xbindkeys-1.8.3' test -z "/usr/bin" || /bin/bash ./mkinstalldirs "/home/slitaz/wok/xbindkeys/install/usr/bin" test -z "/usr/share/man/man1" || /bin/bash ./mkinstalldirs "/home/slitaz/wok/xbindkeys/install/usr/share/man/man1" mkdir /home/slitaz/wok/xbindkeys/install mkdir /home/slitaz/wok/xbindkeys/install mkdir: can't create directory '/home/slitaz/wok/xbindkeys/install': File exists mkdir /home/slitaz/wok/xbindkeys/install/usr mkdir /home/slitaz/wok/xbindkeys/install/usr mkdir /home/slitaz/wok/xbindkeys/install/usr/bin mkdir: can't create directory '/home/slitaz/wok/xbindkeys/install/usr': File exists mkdir /home/slitaz/wok/xbindkeys/install/usr/share mkdir /home/slitaz/wok/xbindkeys/install/usr/share/man mkdir /home/slitaz/wok/xbindkeys/install/usr/share/man/man1 test -z "/usr/bin" || /bin/bash ./mkinstalldirs "/home/slitaz/wok/xbindkeys/install/usr/bin" /usr/bin/install -c -m 644 './xbindkeys.1' '/home/slitaz/wok/xbindkeys/install/usr/share/man/man1/xbindkeys.1' /usr/bin/install -c 'xbindkeys' '/home/slitaz/wok/xbindkeys/install/usr/bin/xbindkeys' make[1]: Leaving directory '/home/slitaz/wok/xbindkeys/source/xbindkeys-1.8.3' ================================================================================ Executing strip on all files... Done Time: 0.17s. Size: 32760 B -> 25864 B. Save: 7 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.40s. Size: 4929 B -> 2007 B. Save: 3 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 10 Removing: advancecomp-static libx11 libx11-dev libxau libxau-dev libxcb libxcb-dev libxdmcp libxdmcp-dev xorgproto Pack: xbindkeys 1.8.3 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "xbindkeys-1.8.3-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "xbindkeys-1.8.3-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/xbindkeys-1.8.3... Done Checking site script in source/xbindkeys-1.8.3... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: xbindkeys 1.8.3 ================================================================================ Src file : xbindkeys-1.8.3.tar.gz Src size : 128.0K Source dir : 820.0K Produced : 56.0K Cook time : 16s Cook date : 2020-07-08 04:19 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 56.0K : 10.9K : 1 : xbindkeys-1.8.3-i486.tazpkg ================================================================================