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... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-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/x86_64-slackware-linux/bin/ld checking if the linker (/usr/x86_64-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 x86_64-slackware-linux-gnu file names to x86_64-slackware-linux-gnu format... func_convert_file_noop checking how to convert x86_64-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-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/x86_64-slackware-linux/bin/ld -m elf_x86_64) 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/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' Making all in libmenu-cache make[2]: Entering directory `/home/kerd/Pkg/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/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/libmenu-cache' Making all in menu-cache-gen make[2]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' CC menu-cache-gen.o menu-cache-gen.c: In function ‘write_entry’: menu-cache-gen.c:148:9: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c:152:9: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c:184:9: warning: 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: warning: 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: note: expected ‘gpointer’ but argument is of type ‘const char *’ menu-cache-gen.c:229:9: warning: 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: note: expected ‘gpointer’ but argument is of type ‘const char *’ menu-cache-gen.c: In function ‘main’: menu-cache-gen.c:389:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] menu-cache-gen.c:427:9: warning: 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: note: expected ‘GHFunc’ but argument is of type ‘guint (*)(const void *)’ CC canonicalize.o 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/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' Making all in menu-cache-daemon make[2]: Entering directory `/home/kerd/Pkg/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: warning: initialization from incompatible pointer type [enabled by default] menu-cached.c: In function ‘regenerate_cache’: menu-cached.c:182:9: warning: initialization from incompatible pointer type [enabled by default] menu-cached.c:182:9: warning: (near initialization for ‘argv[0]’) [enabled by default] menu-cached.c:183:9: warning: initialization from incompatible pointer type [enabled by default] menu-cached.c:183:9: warning: (near initialization for ‘argv[1]’) [enabled by default] menu-cached.c:184:9: warning: initialization from incompatible pointer type [enabled by default] menu-cached.c:184:9: warning: (near initialization for ‘argv[3]’) [enabled by default] menu-cached.c:185:9: warning: initialization from incompatible pointer type [enabled by default] menu-cached.c:185:9: warning: (near initialization for ‘argv[5]’) [enabled by default] menu-cached.c:187:13: warning: assignment from incompatible pointer type [enabled by default] menu-cached.c:188:13: warning: assignment from incompatible pointer type [enabled by default] menu-cached.c:189:13: warning: assignment from incompatible pointer type [enabled by default] menu-cached.c:195:21: warning: 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: note: expected ‘gchar **’ but argument is of type ‘const char * const**’ menu-cached.c: In function ‘delayed_reload’: menu-cached.c:265:9: warning: 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: note: 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: warning: assignment from incompatible pointer type [enabled by default] menu-cached.c: In function ‘on_client_data_in’: menu-cached.c:639:13: warning: passing argument 3 of ‘cache_file_is_updated’ from incompatible pointer type [enabled by default] menu-cached.c:445:17: note: expected ‘char **’ but argument is of type ‘char ***’ menu-cached.c:665:17: warning: 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: note: 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/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[2]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' make[2]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' make[1]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' Making install in libmenu-cache make[1]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/libmenu-cache' make[2]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/libmenu-cache' test -z "/usr/lib64" || /usr/bin/mkdir -p "/home/kerd/Pkg/menu-cache/pkg/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libmenu-cache.la '/home/kerd/Pkg/menu-cache/pkg/usr/lib64' libtool: install: /usr/bin/ginstall -c .libs/libmenu-cache.so.1.0.0 /home/kerd/Pkg/menu-cache/pkg/usr/lib64/libmenu-cache.so.1.0.0 libtool: install: (cd /home/kerd/Pkg/menu-cache/pkg/usr/lib64 && { 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/kerd/Pkg/menu-cache/pkg/usr/lib64 && { 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/kerd/Pkg/menu-cache/pkg/usr/lib64/libmenu-cache.la libtool: install: /usr/bin/ginstall -c .libs/libmenu-cache.a /home/kerd/Pkg/menu-cache/pkg/usr/lib64/libmenu-cache.a libtool: install: chmod 644 /home/kerd/Pkg/menu-cache/pkg/usr/lib64/libmenu-cache.a libtool: install: ranlib /home/kerd/Pkg/menu-cache/pkg/usr/lib64/libmenu-cache.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include/menu-cache" || /usr/bin/mkdir -p "/home/kerd/Pkg/menu-cache/pkg/usr/include/menu-cache" /usr/bin/ginstall -c -m 644 menu-cache.h '/home/kerd/Pkg/menu-cache/pkg/usr/include/menu-cache' test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/home/kerd/Pkg/menu-cache/pkg/usr/lib64/pkgconfig" /usr/bin/ginstall -c -m 644 libmenu-cache.pc '/home/kerd/Pkg/menu-cache/pkg/usr/lib64/pkgconfig' make[2]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/libmenu-cache' make[1]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/libmenu-cache' Making install in menu-cache-gen make[1]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' make[2]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' test -z "/usr/libexec" || /usr/bin/mkdir -p "/home/kerd/Pkg/menu-cache/pkg/usr/libexec" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c menu-cache-gen '/home/kerd/Pkg/menu-cache/pkg/usr/libexec' libtool: install: warning: `../libmenu-cache/libmenu-cache.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/ginstall -c .libs/menu-cache-gen /home/kerd/Pkg/menu-cache/pkg/usr/libexec/menu-cache-gen make[2]: Nessuna operazione da eseguire per «install-data-am». make[2]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' make[1]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-gen' Making install in menu-cache-daemon make[1]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[2]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' test -z "/usr/libexec" || /usr/bin/mkdir -p "/home/kerd/Pkg/menu-cache/pkg/usr/libexec" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c menu-cached '/home/kerd/Pkg/menu-cache/pkg/usr/libexec' libtool: install: /usr/bin/ginstall -c menu-cached /home/kerd/Pkg/menu-cache/pkg/usr/libexec/menu-cached make[2]: Nessuna operazione da eseguire per «install-data-am». make[2]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[1]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3/menu-cache-daemon' make[1]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' make[2]: Entering directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' make[2]: Nessuna operazione da eseguire per «install-exec-am». make[2]: Nessuna operazione da eseguire per «install-data-am». make[2]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' make[1]: Leaving directory `/home/kerd/Pkg/menu-cache/src/menu-cache-0.3.3' /home/kerd/Pkg/menu-cache/pkg: totale 8 drwxr-xr-x 2 root root 4096 ott 14 12:37 install drwxr-xr-x 7 root root 4096 ott 14 12:37 usr /home/kerd/Pkg/menu-cache/pkg/install: totale 4 -rw-r--r-- 1 root root 403 ott 14 12:37 slack-desc /home/kerd/Pkg/menu-cache/pkg/usr: totale 20 drwxr-xr-x 3 root root 4096 ott 14 12:37 doc drwxr-xr-x 3 root root 4096 ott 14 12:37 include drwxr-xr-x 3 root root 4096 ott 14 12:37 lib64 drwxr-xr-x 2 root root 4096 ott 14 12:37 libexec drwxr-xr-x 3 root root 4096 ott 14 12:37 src /home/kerd/Pkg/menu-cache/pkg/usr/doc: totale 4 drwxr-xr-x 2 root root 4096 ott 14 12:37 menu-cache-0.3.3 /home/kerd/Pkg/menu-cache/pkg/usr/doc/menu-cache-0.3.3: totale 40 -rw-r--r-- 1 root root 296 ott 14 12:37 AUTHORS -rw-r--r-- 1 root root 17992 ott 14 12:37 COPYING -rw-r--r-- 1 root root 0 ott 14 12:37 ChangeLog -rw-r--r-- 1 root root 9512 ott 14 12:37 INSTALL -rw-r--r-- 1 root root 2539 ott 14 12:37 README /home/kerd/Pkg/menu-cache/pkg/usr/include: totale 4 drwxr-xr-x 2 root root 4096 ott 14 12:37 menu-cache /home/kerd/Pkg/menu-cache/pkg/usr/include/menu-cache: totale 8 -rw-r--r-- 1 root root 4184 ott 14 12:37 menu-cache.h /home/kerd/Pkg/menu-cache/pkg/usr/lib64: totale 56 -rw-r--r-- 1 root root 21590 ott 14 12:37 libmenu-cache.a -rwxr-xr-x 1 root root 1162 ott 14 12:37 libmenu-cache.la lrwxrwxrwx 1 root root 22 ott 14 12:37 libmenu-cache.so -> libmenu-cache.so.1.0.0 lrwxrwxrwx 1 root root 22 ott 14 12:37 libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 -rwxr-xr-x 1 root root 21296 ott 14 12:37 libmenu-cache.so.1.0.0 drwxr-xr-x 2 root root 4096 ott 14 12:37 pkgconfig /home/kerd/Pkg/menu-cache/pkg/usr/lib64/pkgconfig: totale 4 -rw-r--r-- 1 root root 251 ott 14 12:37 libmenu-cache.pc /home/kerd/Pkg/menu-cache/pkg/usr/libexec: totale 128 -rwxr-xr-x 1 root root 103280 ott 14 12:37 menu-cache-gen -rwxr-xr-x 1 root root 20664 ott 14 12:37 menu-cached /home/kerd/Pkg/menu-cache/pkg/usr/src: totale 4 drwxr-xr-x 2 root root 4096 ott 14 12:37 menu-cache-0.3.3 /home/kerd/Pkg/menu-cache/pkg/usr/src/menu-cache-0.3.3: totale 4 -rw-r--r-- 1 root root 972 ott 14 12:37 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib64/libmenu-cache.so -> libmenu-cache.so.1.0.0 usr/lib64/libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 Making symbolic link creation script: ( cd usr/lib64 ; rm -rf libmenu-cache.so ) ( cd usr/lib64 ; ln -sf libmenu-cache.so.1.0.0 libmenu-cache.so ) ( cd usr/lib64 ; rm -rf libmenu-cache.so.1 ) ( cd usr/lib64 ; 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: "./usr/lib64/libmenu-cache.so" rimosso "./usr/lib64/libmenu-cache.so.1" rimosso 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/kerd/Pkg/menu-cache/menu-cache-0.3.3-x86_64-1vc.txz ./ usr/ usr/lib64/ usr/lib64/libmenu-cache.la usr/lib64/libmenu-cache.a usr/lib64/libmenu-cache.so.1.0.0 usr/lib64/pkgconfig/ usr/lib64/pkgconfig/libmenu-cache.pc usr/include/ usr/include/menu-cache/ usr/include/menu-cache/menu-cache.h usr/libexec/ usr/libexec/menu-cached usr/libexec/menu-cache-gen usr/src/ usr/src/menu-cache-0.3.3/ usr/src/menu-cache-0.3.3/SLKBUILD usr/doc/ usr/doc/menu-cache-0.3.3/ usr/doc/menu-cache-0.3.3/ChangeLog 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/doc/menu-cache-0.3.3/README install/ install/slack-desc install/doinst.sh WARNING: zero length file usr/doc/menu-cache-0.3.3/ChangeLog Slackware package /home/kerd/Pkg/menu-cache/menu-cache-0.3.3-x86_64-1vc.txz created. Package has been built. Cleaning pkg and src directories