+ 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 --- --- nfs_dir --- (cd nfs; /opt/pkg/bin/bmake "CFLAGS=-Wall -O2 -DNETBSD" "CC=gcc" "ARCH= " "RPC_WARNFLAGS=-Wno-unused -Wno-switch -Wno-uninitialized") --- nfs_prot.h --- --- nfs_prot_xdr.c --- --- mount.o --- --- 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 --- gcc -c -I. -I.. -Wall -O2 -DNETBSD mount.c --- proc.o --- gcc -Iinclude -I. -Wall -O2 -DNETBSD -c -o proc.o proc.c --- nfs_dir --- --- nfs_funcs.o --- --- nfs_prot_xdr.c --- rpcgen -c nfs_prot.x | sed 's;^#include ".*/nfs_prot.h"$;#include "nfs_prot.h";' >nfs_prot_xdr.c --- nfs_funcs.o --- gcc -c -I. -I.. -Wall -O2 -DNETBSD nfs_funcs.c --- syscalls.o --- gcc -c -I. -I.. -Wall -O2 -DNETBSD syscalls.c --- nfs_funcs.o --- nfs_funcs.c: In function 'output_attr': nfs_funcs.c:81:9: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 81 | bzero(fa, sizeof(*fa)); | ^~~~~ nfs_funcs.c:81:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] --- 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 *'} --- 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] --- nfs_funcs.o --- nfs_funcs.c: In function 'nfsproc_create': nfs_funcs.c:183:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 183 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_mkdir': nfs_funcs.c:205:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 205 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_getattr': nfs_funcs.c:227:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] --- proc.o --- 76 | extern size_t strlen(const char *); | ^~~~~~~~~~~~ proc.c: In function 'smb_proc_open': proc.c:546:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 546 | char* buf = server->packet; | ^~~~~~ proc.c:554:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 554 | p = smb_setup_header(server, SMBopen, 2, 2 + len); | ^ --- nfs_dir --- 227 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_lookup': nfs_funcs.c:242:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 242 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_readdir': nfs_funcs.c:269:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 269 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_setattr': nfs_funcs.c:292:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 292 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_remove': nfs_funcs.c:307:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 307 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_rmdir': nfs_funcs.c:320:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 320 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_rename': --- proc.o --- proc.c:557:26: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 557 | smb_encode_ascii(p, pathname, len); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:557:29: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 557 | smb_encode_ascii(p, pathname, len); | ^~~~~~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ --- nfs_dir --- nfs_funcs.c:333:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 333 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_statfs': nfs_funcs.c:349:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 349 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_read': nfs_funcs.c:369:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 369 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c:371:49: warning: pointer targets in passing argument 2 of 'fo_read' differ in signedness [-Wpointer-sign] 371 | &res.readres_u.reply.data.data_len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | --- proc.o --- proc.c:570:19: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 570 | p = smb_setup_header(server, SMBopen, 2, 2 + len); | ^ proc.c:573:34: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 573 | smb_encode_ascii(p, pathname, len); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:573:37: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 573 | smb_encode_ascii(p, pathname, len); | ^~~~~~~~ --- nfs_dir --- | u_int * {aka unsigned int *} In file included from nfs_funcs.c:15: ../my_defines.h:91:37: note: expected 'int *' but argument is of type 'u_int *' {aka 'unsigned int *'} 91 | int fo_read(my_attr_t *fa, int *len, char **data, fh_t fh, int off, int count); | ~~~~~^~~ nfs_funcs.c: In function 'nfsproc_write': nfs_funcs.c:391:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 391 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_link': nfs_funcs.c:411:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 411 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_readlink': nfs_funcs.c:425:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] --- proc.o --- | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_close': proc.c:608:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 608 | char *buf = server->packet; | ^~~~~~ proc.c: In function 'smb_proc_read': proc.c:628:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 628 | char *buf = server->packet; | ^~~~~~ proc.c:645:50: warning: pointer targets in passing argument 2 of 'smb_decode_data' differ in signedness [-Wpointer-sign] 645 | smb_decode_data(SMB_BUF(server->packet), data, &data_len, fs); --- nfs_dir --- 425 | bzero(&res, sizeof(res)); | ^~~~~ nfs_funcs.c: In function 'nfsproc_symlink': nfs_funcs.c:440:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 440 | bzero(&res, sizeof(res)); | ^~~~~ --- proc.o --- | ^~~~ | | | char * proc.c:113:32: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 113 | smb_decode_data(byte *p, byte *data, word *data_len, int fs) | ~~~~~~^~~~ proc.c: In function 'smb_proc_read_raw': proc.c:668:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 668 | char *buf = server->packet; | ^~~~~~ proc.c:683:47: warning: pointer targets in passing argument 2 of 'smb_request_read_raw' differ in signedness [-Wpointer-sign] 683 | result = smb_request_read_raw(server, data, count); | ^~~~ | | | char * include/smb/smb_fs.h:158:41: note: expected 'unsigned char *' but argument is of type 'char *' 158 | unsigned char *target, int max_len); | ~~~~~~~~~~~~~~~^~~~~~ proc.c: In function 'smb_proc_write': proc.c:693:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 693 | char *buf = server->packet; | ^~~~~~ proc.c: In function 'smb_proc_write_raw': proc.c:720:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 720 | char *buf = server->packet; | ^~~~~~ proc.c:748:48: warning: pointer targets in passing argument 2 of 'smb_request_write_raw' differ in signedness [-Wpointer-sign] 748 | result = smb_request_write_raw(server, data, count); | ^~~~ | | | const char * include/smb/smb_fs.h:160:48: note: expected 'const unsigned char *' but argument is of type 'const char *' 160 | unsigned const char *source, int length); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ proc.c: In function 'smb_proc_do_create': proc.c:778:29: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 778 | char *buf = server->packet; | ^~~~~~ proc.c:782:19: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 782 | p = smb_setup_header(server, command, 3, len + 2); | ^ proc.c:785:34: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 785 | smb_encode_ascii(p, path, len); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:785:37: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 785 | smb_encode_ascii(p, path, len); | ^~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_mv': proc.c:824:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 824 | char *buf = server->packet; | ^~~~~~ proc.c:831:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 831 | p = smb_setup_header(server, SMBmv, 1, olen + nlen + 4); | ^ proc.c:833:30: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 833 | p = smb_encode_ascii(p, opath, olen); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:833:33: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 833 | p = smb_encode_ascii(p, opath, olen); | ^~~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c:833:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 833 | p = smb_encode_ascii(p, opath, olen); | ^ proc.c:834:26: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 834 | smb_encode_ascii(p, npath, olen); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:834:29: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 834 | smb_encode_ascii(p, npath, olen); | ^~~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_mkdir': proc.c:854:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 854 | p = smb_setup_header(server, SMBmkdir, 0, 2 + len); | ^ proc.c:855:26: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 855 | smb_encode_ascii(p, path, len); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:855:29: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 855 | smb_encode_ascii(p, path, len); | ^~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_rmdir': proc.c:875:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 875 | p = smb_setup_header(server, SMBrmdir, 0, 2 + len); | ^ proc.c:876:26: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 876 | smb_encode_ascii(p, path, len); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:876:29: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 876 | smb_encode_ascii(p, path, len); | ^~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_unlink': proc.c:891:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 891 | char *buf = server->packet; | ^~~~~~ proc.c:897:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 897 | p = smb_setup_header(server, SMBunlink, 1, 2 + len); | ^ proc.c:899:26: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 899 | smb_encode_ascii(p, path, len); | ^ | | | char * proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:899:29: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 899 | smb_encode_ascii(p, path, len); | ^~~~ | | | const char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'const char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_trunc': proc.c:914:21: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] 914 | char *buf = server->packet; | ^~~~~~ proc.c:919:11: warning: pointer targets in assignment from 'byte *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 919 | p = smb_setup_header(server, SMBwrite, 5, 3); | ^ proc.c:924:26: warning: pointer targets in passing argument 1 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 924 | smb_encode_ascii(p, "", 0); | ^ | | | char * --- nfs_dir --- --- mount.o --- *** [mount.o] Error code 1 bmake[1]: stopped making "all" in /home/pbulk/build/net/sharity-light/work/Sharity-Light.1.3/nfs --- nfs_funcs.o --- nfs_funcs.c: In function 'nfs_dispatch': nfs_funcs.c:549:47: warning: expression does not compute the number of elements in this array; element type is 'struct dentry', not 'struct entry' [-Wsizeof-array-div] 549 | if (proc_i >= (sizeof(dispatch_table) / sizeof(struct entry))){ | ^ nfs_funcs.c:549:47: note: add parentheses around the second 'sizeof' to silence this warning nfs_funcs.c:503:22: note: array 'dispatch_table' declared here 503 | static struct dentry dispatch_table[] = { | ^~~~~~~~~~~~~~ nfs_funcs.c:555:9: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 555 | bzero(&argument, dent->arg_size); | ^~~~~ --- proc.o --- proc.c:93:24: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~^ proc.c:924:29: warning: pointer targets in passing argument 2 of 'smb_encode_ascii' differ in signedness [-Wpointer-sign] 924 | smb_encode_ascii(p, "", 0); | ^~ | | | char * proc.c:93:39: note: expected 'const byte *' {aka 'const unsigned char *'} but argument is of type 'char *' 93 | smb_encode_ascii(byte *p, const byte *name, int len) | ~~~~~~~~~~~~^~~~ proc.c: In function 'smb_proc_readdir_short': proc.c:987:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 987 | buf = server->packet; | ^ *** 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