tar -xf keybinder-0.2.2.tar.gz checking for a BSD-compatible install... /bin/ginstall -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 whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for XkbQueryExtension... yes checking for a Python interpreter with version >= 2.5... python checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages checking for headers required to compile python extensions... found checking for PYGTK... yes checking for python module glib... yes checking for python module gobject... yes checking for python module gtk... yes checking for python module gtk.gdk... yes checking whether gcc accepts -fno-strict-aliasing... yes checking for pygtk-codegen-2.0... /usr/bin/pygtk-codegen-2.0 checking for pygtk defs... /usr/share/pygtk/2.0/defs checking lua.h usability... yes checking lua.h presence... yes checking for lua.h... yes checking lualib.h usability... yes checking lualib.h presence... yes checking for lualib.h... yes checking liblua version is in range 501 <= v < 502... (found Lua 5.1, 501)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libkeybinder/Makefile config.status: creating libkeybinder/keybinder.pc config.status: creating lua-keybinder/Makefile config.status: creating python-keybinder/__init__.py config.status: creating python-keybinder/Makefile config.status: executing depfiles commands config.status: executing libtool commands keybinder v0.2.2 Prefix............... : /usr libkeybinder ........ : yes python-keybinder .... : yes lua-keybinder ....... : yes Now type make to compile Then su to root and type: make install Making all in libkeybinder make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libkeybinder' CC bind.lo CCLD libkeybinder.la make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libkeybinder' Making all in python-keybinder make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder' CC _keybinder_la-_keybindermodule.lo (cd . \ && /usr/bin/pygtk-codegen-2.0 \ --override _keybinder.override \ --register /usr/share/pygtk/2.0/defs/gtk-types.defs \ --register /usr/share/pygtk/2.0/defs/gdk-types.defs \ --prefix py_keybinder _keybinder.defs) > gen-_keybinder.c \ && cp gen-_keybinder.c _keybinder.c \ && rm -f gen-_keybinder.c note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead note: I will now try to invoke pygobject-codegen-2.0 in the same directory ***INFO*** The coverage of global functions is 100.00% (3/3) ***INFO*** There are no declared methods. ***INFO*** There are no declared virtual proxies. ***INFO*** There are no declared virtual accessors. ***INFO*** There are no declared interface proxies. CC _keybinder_la-_keybinder.lo CCLD _keybinder.la make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder' Making all in lua-keybinder make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder' CC lkeybinder.lo CCLD keybinder.la make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder' make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2' Making install in libkeybinder make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libkeybinder' make[2]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libkeybinder' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || /bin/mkdir -p "/home/tomoki/Salix/packages/keybinding/pkg/usr/include" /bin/ginstall -c -m 644 keybinder.h '/home/tomoki/Salix/packages/keybinding/pkg/usr/include' test -z "/usr/lib" || /bin/mkdir -p "/home/tomoki/Salix/packages/keybinding/pkg/usr/lib" /bin/sh ../libtool --mode=install /bin/ginstall -c libkeybinder.la '/home/tomoki/Salix/packages/keybinding/pkg/usr/lib' libtool: install: /bin/ginstall -c .libs/libkeybinder.so.0.0.1 /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/libkeybinder.so.0.0.1 libtool: install: (cd /home/tomoki/Salix/packages/keybinding/pkg/usr/lib && { ln -s -f libkeybinder.so.0.0.1 libkeybinder.so.0 || { rm -f libkeybinder.so.0 && ln -s libkeybinder.so.0.0.1 libkeybinder.so.0; }; }) libtool: install: (cd /home/tomoki/Salix/packages/keybinding/pkg/usr/lib && { ln -s -f libkeybinder.so.0.0.1 libkeybinder.so || { rm -f libkeybinder.so && ln -s libkeybinder.so.0.0.1 libkeybinder.so; }; }) libtool: install: /bin/ginstall -c .libs/libkeybinder.lai /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/libkeybinder.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/pkgconfig" /bin/ginstall -c -m 644 keybinder.pc '/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libkeybinder' make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libkeybinder' Making install in python-keybinder make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder' make[2]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/python2.6/site-packages/keybinder" || /bin/mkdir -p "/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder" /bin/sh ../libtool --mode=install /bin/ginstall -c _keybinder.la '/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder' libtool: install: warning: relinking `_keybinder.la' libtool: install: (cd /home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder; /bin/sh /home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libtool --silent --tag CC --mode=relink gcc -Wall -O2 -march=i486 -mtune=i686 -module -avoid-version -export-symbols-regex init_keybinder -lXext -lXrender -lX11 -o _keybinder.la -rpath /usr/lib/python2.6/site-packages/keybinder _keybinder_la-_keybindermodule.lo _keybinder_la-_keybinder.lo ../libkeybinder/libkeybinder.la -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lXext -lXrender -lX11 -inst-prefix-dir /home/tomoki/Salix/packages/keybinding/pkg) libtool: install: /bin/ginstall -c .libs/_keybinder.soT /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder/_keybinder.so libtool: install: /bin/ginstall -c .libs/_keybinder.lai /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder/_keybinder.la libtool: install: warning: remember to run `libtool --finish /usr/lib/python2.6/site-packages/keybinder' test -z "/usr/lib/python2.6/site-packages/keybinder" || /bin/mkdir -p "/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder" /bin/ginstall -c -m 644 __init__.py '/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder' Byte-compiling python modules... __init__.py Byte-compiling python modules (optimized versions) ... __init__.py make[2]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder' make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/python-keybinder' Making install in lua-keybinder make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder' make[2]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/lua/5.1" || /bin/mkdir -p "/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/lua/5.1" /bin/sh ../libtool --mode=install /bin/ginstall -c keybinder.la '/home/tomoki/Salix/packages/keybinding/pkg/usr/lib/lua/5.1' libtool: install: warning: relinking `keybinder.la' libtool: install: (cd /home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder; /bin/sh /home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/libtool --silent --tag CC --mode=relink gcc -Wall -O2 -march=i486 -mtune=i686 -module -avoid-version -o keybinder.la -rpath /usr/lib/lua/5.1 lkeybinder.lo ../libkeybinder/libkeybinder.la -lXext -lXrender -lX11 -inst-prefix-dir /home/tomoki/Salix/packages/keybinding/pkg) libtool: install: /bin/ginstall -c .libs/keybinder.soT /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/lua/5.1/keybinder.so libtool: install: /bin/ginstall -c .libs/keybinder.lai /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/lua/5.1/keybinder.la libtool: install: warning: remember to run `libtool --finish /usr/lib/lua/5.1' make[2]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder' make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2/lua-keybinder' make[1]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2' make[2]: Entering directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2' make[1]: Leaving directory `/home/tomoki/Salix/packages/keybinding/src/keybinder-0.2.2' /home/tomoki/Salix/packages/keybinding/pkg: total 8 drwxr-xr-x 2 root root 4096 Jun 12 18:50 install drwxr-xr-x 6 root root 4096 Jun 12 18:50 usr /home/tomoki/Salix/packages/keybinding/pkg/install: total 4 -rw-r--r-- 1 root root 329 Jun 12 18:50 slack-desc /home/tomoki/Salix/packages/keybinding/pkg/usr: total 16 drwxr-xr-x 3 root root 4096 Jun 12 18:50 doc drwxr-xr-x 2 root root 4096 Jun 12 18:50 include drwxr-xr-x 5 root root 4096 Jun 12 18:50 lib drwxr-xr-x 3 root root 4096 Jun 12 18:50 src /home/tomoki/Salix/packages/keybinding/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Jun 12 18:50 keybinder-0.2.2 /home/tomoki/Salix/packages/keybinding/pkg/usr/doc/keybinder-0.2.2: total 48 -rw-r--r-- 1 root root 170 Jun 12 18:50 AUTHORS -rw-r--r-- 1 root root 17992 Jun 12 18:50 COPYING -rw-r--r-- 1 root root 0 Jun 12 18:50 ChangeLog -rw-r--r-- 1 root root 15578 Jun 12 18:50 INSTALL -rw-r--r-- 1 root root 2111 Jun 12 18:50 NEWS -rw-r--r-- 1 root root 1580 Jun 12 18:50 README /home/tomoki/Salix/packages/keybinding/pkg/usr/include: total 4 -rw-r--r-- 1 root root 1719 Jun 12 18:50 keybinder.h /home/tomoki/Salix/packages/keybinding/pkg/usr/lib: total 24 -rwxr-xr-x 1 root root 1595 Jun 12 18:50 libkeybinder.la lrwxrwxrwx 1 root root 21 Jun 12 18:50 libkeybinder.so -> libkeybinder.so.0.0.1 lrwxrwxrwx 1 root root 21 Jun 12 18:50 libkeybinder.so.0 -> libkeybinder.so.0.0.1 -rwxr-xr-x 1 root root 7464 Jun 12 18:50 libkeybinder.so.0.0.1 drwxr-xr-x 3 root root 4096 Jun 12 18:50 lua drwxr-xr-x 2 root root 4096 Jun 12 18:50 pkgconfig drwxr-xr-x 3 root root 4096 Jun 12 18:50 python2.6 /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/lua: total 4 drwxr-xr-x 2 root root 4096 Jun 12 18:50 5.1 /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/lua/5.1: total 12 -rwxr-xr-x 1 root root 1601 Jun 12 18:50 keybinder.la -rwxr-xr-x 1 root root 5748 Jun 12 18:50 keybinder.so /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 232 Jun 12 18:50 keybinder.pc /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6: total 4 drwxr-xr-x 3 root root 4096 Jun 12 18:50 site-packages /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages: total 4 drwxr-xr-x 2 root root 4096 Jun 12 18:50 keybinder /home/tomoki/Salix/packages/keybinding/pkg/usr/lib/python2.6/site-packages/keybinder: total 24 -rw-r--r-- 1 root root 865 Jun 12 18:50 __init__.py -rw-r--r-- 1 root root 924 Jun 12 18:50 __init__.pyc -rw-r--r-- 1 root root 924 Jun 12 18:50 __init__.pyo -rwxr-xr-x 1 root root 1633 Jun 12 18:50 _keybinder.la -rwxr-xr-x 1 root root 8088 Jun 12 18:50 _keybinder.so /home/tomoki/Salix/packages/keybinding/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Jun 12 18:50 keybinder-0.2.2 /home/tomoki/Salix/packages/keybinding/pkg/usr/src/keybinder-0.2.2: total 4 -rwxr-xr-x 1 root root 914 Jun 12 18:50 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libkeybinder.so.0 -> libkeybinder.so.0.0.1 usr/lib/libkeybinder.so -> libkeybinder.so.0.0.1 Making symbolic link creation script: ( cd usr/lib ; rm -rf libkeybinder.so.0 ) ( cd usr/lib ; ln -sf libkeybinder.so.0.0.1 libkeybinder.so.0 ) ( cd usr/lib ; rm -rf libkeybinder.so ) ( cd usr/lib ; ln -sf libkeybinder.so.0.0.1 libkeybinder.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed `./usr/lib/libkeybinder.so.0' removed `./usr/lib/libkeybinder.so' Creating your new ./install/doinst.sh... 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: /home/tomoki/Salix/packages/keybinding/keybinder-0.2.2-i486-1tt.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/include/ usr/include/keybinder.h usr/doc/ usr/doc/keybinder-0.2.2/ usr/doc/keybinder-0.2.2/README usr/doc/keybinder-0.2.2/ChangeLog usr/doc/keybinder-0.2.2/NEWS usr/doc/keybinder-0.2.2/AUTHORS usr/doc/keybinder-0.2.2/INSTALL usr/doc/keybinder-0.2.2/COPYING usr/src/ usr/src/keybinder-0.2.2/ usr/src/keybinder-0.2.2/SLKBUILD usr/lib/ usr/lib/libkeybinder.so.0.0.1 usr/lib/pkgconfig/ usr/lib/pkgconfig/keybinder.pc usr/lib/libkeybinder.la usr/lib/lua/ usr/lib/lua/5.1/ usr/lib/lua/5.1/keybinder.so usr/lib/lua/5.1/keybinder.la usr/lib/python2.6/ usr/lib/python2.6/site-packages/ usr/lib/python2.6/site-packages/keybinder/ usr/lib/python2.6/site-packages/keybinder/__init__.pyc usr/lib/python2.6/site-packages/keybinder/_keybinder.la usr/lib/python2.6/site-packages/keybinder/_keybinder.so usr/lib/python2.6/site-packages/keybinder/__init__.pyo usr/lib/python2.6/site-packages/keybinder/__init__.py WARNING: zero length file usr/doc/keybinder-0.2.2/ChangeLog Slackware package /home/tomoki/Salix/packages/keybinding/keybinder-0.2.2-i486-1tt.txz created. Package has been built. Cleaning pkg and src directories