The following packages will be installed: sandy Fetching README... 0%100%100%100%100%100%Done Fetching sandy.SlackBuild... 0%100%100%100%100%100%Done Fetching sandy.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done sandy-0.4_20140727/ sandy-0.4_20140727/Makefile sandy-0.4_20140727/sandy.1 sandy-0.4_20140727/TODO sandy-0.4_20140727/sandy.c sandy-0.4_20140727/README sandy-0.4_20140727/arg.h sandy-0.4_20140727/LICENSE sandy-0.4_20140727/config.mk sandy-0.4_20140727/config.def.h sandy build options: CFLAGS = -ggdb -std=c99 -pedantic -Wall -Wextra -pedantic -O2 -march=i586 -mtune=i686 -I. -I/usr/include -DVERSION="0.6" -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L LDFLAGS = -L/usr/lib -lc -lncurses CC = cc creating config.h from config.def.h CC sandy.c In file included from /usr/include/errno.h:25, from sandy.c:2: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ sandy.c: In function ‘main’: sandy.c:1946:35: warning: ‘%ld’ directive output may be truncated writing between 1 and 10 bytes into a region of size 4 [-Wformat-truncation=] 1946 | snprintf(buf, 4, "%ld%%", (100 * ncur) / nlst); | ^~~ sandy.c:1946:34: note: directive argument in the range [0, 2147483647] 1946 | snprintf(buf, 4, "%ld%%", (100 * ncur) / nlst); | ^~~~~~~ sandy.c:1946:17: note: ‘snprintf’ output between 3 and 12 bytes into a destination of size 4 1946 | snprintf(buf, 4, "%ld%%", (100 * ncur) / nlst); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC -o sandy installing executable file to /usr/src/slapt-src-i486/system/sandy/package-sandy/usr/bin installing manual page to /usr/src/slapt-src-i486/system/sandy/package-sandy/usr/man/man1 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/sandy/sandy-0.4_20140727-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/sandy usr/doc/ usr/doc/sandy-0.4_20140727/ usr/doc/sandy-0.4_20140727/LICENSE usr/doc/sandy-0.4_20140727/README usr/doc/sandy-0.4_20140727/TODO usr/doc/sandy-0.4_20140727/sandy.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/sandy.1.gz Slackware package /usr/src/slapt-src-i486/system/sandy/sandy-0.4_20140727-i586-1salix15.0.txz created. Installing package sandy-0.4_20140727-i586-1salix15.0... | sandy (minimalist text editor) | | sandy is an ncurses text editor with an easy-to-read, hackable C | source. Sandy tries to maximize screen estate, minimize the SLOC used | and not get in your way too much. It can somehow be controlled using | a named pipe that lives in /tmp and all preferences and keybindings | are to be chosen at compile time. | | | | | |