==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: pev 0.81-1 (Tue Feb 23 13:02:53 2021)
==> Retrieving sources...
  -> Found pev-0.81.tar.gz
  -> Found destdir.patch
==> Validating source files with sha512sums...
    pev-0.81.tar.gz ... Passed
    destdir.patch ... Passed
Host and machine ids are equal (27f8a8a2107e4714a5587b00f7368723): refusing to link journals
==> Making package: pev 0.81-1 (Tue 23 Feb 2021 01:02:59 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) unzip-6.0-14

Total Download Size:   0.14 MiB
Total Installed Size:  0.31 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading unzip-6.0-14-x86_64.pkg.tar.zst...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing unzip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found pev-0.81.tar.gz
  -> Found destdir.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pev-0.81.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
cd lib/libpe && make all
make[1]: Entering directory '/build/pev/src/pev-0.81/lib/libpe'
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./error.o error.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./exports.o exports.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./hashes.o hashes.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./imports.o imports.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./misc.o misc.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./pe.o pe.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./resources.o resources.c
resources.c:383:13: warning: pe_resource_debug_nodes’ defined but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;]
  383 | static void pe_resource_debug_nodes(pe_ctx_t *ctx, const pe_resource_node_t *node) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./utils.o utils.c
utils.c: In function ‘pe_utils_str_array_join’:
utils.c:114:26: warning: writing 1 byte into a region of size 0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
  114 |  result[--result_length] = '\0';
      |  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
utils.c:109:17: note: at offset -1 to an object with size 0 allocated by ‘malloc’ here
  109 |  char *result = malloc(result_length);
      |                 ^~~~~~~~~~~~~~~~~~~~~
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libfuzzy/edit_dist.o libfuzzy/edit_dist.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libfuzzy/fuzzy.o libfuzzy/fuzzy.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/decode.o libudis86/decode.c
libudis86/decode.c: In function ‘decode_operand’:
libudis86/decode.c:655:18: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  655 |       u->br_far  = 1;
      |       ~~~~~~~~~~~^~~
libudis86/decode.c:657:5: note: here
  657 |     case OP_M:
      |     ^~~~
