The following packages will be installed: xpipe Fetching README... 0%100%100%100%100%100%Done Fetching git2tarxz.sh... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching xpipe.SlackBuild... 0%100%100%100%100%100%Done Fetching xpipe.info... 0%100%100%100%100%100%Done xpipe-20200503_60b0aec/ xpipe-20200503_60b0aec/Makefile xpipe-20200503_60b0aec/src/ xpipe-20200503_60b0aec/src/xpipe.c xpipe-20200503_60b0aec/doc/ xpipe-20200503_60b0aec/doc/xpipe.1 xpipe-20200503_60b0aec/doc/xpipe.1.txt xpipe-20200503_60b0aec/tests/ xpipe-20200503_60b0aec/tests/setup xpipe-20200503_60b0aec/tests/04.sh xpipe-20200503_60b0aec/tests/09.sh xpipe-20200503_60b0aec/tests/03.sh xpipe-20200503_60b0aec/tests/11.sh xpipe-20200503_60b0aec/tests/12.sh xpipe-20200503_60b0aec/tests/08.sh xpipe-20200503_60b0aec/tests/10.sh xpipe-20200503_60b0aec/tests/02.sh xpipe-20200503_60b0aec/tests/certs xpipe-20200503_60b0aec/tests/13.sh xpipe-20200503_60b0aec/tests/05.sh xpipe-20200503_60b0aec/tests/07.sh xpipe-20200503_60b0aec/tests/14.sh xpipe-20200503_60b0aec/tests/15.sh xpipe-20200503_60b0aec/tests/06.sh xpipe-20200503_60b0aec/tests/patternfile xpipe-20200503_60b0aec/tests/01.sh xpipe-20200503_60b0aec/README.md cc -O2 -march=i586 -mtune=i686 -Wall -Wl,-s -c src/xpipe.c -o src/xpipe.o src/xpipe.c: In function ‘replaceNum’: src/xpipe.c:435:31: warning: ‘strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 435 | (void)strncat(newstr, input, strlen(input)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -o xpipe src/xpipe.o -lm 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/xpipe/xpipe-20200503_60b0aec-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/xpipe usr/doc/ usr/doc/xpipe-20200503_60b0aec/ usr/doc/xpipe-20200503_60b0aec/README.md usr/doc/xpipe-20200503_60b0aec/xpipe.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/xpipe.1.gz Slackware package /usr/src/slapt-src-i486/system/xpipe/xpipe-20200503_60b0aec-i586-1salix15.0.txz created. Installing package xpipe-20200503_60b0aec-i586-1salix15.0... | xpipe (split input and feed it into the given utility) | | The xpipe command reads input from stdin and splits it by the given | number of bytes, lines, or if matching the given pattern. It then | invokes the given utility repeatedly, feeding it the generated data | chunks as input. You can think of it as a Unix love-child of the | split(1), tee(1), and xargs(1) commands. | | | | | |