The following packages will be installed: bviplus Fetching README... 0%100%100%100%100%100%Done Fetching bviplus.1... 0%100%100%100%100%100%Done Fetching bviplus.SlackBuild... 0%100%100%100%100%100%Done Fetching bviplus.info... 0%100%100%100%100%100%Done Fetching bviplus.rst... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done bviplus-1.0/ bviplus-1.0/user_prefs.c bviplus-1.0/virt_file.c bviplus-1.0/display.c bviplus-1.0/actions.c bviplus-1.0/search.c bviplus-1.0/key_handler.c bviplus-1.0/vf_backend.c bviplus-1.0/actions.h bviplus-1.0/help.c bviplus-1.0/display.h bviplus-1.0/main.c bviplus-1.0/creadline.c bviplus-1.0/key_handler.h bviplus-1.0/user_prefs.h bviplus-1.0/Makefile bviplus-1.0/search.h bviplus-1.0/app_state.c bviplus-1.0/app_state.h bviplus-1.0/vf_backend.h bviplus-1.0/COPYING bviplus-1.0/virt_file.h bviplus-1.0/creadline.h bviplus-1.0/help.h bviplus-1.0/make_release.sh mkdir -p objs cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c actions.c -o objs/actions.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c app_state.c -o objs/app_state.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c creadline.c -o objs/creadline.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c display.c -o objs/display.o display.c: In function ‘msg_prompt’: display.c:68:9: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 68 | strncat(msgbox_line, " ", MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c:92:3: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 92 | strncat(msgbox_line, "Y / N", MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function ‘pat_err’: display.c:143:3: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 143 | strncat(msgbox_line, "[PRESS ANY KEY]", MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function ‘msg_box’: display.c:182:9: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 182 | strncat(msgbox_line, " ", MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c:209:3: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 209 | strncat(msgbox_line, "[PRESS ANY KEY]", MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function ‘msg_prompt’: display.c:79:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-truncation] 79 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c:69:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-truncation] 69 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c:69:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] display.c:79:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 79 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function ‘msg_box’: display.c:193:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-truncation] 193 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c:183:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-truncation] 183 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ display.c:183:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] display.c:193:7: warning: ‘strncat’ specified bound 240 equals destination size [-Wstringop-overflow=] 193 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c help.c -o objs/help.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c key_handler.c -o objs/key_handler.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c main.c -o objs/main.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c search.c -o objs/search.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c user_prefs.c -o objs/user_prefs.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c vf_backend.c -o objs/vf_backend.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s -MMD -c virt_file.c -o objs/virt_file.o cc -Wall -Wno-unused -O2 -fPIC -Wl,-s objs/actions.o objs/app_state.o objs/creadline.o objs/display.o objs/help.o objs/key_handler.o objs/main.o objs/search.o objs/user_prefs.o objs/vf_backend.o objs/virt_file.o -lncurses -lpanel -lpthread -o bviplus 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/bviplus/bviplus-1.0-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/bviplus usr/doc/ usr/doc/bviplus-1.0/ usr/doc/bviplus-1.0/COPYING usr/doc/bviplus-1.0/bviplus.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/bviplus.1.gz Slackware package /usr/src/slapt-src/development/bviplus/bviplus-1.0-x86_64-1salix15.0.txz created. Installing package bviplus-1.0-x86_64-1salix15.0... | bviplus (hex editor with vi-style user interface) | | Bviplus is an ncurses based hex editor with a vim-like interface. It | was originally a fork of Binary VIsual editor (bvi) by Gerhard | Burgmann, but has now been completely rewritten (since version 0.3). | | | | | | | |