=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/genpasswd", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for genpasswd-1.5nb1 --- netbsd --- --- genpasswd.o --- gcc -pipe -Wall -O2 -I/opt/local/include -I/usr/include -c genpasswd.c genpasswd.c: In function 'main': genpasswd.c:171:18: warning: implicit declaration of function 'crypt' [-Wimplicit-function-declaration] 171 | printf("%s", crypt(xcrp, gpwd(2, 2))); | ^~~~~ genpasswd.c:171:14: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] 171 | printf("%s", crypt(xcrp, gpwd(2, 2))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | | int | char * | %d --- genpasswd --- gcc -pipe -Wall -O2 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o genpasswd genpasswd.o -lcrypt