=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for goaccess-1.9 --- src/.dirstamp --- --- src/.deps/.dirstamp --- --- src/bin2c.o --- depbase=`echo src/bin2c.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/bin2c.o -MD -MP -MF $depbase.Tpo -c -o src/bin2c.o src/bin2c.c && mv -f $depbase.Tpo $depbase.Po src/bin2c.c: In function 'main': src/bin2c.c:119:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 119 | fprintf (f_output, "const char %s[%lu] = {", ident, file_size); | ~~^ ~~~~~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u src/bin2c.c:137:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 137 | fprintf (f_output, "const int %s_length = %lu;\n", ident, file_size); | ~~^ ~~~~~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u --- bin2c --- gcc -std=gnu11 -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -rdynamic -lterminfo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o bin2c src/bin2c.o -lncursesw -lcrypto -lssl -lpthread -lintl -lintl --- src/tpls.h --- --- src/bootstrapcss.h --- --- src/facss.h --- --- src/appcss.h --- --- src/d3js.h --- --- src/hoganjs.h --- --- src/chartsjs.h --- --- src/appjs.h --- --- src/tpls.h --- cat ./resources/tpls.html | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/tpls.html.tmp --- src/bootstrapcss.h --- cat ./resources/css/bootstrap.min.css | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/css/bootstrap.min.css.tmp --- src/facss.h --- cat ./resources/css/fa.min.css | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/css/fa.min.css.tmp --- src/appcss.h --- cat ./resources/css/app.css | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/css/app.css.tmp --- src/d3js.h --- cat ./resources/js/d3.v7.min.js | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/js/d3.v7.min.js.tmp --- src/hoganjs.h --- cat ./resources/js/hogan.min.js | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/js/hogan.min.js.tmp --- src/chartsjs.h --- cat ./resources/js/charts.js | sed -E "s@(,|;)[[:space:]]*//..*@\1@g" | sed -E "s@^[[:space:]]*//..*@@g" | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/js/charts.js.tmp --- src/appjs.h --- cat ./resources/js/app.js | sed -E "s@(,|;)[[:space:]]*//..*@\1@g" | sed -E "s@^[[:space:]]*//..*@@g" | sed "s/^[[:space:]]*//" | sed "/^$/d" | tr -d "\r\n" > ./resources/js/app.js.tmp --- src/tpls.h --- ./bin2c ./resources/tpls.html.tmp src/tpls.h tpls --- src/hoganjs.h --- ./bin2c ./resources/js/hogan.min.js.tmp src/hoganjs.h hogan_js --- src/facss.h --- ./bin2c ./resources/css/fa.min.css.tmp src/facss.h fa_css --- src/bootstrapcss.h --- ./bin2c ./resources/css/bootstrap.min.css.tmp src/bootstrapcss.h bootstrap_css --- src/appcss.h --- ./bin2c ./resources/css/app.css.tmp src/appcss.h app_css --- src/appjs.h --- ./bin2c ./resources/js/app.js.tmp src/appjs.h app_js --- src/chartsjs.h --- ./bin2c ./resources/js/charts.js.tmp src/chartsjs.h charts_js --- src/d3js.h --- ./bin2c ./resources/js/d3.v7.min.js.tmp src/d3js.h d3_js --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in po --- src/base64.o --- --- src/browsers.o --- --- src/color.o --- --- src/commons.o --- --- src/csv.o --- --- src/error.o --- --- src/gdashboard.o --- --- src/gdns.o --- --- src/base64.o --- depbase=`echo src/base64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/base64.o -MD -MP -MF $depbase.Tpo -c -o src/base64.o src/base64.c && mv -f $depbase.Tpo $depbase.Po --- src/browsers.o --- depbase=`echo src/browsers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/browsers.o -MD -MP -MF $depbase.Tpo -c -o src/browsers.o src/browsers.c && mv -f $depbase.Tpo $depbase.Po --- src/color.o --- depbase=`echo src/color.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/color.o -MD -MP -MF $depbase.Tpo -c -o src/color.o src/color.c && mv -f $depbase.Tpo $depbase.Po --- src/commons.o --- depbase=`echo src/commons.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/commons.o -MD -MP -MF $depbase.Tpo -c -o src/commons.o src/commons.c && mv -f $depbase.Tpo $depbase.Po --- src/csv.o --- depbase=`echo src/csv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/csv.o -MD -MP -MF $depbase.Tpo -c -o src/csv.o src/csv.c && mv -f $depbase.Tpo $depbase.Po --- src/error.o --- depbase=`echo src/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/error.o -MD -MP -MF $depbase.Tpo -c -o src/error.o src/error.c && mv -f $depbase.Tpo $depbase.Po --- src/gdashboard.o --- depbase=`echo src/gdashboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gdashboard.o -MD -MP -MF $depbase.Tpo -c -o src/gdashboard.o src/gdashboard.c && mv -f $depbase.Tpo $depbase.Po --- src/gdns.o --- depbase=`echo src/gdns.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gdns.o -MD -MP -MF $depbase.Tpo -c -o src/gdns.o src/gdns.c && mv -f $depbase.Tpo $depbase.Po --- src/gholder.o --- depbase=`echo src/gholder.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gholder.o -MD -MP -MF $depbase.Tpo -c -o src/gholder.o src/gholder.c && mv -f $depbase.Tpo $depbase.Po --- src/gkhash.o --- depbase=`echo src/gkhash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gkhash.o -MD -MP -MF $depbase.Tpo -c -o src/gkhash.o src/gkhash.c && mv -f $depbase.Tpo $depbase.Po --- src/gkmhash.o --- depbase=`echo src/gkmhash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gkmhash.o -MD -MP -MF $depbase.Tpo -c -o src/gkmhash.o src/gkmhash.c && mv -f $depbase.Tpo $depbase.Po --- src/gmenu.o --- --- src/goaccess.o --- depbase=`echo src/goaccess.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/goaccess.o -MD -MP -MF $depbase.Tpo -c -o src/goaccess.o src/goaccess.c && mv -f $depbase.Tpo $depbase.Po --- src/gmenu.o --- depbase=`echo src/gmenu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gmenu.o -MD -MP -MF $depbase.Tpo -c -o src/gmenu.o src/gmenu.c && mv -f $depbase.Tpo $depbase.Po --- src/gslist.o --- --- src/gstorage.o --- --- src/gslist.o --- depbase=`echo src/gslist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gslist.o -MD -MP -MF $depbase.Tpo -c -o src/gslist.o src/gslist.c && mv -f $depbase.Tpo $depbase.Po --- src/gstorage.o --- depbase=`echo src/gstorage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gstorage.o -MD -MP -MF $depbase.Tpo -c -o src/gstorage.o src/gstorage.c && mv -f $depbase.Tpo $depbase.Po --- src/gwsocket.o --- --- src/json.o --- --- src/gwsocket.o --- depbase=`echo src/gwsocket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/gwsocket.o -MD -MP -MF $depbase.Tpo -c -o src/gwsocket.o src/gwsocket.c && mv -f $depbase.Tpo $depbase.Po --- src/json.o --- depbase=`echo src/json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/json.o -MD -MP -MF $depbase.Tpo -c -o src/json.o src/json.c && mv -f $depbase.Tpo $depbase.Po --- src/opesys.o --- depbase=`echo src/opesys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/opesys.o -MD -MP -MF $depbase.Tpo -c -o src/opesys.o src/opesys.c && mv -f $depbase.Tpo $depbase.Po --- src/options.o --- depbase=`echo src/options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/options.o -MD -MP -MF $depbase.Tpo -c -o src/options.o src/options.c && mv -f $depbase.Tpo $depbase.Po --- src/output.o --- depbase=`echo src/output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/output.o -MD -MP -MF $depbase.Tpo -c -o src/output.o src/output.c && mv -f $depbase.Tpo $depbase.Po --- src/parser.o --- depbase=`echo src/parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/parser.o -MD -MP -MF $depbase.Tpo -c -o src/parser.o src/parser.c && mv -f $depbase.Tpo $depbase.Po --- src/persistence.o --- depbase=`echo src/persistence.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/persistence.o -MD -MP -MF $depbase.Tpo -c -o src/persistence.o src/persistence.c && mv -f $depbase.Tpo $depbase.Po --- src/pdjson.o --- depbase=`echo src/pdjson.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/pdjson.o -MD -MP -MF $depbase.Tpo -c -o src/pdjson.o src/pdjson.c && mv -f $depbase.Tpo $depbase.Po --- src/settings.o --- depbase=`echo src/settings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/settings.o -MD -MP -MF $depbase.Tpo -c -o src/settings.o src/settings.c && mv -f $depbase.Tpo $depbase.Po --- src/sort.o --- depbase=`echo src/sort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/sort.o -MD -MP -MF $depbase.Tpo -c -o src/sort.o src/sort.c && mv -f $depbase.Tpo $depbase.Po --- src/tpl.o --- depbase=`echo src/tpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/tpl.o -MD -MP -MF $depbase.Tpo -c -o src/tpl.o src/tpl.c && mv -f $depbase.Tpo $depbase.Po --- src/ui.o --- depbase=`echo src/ui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/ui.o -MD -MP -MF $depbase.Tpo -c -o src/ui.o src/ui.c && mv -f $depbase.Tpo $depbase.Po --- src/util.o --- depbase=`echo src/util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/util.o -MD -MP -MF $depbase.Tpo -c -o src/util.o src/util.c && mv -f $depbase.Tpo $depbase.Po --- src/websocket.o --- depbase=`echo src/websocket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/websocket.o -MD -MP -MF $depbase.Tpo -c -o src/websocket.o src/websocket.c && mv -f $depbase.Tpo $depbase.Po --- src/util.o --- In file included from /usr/include/ctype.h:100, from src/util.c:39: src/util.c: In function 'ltrim': src/util.c:772:19: warning: array subscript has type 'char' [-Wchar-subscripts] 772 | while (isspace (*begin)) | ^ src/util.c: In function 'rtrim': src/util.c:787:33: warning: array subscript has type 'char' [-Wchar-subscripts] 787 | while ((end != s) && isspace (*(end - 1))) | ^ src/util.c: In function 'strtoupper': src/util.c:1004:19: warning: array subscript has type 'char' [-Wchar-subscripts] 1004 | *p = toupper (*p); | ^ --- src/xmalloc.o --- depbase=`echo src/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -std=gnu11 -DLOCALEDIR=\"/usr/pkg/share/locale\" -DHAVE_CONFIG_H -I. -I./src -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -MT src/xmalloc.o -MD -MP -MF $depbase.Tpo -c -o src/xmalloc.o src/xmalloc.c && mv -f $depbase.Tpo $depbase.Po --- goaccess --- gcc -std=gnu11 -O2 -DSYSCONFDIR=\"/usr/pkg/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -O2 -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread -rdynamic -lterminfo -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o goaccess src/base64.o src/browsers.o src/color.o src/commons.o src/csv.o src/error.o src/gdashboard.o src/gdns.o src/gholder.o src/gkhash.o src/gkmhash.o src/gmenu.o src/goaccess.o src/gslist.o src/gstorage.o src/gwsocket.o src/json.o src/opesys.o src/options.o src/output.o src/parser.o src/persistence.o src/pdjson.o src/settings.o src/sort.o src/tpl.o src/ui.o src/util.o src/websocket.o src/xmalloc.o -lncursesw -lcrypto -lssl -lpthread -lintl -lintl ld: src/gstorage.o: in function `count_process': /pbulk/work/www/goaccess/work/goaccess-1.9/src/gstorage.c:613: undefined reference to `__sync_add_and_fetch_8' ld: src/parser.o: in function `atomic_lpts_update': /pbulk/work/www/goaccess/work/goaccess-1.9/src/parser.c:1863: undefined reference to `__sync_bool_compare_and_swap_8' *** [goaccess] Error code 1 make[2]: stopped in /pbulk/work/www/goaccess/work/goaccess-1.9 1 error make[2]: stopped in /pbulk/work/www/goaccess/work/goaccess-1.9 make[1]: stopped in /pbulk/work/www/goaccess/work/goaccess-1.9 make: stopped in /pbulk/work/www/goaccess/work/goaccess-1.9 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/www/goaccess *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/goaccess