tar -xf menu-cache-0.3.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 for style of include used by make... GNU 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 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... /bin/grep checking for egrep... /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 for a sed that does not truncate output... /bin/sed 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 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/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' Making all in libmenu-cache make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/libmenu-cache' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror-implicit-function-declaration -DMENUCACHE_LIBEXECDIR="\"/usr/libexec\"" -O2 -march=i486 -mtune=i686 -MT menu-cache.lo -MD -MP -MF .deps/menu-cache.Tpo -c -o menu-cache.lo menu-cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror-implicit-function-declaration -DMENUCACHE_LIBEXECDIR=\"/usr/libexec\" -O2 -march=i486 -mtune=i686 -MT menu-cache.lo -MD -MP -MF .deps/menu-cache.Tpo -c menu-cache.c -fPIC -DPIC -o .libs/menu-cache.o menu-cache.c: In function 'read_all_known_des': menu-cache.c:289: warning: assignment from incompatible pointer type menu-cache.c: In function 'menu_cache_unref': menu-cache.c:333: warning: passing argument 1 of 'menu_cache_item_unref' from incompatible pointer type menu-cache.h:91: note: expected 'struct MenuCacheItem *' but argument is of type 'struct MenuCacheDir *' menu-cache.c: In function 'menu_cache_reload': menu-cache.c:433: warning: passing argument 2 of 'read_all_known_des' from incompatible pointer type menu-cache.c:283: note: expected 'char **' but argument is of type 'char ***' menu-cache.c:441: warning: passing argument 1 of 'menu_cache_item_unref' from incompatible pointer type menu-cache.h:91: note: expected 'struct MenuCacheItem *' but argument is of type 'struct MenuCacheDir *' menu-cache.c: In function 'menu_cache_item_unref': menu-cache.c:484: warning: comparison of distinct pointer types lacks a cast menu-cache.c:490: warning: comparison of distinct pointer types lacks a cast menu-cache.c: In function 'menu_cache_get_dir_from_path': menu-cache.c:616: warning: assignment from incompatible pointer type menu-cache.c: In function 'menu_cache_dir_make_path': menu-cache.c:630: warning: passing argument 1 of 'menu_cache_item_get_id' from incompatible pointer type menu-cache.c:500: note: expected 'struct MenuCacheItem *' but argument is of type 'struct MenuCacheDir *' menu-cache.c: In function 'menu_cache_lookup_sync': menu-cache.c:924: warning: passing argument 2 of 'menu_cache_add_reload_notify' from incompatible pointer type menu-cache.c:364: 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: warning: passing argument 1 of 'list_app_in_dir' from incompatible pointer type menu-cache.c:932: note: expected 'struct MenuCacheDir *' but argument is of type 'struct MenuCacheItem *' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror-implicit-function-declaration -DMENUCACHE_LIBEXECDIR=\"/usr/libexec\" -O2 -march=i486 -mtune=i686 -MT menu-cache.lo -MD -MP -MF .deps/menu-cache.Tpo -c menu-cache.c -o menu-cache.o >/dev/null 2>&1 mv -f .deps/menu-cache.Tpo .deps/menu-cache.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -march=i486 -mtune=i686 -no-undefined -export-symbols-regex menu_cache -version-info 1:0:0 -o libmenu-cache.la -rpath /usr/lib menu-cache.lo -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 libtool: link: /usr/bin/nm -B .libs/menu-cache.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libmenu-cache.exp libtool: link: /bin/grep -E -e "menu_cache" ".libs/libmenu-cache.exp" > ".libs/libmenu-cache.expT" libtool: link: mv -f ".libs/libmenu-cache.expT" ".libs/libmenu-cache.exp" libtool: link: echo "{ global:" > .libs/libmenu-cache.ver libtool: link: cat .libs/libmenu-cache.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmenu-cache.ver libtool: link: echo "local: *; };" >> .libs/libmenu-cache.ver libtool: link: gcc -shared .libs/menu-cache.o /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -march=i486 -mtune=i686 -Wl,-soname -Wl,libmenu-cache.so.1 -Wl,-version-script -Wl,.libs/libmenu-cache.ver -o .libs/libmenu-cache.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libmenu-cache.so.1" && ln -s "libmenu-cache.so.1.0.0" "libmenu-cache.so.1") libtool: link: (cd ".libs" && rm -f "libmenu-cache.so" && ln -s "libmenu-cache.so.1.0.0" "libmenu-cache.so") libtool: link: ar cru .libs/libmenu-cache.a menu-cache.o libtool: link: ranlib .libs/libmenu-cache.a libtool: link: ( cd ".libs" && rm -f "libmenu-cache.la" && ln -s "../libmenu-cache.la" "libmenu-cache.la" ) make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/libmenu-cache' Making all in menu-cache-gen make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-gen' gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT menu-cache-gen.o -MD -MP -MF .deps/menu-cache-gen.Tpo -c -o menu-cache-gen.o menu-cache-gen.c menu-cache-gen.c: In function 'write_entry': menu-cache-gen.c:147: warning: assignment discards qualifiers from pointer target type menu-cache-gen.c:151: warning: assignment discards qualifiers from pointer target type menu-cache-gen.c:183: warning: assignment discards qualifiers from pointer target type menu-cache-gen.c: In function 'write_dir': menu-cache-gen.c:223: warning: passing argument 1 of 'g_free' discards qualifiers from pointer target type /usr/include/glib-2.0/glib/gmem.h:55: note: expected 'gpointer' but argument is of type 'const char *' menu-cache-gen.c:228: warning: passing argument 1 of 'g_free' discards qualifiers from pointer target type /usr/include/glib-2.0/glib/gmem.h:55: note: expected 'gpointer' but argument is of type 'const char *' menu-cache-gen.c: In function 'main': menu-cache-gen.c:386: warning: assignment discards qualifiers from pointer target type menu-cache-gen.c:424: warning: passing argument 2 of 'g_hash_table_foreach' from incompatible pointer type /usr/include/glib-2.0/glib/ghash.h:85: note: expected 'GHFunc' but argument is of type 'guint (*)(const void *)' mv -f .deps/menu-cache-gen.Tpo .deps/menu-cache-gen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT canonicalize.o -MD -MP -MF .deps/canonicalize.Tpo -c -o canonicalize.o canonicalize.c mv -f .deps/canonicalize.Tpo .deps/canonicalize.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT desktop-entries.o -MD -MP -MF .deps/desktop-entries.Tpo -c -o desktop-entries.o desktop-entries.c mv -f .deps/desktop-entries.Tpo .deps/desktop-entries.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT entry-directories.o -MD -MP -MF .deps/entry-directories.Tpo -c -o entry-directories.o entry-directories.c mv -f .deps/entry-directories.Tpo .deps/entry-directories.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT gmenu-tree.o -MD -MP -MF .deps/gmenu-tree.Tpo -c -o gmenu-tree.o gmenu-tree.c mv -f .deps/gmenu-tree.Tpo .deps/gmenu-tree.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT menu-layout.o -MD -MP -MF .deps/menu-layout.Tpo -c -o menu-layout.o menu-layout.c mv -f .deps/menu-layout.Tpo .deps/menu-layout.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT menu-monitor.o -MD -MP -MF .deps/menu-monitor.Tpo -c -o menu-monitor.o menu-monitor.c mv -f .deps/menu-monitor.Tpo .deps/menu-monitor.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -DGMENU_I_KNOW_THIS_IS_UNSTABLE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT menu-util.o -MD -MP -MF .deps/menu-util.Tpo -c -o menu-util.o menu-util.c mv -f .deps/menu-util.Tpo .deps/menu-util.Po /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -march=i486 -mtune=i686 -no-undefined -o menu-cache-gen menu-cache-gen.o canonicalize.o desktop-entries.o entry-directories.o gmenu-tree.o menu-layout.o menu-monitor.o menu-util.o ../libmenu-cache/libmenu-cache.la -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 libtool: link: gcc -O2 -march=i486 -mtune=i686 -o .libs/menu-cache-gen menu-cache-gen.o canonicalize.o desktop-entries.o entry-directories.o gmenu-tree.o menu-layout.o menu-monitor.o menu-util.o ../libmenu-cache/.libs/libmenu-cache.so /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-gen' Making all in menu-cache-daemon make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-daemon' gcc -DHAVE_CONFIG_H -I. -I.. -I../libmenu-cache -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_ENABLE_DEBUG -DMENUCACHE_LIBEXECDIR="\"/usr/libexec\"" -Werror-implicit-function-declaration -O2 -march=i486 -mtune=i686 -MT menu-cached.o -MD -MP -MF .deps/menu-cached.Tpo -c -o menu-cached.o menu-cached.c menu-cached.c: In function 'pre_exec': menu-cached.c:162: warning: initialization from incompatible pointer type menu-cached.c: In function 'regenerate_cache': menu-cached.c:182: warning: initialization from incompatible pointer type menu-cached.c:183: warning: initialization from incompatible pointer type menu-cached.c:184: warning: initialization from incompatible pointer type menu-cached.c:185: warning: initialization from incompatible pointer type menu-cached.c:187: warning: assignment from incompatible pointer type menu-cached.c:188: warning: assignment from incompatible pointer type menu-cached.c:189: warning: assignment from incompatible pointer type menu-cached.c:195: warning: passing argument 2 of 'g_spawn_sync' from incompatible pointer type /usr/include/glib-2.0/glib/gspawn.h:116: note: expected 'gchar **' but argument is of type 'const char * const**' menu-cached.c: In function 'delayed_reload': menu-cached.c:265: warning: passing argument 3 of 'g_signal_connect_data' from incompatible pointer type /usr/include/glib-2.0/gobject/gsignal.h:350: 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: warning: assignment from incompatible pointer type menu-cached.c: In function 'on_client_data_in': menu-cached.c:639: warning: passing argument 3 of 'cache_file_is_updated' from incompatible pointer type menu-cached.c:445: note: expected 'char **' but argument is of type 'char ***' menu-cached.c:665: warning: passing argument 3 of 'g_signal_connect_data' from incompatible pointer type /usr/include/glib-2.0/gobject/gsignal.h:350: note: expected 'GCallback' but argument is of type 'void (*)(struct GFileMonitor *, struct GFile *, struct GFile *, enum GFileMonitorEvent, struct Cache *)' mv -f .deps/menu-cached.Tpo .deps/menu-cached.Po /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -march=i486 -mtune=i686 -no-undefined -o menu-cached menu-cached.o -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 libtool: link: gcc -O2 -march=i486 -mtune=i686 -o menu-cached menu-cached.o /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-daemon' make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' make[1]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' Making install in libmenu-cache make[1]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/libmenu-cache' make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/libmenu-cache' test -z "/usr/lib" || /bin/mkdir -p "/home/slackel/salix-current/menu-cache/pkg/usr/lib" /bin/sh ../libtool --mode=install /bin/ginstall -c libmenu-cache.la '/home/slackel/salix-current/menu-cache/pkg/usr/lib' libtool: install: /bin/ginstall -c .libs/libmenu-cache.so.1.0.0 /home/slackel/salix-current/menu-cache/pkg/usr/lib/libmenu-cache.so.1.0.0 libtool: install: (cd /home/slackel/salix-current/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/slackel/salix-current/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: /bin/ginstall -c .libs/libmenu-cache.lai /home/slackel/salix-current/menu-cache/pkg/usr/lib/libmenu-cache.la libtool: install: /bin/ginstall -c .libs/libmenu-cache.a /home/slackel/salix-current/menu-cache/pkg/usr/lib/libmenu-cache.a libtool: install: chmod 644 /home/slackel/salix-current/menu-cache/pkg/usr/lib/libmenu-cache.a libtool: install: ranlib /home/slackel/salix-current/menu-cache/pkg/usr/lib/libmenu-cache.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/menu-cache" || /bin/mkdir -p "/home/slackel/salix-current/menu-cache/pkg/usr/include/menu-cache" /bin/ginstall -c -m 644 menu-cache.h '/home/slackel/salix-current/menu-cache/pkg/usr/include/menu-cache' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/slackel/salix-current/menu-cache/pkg/usr/lib/pkgconfig" /bin/ginstall -c -m 644 libmenu-cache.pc '/home/slackel/salix-current/menu-cache/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/libmenu-cache' make[1]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/libmenu-cache' Making install in menu-cache-gen make[1]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-gen' make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-gen' test -z "/usr/libexec" || /bin/mkdir -p "/home/slackel/salix-current/menu-cache/pkg/usr/libexec" /bin/sh ../libtool --mode=install /bin/ginstall -c menu-cache-gen '/home/slackel/salix-current/menu-cache/pkg/usr/libexec' libtool: install: warning: `../libmenu-cache/libmenu-cache.la' has not been installed in `/usr/lib' libtool: install: /bin/ginstall -c .libs/menu-cache-gen /home/slackel/salix-current/menu-cache/pkg/usr/libexec/menu-cache-gen make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-gen' make[1]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-gen' Making install in menu-cache-daemon make[1]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-daemon' make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-daemon' test -z "/usr/libexec" || /bin/mkdir -p "/home/slackel/salix-current/menu-cache/pkg/usr/libexec" /bin/sh ../libtool --mode=install /bin/ginstall -c menu-cached '/home/slackel/salix-current/menu-cache/pkg/usr/libexec' libtool: install: /bin/ginstall -c menu-cached /home/slackel/salix-current/menu-cache/pkg/usr/libexec/menu-cached make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-daemon' make[1]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2/menu-cache-daemon' make[1]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' make[2]: Entering directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.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/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' make[1]: Leaving directory `/home/slackel/salix-current/menu-cache/src/menu-cache-0.3.2' /home/slackel/salix-current/menu-cache/pkg: total 8 drwxr-xr-x 2 root root 4096 Jun 3 19:07 install drwxr-xr-x 7 root root 4096 Jun 3 19:07 usr /home/slackel/salix-current/menu-cache/pkg/install: total 4 -rw-r--r-- 1 root root 224 Jun 3 19:07 slack-desc /home/slackel/salix-current/menu-cache/pkg/usr: total 20 drwxr-xr-x 3 root root 4096 Jun 3 19:07 doc drwxr-xr-x 3 root root 4096 Jun 3 19:07 include drwxr-xr-x 3 root root 4096 Jun 3 19:07 lib drwxr-xr-x 2 root root 4096 Jun 3 19:07 libexec drwxr-xr-x 3 root root 4096 Jun 3 19:07 src /home/slackel/salix-current/menu-cache/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Jun 3 19:07 menu-cache-0.3.2 /home/slackel/salix-current/menu-cache/pkg/usr/doc/menu-cache-0.3.2: total 36 -rw-r--r-- 1 root root 17992 Jun 3 19:07 COPYING -rw-r--r-- 1 root root 9512 Jun 3 19:07 INSTALL -rw-r--r-- 1 root root 2539 Jun 3 19:07 README /home/slackel/salix-current/menu-cache/pkg/usr/include: total 4 drwxr-xr-x 2 root root 4096 Jun 3 19:07 menu-cache /home/slackel/salix-current/menu-cache/pkg/usr/include/menu-cache: total 8 -rw-r--r-- 1 root root 4282 Jun 3 19:07 menu-cache.h /home/slackel/salix-current/menu-cache/pkg/usr/lib: total 44 -rw-r--r-- 1 root root 14086 Jun 3 19:07 libmenu-cache.a -rwxr-xr-x 1 root root 1086 Jun 3 19:07 libmenu-cache.la lrwxrwxrwx 1 root root 22 Jun 3 19:07 libmenu-cache.so -> libmenu-cache.so.1.0.0 lrwxrwxrwx 1 root root 22 Jun 3 19:07 libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 -rwxr-xr-x 1 root root 16576 Jun 3 19:07 libmenu-cache.so.1.0.0 drwxr-xr-x 2 root root 4096 Jun 3 19:07 pkgconfig /home/slackel/salix-current/menu-cache/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 249 Jun 3 19:07 libmenu-cache.pc /home/slackel/salix-current/menu-cache/pkg/usr/libexec: total 100 -rwxr-xr-x 1 root root 78640 Jun 3 19:07 menu-cache-gen -rwxr-xr-x 1 root root 15972 Jun 3 19:07 menu-cached /home/slackel/salix-current/menu-cache/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Jun 3 19:07 menu-cache-0.3.2 /home/slackel/salix-current/menu-cache/pkg/usr/src/menu-cache-0.3.2: total 4 -rw-r--r-- 1 root root 794 Jun 3 19:07 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/slackel/salix-current/menu-cache/menu-cache-0.3.2-i486-1dj.txz ./ usr/ usr/src/ usr/src/menu-cache-0.3.2/ usr/src/menu-cache-0.3.2/SLKBUILD usr/doc/ usr/doc/menu-cache-0.3.2/ usr/doc/menu-cache-0.3.2/INSTALL usr/doc/menu-cache-0.3.2/README usr/doc/menu-cache-0.3.2/COPYING usr/libexec/ usr/libexec/menu-cached usr/libexec/menu-cache-gen usr/lib/ usr/lib/libmenu-cache.la usr/lib/pkgconfig/ usr/lib/pkgconfig/libmenu-cache.pc usr/lib/libmenu-cache.a usr/lib/libmenu-cache.so.1.0.0 usr/include/ usr/include/menu-cache/ usr/include/menu-cache/menu-cache.h install/ install/doinst.sh install/slack-desc Slackware package /home/slackel/salix-current/menu-cache/menu-cache-0.3.2-i486-1dj.txz created. Package has been built.