tar: /usr/src/slapt-src-i486/system/ttygif/ttygif-1.4.0.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now 0%100%100%100%100%100%Done Fetching ttygif.SlackBuild... 0%100%100%100%100%100%Done Fetching ttygif.info... 0%100%100%100%100%100%Done ttygif-1.4.0/ ttygif-1.4.0/.gitignore ttygif-1.4.0/LICENSE ttygif-1.4.0/Makefile ttygif-1.4.0/README.md ttygif-1.4.0/io.c ttygif-1.4.0/io.h ttygif-1.4.0/string_builder.c ttygif-1.4.0/string_builder.h ttygif-1.4.0/ttygif.c ttygif-1.4.0/ttygif.png ttygif-1.4.0/ttygif.rb ttygif-1.4.0/ttyrec.h ttygif-1.4.0/utils.c ttygif-1.4.0/utils.h gcc -O2 -Wall -DVERSION='"1.4.0"' -DOS_LINUX -c -o ttygif.o ttygif.c ttygif.c: In function ‘ttyplay’: ttygif.c:236:17: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 0 and 244 [-Wformat-overflow=] 236 | if (sprintf(arg_buffer, " -delay %f %s", delay * 0.1, img_path) < 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttygif.c:236:17: note: ‘sprintf’ output between 13 and 582 bytes into a destination of size 256 ttygif.c:165:9: warning: ‘%s’ directive writing up to 255 bytes into a region of size 242 [-Wformat-overflow=] 165 | if (sprintf(cmd, "xwd -id %s -out %s", o.window_id, img_path) < 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 244 | if (take_snapshot(img_path, o) != 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ttygif.c:165:9: note: ‘sprintf’ output 15 or more bytes (assuming 270) into a destination of size 256 gcc -O2 -Wall -DVERSION='"1.4.0"' -DOS_LINUX -c -o io.o io.c gcc -O2 -Wall -DVERSION='"1.4.0"' -DOS_LINUX -c -o string_builder.o string_builder.c gcc -O2 -Wall -DVERSION='"1.4.0"' -DOS_LINUX -c -o utils.o utils.c gcc -O2 -Wall -DVERSION='"1.4.0"' -DOS_LINUX -o ttygif ttygif.o io.o string_builder.o utils.o 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/ttygif/ttygif-1.4.0-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/ttygif usr/doc/ usr/doc/ttygif-1.4.0/ usr/doc/ttygif-1.4.0/README.md usr/doc/ttygif-1.4.0/ttygif.SlackBuild Slackware package /usr/src/slapt-src-i486/system/ttygif/ttygif-1.4.0-i586-1salix15.0.txz created. Installing package ttygif-1.4.0-i586-1salix15.0... | ttygif (converting tool) | | ttygif converts a ttyrec file into gif files. It's a stripped down | version of ttyplay which calls xwd on every frame. | | Homepage: https://github.com/icholy/ttygif | | | | | | |