The following packages will be installed: hexe Fetching README... 0%100%100%100%100%100%Done Fetching fix-b-option.diff... 0%100%100%100%100%100%Done Fetching hexe.1... 0%100%100%100%100%100%Done Fetching hexe.SlackBuild... 0%100%100%100%100%100%Done Fetching hexe.info... 0%100%100%100%100%100%Done Fetching hexe.rst... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done hexe-20120305/ hexe-20120305/Makefile hexe-20120305/io.c hexe-20120305/function.c hexe-20120305/ui_function.c hexe-20120305/hexe.c hexe-20120305/ui.c hexe-20120305/hexe.h patching file hexe.c gcc -Wall -O2 -fPIC -fcommon -c -o function.o function.c gcc -Wall -O2 -fPIC -fcommon -c -o hexe.o hexe.c gcc -Wall -O2 -fPIC -fcommon -c -o io.o io.c io.c: In function ‘load_dummy’: io.c:117:5: warning: ‘strcpy’ writing one too many bytes into a region of a size that depends on ‘strlen’ [-Wstringop-overflow=] 117 | strcpy(fn, tmpname); | ^~~~~~~~~~~~~~~~~~~ io.c:116:10: note: destination object of size [0, 11] allocated by ‘malloc’ 116 | fn = malloc(strlen(tmpname)); | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -O2 -fPIC -fcommon -c -o ui.o ui.c ui.c: In function ‘search’: ui.c:367:25: warning: too many arguments for format [-Wformat-extra-args] 367 | mvprintw(maxy-1, 0, "Enter 'v' for hex value or 's' for string:", b); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function ‘print_ui’: ui.c:550:20: warning: too many arguments for format [-Wformat-extra-args] 550 | mvprintw(0, 0, "File: %s", fn, addr); | ^~~~~~~~~~ ui.c: In function ‘insert’: ui.c:141:9: warning: ‘strcpy’ writing one too many bytes into a region of a size that depends on ‘strlen’ [-Wstringop-overflow=] 141 | strcpy(insdata, in); | ^~~~~~~~~~~~~~~~~~~ ui.c:140:19: note: destination object of size [0, 511] allocated by ‘malloc’ 140 | insdata = malloc(inslen); | ^~~~~~~~~~~~~~ gcc -Wall -O2 -fPIC -fcommon -c -o ui_function.o ui_function.c gcc -Wall -O2 -fPIC -fcommon -o hexe function.o hexe.o io.o ui.o ui_function.o -lcurses 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/hexe/hexe-20120305-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/hexe usr/doc/ usr/doc/hexe-20120305/ usr/doc/hexe-20120305/README usr/doc/hexe-20120305/hexe.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/hexe.1.gz Slackware package /usr/src/slapt-src/development/hexe/hexe-20120305-x86_64-1salix15.0.txz created. Installing package hexe-20120305-x86_64-1salix15.0... | hexe (minimalist hex editor) | | hexe is a hex editor with emacs-like key bindings. It runs in a | terminal and allows editing in hex or ASCII. | | | | | | | | |