tar -xf menu-cache-0.3.3.tar.gz 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 whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 library containing strerror... none required 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 whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/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 how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop 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 dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no 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... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libmenu-cache/Makefile config.status: creating libmenu-cache/libmenu-cache.pc config.status: creating libmenu-cache/libmenu-cache-uninstalled.pc config.status: creating menu-cache-gen/Makefile config.status: creating menu-cache-daemon/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' Making all in libmenu-cache make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/libmenu-cache' CC menu-cache.lo menu-cache.c: In function 'read_all_known_des': menu-cache.c:289:10: warning: assignment from incompatible pointer type [enabled by default] menu-cache.c: In function 'menu_cache_unref': menu-cache.c:333:13: warning: passing argument 1 of 'menu_cache_item_unref' from incompatible pointer type [enabled by default] In file included from menu-cache.c:45:0: menu-cache.h:90:6: note: expected 'struct MenuCacheItem *' but argument is of type 'struct MenuCacheDir *' menu-cache.c: In function 'menu_cache_reload': menu-cache.c:433:5: warning: passing argument 2 of 'read_all_known_des' from incompatible pointer type [enabled by default] menu-cache.c:283:17: note: expected 'char **' but argument is of type 'char ***' menu-cache.c:441:9: warning: passing argument 1 of 'menu_cache_item_unref' from incompatible pointer type [enabled by default] In file included from menu-cache.c:45:0: menu-cache.h:90:6: note: expected 'struct MenuCacheItem *' but argument is of type 'struct MenuCacheDir *' menu-cache.c: In function 'menu_cache_item_unref': menu-cache.c:484:13: warning: comparison of distinct pointer types lacks a cast [enabled by default] menu-cache.c:490:13: warning: comparison of distinct pointer types lacks a cast [enabled by default] menu-cache.c: In function 'menu_cache_get_dir_from_path': menu-cache.c:616:21: warning: assignment from incompatible pointer type [enabled by default] menu-cache.c: In function 'menu_cache_dir_make_path': menu-cache.c:630:9: warning: passing argument 1 of 'menu_cache_item_get_id' from incompatible pointer type [enabled by default] menu-cache.c:500:13: note: expected 'struct MenuCacheItem *' but argument is of type 'struct MenuCacheDir *' menu-cache.c: In function 'menu_cache_lookup_sync': menu-cache.c:924:9: warning: passing argument 2 of 'menu_cache_add_reload_notify' from incompatible pointer type [enabled by default] menu-cache.c:364:10: note: expected 'GFunc' but argument is of type 'void (*)(struct MenuCache *, void *)' menu-cache.c: In function 'list_app_in_dir': menu-cache.c:941:13: warning: passing argument 1 of 'list_app_in_dir' from incompatible pointer type [enabled by default] menu-cache.c:932:16: note: expected 'struct MenuCacheDir *' but argument is of type 'struct MenuCacheItem *' CCLD libmenu-cache.la make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/libmenu-cache' Making all in menu-cache-gen make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' CC menu-cache-gen.o CC canonicalize.o menu-cache-gen.c: In function ‘write_entry’: menu-cache-gen.c:148:9: προειδοποίηση: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c:152:9: προειδοποίηση: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c:184:9: προειδοποίηση: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c: In function ‘write_dir’: menu-cache-gen.c:224:9: προειδοποίηση: passing argument 1 of ‘g_free’ discards ‘const’ qualifier from pointer target type [enabled by default] In file included from /usr/include/glib-2.0/glib/glist.h:34:0, from /usr/include/glib-2.0/glib/ghash.h:35, from /usr/include/glib-2.0/glib.h:52, from menu-cache-gen.c:22: /usr/include/glib-2.0/glib/gmem.h:70:7: σημείωση: expected ‘gpointer’ but argument is of type ‘const char *’ menu-cache-gen.c:229:9: προειδοποίηση: passing argument 1 of ‘g_free’ discards ‘const’ qualifier from pointer target type [enabled by default] In file included from /usr/include/glib-2.0/glib/glist.h:34:0, from /usr/include/glib-2.0/glib/ghash.h:35, from /usr/include/glib-2.0/glib.h:52, from menu-cache-gen.c:22: /usr/include/glib-2.0/glib/gmem.h:70:7: σημείωση: expected ‘gpointer’ but argument is of type ‘const char *’ menu-cache-gen.c: In function ‘main’: menu-cache-gen.c:389:21: προειδοποίηση: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c:427:9: προειδοποίηση: passing argument 2 of ‘g_hash_table_foreach’ from incompatible pointer type [enabled by default] In file included from /usr/include/glib-2.0/glib.h:52:0, from menu-cache-gen.c:22: /usr/include/glib-2.0/glib/ghash.h:87:13: σημείωση: expected ‘GHFunc’ but argument is of type ‘guint (*)(const void *)’ CC desktop-entries.o CC entry-directories.o CC gmenu-tree.o CC menu-layout.o CC menu-monitor.o CC menu-util.o CCLD menu-cache-gen make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' Making all in menu-cache-daemon make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' CC menu-cached.o menu-cached.c: In function ‘pre_exec’: menu-cached.c:162:18: προειδοποίηση: initialization from incompatible pointer type [enabled by default] menu-cached.c: In function ‘regenerate_cache’: menu-cached.c:182:9: προειδοποίηση: initialization from incompatible pointer type [enabled by default] menu-cached.c:182:9: προειδοποίηση: (near initialization for ‘argv[0]’) [enabled by default] menu-cached.c:183:9: προειδοποίηση: initialization from incompatible pointer type [enabled by default] menu-cached.c:183:9: προειδοποίηση: (near initialization for ‘argv[1]’) [enabled by default] menu-cached.c:184:9: προειδοποίηση: initialization from incompatible pointer type [enabled by default] menu-cached.c:184:9: προειδοποίηση: (near initialization for ‘argv[3]’) [enabled by default] menu-cached.c:185:9: προειδοποίηση: initialization from incompatible pointer type [enabled by default] menu-cached.c:185:9: προειδοποίηση: (near initialization for ‘argv[5]’) [enabled by default] menu-cached.c:187:13: προειδοποίηση: assignment from incompatible pointer type [enabled by default] menu-cached.c:188:13: προειδοποίηση: assignment from incompatible pointer type [enabled by default] menu-cached.c:189:13: προειδοποίηση: assignment from incompatible pointer type [enabled by default] menu-cached.c:195:21: προειδοποίηση: passing argument 2 of ‘g_spawn_sync’ from incompatible pointer type [enabled by default] In file included from /usr/include/glib-2.0/glib.h:80:0, from ../libmenu-cache/menu-cache.h:32, from menu-cached.c:26: /usr/include/glib-2.0/glib/gspawn.h:216:10: σημείωση: expected ‘gchar **’ but argument is of type ‘const char * const**’ menu-cached.c: In function ‘delayed_reload’: menu-cached.c:265:9: προειδοποίηση: passing argument 3 of ‘g_signal_connect_data’ from incompatible pointer type [enabled by default] In file included from /usr/include/glib-2.0/gobject/gobject.h:30:0, from /usr/include/glib-2.0/gobject/gbinding.h:31, from /usr/include/glib-2.0/glib-object.h:25, from /usr/include/glib-2.0/gio/gioenums.h:30, from /usr/include/glib-2.0/gio/giotypes.h:30, from /usr/include/glib-2.0/gio/gio.h:28, from menu-cached.c:32: /usr/include/glib-2.0/gobject/gsignal.h:368:9: σημείωση: expected ‘GCallback’ but argument is of type ‘void (*)(struct GFileMonitor *, struct GFile *, struct GFile *, enum GFileMonitorEvent, struct Cache *)’ menu-cached.c: In function ‘cache_file_is_updated’: menu-cached.c:475:33: προειδοποίηση: assignment from incompatible pointer type [enabled by default] menu-cached.c: In function ‘on_client_data_in’: menu-cached.c:639:13: προειδοποίηση: passing argument 3 of ‘cache_file_is_updated’ from incompatible pointer type [enabled by default] menu-cached.c:445:17: σημείωση: expected ‘char **’ but argument is of type ‘char ***’ menu-cached.c:665:17: προειδοποίηση: passing argument 3 of ‘g_signal_connect_data’ from incompatible pointer type [enabled by default] In file included from /usr/include/glib-2.0/gobject/gobject.h:30:0, from /usr/include/glib-2.0/gobject/gbinding.h:31, from /usr/include/glib-2.0/glib-object.h:25, from /usr/include/glib-2.0/gio/gioenums.h:30, from /usr/include/glib-2.0/gio/giotypes.h:30, from /usr/include/glib-2.0/gio/gio.h:28, from menu-cached.c:32: /usr/include/glib-2.0/gobject/gsignal.h:368:9: σημείωση: expected ‘GCallback’ but argument is of type ‘void (*)(struct GFileMonitor *, struct GFile *, struct GFile *, enum GFileMonitorEvent, struct Cache *)’ CCLD menu-cached make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' make[1]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' Making install in libmenu-cache make[1]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/libmenu-cache' make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/libmenu-cache' test -z "/usr/lib" || /usr/bin/mkdir -p "/home/djemos/openbox/menu-cache/pkg/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libmenu-cache.la '/home/djemos/openbox/menu-cache/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libmenu-cache.so.1.0.0 /home/djemos/openbox/menu-cache/pkg/usr/lib/libmenu-cache.so.1.0.0 libtool: install: (cd /home/djemos/openbox/menu-cache/pkg/usr/lib && { ln -s -f libmenu-cache.so.1.0.0 libmenu-cache.so.1 || { rm -f libmenu-cache.so.1 && ln -s libmenu-cache.so.1.0.0 libmenu-cache.so.1; }; }) libtool: install: (cd /home/djemos/openbox/menu-cache/pkg/usr/lib && { ln -s -f libmenu-cache.so.1.0.0 libmenu-cache.so || { rm -f libmenu-cache.so && ln -s libmenu-cache.so.1.0.0 libmenu-cache.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libmenu-cache.lai /home/djemos/openbox/menu-cache/pkg/usr/lib/libmenu-cache.la libtool: install: /usr/bin/ginstall -c .libs/libmenu-cache.a /home/djemos/openbox/menu-cache/pkg/usr/lib/libmenu-cache.a libtool: install: chmod 644 /home/djemos/openbox/menu-cache/pkg/usr/lib/libmenu-cache.a libtool: install: ranlib /home/djemos/openbox/menu-cache/pkg/usr/lib/libmenu-cache.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/menu-cache" || /usr/bin/mkdir -p "/home/djemos/openbox/menu-cache/pkg/usr/include/menu-cache" /usr/bin/ginstall -c -m 644 menu-cache.h '/home/djemos/openbox/menu-cache/pkg/usr/include/menu-cache' test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/home/djemos/openbox/menu-cache/pkg/usr/lib/pkgconfig" /usr/bin/ginstall -c -m 644 libmenu-cache.pc '/home/djemos/openbox/menu-cache/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/libmenu-cache' make[1]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/libmenu-cache' Making install in menu-cache-gen make[1]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' test -z "/usr/libexec" || /usr/bin/mkdir -p "/home/djemos/openbox/menu-cache/pkg/usr/libexec" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c menu-cache-gen '/home/djemos/openbox/menu-cache/pkg/usr/libexec' libtool: install: warning: `../libmenu-cache/libmenu-cache.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/menu-cache-gen /home/djemos/openbox/menu-cache/pkg/usr/libexec/menu-cache-gen make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' make[1]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' Making install in menu-cache-daemon make[1]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' test -z "/usr/libexec" || /usr/bin/mkdir -p "/home/djemos/openbox/menu-cache/pkg/usr/libexec" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c menu-cached '/home/djemos/openbox/menu-cache/pkg/usr/libexec' libtool: install: /usr/bin/ginstall -c menu-cached /home/djemos/openbox/menu-cache/pkg/usr/libexec/menu-cached make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[1]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[1]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' make[2]: Entering directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' 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/djemos/openbox/menu-cache/src/menu-cache-0.3.3' make[1]: Leaving directory `/home/djemos/openbox/menu-cache/src/menu-cache-0.3.3' /home/djemos/openbox/menu-cache/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Νοέ 5 08:43 install drwxr-xr-x 7 root root 4096 Νοέ 5 08:43 usr /home/djemos/openbox/menu-cache/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 374 Νοέ 5 08:43 slack-desc /home/djemos/openbox/menu-cache/pkg/usr: σύνολο 20 drwxr-xr-x 3 root root 4096 Νοέ 5 08:43 doc drwxr-xr-x 3 root root 4096 Νοέ 5 08:43 include drwxr-xr-x 3 root root 4096 Νοέ 5 08:43 lib drwxr-xr-x 2 root root 4096 Νοέ 5 08:43 libexec drwxr-xr-x 3 root root 4096 Νοέ 5 08:42 src /home/djemos/openbox/menu-cache/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 5 08:43 menu-cache-0.3.3 /home/djemos/openbox/menu-cache/pkg/usr/doc/menu-cache-0.3.3: σύνολο 40 -rw-r--r-- 1 root root 296 Νοέ 5 08:43 AUTHORS -rw-r--r-- 1 root root 17992 Νοέ 5 08:43 COPYING -rw-r--r-- 1 root root 0 Νοέ 5 08:43 ChangeLog -rw-r--r-- 1 root root 9512 Νοέ 5 08:43 INSTALL -rw-r--r-- 1 root root 0 Νοέ 5 08:43 NEWS -rw-r--r-- 1 root root 2539 Νοέ 5 08:43 README /home/djemos/openbox/menu-cache/pkg/usr/include: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 5 08:43 menu-cache /home/djemos/openbox/menu-cache/pkg/usr/include/menu-cache: σύνολο 8 -rw-r--r-- 1 root root 4184 Νοέ 5 08:43 menu-cache.h /home/djemos/openbox/menu-cache/pkg/usr/lib: σύνολο 44 -rw-r--r-- 1 root root 15726 Νοέ 5 08:43 libmenu-cache.a -rwxr-xr-x 1 root root 1148 Νοέ 5 08:43 libmenu-cache.la lrwxrwxrwx 1 root root 22 Νοέ 5 08:43 libmenu-cache.so -> libmenu-cache.so.1.0.0 lrwxrwxrwx 1 root root 22 Νοέ 5 08:43 libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 -rwxr-xr-x 1 root root 18336 Νοέ 5 08:43 libmenu-cache.so.1.0.0 drwxr-xr-x 2 root root 4096 Νοέ 5 08:43 pkgconfig /home/djemos/openbox/menu-cache/pkg/usr/lib/pkgconfig: σύνολο 4 -rw-r--r-- 1 root root 249 Νοέ 5 08:43 libmenu-cache.pc /home/djemos/openbox/menu-cache/pkg/usr/libexec: σύνολο 120 -rwxr-xr-x 1 root root 98920 Νοέ 5 08:43 menu-cache-gen -rwxr-xr-x 1 root root 17328 Νοέ 5 08:43 menu-cached /home/djemos/openbox/menu-cache/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Νοέ 5 08:43 menu-cache-0.3.3 /home/djemos/openbox/menu-cache/pkg/usr/src/menu-cache-0.3.3: σύνολο 4 -rw-r--r-- 1 root root 826 Νοέ 5 08:43 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libmenu-cache.so -> libmenu-cache.so.1.0.0 usr/lib/libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libmenu-cache.so ) ( cd usr/lib ; ln -sf libmenu-cache.so.1.0.0 libmenu-cache.so ) ( cd usr/lib ; rm -rf libmenu-cache.so.1 ) ( cd usr/lib ; ln -sf libmenu-cache.so.1.0.0 libmenu-cache.so.1 ) 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/libmenu-cache.so» removed «./usr/lib/libmenu-cache.so.1» 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/djemos/openbox/menu-cache/menu-cache-0.3.3-i486-1dj.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/src/ usr/src/menu-cache-0.3.3/ usr/src/menu-cache-0.3.3/SLKBUILD usr/lib/ usr/lib/libmenu-cache.la usr/lib/libmenu-cache.a usr/lib/libmenu-cache.so.1.0.0 usr/lib/pkgconfig/ usr/lib/pkgconfig/libmenu-cache.pc usr/include/ usr/include/menu-cache/ usr/include/menu-cache/menu-cache.h usr/doc/ usr/doc/menu-cache-0.3.3/ usr/doc/menu-cache-0.3.3/ChangeLog usr/doc/menu-cache-0.3.3/NEWS usr/doc/menu-cache-0.3.3/README usr/doc/menu-cache-0.3.3/COPYING usr/doc/menu-cache-0.3.3/AUTHORS usr/doc/menu-cache-0.3.3/INSTALL usr/libexec/ usr/libexec/menu-cached usr/libexec/menu-cache-gen WARNING: zero length file usr/doc/menu-cache-0.3.3/ChangeLog WARNING: zero length file usr/doc/menu-cache-0.3.3/NEWS Slackware package /home/djemos/openbox/menu-cache/menu-cache-0.3.3-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories