The following packages will be installed: hexer Fetching README... 0%100%100%100%100%100%Done Fetching hexer.SlackBuild... 0%100%100%100%100%100%Done Fetching hexer.info... 0%100%100%100%100%100%Done Fetching manpages_readability.diff... 0%100%100%100%100%100%Done Fetching rc/hexerrc.blackonwhite... 0%100%100%100%100%100%Done Fetching rc/hexerrc.greenonblack... 0%100%100%100%100%100%Done Fetching rc/hexerrc.whiteonblack... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done hexer-1.0.6/ hexer-1.0.6/CHANGES hexer-1.0.6/COPYRIGHT hexer-1.0.6/Makefile hexer-1.0.6/README hexer-1.0.6/TODO hexer-1.0.6/bin2c.c hexer-1.0.6/buffer.c hexer-1.0.6/buffer.h hexer-1.0.6/calc.c hexer-1.0.6/calc.h hexer-1.0.6/commands.c hexer-1.0.6/commands.h hexer-1.0.6/config-test.c hexer-1.0.6/defs.h hexer-1.0.6/edit.c hexer-1.0.6/edit.h hexer-1.0.6/exh.c hexer-1.0.6/exh.h hexer-1.0.6/help.txt hexer-1.0.6/helptext.h hexer-1.0.6/hexer.1 hexer-1.0.6/hexer.c hexer-1.0.6/hexer.doc hexer-1.0.6/hexer.h hexer-1.0.6/main.c hexer-1.0.6/map.c hexer-1.0.6/myc.1 hexer-1.0.6/myc.doc hexer-1.0.6/readline.c hexer-1.0.6/readline.h hexer-1.0.6/regex.c hexer-1.0.6/regex.h hexer-1.0.6/set.c hexer-1.0.6/set.h hexer-1.0.6/signal.c hexer-1.0.6/signal.h hexer-1.0.6/tio.c hexer-1.0.6/tio.h hexer-1.0.6/util.c hexer-1.0.6/util.h patching file hexer.1 patching file myc.1 Makefile:81: warning: ignoring prerequisites on suffix rule definition [ ! -e config.h.auto ] || rm config.h.auto echo "/* Autogenerated by Makefile and config-test.c */" > config.h.auto for item in \ SIGTYPE_INT \ ALLOCA_H \ VASPRINTF \ ; do \ echo "Testing for $item"; \ if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -D"TEST_$item" -c -o config-test.o -Werror config-test.c; then \ value=1; \ else \ value=0; \ fi; \ echo "- result: $value"; \ printf "\\n#define HAVE_%s\\t%d\\n" "$item" "$value" >> config.h.auto; \ done Testing for SIGTYPE_INT config-test.c: In function ‘main’: config-test.c:82:40: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Werror=incompatible-pointer-types] 82 | buf[0] = '0' + (signal(SIGINT, handler) != SIG_ERR); | ^~~~~~~ | | | int (*)(void) In file included from /usr/include/features.h:473, from /usr/include/signal.h:25, from config-test.c:44: /usr/include/signal.h:93:23: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘int (*)(void)’ 93 | extern __sighandler_t __REDIRECT_NTH (signal, | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors - result: 0 Testing for ALLOCA_H - result: 1 Testing for VASPRINTF - result: 1 [ ! -e config.h ] || rm config.h mv config.h.auto config.h cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o buffer.o buffer.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o tio.o tio.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o edit.o edit.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o main.o main.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o hexer.o hexer.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o readline.o readline.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o regex.o regex.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o exh.o exh.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o set.o set.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o map.o map.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o signal.o signal.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o util.o util.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o commands.o commands.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -o bin2c bin2c.c ./bin2c -n helptext -o helptext.c help.txt cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o helptext.o helptext.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -c -o calc.o calc.c cc -o hexer buffer.o tio.o edit.o main.o hexer.o readline.o regex.o exh.o set.o map.o signal.o util.o commands.o helptext.o calc.o -lcurses -lm cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -O2 -fPIC -DMYCALC=1 -o myc calc.c -lm Makefile:81: warning: ignoring prerequisites on suffix rule definition mkdir -p /usr/src/slapt-src/development/hexer/package-hexer/usr/bin /usr/src/slapt-src/development/hexer/package-hexer/usr/man/man1 install -s hexer /usr/src/slapt-src/development/hexer/package-hexer/usr/bin install -m 644 hexer.1 /usr/src/slapt-src/development/hexer/package-hexer/usr/man/man1 [ ! -f myc ] || install -s myc /usr/src/slapt-src/development/hexer/package-hexer/usr/bin [ ! -f myc ] || install -m 644 myc.1 /usr/src/slapt-src/development/hexer/package-hexer/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/development/hexer/hexer-1.0.6-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/hexer usr/bin/myc usr/doc/ usr/doc/hexer-1.0.6/ usr/doc/hexer-1.0.6/CHANGES usr/doc/hexer-1.0.6/COPYRIGHT usr/doc/hexer-1.0.6/README usr/doc/hexer-1.0.6/TODO usr/doc/hexer-1.0.6/hexer.SlackBuild usr/doc/hexer-1.0.6/rc/ usr/doc/hexer-1.0.6/rc/hexerrc.blackonwhite usr/doc/hexer-1.0.6/rc/hexerrc.greenonblack usr/doc/hexer-1.0.6/rc/hexerrc.whiteonblack usr/man/ usr/man/man1/ usr/man/man1/hexer.1.gz usr/man/man1/myc.1.gz Slackware package /usr/src/slapt-src/development/hexer/hexer-1.0.6-x86_64-1salix15.0.txz created. Installing package hexer-1.0.6-x86_64-1salix15.0... | hexer (hex editor with vi-like UI) | | Hexer is a multi-buffer editor for binary files for Unix-like systems | that displays its buffer(s) as a hex dump. The user interface is kept | similar to vi/ex. | | | | | | | |