libudis86/decode.c:658:10: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  658 |       if (MODRM_MOD(modrm(u)) == 3) {
      |          ^
libudis86/decode.c:662:5: note: here
  662 |     case OP_E:
      |     ^~~~
libudis86/decode.c:677:10: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  677 |       if (MODRM_MOD(modrm(u)) != 3) {
      |          ^
libudis86/decode.c:681:5: note: here
  681 |     case OP_Q:
      |     ^~~~
libudis86/decode.c:688:10: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  688 |       if (MODRM_MOD(modrm(u)) != 3) {
      |          ^
libudis86/decode.c:692:5: note: here
  692 |     case OP_W:
      |     ^~~~
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/itab.o libudis86/itab.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/syn-att.o libudis86/syn-att.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/syn.o libudis86/syn.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/syn-intel.o libudis86/syn-intel.c
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I"." -I"./include" -W -Wall -Wextra -pedantic -std=c99 -c -fPIC -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/udis86.o libudis86/udis86.c
cc -shared -Wl,-soname,libpe.so.1 -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto -o libpe.so /build/pev/src/pev-0.81/lib/libpe/build/./error.o /build/pev/src/pev-0.81/lib/libpe/build/./exports.o /build/pev/src/pev-0.81/lib/libpe/build/./hashes.o /build/pev/src/pev-0.81/lib/libpe/build/./imports.o /build/pev/src/pev-0.81/lib/libpe/build/./misc.o /build/pev/src/pev-0.81/lib/libpe/build/./pe.o /build/pev/src/pev-0.81/lib/libpe/build/./resources.o /build/pev/src/pev-0.81/lib/libpe/build/./utils.o /build/pev/src/pev-0.81/lib/libpe/build/./libfuzzy/edit_dist.o /build/pev/src/pev-0.81/lib/libpe/build/./libfuzzy/fuzzy.o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/decode.o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/itab.o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/syn-att.o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/syn.o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/syn-intel.o /build/pev/src/pev-0.81/lib/libpe/build/./libudis86/udis86.o
make[1]: Leaving directory '/build/pev/src/pev-0.81/lib/libpe'
cd src && make all
make[1]: Entering directory '/build/pev/src/pev-0.81/src'
cc -c -o build/readpe.o readpe.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./config.o config.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./dylib.o dylib.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./malloc_s.o malloc_s.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./ofs2rva.o ofs2rva.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./output.o output.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./output_plugin.o output_plugin.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./pedis.o pedis.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./pehash.o pehash.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./peldd.o peldd.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./pepack.o pepack.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./peres.o peres.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
In file included from /build/pev/src/pev-0.81/lib/libpe/include/libpe/pe.h:46,
                 from ../include/common.h:46,
                 from peres.c:36:
peres.c: In function ‘peres_show_node’:
/build/pev/src/pev-0.81/lib/libpe/include/libpe/utils.h:34:36: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;]
   34 | #  define pe_utils_min(a, b) (((a) < (b)) ? (a) : (b))
      |                                    ^
peres.c:226:22: note: in expansion of macro ‘pe_utils_min’
  226 |    size_t min_size = pe_utils_min(sizeof(ascii_string), dataString->Length + 1);
      |                      ^~~~~~~~~~~~
/build/pev/src/pev-0.81/lib/libpe/include/libpe/utils.h:34:51: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘long unsigned int’ due to unsignedness of other operand []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;]
   34 | #  define pe_utils_min(a, b) (((a) < (b)) ? (a) : (b))
      |                                                   ^~~
peres.c:226:22: note: in expansion of macro ‘pe_utils_min’
  226 |    size_t min_size = pe_utils_min(sizeof(ascii_string), dataString->Length + 1);
      |                      ^~~~~~~~~~~~
peres.c: In function ‘peres_save_resource’:
peres.c:487:60: warning: %s’ directive output may be truncated writing up to 255 bytes into a region of size between 156 and 255 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;]
  487 |   snprintf(relativeFileName, sizeof(relativeFileName), "%s/%s%s",
      |                                                            ^~
  488 |    dirName,
  489 |    fileName,
      |    ~~~~~~~~                                                 
In file included from /usr/include/stdio.h:866,
                 from ../include/common.h:38,
                 from peres.c:36:
/usr/include/bits/stdio2.h:71:10: note: __builtin_snprintf’ output between 2 and 375 bytes into a destination of size 256
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |        __glibc_objsize (__s), __fmt,
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |        __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~
cc -c -o build/./pescan.o pescan.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./pesec.o pesec.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./pestr.o pestr.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./pev_api.o pev_api.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./plugins.o plugins.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./rva2ofs.o rva2ofs.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc -c -o build/./compat/strlcat.o compat/strlcat.c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" 
cc build/readpe.o -o ./build/readpe ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/rva2ofs.o -o ./build/rva2ofs ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/ofs2rva.o -o ./build/ofs2rva ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm
cc build/pehash.o -o ./build/pehash ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/pesec.o -o ./build/pesec ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -lcrypto -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/pescan.o -o ./build/pescan ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/pepack.o -o ./build/pepack ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/pestr.o -o ./build/pestr ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/pedis.o -o ./build/pedis ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -I./../lib/libudis86 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -DHAVE_STRING_H ./../lib/libudis86/libudis86/*.c
./../lib/libudis86/libudis86/decode.c: In function ‘decode_operand’:
./../lib/libudis86/libudis86/decode.c:655:18: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  655 |       u->br_far  = 1;
      |       ~~~~~~~~~~~^~~
./../lib/libudis86/libudis86/decode.c:657:5: note: here
  657 |     case OP_M:
      |     ^~~~
./../lib/libudis86/libudis86/decode.c:658:10: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  658 |       if (MODRM_MOD(modrm(u)) == 3) {
      |          ^
./../lib/libudis86/libudis86/decode.c:662:5: note: here
  662 |     case OP_E:
      |     ^~~~
./../lib/libudis86/libudis86/decode.c:677:10: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  677 |       if (MODRM_MOD(modrm(u)) != 3) {
      |          ^
./../lib/libudis86/libudis86/decode.c:681:5: note: here
  681 |     case OP_Q:
      |     ^~~~
./../lib/libudis86/libudis86/decode.c:688:10: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;]
  688 |       if (MODRM_MOD(modrm(u)) != 3) {
      |          ^
./../lib/libudis86/libudis86/decode.c:692:5: note: here
  692 |     case OP_W:
      |     ^~~~
cc build/peres.o -o ./build/peres ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cc build/peldd.o -o ./build/peldd ./build/compat/strlcat.o ./build/config.o ./build/dylib.o ./build/malloc_s.o ./build/plugins.o ./build/output_plugin.o ./build/output.o ./build/pev_api.o -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\"
cd ./plugins && make plugins
make[2]: Entering directory '/build/pev/src/pev-0.81/src/plugins'
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -I/build/pev/src/pev-0.81/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_GNU_SOURCE -o .././build/plugins/csv.o csv.c
cc -shared -Wl,-soname,csv_plugin.so.1 -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/csv_plugin.so .././build/plugins/csv.o
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -I/build/pev/src/pev-0.81/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_GNU_SOURCE -o .././build/plugins/html.o html.c
cc -shared -Wl,-soname,html_plugin.so.1 -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/html_plugin.so .././build/plugins/html.o
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -I/build/pev/src/pev-0.81/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_GNU_SOURCE -o .././build/plugins/text.o text.c
cc -shared -Wl,-soname,text_plugin.so.1 -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/text_plugin.so .././build/plugins/text.o
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -I/build/pev/src/pev-0.81/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_GNU_SOURCE -o .././build/plugins/xml.o xml.c
cc -shared -Wl,-soname,xml_plugin.so.1 -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/xml_plugin.so .././build/plugins/xml.o
cc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -I/build/pev/src/pev-0.81/lib/libpe/include -I"../include" -W -Wall -Wextra -std=c99 -pedantic -I/build/pev/src/pev-0.81/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_GNU_SOURCE -o .././build/plugins/json.o json.c
cc -shared -Wl,-soname,json_plugin.so.1 -Wl,-O1,--sort-common,--as-needed,-z,relro -L/build/pev/src/pev-0.81/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/json_plugin.so .././build/plugins/json.o
make[2]: Leaving directory '/build/pev/src/pev-0.81/src/plugins'
make[1]: Leaving directory '/build/pev/src/pev-0.81/src'
==> Entering fakeroot environment...
==> Starting package()...
cd lib/libpe && make install
make[1]: Entering directory '/build/pev/src/pev-0.81/lib/libpe'
install -m 644  libpe.so /build/pev/pkg/pev/usr/lib/libpe.so.1.0
cd /build/pev/pkg/pev/usr/lib; ln -sf libpe.so.1.0 libpe.so
cd /build/pev/pkg/pev/usr/lib; ln -sf libpe.so.1.0 libpe.so.1
make[1]: Leaving directory '/build/pev/src/pev-0.81/lib/libpe'
cd src && make install
make[1]: Entering directory '/build/pev/src/pev-0.81/src'
for prog in readpe rva2ofs ofs2rva pehash pesec pescan pepack pestr pedis peres peldd; do \
	install  ./build/$prog /build/pev/pkg/pev/usr/bin; \
	test -f ./../doc/manpages/$prog.1 && \
		gzip -c -9 ./../doc/manpages/$prog.1 > /build/pev/pkg/pev/usr/share/man/man1/$prog.1.gz || \
		echo -n; \
done
install -m 644 ./userdb.txt /build/pev/pkg/pev/usr/share/pev
cd ./plugins && make install
make[2]: Entering directory '/build/pev/src/pev-0.81/src/plugins'
install  -m 755 .././build/plugins/csv_plugin.* /build/pev/pkg/pev/usr/lib/pev/plugins
install  -m 755 .././build/plugins/html_plugin.* /build/pev/pkg/pev/usr/lib/pev/plugins
install  -m 755 .././build/plugins/text_plugin.* /build/pev/pkg/pev/usr/lib/pev/plugins
install  -m 755 .././build/plugins/xml_plugin.* /build/pev/pkg/pev/usr/lib/pev/plugins
install  -m 755 .././build/plugins/json_plugin.* /build/pev/pkg/pev/usr/lib/pev/plugins
make[2]: Leaving directory '/build/pev/src/pev-0.81/src/plugins'
make[1]: Leaving directory '/build/pev/src/pev-0.81/src'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "pev"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pev 0.81-1 (Tue 23 Feb 2021 01:03:18 PM EST)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (1) unzip-6.0-14

Total Removed Size:  0.31 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing unzip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...