=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for lemonbar-1.4 clang -O2 -I/opt/pkg/include -Wall -std=c99 -Os -DVERSION="\"1.4\"" -D_GNU_SOURCE -o lemonbar.o -c lemonbar.c pod2man --section=1 --center="lemonbar Manual" --name "lemonbar" --release="lemonbar 1.4" README.pod > lemonbar.1 lemonbar.c:1533:37: warning: implicit declaration of function 'memrchr' is invalid in C99 [-Wimplicit-function-declaration] char *last_nl = memrchr(input, '\n', input_end - input); ^ lemonbar.c:1533:27: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] char *last_nl = memrchr(input, '\n', input_end - input); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lemonbar.c:1536:60: warning: pointer/integer type mismatch in conditional expression ('int' and 'void *') [-Wconditional-type-mismatch] char *prev_nl = (last_nl != input) ? ^ 3 warnings generated. clang -o lemonbar lemonbar.o -L/opt/pkg/lib -lxcb -lxcb-xinerama -lxcb-randr Undefined symbols for architecture arm64: "_memrchr", referenced from: _main in lemonbar.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:31: lemonbar] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/x11/lemonbar *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/x11/lemonbar