pth-2.0.7/ANNOUNCE pth-2.0.7/AUTHORS pth-2.0.7/COPYING pth-2.0.7/ChangeLog pth-2.0.7/HACKING pth-2.0.7/HISTORY pth-2.0.7/INSTALL pth-2.0.7/Makefile.in pth-2.0.7/NEWS pth-2.0.7/PORTING pth-2.0.7/README pth-2.0.7/SUPPORT pth-2.0.7/TESTS pth-2.0.7/THANKS pth-2.0.7/USERS pth-2.0.7/aclocal.m4 pth-2.0.7/config.guess pth-2.0.7/config.param pth-2.0.7/config.sub pth-2.0.7/configure pth-2.0.7/configure.ac pth-2.0.7/libtool.m4 pth-2.0.7/ltmain.sh pth-2.0.7/pth-config.1 pth-2.0.7/pth-config.in pth-2.0.7/pth-config.pod pth-2.0.7/pth.3 pth-2.0.7/pth.h.in pth-2.0.7/pth.m4 pth-2.0.7/pth.pod pth-2.0.7/pth.spec pth-2.0.7/pth_acdef.h.in pth-2.0.7/pth_acmac.h.in pth-2.0.7/pth_attr.c pth-2.0.7/pth_cancel.c pth-2.0.7/pth_clean.c pth-2.0.7/pth_compat.c pth-2.0.7/pth_data.c pth-2.0.7/pth_debug.c pth-2.0.7/pth_errno.c pth-2.0.7/pth_event.c pth-2.0.7/pth_ext.c pth-2.0.7/pth_fork.c pth-2.0.7/pth_high.c pth-2.0.7/pth_lib.c pth-2.0.7/pth_mctx.c pth-2.0.7/pth_msg.c pth-2.0.7/pth_p.h.in pth-2.0.7/pth_pqueue.c pth-2.0.7/pth_ring.c pth-2.0.7/pth_sched.c pth-2.0.7/pth_string.c pth-2.0.7/pth_sync.c pth-2.0.7/pth_syscall.c pth-2.0.7/pth_tcb.c pth-2.0.7/pth_time.c pth-2.0.7/pth_uctx.c pth-2.0.7/pth_util.c pth-2.0.7/pth_vers.c pth-2.0.7/pthread-config.1 pth-2.0.7/pthread-config.in pth-2.0.7/pthread-config.pod pth-2.0.7/pthread.3 pth-2.0.7/pthread.c pth-2.0.7/pthread.h.in pth-2.0.7/pthread.pod pth-2.0.7/pthread.ps pth-2.0.7/rse-pmt.ps pth-2.0.7/shtool pth-2.0.7/striptease.mk pth-2.0.7/striptease.pl pth-2.0.7/test_common.c pth-2.0.7/test_common.h pth-2.0.7/test_httpd.c pth-2.0.7/test_misc.c pth-2.0.7/test_mp.c pth-2.0.7/test_philo.c pth-2.0.7/test_pthread.c pth-2.0.7/test_select.c pth-2.0.7/test_sfio.c pth-2.0.7/test_sig.c pth-2.0.7/test_std.c pth-2.0.7/test_uctx.c Configuring GNU Pth (Portable Threads), Version 2.0.7 (08-Jun-2006) Copyright (c) 1999-2006 Ralf S. Engelschall Platform: sparc-bobware-linux-gnu Build Tools: checking for sparc-bobware-linux-gcc... sparc-bobware-linux-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 sparc-bobware-linux-gcc accepts -g... yes checking for sparc-bobware-linux-gcc option to accept ANSI C... none needed checking how to run the C preprocessor... sparc-bobware-linux-gcc -E checking for egrep... grep -E checking whether make sets $(MAKE)... yes checking for compiler option -pipe... yes checking for compilation debug mode... disabled checking for compilation profile mode... disabled checking for compilation optimization mode... disabled checking build system type... sparc-bobware-linux-gnu checking host system type... sparc-bobware-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by sparc-bobware-linux-gcc... /usr/sparc-bobware-linux/bin/ld checking if the linker (/usr/sparc-bobware-linux/bin/ld) is GNU ld... yes checking for /usr/sparc-bobware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for sparc-bobware-linux-g++... sparc-bobware-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether sparc-bobware-linux-g++ accepts -g... yes checking how to run the C++ preprocessor... sparc-bobware-linux-g++ -E checking for sparc-bobware-linux-g77... sparc-bobware-linux-g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether sparc-bobware-linux-g77 accepts -g... yes checking the maximum length of command line arguments... 65536 checking command to parse /usr/bin/nm -B output from sparc-bobware-linux-gcc object... ok checking for objdir... .libs checking for sparc-bobware-linux-ar... no checking for ar... ar checking for sparc-bobware-linux-ranlib... no checking for ranlib... ranlib checking for sparc-bobware-linux-strip... no checking for strip... strip checking if sparc-bobware-linux-gcc supports -fno-rtti -fno-exceptions... no checking for sparc-bobware-linux-gcc option to produce PIC... -fPIC checking if sparc-bobware-linux-gcc PIC flag -fPIC works... yes checking if sparc-bobware-linux-gcc static flag -static works... yes checking if sparc-bobware-linux-gcc supports -c -o file.o... yes checking whether the sparc-bobware-linux-gcc linker (/usr/sparc-bobware-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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by sparc-bobware-linux-g++... /usr/sparc-bobware-linux/bin/ld checking if the linker (/usr/sparc-bobware-linux/bin/ld) is GNU ld... yes checking whether the sparc-bobware-linux-g++ linker (/usr/sparc-bobware-linux/bin/ld) supports shared libraries... yes checking for sparc-bobware-linux-g++ option to produce PIC... -fPIC checking if sparc-bobware-linux-g++ PIC flag -fPIC works... yes checking if sparc-bobware-linux-g++ static flag -static works... yes checking if sparc-bobware-linux-g++ supports -c -o file.o... yes checking whether the sparc-bobware-linux-g++ linker (/usr/sparc-bobware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for sparc-bobware-linux-g77 option to produce PIC... -fPIC checking if sparc-bobware-linux-g77 PIC flag -fPIC works... yes checking if sparc-bobware-linux-g77 static flag -static works... yes checking if sparc-bobware-linux-g77 supports -c -o file.o... yes checking whether the sparc-bobware-linux-g77 linker (/usr/sparc-bobware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate Mandatory Platform Environment: checking for ANSI C header files... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for gettimeofday... yes checking for select... yes checking for sigaction... yes checking for sigprocmask... yes checking for sigpending... yes checking for sigsuspend... yes decision on mandatory system headers and functions... all fine Optional Platform Environment: checking for number of signals... 65 checking for default value of FD_SETSIZE... 1024 checking for poll... yes checking for define POLLIN in poll.h... yes checking whether poll(2) facility has to be faked... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for readv... yes checking for writev... yes checking whether readv(2)/writev(2) facility has to be faked... no checking for usleep... yes checking for strerror... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for gethostname in -lnsl... yes checking for accept in -lsocket... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for typedef sig_atomic_t... yes checking for typedef pid_t... yes checking for typedef size_t... yes checking for typedef ssize_t... yes checking for typedef off_t... yes checking for typedef stack_t... yes checking for attribute ss_base in struct sigaltstack from sys/signal.h... no checking for attribute ss_sp in struct sigaltstack from sys/signal.h... yes checking for a single-argument based gettimeofday... no checking for struct timespec... yes checking for typedef socklen_t... yes checking for type of argument 3 for accept()... socklen_t *__restrict checking for fallback socklen_t... socklen_t checking for typedef nfds_t... yes checking for type of argument 2 for poll()... nfds_t checking for fallback nfds_t... nfds_t checking for built-in type long long... yes checking for built-in type long double... yes Machine Context Implementation: checking for ucontext.h... yes checking for makecontext... no checking for swapcontext... no checking for getcontext... no checking for setcontext... no checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... no checking for signal.h... (cached) yes checking for sigsetjmp... no checking for siglongjmp... yes checking for setjmp... yes checking for longjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for sigaltstack... yes checking for sigstack... yes checking for signal-mask aware setjmp(3)/longjmp(3)... yes: ssjlj checking for typedef stack_t... (cached) yes checking for direction of stack growth... down checking for makecontext... (cached) no checking for stack setup via makecontext... N.A. checking for sigaltstack... (cached) yes checking for typedef stack_t... (cached) yes checking for stack setup via sigaltstack... ok checking for sigstack... (cached) yes checking for stack setup via sigstack... guessed decision on mctx implementation... sjlj/ssjlj/sas System Call Mapping: checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/socketcall.h usability... no checking sys/socketcall.h presence... no checking for sys/socketcall.h... no checking for syscall... yes checking for define SYS_read in sys/syscall.h... yes checking for dlfcn.h... (cached) yes checking for dlsym in -ldl... yes checking for dlopen... yes checking for dlsym... yes checking for dlclose... yes checking for define RTLD_NEXT in dlfcn.h... no checking for syscall dynamic libraries... /usr/lib/libdl.so:/usr/lib/libnsl.so:/usr/lib/libc.so checking whether soft system call mapping is used... no checking whether hard system call mapping is used... no Build Parameters: checking whether to activate batch build mode... no checking whether to activate maintainer build targets... no checking whether to activate test build targets... yes checking whether to build Pthread library... no checking whether to build against external OSSP ex library... no checking whether to build against external Sfio library... no checking whether to build against external Dmalloc library... no Output Substitution: configure: creating ./config.status config.status: creating Makefile config.status: creating pthread-config config.status: creating pthread.h config.status: creating pth-config config.status: creating pth.h config.status: creating pth_acmac.h config.status: creating pth_acdef.h config.status: executing default commands Now please type `make' to compile. Good luck. ./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c pth_uctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c pth_fork.c pth_high.c pth_ext.c pth_string.c pthread.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_debug.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_ring.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_pqueue.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_time.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_errno.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_mctx.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_uctx.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_tcb.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_sched.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_attr.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_lib.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_event.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_data.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_clean.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_cancel.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_msg.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_sync.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_fork.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_util.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_high.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_syscall.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_ext.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_compat.c ./libtool --mode=compile --quiet sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe pth_string.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o libpth.la pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo pth_errno.lo pth_mctx.lo pth_uctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo pth_compat.lo pth_string.lo \ -rpath /usr/lib -version-info `./shtool version -lc -dlibtool pth_vers.c` sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_std.c sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_common.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_std test_std.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_mp.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_mp test_mp.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_misc.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_misc test_misc.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_philo.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_philo test_philo.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_sig.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_sig test_sig.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_select.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_select test_select.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_httpd.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_httpd test_httpd.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_sfio.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_sfio test_sfio.o test_common.o libpth.la -ldl -lnsl sparc-bobware-linux-gcc -c -I. -O2 -m32 -mcpu=v8 -mtune=v9 -pipe test_uctx.c ./libtool --mode=link --quiet sparc-bobware-linux-gcc -o test_uctx test_uctx.o test_common.o libpth.la -ldl -lnsl make[1]: Entering directory `/tmp/pth-2.0.7' Now please type `make test' to run a quick test suite. Hope it works. make[1]: Leaving directory `/tmp/pth-2.0.7' make[1]: Entering directory `/tmp/pth-2.0.7' ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr/bin ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr/include ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr/lib ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr/man/man1 ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr/man/man3 ./shtool mkdir -f -p -m 755 /tmp/pkg-pth/usr/share/aclocal ./shtool install -c -m 755 pth-config /tmp/pkg-pth/usr/bin/pth-config ./shtool install -c -m 644 pth-config.1 /tmp/pkg-pth/usr/man/man1/pth-config.1 ./shtool install -c -m 644 pth.3 /tmp/pkg-pth/usr/man/man3/pth.3 ./shtool install -c -m 644 pth.m4 /tmp/pkg-pth/usr/share/aclocal/pth.m4 ./shtool install -c -m 644 pth.h /tmp/pkg-pth/usr/include/pth.h ./shtool install -c .libs/libpth.so.20.0.27 /tmp/pkg-pth/usr/lib/libpth.so.20.0.27 (cd /tmp/pkg-pth/usr/lib && { ln -s -f libpth.so.20.0.27 libpth.so.20 || { rm -f libpth.so.20 && ln -s libpth.so.20.0.27 libpth.so.20; }; }) (cd /tmp/pkg-pth/usr/lib && { ln -s -f libpth.so.20.0.27 libpth.so || { rm -f libpth.so && ln -s libpth.so.20.0.27 libpth.so; }; }) ./shtool install -c .libs/libpth.lai /tmp/pkg-pth/usr/lib/libpth.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[1]: Leaving directory `/tmp/pth-2.0.7' make[1]: Entering directory `/tmp/pth-2.0.7' Now please type `make test' to run a quick test suite. Hope it works. make[1]: Leaving directory `/tmp/pth-2.0.7' Slackware package maker, version 2.1. Searching for symbolic links: usr/lib/libpth.so.20 -> libpth.so.20.0.27 usr/lib/libpth.so -> libpth.so.20.0.27 Making symbolic link creation script: ( cd usr/lib ; rm -rf libpth.so.20 ) ( cd usr/lib ; ln -sf libpth.so.20.0.27 libpth.so.20 ) ( cd usr/lib ; rm -rf libpth.so ) ( cd usr/lib ; ln -sf libpth.so.20.0.27 libpth.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/libpth.so.20' removed `./usr/lib/libpth.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 tar file pth-2.0.7-sparc-1.tar... ./ usr/ usr/bin/ usr/bin/pth-config usr/include/ usr/include/pth.h usr/lib/ usr/lib/libpth.so.20.0.27 usr/lib/libpth.la usr/man/ usr/man/man1/ usr/man/man1/pth-config.1.gz usr/man/man3/ usr/man/man3/pth.3.gz usr/share/ usr/share/aclocal/ usr/share/aclocal/pth.m4 usr/doc/ usr/doc/pth-2.0.7/ usr/doc/pth-2.0.7/ANNOUNCE usr/doc/pth-2.0.7/AUTHORS usr/doc/pth-2.0.7/COPYING usr/doc/pth-2.0.7/HACKING usr/doc/pth-2.0.7/HISTORY usr/doc/pth-2.0.7/INSTALL usr/doc/pth-2.0.7/NEWS usr/doc/pth-2.0.7/PORTING usr/doc/pth-2.0.7/README usr/doc/pth-2.0.7/SUPPORT usr/doc/pth-2.0.7/TESTS usr/doc/pth-2.0.7/THANKS usr/doc/pth-2.0.7/USERS usr/doc/pth-2.0.7/pth.SlackBuild install/ install/slack-desc install/doinst.sh tar-1.13: pth-2.0.7-sparc-1.tar is the archive; not dumped Gzipping pth-2.0.7-sparc-1.tar... Renaming pth-2.0.7-sparc-1.tar.gz to pth-2.0.7-sparc-1.tgz... Moving pth-2.0.7-sparc-1.tgz to /tmp... Package creation complete.