The following packages will be installed: dtach Fetching README... 0%100%100%100%100%100%Done Fetching dtach.SlackBuild... 0%100%100%100%100%100%Done Fetching dtach.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done dtach-0.9/ dtach-0.9/.gitignore dtach-0.9/COPYING dtach-0.9/Makefile.in dtach-0.9/README dtach-0.9/attach.c dtach-0.9/config.h.in dtach-0.9/configure dtach-0.9/configure.ac dtach-0.9/dtach.1 dtach-0.9/dtach.h dtach-0.9/dtach.spec dtach-0.9/main.c dtach-0.9/master.c 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 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 whether gcc needs -traditional... no checking for openpty in -lutil... yes checking for socket in -lsocket... no 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for ssize_t... yes checking return type of signal handlers... void checking for atexit... yes checking for dup2... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for openpty... yes checking for forkpty... yes checking for ptsname... yes checking for grantpt... yes checking for unlockpt... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h gcc -O2 -march=i586 -mtune=i686 -W -Wall -I. -c -o attach.o attach.c gcc -O2 -march=i586 -mtune=i686 -W -Wall -I. -c -o master.o master.c gcc -O2 -march=i586 -mtune=i686 -W -Wall -I. -c -o main.o main.c gcc -o dtach attach.o master.o main.o -lutil Slackware package maker, version 3.14159265. 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 Slackware package: /usr/src/slapt-src-i486/system/dtach/dtach-0.9-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/dtach usr/doc/ usr/doc/dtach-0.9/ usr/doc/dtach-0.9/COPYING usr/doc/dtach-0.9/README usr/doc/dtach-0.9/dtach.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/dtach.1.gz Slackware package /usr/src/slapt-src-i486/system/dtach/dtach-0.9-i586-1salix15.0.txz created. Installing package dtach-0.9-i586-1salix15.0... | dtach (detaches/reattaches programs from/to their terminals) | | dtach is a tiny program that emulates the detach feature of screen, | allowing you to run a program in an environment that is protected | from the controlling terminal and attach to it later. dtach does not | keep track of the contents of the screen, and thus works best with | programs that know how to redraw themselves. It is designed to be | transparent and un-intrusive; it avoids interpreting the input and | output between attached terminals and the program under its control. | | Homepage: http://dtach.sourceforge.net/ | |