The following packages will be installed: tweak Fetching 20200601.diff... 0% 47% 94%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching tweak.SlackBuild... 0%100%100%100%100%100%Done Fetching tweak.info... 0%100%100%100%100%100%Done tweak-3.02/ tweak-3.02/LICENCE tweak-3.02/actions.c tweak-3.02/btree.c tweak-3.02/buffer.c tweak-3.02/curses.c tweak-3.02/keytab.c tweak-3.02/main.c tweak-3.02/rcfile.c tweak-3.02/search.c tweak-3.02/slang.c tweak-3.02/btree.h tweak-3.02/tweak.h tweak-3.02/btree.but tweak-3.02/manpage.but tweak-3.02/tweak.1 tweak-3.02/btree.html tweak-3.02/Makefile patching file actions.c patching file btree.c patching file btree.h patching file buffer.c patching file curses.c patching file keytab.c patching file main.c patching file rcfile.c patching file slang.c patching file tweak.h gcc -g -c -Wall -O2 -fPIC main.c gcc -g -c -Wall -O2 -fPIC keytab.c gcc -g -c -Wall -O2 -fPIC actions.c gcc -g -c -Wall -O2 -fPIC search.c gcc -g -c -Wall -O2 -fPIC rcfile.c gcc -g -c -Wall -O2 -fPIC buffer.c gcc -g -c -Wall -O2 -fPIC btree.c btree.c: In function ‘bt_xform’: btree.c:771:21: warning: ‘ret2’ may be used uninitialized in this function [-Wmaybe-uninitialized] 771 | if (out2) *out2 = ret2; | ~~~~~~^~~~~~ btree.c: In function ‘bt_join_internal’: btree.c:1583:57: warning: ‘childposns’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1583 | bt_set_child(bt, nodes[nnodes-1], childposns[nnodes-1], la); | ^ btree.c:1583:35: warning: ‘nodes’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1583 | bt_set_child(bt, nodes[nnodes-1], childposns[nnodes-1], la); | ^ btree.c: In function ‘bt_delpos’: btree.c:202:28: warning: ‘saved_pos’ may be used uninitialized in this function [-Wmaybe-uninitialized] 202 | return n[bt->maxdegree + index].ep; | ~~~~~~~~~~~~~~^~~~~~~ btree.c:1321:52: note: ‘saved_pos’ was declared here 1321 | int nnodes, child, pos2, ends, st, splitpoint, saved_pos; | ^~~~~~~~~ gcc -g -c -Wall -O2 -fPIC curses.c gcc -o tweak main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o curses.o -lncurses 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/tweak/tweak-3.02+20200601-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/tweak usr/doc/ usr/doc/tweak-3.02+20200601/ usr/doc/tweak-3.02+20200601/LICENCE usr/doc/tweak-3.02+20200601/btree.html usr/doc/tweak-3.02+20200601/tweak.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/tweak.1.gz Slackware package /usr/src/slapt-src/development/tweak/tweak-3.02+20200601-x86_64-1salix15.0.txz created. Installing package tweak-3.02+20200601-x86_64-1salix15.0... | tweak (ncurses-based hex editor, with emacs-like keybindings) | | Tweak is a hex editor. It allows you to edit a file at very low | level, letting you see the full and exact binary contents of the | file. It can be useful for modifying binary files such as executables, | editing disk or CD images, debugging programs that generate binary | file formats incorrectly, and many other things. | | Tweak uses a complex data structure based on B-trees, designed to | make almost all editing operations extremely fast, even when they | are working on huge amounts of data. | |