=> 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 lswt-2.0.0 wayland-scanner private-code < wlr-foreign-toplevel-management-unstable-v1.xml > wlr-foreign-toplevel-management-unstable-v1.c wayland-scanner client-header < wlr-foreign-toplevel-management-unstable-v1.xml > wlr-foreign-toplevel-management-unstable-v1.h wayland-scanner private-code < ext-foreign-toplevel-list-v1.xml > ext-foreign-toplevel-list-v1.c wayland-scanner client-header < ext-foreign-toplevel-list-v1.xml > ext-foreign-toplevel-list-v1.h gcc -O2 -I/usr/pkg/include -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -I/usr/pkg/include -c -o lswt.o lswt.c gcc -O2 -I/usr/pkg/include -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -I/usr/pkg/include -c -o wlr-foreign-toplevel-management-unstable-v1.o wlr-foreign-toplevel-management-unstable-v1.c gcc -O2 -I/usr/pkg/include -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -I/usr/pkg/include -c -o ext-foreign-toplevel-list-v1.o ext-foreign-toplevel-list-v1.c lswt.c: In function 'toplevel_new': lswt.c:208:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 208 | fprintf(stdout, "toplevel %ld: created\n", new->id); | ~~^ ~~~~~~~ | | | | long int size_t {aka unsigned int} | %d lswt.c: In function 'toplevel_destroy': lswt.c:217:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 217 | fprintf(stdout, "toplevel %ld: destroyed\n", self->id); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d lswt.c: In function 'toplevel_set_title': lswt.c:238:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 238 | fprintf(stdout, "toplevel %ld: set title: '%s' -> '%s'\n", | ~~^ | | | long int | %d 239 | self->id, self->title, title); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_set_app_id': lswt.c:253:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 253 | fprintf(stdout, "toplevel %ld: set app-id: '%s' -> '%s'\n", | ~~^ | | | long int | %d 254 | self->id, self->app_id, app_id); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_set_identifier': lswt.c:275:45: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 275 | fprintf(stdout, "toplevel %ld: set identifier: %s\n", | ~~^ | | | long int | %d 276 | self->id, identifier); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_set_fullscreen': lswt.c:295:46: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 295 | fprintf(stdout, "[toplevel %ld: set fullscreen: %d]\n", | ~~^ | | | long int | %d 296 | self->id, fullscreen); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_set_activated': lswt.c:303:46: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 303 | fprintf(stdout, "[toplevel %ld: set activated: %d]\n", | ~~^ | | | long int | %d 304 | self->id, activated); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_set_maximized': lswt.c:311:46: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 311 | fprintf(stdout, "[toplevel %ld: set maximized: %d]\n", | ~~^ | | | long int | %d 312 | self->id, maximized); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_set_minimized': lswt.c:319:46: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 319 | fprintf(stdout, "[toplevel %ld: set minimized: %d]\n", | ~~^ | | | long int | %d 320 | self->id, minimized); | ~~~~~~~~ | | | size_t {aka unsigned int} lswt.c: In function 'toplevel_done': lswt.c:327:46: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 327 | fprintf(stderr, "[toplevel %ld: done]\n", self->id); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d cc1: all warnings being treated as errors gmake: *** [: lswt.o] Error 1 *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/wayland/lswt *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/wayland/lswt