The following packages will be installed: xjobs Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xjobs.SlackBuild... 0%100%100%100%100%100%Done Fetching xjobs.info... 0%100%100%100%100%100%Done xjobs-20140125/.hg_archival.txt xjobs-20140125/.hgtags xjobs-20140125/COPYING xjobs-20140125/ChangeLog xjobs-20140125/Makefile.in xjobs-20140125/README xjobs-20140125/config.guess xjobs-20140125/config.h.in xjobs-20140125/config.sub xjobs-20140125/configure xjobs-20140125/configure.in xjobs-20140125/install-sh xjobs-20140125/log.c xjobs-20140125/log.h xjobs-20140125/tokenizer.l xjobs-20140125/tokens.h xjobs-20140125/xjobs.1 xjobs-20140125/xjobs.c checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking target system type... x86_64-slackware-linux-gnu checking for cc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking for rm... /usr/bin/rm checking for C/C++ restrict keyword... __restrict checking for inline... inline checking whether to enable assertions... yes checking return type of signal handlers... void checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for malloc in -lumem... no checking for library containing ceil... -lm checking for library containing wait4... none required checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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 pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stropts.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h cc -O2 -fPIC -DHAVE_CONFIG_H -c xjobs.c -o xjobs.o xjobs.c: In function 'gettime': xjobs.c:242:9: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] (void) gettimeofday(&now,0); ^ cc -O2 -fPIC -DHAVE_CONFIG_H -c log.c -o log.o flex -t tokenizer.l > tokenizer.c cc -O2 -fPIC -DHAVE_CONFIG_H -c tokenizer.c -o tokenizer.o cc -O2 -fPIC -DHAVE_CONFIG_H xjobs.o log.o tokenizer.o -lm -o xjobs rm tokenizer.c Slackware package maker, version 3.141593. 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/system/xjobs/xjobs-20140125-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/xjobs usr/doc/ usr/doc/xjobs-20140125/ usr/doc/xjobs-20140125/README usr/doc/xjobs-20140125/COPYING usr/doc/xjobs-20140125/xjobs.SlackBuild usr/doc/xjobs-20140125/ChangeLog usr/man/ usr/man/man1/ usr/man/man1/xjobs.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/system/xjobs/xjobs-20140125-x86_64-1salix.txz created. Installing package xjobs-20140125-x86_64-1salix... | xjobs (execute jobs in parallel) | | xjobs reads job descriptions line by line and executes them in | parallel. xjobs is most useful on multiprocessor machines when | one needs to execute several time consuming commands that could | possibly be run in parallel. It works similar to xargs. | | http://www.maier-komor.de/xjobs.html | | | | |