>>> pev: Building community/pev 0.82-r0 (using abuild 3.11.21-r0) started Mon, 09 Oct 2023 05:42:34 +0000 >>> pev: Checking sanity of /home/buildozer/aports/community/pev/APKBUILD... >>> pev: Analyzing dependencies... >>> pev: Installing for build: build-base bsd-compat-headers linux-headers openssl-dev>3 (1/4) Installing bsd-compat-headers (0.7.2-r5) (2/4) Installing linux-headers (6.5-r0) (3/4) Installing openssl-dev (3.1.3-r0) (4/4) Installing .makedepends-pev (20231009.054235) OK: 325 MiB in 106 packages >>> pev: Cleaning up srcdir >>> pev: Cleaning up pkgdir >>> pev: Cleaning up tmpdir >>> pev: Fetching pev-0.82.tar.gz::https://github.com/mentebinaria/readpe/archive/refs/tags/v0.82.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 595k 0 595k 0 0 1430k 0 --:--:-- --:--:-- --:--:-- 1430k >>> pev: Fetching pev-0.82.tar.gz::https://github.com/mentebinaria/readpe/archive/refs/tags/v0.82.tar.gz >>> pev: Checking sha512sums... pev-0.82.tar.gz: OK >>> pev: Unpacking /var/cache/distfiles/pev-0.82.tar.gz... cd lib/libpe && make all make[1]: Entering directory '/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe' gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./error.o error.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./exports.o exports.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./hashes.o hashes.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./imports.o imports.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./misc.o misc.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./pe.o pe.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./resources.o resources.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./utils.o utils.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./libfuzzy/edit_dist.o libfuzzy/edit_dist.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I"./include" -fPIC -W -Wall -Wextra -pedantic -std=c99 -c -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./libfuzzy/fuzzy.o libfuzzy/fuzzy.c error.c: In function 'pe_error_print': error.c:125:42: warning: initialization of 'const char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 125 | const char *errmsg_ptr = strerror_r(errno, errmsg, sizeof errmsg); | ^~~~~~~~~~ gcc -shared -Wl,-soname,libpe.so.1 -Wl,--as-needed,-O1,--sort-common -o libpe.so /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./error.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./exports.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./hashes.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./imports.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./misc.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./pe.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./resources.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./utils.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./libfuzzy/edit_dist.o /home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/build/./libfuzzy/fuzzy.o -lssl -lcrypto make[1]: Leaving directory '/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe' cd src && make all make[1]: Entering directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src' gcc -c -o build/readpe.o readpe.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./config.o config.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./dylib.o dylib.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./malloc_s.o malloc_s.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./ofs2rva.o ofs2rva.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./output.o output.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./output_plugin.o output_plugin.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pedis.o pedis.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pehash.o pehash.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./peldd.o peldd.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pepack.o pepack.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./peres.o peres.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pescan.o pescan.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pesec.o pesec.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pestr.o pestr.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./pev_api.o pev_api.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./plugins.o plugins.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./readpe.o readpe.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./rva2ofs.o rva2ofs.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/./compat/strlcat.o compat/strlcat.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/rva2ofs.o rva2ofs.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/ofs2rva.o ofs2rva.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/pehash.o pehash.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/pesec.o pesec.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/pescan.o pescan.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 : warning: "_FORTIFY_SOURCE" redefined : warning: "_FORTIFY_SOURCE" redefined : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : note: this is the location of the previous definition : note: this is the location of the previous definition gcc -c -o build/pepack.o pepack.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition gcc -c -o build/pestr.o pestr.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/pedis.o pedis.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -I./../lib/libudis86 -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 -DHAVE_STRING_H : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition cd ./plugins && make plugins : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition gcc -c -o build/peres.o peres.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc -c -o build/peldd.o peldd.c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make[2]: Entering directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src/plugins' : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -O2 -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_GNU_SOURCE -o .././build/plugins/csv.o csv.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -O2 -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_GNU_SOURCE -o .././build/plugins/html.o html.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -O2 -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_GNU_SOURCE -o .././build/plugins/text.o text.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -O2 -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_GNU_SOURCE -o .././build/plugins/xml.o xml.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -O2 -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -I"../../include" -W -Wall -Wextra -std=c99 -pedantic -fPIC -D_GNU_SOURCE -o .././build/plugins/json.o json.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../include/compat/sys/queue.h:37, from output.c:41: /usr/include/sys/cdefs.h:4:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 4 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from ../include/compat/sys/queue.h:37, from plugins.c:41: /usr/include/sys/cdefs.h:4:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 4 | #warning usage of non-standard #include is deprecated | ^~~~~~~ plugins.c: In function 'plugins_load': peres.c: In function 'peres_show_node': peres.c:161:39: warning: unused parameter 'ctx' [-Wunused-parameter] 161 | static void peres_show_node(pe_ctx_t *ctx, const pe_resource_node_t *node) | ~~~~~~~~~~^~~ plugins.c:83:33: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] 83 | entry->plugin_loaded_fn = dylib_get_symbol( library, "plugin_loaded" ); | ^ plugins.c:84:37: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] 84 | entry->plugin_initialize_fn = dylib_get_symbol(library, "plugin_initialize"); | ^ plugins.c:85:35: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] 85 | entry->plugin_shutdown_fn = dylib_get_symbol(library, "plugin_shutdown"); | ^ plugins.c:86:35: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] 86 | entry->plugin_unloaded_fn = dylib_get_symbol(library, "plugin_unloaded"); | ^ peres.c: In function 'peres_save_resource': peres.c:449:114: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 449 | fprintf(stderr, "Attempted to read range [ %p, %p ] which is not within the mapped range [ %p, %lx ]\n", | ~~^ | | | long unsigned int | %x 450 | (void *)raw_data_ptr, LIBPE_PTR_ADD(raw_data_ptr, raw_data_size), 451 | ctx->map_addr, ctx->map_end); | ~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} peres.c: In function 'peres_show_node': peres.c:161:39: warning: unused parameter 'ctx' [-Wunused-parameter] 161 | static void peres_show_node(pe_ctx_t *ctx, const pe_resource_node_t *node) | ~~~~~~~~~~^~~ peres.c: In function 'peres_save_resource': peres.c:449:114: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=] 449 | fprintf(stderr, "Attempted to read range [ %p, %p ] which is not within the mapped range [ %p, %lx ]\n", | ~~^ | | | long unsigned int | %x 450 | (void *)raw_data_ptr, LIBPE_PTR_ADD(raw_data_ptr, raw_data_size), 451 | ctx->map_addr, ctx->map_end); | ~~~~~~~~~~~~ | | | uintptr_t {aka unsigned int} gcc -shared -Wl,-soname,xml_plugin.so.1 -Wl,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/xml_plugin.so .././build/plugins/xml.o gcc -shared -Wl,-soname,csv_plugin.so.1 -Wl,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/csv_plugin.so .././build/plugins/csv.o gcc -shared -Wl,-soname,text_plugin.so.1 -Wl,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/text_plugin.so .././build/plugins/text.o gcc -shared -Wl,-soname,html_plugin.so.1 -Wl,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/html_plugin.so .././build/plugins/html.o gcc -shared -Wl,-soname,json_plugin.so.1 -Wl,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -o .././build/plugins/json_plugin.so .././build/plugins/json.o make[2]: Leaving directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src/plugins' gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -lcrypto -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -I./../lib/libudis86 -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 -DHAVE_STRING_H ./../lib/libudis86/libudis86/*.c gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 gcc 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,--as-needed,-O1,--sort-common -L/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe -lpe -lcrypto -lssl -ldl -lm -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -ffast-math -I/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe/include -I"../include" -W -Wall -Wextra -Wno-implicit-fallthrough -std=c99 -pedantic -D_GNU_SOURCE -DSHAREDIR="\"/usr/share/pev"\" -DPLUGINSDIR="\"/usr/lib/pev/plugins"\" -D_FORTIFY_SOURCE=1 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make[1]: Leaving directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src' >>> pev: Entering fakeroot... cd lib/libpe && make install make[1]: Entering directory '/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe' install -m 644 libpe.so /home/buildozer/aports/community/pev/pkg/pev/usr/lib/libpe.so.0.82 cd /home/buildozer/aports/community/pev/pkg/pev/usr/lib; ln -sf libpe.so.0.82 libpe.so cd /home/buildozer/aports/community/pev/pkg/pev/usr/lib; ln -sf libpe.so.0.82 libpe.so.1 make[1]: Leaving directory '/home/buildozer/aports/community/pev/src/readpe-0.82/lib/libpe' cd src && make install make[1]: Entering directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src' for prog in readpe rva2ofs ofs2rva pehash pesec pescan pepack pestr pedis peres peldd; do \ install ./build/$prog /home/buildozer/aports/community/pev/pkg/pev/usr/bin; \ test -f ./../doc/manpages/$prog.1 && \ gzip -c -9 ./../doc/manpages/$prog.1 > /home/buildozer/aports/community/pev/pkg/pev/usr/share/man/man1/$prog.1.gz || \ echo -n; \ done install -m 644 ./userdb.txt /home/buildozer/aports/community/pev/pkg/pev/usr/share/pev cd ./plugins && make install make[2]: Entering directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src/plugins' install -m 755 .././build/plugins/csv_plugin.* /home/buildozer/aports/community/pev/pkg/pev/usr/lib/pev/plugins install -m 755 .././build/plugins/html_plugin.* /home/buildozer/aports/community/pev/pkg/pev/usr/lib/pev/plugins install -m 755 .././build/plugins/text_plugin.* /home/buildozer/aports/community/pev/pkg/pev/usr/lib/pev/plugins install -m 755 .././build/plugins/xml_plugin.* /home/buildozer/aports/community/pev/pkg/pev/usr/lib/pev/plugins install -m 755 .././build/plugins/json_plugin.* /home/buildozer/aports/community/pev/pkg/pev/usr/lib/pev/plugins make[2]: Leaving directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src/plugins' make[1]: Leaving directory '/home/buildozer/aports/community/pev/src/readpe-0.82/src' >>> pev-doc*: Running split function doc... >>> pev-doc*: Preparing subpackage pev-doc... >>> pev-doc*: Running postcheck for pev-doc >>> pev*: Running postcheck for pev >>> pev*: Preparing package pev... >>> pev*: Stripping binaries >>> pev-doc*: Scanning shared objects >>> pev*: Scanning shared objects >>> pev-doc*: Tracing dependencies... >>> pev-doc*: Package size: 64.0 KB >>> pev-doc*: Compressing data... >>> pev-doc*: Create checksum... >>> pev-doc*: Create pev-doc-0.82-r0.apk >>> pev*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libcrypto.so.3 >>> pev*: Package size: 1.1 MB >>> pev*: Compressing data... >>> pev*: Create checksum... >>> pev*: Create pev-0.82-r0.apk >>> pev: Build complete at Mon, 09 Oct 2023 05:42:37 +0000 elapsed time 0h 0m 3s >>> pev: Cleaning up srcdir >>> pev: Cleaning up pkgdir >>> pev: Uninstalling dependencies... (1/4) Purging .makedepends-pev (20231009.054235) (2/4) Purging bsd-compat-headers (0.7.2-r5) (3/4) Purging linux-headers (6.5-r0) (4/4) Purging openssl-dev (3.1.3-r0) OK: 315 MiB in 102 packages >>> pev: Updating the community/armhf repository index... >>> pev: Signing the index...