which-2.16/ which-2.16/README which-2.16/AUTHORS which-2.16/COPYING which-2.16/ChangeLog which-2.16/INSTALL which-2.16/Makefile.am which-2.16/Makefile.in which-2.16/NEWS which-2.16/acinclude.m4 which-2.16/aclocal.m4 which-2.16/compile which-2.16/config.h.in which-2.16/configure which-2.16/configure.in which-2.16/depcomp which-2.16/install-sh which-2.16/maintMakefile.in which-2.16/mdate-sh which-2.16/missing which-2.16/mkinstalldirs which-2.16/stamp-vti which-2.16/version.texi which-2.16/getopt.c which-2.16/getopt1.c which-2.16/bash.c which-2.16/which.c which-2.16/bash.h which-2.16/sys.h which-2.16/getopt.h which-2.16/posixstat.h which-2.16/which.texinfo which-2.16/LICENSE which-2.16/which.1 which-2.16/README.alias which-2.16/EXAMPLES which-2.16/tilde/ which-2.16/tilde/README which-2.16/tilde/Makefile.am which-2.16/tilde/Makefile.in which-2.16/tilde/tilde.c which-2.16/tilde/shell.c which-2.16/tilde/tilde.h which-2.16/tilde/ansi_stdlib.h which-2.16/which.info checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk 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... 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 ANSI C... 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/ginstall -c checking how to run the C preprocessor... gcc -E checking for egrep... grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for xmalloc in libiberty.a... /usr/lib/libiberty.a checking for ANSI C header files... (cached) yes checking for strchr... yes checking for memcpy... yes checking for getopt_long... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking libiberty.h usability... yes checking libiberty.h presence... yes checking for libiberty.h... yes checking whether stat file-mode macros are broken... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for getcwd... yes checking for getwd... yes checking for ar... ar checking for ranlib... ranlib checking for stdlib.h... (cached) yes checking whether programs are able to redeclare getpw functions... yes configure: creating ./config.status config.status: creating Makefile config.status: creating maintMakefile config.status: creating tilde/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/tmp/which-2.16' Making all in tilde make[2]: Entering directory `/tmp/which-2.16/tilde' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -m32 -mcpu=v8 -mtune=v9 -MT tilde.o -MD -MP -MF ".deps/tilde.Tpo" \ -c -o tilde.o `test -f 'tilde.c' || echo './'`tilde.c; \ then mv ".deps/tilde.Tpo" ".deps/tilde.Po"; \ else rm -f ".deps/tilde.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -m32 -mcpu=v8 -mtune=v9 -MT shell.o -MD -MP -MF ".deps/shell.Tpo" \ -c -o shell.o `test -f 'shell.c' || echo './'`shell.c; \ then mv ".deps/shell.Tpo" ".deps/shell.Po"; \ else rm -f ".deps/shell.Tpo"; exit 1; \ fi rm -f libtilde.a ar cru libtilde.a tilde.o shell.o ranlib libtilde.a make[2]: Leaving directory `/tmp/which-2.16/tilde' Making all in . make[2]: Entering directory `/tmp/which-2.16' if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -m32 -mcpu=v8 -mtune=v9 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \ -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \ then mv ".deps/getopt.Tpo" ".deps/getopt.Po"; \ else rm -f ".deps/getopt.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -m32 -mcpu=v8 -mtune=v9 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \ -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \ then mv ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \ else rm -f ".deps/getopt1.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -m32 -mcpu=v8 -mtune=v9 -MT bash.o -MD -MP -MF ".deps/bash.Tpo" \ -c -o bash.o `test -f 'bash.c' || echo './'`bash.c; \ then mv ".deps/bash.Tpo" ".deps/bash.Po"; \ else rm -f ".deps/bash.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -m32 -mcpu=v8 -mtune=v9 -MT which.o -MD -MP -MF ".deps/which.Tpo" \ -c -o which.o `test -f 'which.c' || echo './'`which.c; \ then mv ".deps/which.Tpo" ".deps/which.Po"; \ else rm -f ".deps/which.Tpo"; exit 1; \ fi gcc -O2 -m32 -mcpu=v8 -mtune=v9 -o which getopt.o getopt1.o bash.o which.o ./tilde/libtilde.a /usr/lib/libiberty.a make[2]: Leaving directory `/tmp/which-2.16' make[1]: Leaving directory `/tmp/which-2.16' Making install in tilde make[1]: Entering directory `/tmp/which-2.16/tilde' make[2]: Entering directory `/tmp/which-2.16/tilde' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/tmp/which-2.16/tilde' make[1]: Leaving directory `/tmp/which-2.16/tilde' Making install in . make[1]: Entering directory `/tmp/which-2.16' make[2]: Entering directory `/tmp/which-2.16' /bin/sh ./mkinstalldirs /tmp/package-which/usr/bin mkdir -p -- /tmp/package-which/usr/bin /usr/bin/ginstall -c which /tmp/package-which/usr/bin/which /bin/sh ./mkinstalldirs /tmp/package-which/usr/info mkdir -p -- /tmp/package-which/usr/info /usr/bin/ginstall -c -m 644 ./which.info /tmp/package-which/usr/info/which.info install-info --info-dir=/tmp/package-which/usr/info /tmp/package-which/usr/info/which.info install-info: warning: no info dir entry in `/tmp/package-which/usr/info/which.info' /bin/sh ./mkinstalldirs /tmp/package-which/usr/man/man1 mkdir -p -- /tmp/package-which/usr/man/man1 /usr/bin/ginstall -c -m 644 ./which.1 /tmp/package-which/usr/man/man1/which.1 make[2]: Leaving directory `/tmp/which-2.16' make[1]: Leaving directory `/tmp/which-2.16' Slackware package maker, version 2.1. Searching for symbolic links: usr/bin/which -> ../../bin/which Making symbolic link creation script: ( cd usr/bin ; rm -rf which ) ( cd usr/bin ; ln -sf ../../bin/which which ) 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/bin/which' 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 tar file which-2.16-sparc-1.tar... ./ usr/ usr/bin/ usr/info/ usr/info/which.info.gz usr/man/ usr/man/man1/ usr/man/man1/which.1.gz usr/doc/ usr/doc/which-2.16/ usr/doc/which-2.16/AUTHORS usr/doc/which-2.16/COPYING usr/doc/which-2.16/EXAMPLES usr/doc/which-2.16/NEWS usr/doc/which-2.16/README usr/doc/which-2.16/README.alias bin/ bin/which install/ install/slack-desc install/doinst.sh tar-1.13: which-2.16-sparc-1.tar is the archive; not dumped Gzipping which-2.16-sparc-1.tar... Renaming which-2.16-sparc-1.tar.gz to which-2.16-sparc-1.tgz... Moving which-2.16-sparc-1.tgz to /tmp... Package creation complete.