+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sharity-light-1.3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sharity-light-1.3/work.log ===> Building for sharity-light-1.3 --- nfs_dir --- --- proc.o --- --- recode.o --- --- nfs_dir --- (cd nfs; /opt/pkg/bin/bmake "CFLAGS=-Wall -O2 -DNETBSD" "CC=gcc" "ARCH= " "RPC_WARNFLAGS=-Wno-unused -Wno-switch -Wno-uninitialized") --- proc.o --- gcc -Iinclude -I. -Wall -O2 -DNETBSD -c -o proc.o proc.c --- recode.o --- gcc -Iinclude -I. -Wall -O2 -DNETBSD -c -o recode.o recode.c --- nfs_dir --- --- nfs_prot.h --- --- nfs_prot_xdr.c --- --- nfs_prot.h --- rm -f nfs_prot.h rpcgen -h nfs_prot.x | sed 's@char data\[NFS_FHSIZE\];@long long data\[NFS_FHSIZE / sizeof(long long)\];@' > nfs_prot.h --- nfs_prot_xdr.c --- rm -f nfs_prot_xdr.c --- mount.o --- --- nfs_prot_xdr.c --- rpcgen -c nfs_prot.x | sed 's;^#include ".*/nfs_prot.h"$;#include "nfs_prot.h";' >nfs_prot_xdr.c --- mount.o --- gcc -c -I. -I.. -Wall -O2 -DNETBSD mount.c --- nfs_funcs.o --- gcc -c -I. -I.. -Wall -O2 -DNETBSD nfs_funcs.c --- recode.o --- recode.c: In function 'recode': recode.c:34:36: warning: 'table' may be used uninitialized [-Wmaybe-uninitialized] 34 | *in = table[ *in & 0x7F ]; | ^ recode.c:25:15: note: 'table' was declared here 25 | char *table; | ^~~~~ --- proc.o --- proc.c: In function 'smb_encode_dialect': proc.c:88:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 88 | strcpy(p, name); | ^ | | | byte * {aka unsigned char *} In file included from /usr/include/string.h:35, from ./syshdr.h:12, from proc.c:13: /usr/include/iso/string_iso.h:75:21: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} 75 | extern char *strcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD); | ^ proc.c:88:19: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] 88 | strcpy(p, name); | ^~~~ | | | const byte * {aka const unsigned char *} /usr/include/iso/string_iso.h:75:43: note: expected 'const char * restrict' but argument is of type 'const byte *' {aka 'const unsigned char *'} 75 | extern char *strcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD); | ^ proc.c: In function 'smb_encode_ascii': proc.c:96:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 96 | strcpy(p, name); | ^ | | | byte * {aka unsigned char *} /usr/include/iso/string_iso.h:75:21: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} 75 | extern char *strcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD); | ^ proc.c:96:19: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] 96 | strcpy(p, name); | ^~~~ | | | const byte * {aka const unsigned char *} /usr/include/iso/string_iso.h:75:43: note: expected 'const char * restrict' but argument is of type 'const byte *' {aka 'const unsigned char *'} 75 | extern char *strcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD); | ^ proc.c: In function 'smb_name_mangle': proc.c:137:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 137 | len = strlen(name); | ^~~~ | | | const byte * {aka const unsigned char *} In file included from /usr/include/sys/socket_impl.h:56, from /usr/include/netinet/in.h:45, from include/smb/smb_fs.h:12, from proc.c:12: /usr/include/sys/un.h:76:22: note: expected 'const char *' but argument is of type 'const byte *' {aka 'const unsigned char *'} 76 | extern size_t strlen(const char *); | ^~~~~~~~~~~~ --- nfs_dir --- --- mount.o --- mount.c: In function 'mount_and_dispatch': mount.c:138:9: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 138 | bzero(&sain, sizeof(struct sockaddr_in)); | ^~~~~ mount.c:138:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] *** [mount.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/net/sharity-light/work/Sharity-Light.1.3/nfs *** Error code 6 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/sharity-light *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/sharity-light