The following packages will be installed: hexcurse Fetching README... 0%100%100%100%100%100%Done Fetching hexcurse.SlackBuild... 0%100%100%100%100%100%Done Fetching hexcurse.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching v1.60.0-a7d60e8b.diff... 0%100%100%100%100%100%Done hexcurse-1.60.0/ hexcurse-1.60.0/.gitignore hexcurse-1.60.0/.travis.yml hexcurse-1.60.0/AUTHORS hexcurse-1.60.0/COPYING hexcurse-1.60.0/ChangeLog hexcurse-1.60.0/INSTALL hexcurse-1.60.0/LICENSE.txt hexcurse-1.60.0/Makefile.am hexcurse-1.60.0/Makefile.in hexcurse-1.60.0/NEWS hexcurse-1.60.0/README hexcurse-1.60.0/README.Irix hexcurse-1.60.0/README.md hexcurse-1.60.0/aclocal.m4 hexcurse-1.60.0/compile hexcurse-1.60.0/config.guess hexcurse-1.60.0/config.h.in hexcurse-1.60.0/config.sub hexcurse-1.60.0/configure hexcurse-1.60.0/configure.ac hexcurse-1.60.0/depcomp hexcurse-1.60.0/include/ hexcurse-1.60.0/include/hex.h hexcurse-1.60.0/include/hgetopt.h hexcurse-1.60.0/install-sh hexcurse-1.60.0/man/ hexcurse-1.60.0/man/Makefile.am hexcurse-1.60.0/man/Makefile.in hexcurse-1.60.0/man/hexcurse.1 hexcurse-1.60.0/missing hexcurse-1.60.0/mkinstalldirs hexcurse-1.60.0/src/ hexcurse-1.60.0/src/Makefile.am hexcurse-1.60.0/src/Makefile.in hexcurse-1.60.0/src/acceptch.c hexcurse-1.60.0/src/color.c hexcurse-1.60.0/src/file.c hexcurse-1.60.0/src/getopt.c hexcurse-1.60.0/src/hexcurse.c hexcurse-1.60.0/src/llist.c hexcurse-1.60.0/src/screen.c hexcurse-1.60.0/src/stack.c patching file README.md patching file src/acceptch.c patching file src/hexcurse.c checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for initscr in -lncurses... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for off_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking return type of signal handlers... void checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' Making all in src make[2]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c mv -f .deps/file.Tpo .deps/file.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT llist.o -MD -MP -MF .deps/llist.Tpo -c -o llist.o llist.c mv -f .deps/llist.Tpo .deps/llist.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.c mv -f .deps/screen.Tpo .deps/screen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT hexcurse.o -MD -MP -MF .deps/hexcurse.Tpo -c -o hexcurse.o hexcurse.c mv -f .deps/hexcurse.Tpo .deps/hexcurse.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT stack.o -MD -MP -MF .deps/stack.Tpo -c -o stack.o stack.c mv -f .deps/stack.Tpo .deps/stack.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c mv -f .deps/getopt.Tpo .deps/getopt.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT acceptch.o -MD -MP -MF .deps/acceptch.Tpo -c -o acceptch.o acceptch.c acceptch.c: In function ‘wacceptch’: acceptch.c:462:25: warning: ‘strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 462 | strncat(SearchStr, temp, strlen(temp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ acceptch.c:461:25: note: length computed here 461 | if (strlen(temp) <= 10) | ^~~~~~~~~~~~ acceptch.c:501:21: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 501 | strncpy(temp, tmpstr, (strlen(tmpstr) > 80) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 502 | ? 80 : strlen(tmpstr)); | ~~~~~~~~~~~~~~~~~~~~~~ acceptch.c:501:44: note: length computed here 501 | strncpy(temp, tmpstr, (strlen(tmpstr) > 80) | ^~~~~~~~~~~~~~ mv -f .deps/acceptch.Tpo .deps/acceptch.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Werror -Wextra -O2 -fPIC -Wno-error -fcommon -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c mv -f .deps/color.Tpo .deps/color.Po gcc -O2 -fPIC -Wno-error -fcommon -o hexcurse file.o llist.o screen.o hexcurse.o stack.o getopt.o acceptch.o color.o -lncurses make[2]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/src' Making all in man make[2]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/man' make[2]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' make[2]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' make[1]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' Making install in src make[2]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/src' make[3]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/src' /usr/bin/mkdir -p '/usr/src/slapt-src/development/hexcurse/package-hexcurse/usr/bin' /bin/sh /usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/install-sh -c -s hexcurse '/usr/src/slapt-src/development/hexcurse/package-hexcurse/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/src' make[2]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/src' Making install in man make[2]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/man' make[3]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/man' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/development/hexcurse/package-hexcurse/usr/man/man1' /usr/bin/ginstall -c -m 644 hexcurse.1 '/usr/src/slapt-src/development/hexcurse/package-hexcurse/usr/man/man1' make[3]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/man' make[2]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0/man' make[2]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' make[3]: Entering directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' make[2]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' make[1]: Leaving directory '/usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0' 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/hexcurse/hexcurse-1.60.0-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/hexcurse usr/doc/ usr/doc/hexcurse-1.60.0/ usr/doc/hexcurse-1.60.0/AUTHORS usr/doc/hexcurse-1.60.0/COPYING usr/doc/hexcurse-1.60.0/ChangeLog usr/doc/hexcurse-1.60.0/LICENSE.txt usr/doc/hexcurse-1.60.0/NEWS usr/doc/hexcurse-1.60.0/README usr/doc/hexcurse-1.60.0/README.md usr/doc/hexcurse-1.60.0/hexcurse.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/hexcurse.1.gz Slackware package /usr/src/slapt-src/development/hexcurse/hexcurse-1.60.0-x86_64-1salix15.0.txz created. Installing package hexcurse-1.60.0-x86_64-1salix15.0... | hexcurse (ncurses-based hex editor) | | Hexcurse is a curses-based hex editing utility that can open, edit, | and save files, editing both the hexadecimal and decimal values. It | currently supports searching, hex and decimal address output, jumping | to specified locations in the file, "undo" capabilities, "bolded" | modifications, EBCDIC mode, and quick keyboard shortcuts to commands. | | | | | |