ytalk-3.3.0 ytalk-3.3.0/ChangeLog ytalk-3.3.0/AUTHORS ytalk-3.3.0/COPYING ytalk-3.3.0/Makefile.am ytalk-3.3.0/INSTALL ytalk-3.3.0/configure.in ytalk-3.3.0/README ytalk-3.3.0/docs ytalk-3.3.0/docs/Makefile.am ytalk-3.3.0/docs/ytalk.1.in ytalk-3.3.0/docs/Makefile.in ytalk-3.3.0/ytalkrc ytalk-3.3.0/m4 ytalk-3.3.0/m4/ac-curses.m4 ytalk-3.3.0/m4/ac-defdir.m4 ytalk-3.3.0/src ytalk-3.3.0/src/Makefile.am ytalk-3.3.0/src/comm.c ytalk-3.3.0/src/cwin.c ytalk-3.3.0/src/cwin.h ytalk-3.3.0/src/exec.c ytalk-3.3.0/src/fd.c ytalk-3.3.0/src/getpty.c ytalk-3.3.0/src/gtalk.c ytalk-3.3.0/src/gtalk.h ytalk-3.3.0/src/header.h ytalk-3.3.0/src/main.c ytalk-3.3.0/src/mem.c ytalk-3.3.0/src/mem.h ytalk-3.3.0/src/menu.c ytalk-3.3.0/src/menu.h ytalk-3.3.0/src/rc.c ytalk-3.3.0/src/socket.c ytalk-3.3.0/src/socket.h ytalk-3.3.0/src/term.c ytalk-3.3.0/src/user.c ytalk-3.3.0/src/vt100.c ytalk-3.3.0/src/Makefile.in ytalk-3.3.0/test ytalk-3.3.0/test/Makefile.am ytalk-3.3.0/test/ptyalloc.c ytalk-3.3.0/test/sanity ytalk-3.3.0/test/Makefile.in ytalk-3.3.0/aclocal.m4 ytalk-3.3.0/config.h.in ytalk-3.3.0/install-sh ytalk-3.3.0/missing ytalk-3.3.0/Makefile.in ytalk-3.3.0/configure configure: WARNING: you should use --build, --host, --target 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 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 for style of include used by make... GNU checking dependency style of sparc-bobware-linux-gcc... none checking how to run the C preprocessor... sparc-bobware-linux-gcc -E checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether make sets $(MAKE)... (cached) yes 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 for long... yes checking size of long... 4 checking for u_int... yes checking size of u_int... 4 checking for initscr in -lncurses... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for keypad in -lncurses... yes checking for tcgetattr... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for socket... yes checking for gethostbyname... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking iovec.h usability... no checking iovec.h presence... no checking for iovec.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for sys/stat.h... (cached) yes checking for size_t... yes checking return type of signal handlers... void checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking for ssize_t... yes checking for socklen_t... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking for openpty... no checking for openpty in -lutil... yes checking whether sparc-bobware-linux-gcc needs -traditional... no checking for putenv... yes checking for strerror... yes checking for ttyname... yes checking for ptsname... yes checking for grantpt... yes checking for unlockpt... yes checking for setsid... yes checking for tcflush... yes checking for snprintf... yes checking for sigprocmask... yes checking for gethostname... yes checking for select... yes configure: creating ./config.status config.status: creating docs/Makefile config.status: creating docs/ytalk.1 config.status: creating test/Makefile config.status: creating src/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/tmp/ytalk-3.3.0' Making all in docs make[2]: Entering directory `/tmp/ytalk-3.3.0/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/ytalk-3.3.0/docs' Making all in src make[2]: Entering directory `/tmp/ytalk-3.3.0/src' sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c main.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c term.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c user.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c fd.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c comm.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c menu.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c socket.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c rc.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c exec.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c getpty.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c cwin.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c mem.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c vt100.c sparc-bobware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/ncurses -O2 -m32 -mcpu=v8 -mtune=v9 -c gtalk.c sparc-bobware-linux-gcc -O2 -m32 -mcpu=v8 -mtune=v9 -o ytalk main.o term.o user.o fd.o comm.o menu.o socket.o rc.o exec.o getpty.o cwin.o mem.o vt100.o gtalk.o -lncurses -lutil make[2]: Leaving directory `/tmp/ytalk-3.3.0/src' Making all in test make[2]: Entering directory `/tmp/ytalk-3.3.0/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/ytalk-3.3.0/test' make[2]: Entering directory `/tmp/ytalk-3.3.0' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/tmp/ytalk-3.3.0' make[1]: Leaving directory `/tmp/ytalk-3.3.0' Making install in docs make[1]: Entering directory `/tmp/ytalk-3.3.0/docs' make[2]: Entering directory `/tmp/ytalk-3.3.0/docs' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/man/man1" || mkdir -p -- "/tmp/package-ytalk/usr/man/man1" /usr/bin/ginstall -c -m 644 './ytalk.1' '/tmp/package-ytalk/usr/man/man1/ytalk.1' make[2]: Leaving directory `/tmp/ytalk-3.3.0/docs' make[1]: Leaving directory `/tmp/ytalk-3.3.0/docs' Making install in src make[1]: Entering directory `/tmp/ytalk-3.3.0/src' make[2]: Entering directory `/tmp/ytalk-3.3.0/src' test -z "/usr/bin" || mkdir -p -- "/tmp/package-ytalk/usr/bin" /usr/bin/ginstall -c 'ytalk' '/tmp/package-ytalk/usr/bin/ytalk' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/tmp/ytalk-3.3.0/src' make[1]: Leaving directory `/tmp/ytalk-3.3.0/src' Making install in test make[1]: Entering directory `/tmp/ytalk-3.3.0/test' make[2]: Entering directory `/tmp/ytalk-3.3.0/test' 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/ytalk-3.3.0/test' make[1]: Leaving directory `/tmp/ytalk-3.3.0/test' make[1]: Entering directory `/tmp/ytalk-3.3.0' make[2]: Entering directory `/tmp/ytalk-3.3.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/etc" || mkdir -p -- "/tmp/package-ytalk/etc" /usr/bin/ginstall -c -m 644 'ytalkrc' '/tmp/package-ytalk/etc/ytalkrc' test -z "/usr/man/man1" || mkdir -p -- "/tmp/package-ytalk/usr/man/man1" /usr/bin/ginstall -c -m 644 './docs/ytalk.1' '/tmp/package-ytalk/usr/man/man1/ytalk.1' make[2]: Leaving directory `/tmp/ytalk-3.3.0' make[1]: Leaving directory `/tmp/ytalk-3.3.0' Slackware package maker, version 2.1. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. 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 ytalk-3.3.0-sparc-1.tar... ./ usr/ usr/man/ usr/man/man1/ usr/man/man1/ytalk.1.gz usr/bin/ usr/bin/ytalk usr/doc/ usr/doc/ytalk-3.3.0/ usr/doc/ytalk-3.3.0/AUTHORS usr/doc/ytalk-3.3.0/COPYING usr/doc/ytalk-3.3.0/ChangeLog usr/doc/ytalk-3.3.0/INSTALL usr/doc/ytalk-3.3.0/README etc/ etc/ytalkrc.new install/ install/doinst.sh install/slack-desc tar-1.13: ytalk-3.3.0-sparc-1.tar is the archive; not dumped Gzipping ytalk-3.3.0-sparc-1.tar... Renaming ytalk-3.3.0-sparc-1.tar.gz to ytalk-3.3.0-sparc-1.tgz... Moving ytalk-3.3.0-sparc-1.tgz to /tmp... Package creation complete.