+ 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/photopc-3.07/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/photopc-3.07/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for photopc-3.07 --- all --- /opt/pkg/bin/bmake all-am --- eph_read.o --- --- eph_iob.o --- --- eph_err.o --- --- eph_cmd.o --- --- eph_read.o --- gcc -DHAVE_CONFIG_H -I. -I./dos -I./win32 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT eph_read.o -MD -MP -MF .deps/eph_read.Tpo -c -o eph_read.o eph_read.c --- eph_iob.o --- gcc -DHAVE_CONFIG_H -I. -I./dos -I./win32 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT eph_iob.o -MD -MP -MF .deps/eph_iob.Tpo -c -o eph_iob.o eph_iob.c --- eph_err.o --- gcc -DHAVE_CONFIG_H -I. -I./dos -I./win32 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT eph_err.o -MD -MP -MF .deps/eph_err.Tpo -c -o eph_err.o eph_err.c --- eph_cmd.o --- gcc -DHAVE_CONFIG_H -I. -I./dos -I./win32 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT eph_cmd.o -MD -MP -MF .deps/eph_cmd.Tpo -c -o eph_cmd.o eph_cmd.c --- eph_iob.o --- eph_iob.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: eph_iob.c,v 2.7 1999/12/11 14:10:15 crosser Exp $"; | ^~~~~ --- eph_cmd.o --- eph_cmd.c: In function 'eph_setispeed': eph_cmd.c:125:43: warning: pointer targets in passing argument 2 of 'eph_writeicmd' differ in signedness [-Wpointer-sign] 125 | if ((rc=eph_writeicmd(iob,buf,6))) return rc; | ^~~ | | | unsigned char * eph_cmd.c:106:34: note: expected 'char *' but argument is of type 'unsigned char *' 106 | eph_writeicmd(eph_iob *iob,char *data,size_t length) | ~~~~~~^~~~ eph_cmd.c: In function 'eph_setint': eph_cmd.c:150:34: warning: pointer targets in passing argument 2 of 'eph_writecmd' differ in signedness [-Wpointer-sign] 150 | if ((rc=eph_writecmd(iob,buf,6))) return rc; | ^~~ | | | unsigned char * eph_cmd.c:100:33: note: expected 'char *' but argument is of type 'unsigned char *' 100 | eph_writecmd(eph_iob *iob,char *data,size_t length) | ~~~~~~^~~~ eph_cmd.c: In function 'eph_setnullint': eph_cmd.c:171:34: warning: pointer targets in passing argument 2 of 'eph_writecmd' differ in signedness [-Wpointer-sign] 171 | if ((rc=eph_writecmd(iob,buf,2))) return rc; | ^~~ | | | unsigned char * eph_cmd.c:100:33: note: expected 'char *' but argument is of type 'unsigned char *' 100 | eph_writecmd(eph_iob *iob,char *data,size_t length) | ~~~~~~^~~~ eph_cmd.c: In function 'eph_getint': eph_cmd.c:195:34: warning: pointer targets in passing argument 2 of 'eph_writecmd' differ in signedness [-Wpointer-sign] 195 | if ((rc=eph_writecmd(iob,buf,2))) return rc; | ^~~ | | | unsigned char * eph_cmd.c:100:33: note: expected 'char *' but argument is of type 'unsigned char *' 100 | eph_writecmd(eph_iob *iob,char *data,size_t length) | ~~~~~~^~~~ eph_cmd.c:197:33: warning: pointer targets in passing argument 3 of 'eph_readpkt' differ in signedness [-Wpointer-sign] 197 | rc=eph_readpkt(iob,&pkt,buf,&size,BIGDATATIMEOUT); | ^~~ | | | unsigned char * In file included from eph_cmd.c:93: eph_priv.h:148:55: note: expected 'char *' but argument is of type 'unsigned char *' 148 | int eph_readpkt(eph_iob *iob,eph_pkthdr *pkthdr,char *buf,size_t *length,long timeout_usec); | ~~~~~~^~~ eph_cmd.c: In function 'eph_action': eph_cmd.c:232:9: error: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 232 | memcpy(buf+2,val,length); | ^~~~~~ eph_cmd.c:94:1: note: include '' or provide a declaration of 'memcpy' 93 | #include "eph_priv.h" +++ |+#include 94 | eph_cmd.c:232:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 232 | memcpy(buf+2,val,length); | ^~~~~~ eph_cmd.c:232:9: note: include '' or provide a declaration of 'memcpy' eph_cmd.c:235:34: warning: pointer targets in passing argument 2 of 'eph_writecmd' differ in signedness [-Wpointer-sign] 235 | if ((rc=eph_writecmd(iob,buf,length+2))) return rc; | ^~~ | | | unsigned char * eph_cmd.c:100:33: note: expected 'char *' but argument is of type 'unsigned char *' 100 | eph_writecmd(eph_iob *iob,char *data,size_t length) | ~~~~~~^~~~ eph_cmd.c: In function 'eph_setvar': eph_cmd.c:263:17: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 263 | getpoint=val; | ^ eph_cmd.c:285:17: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 285 | memcpy(putpoint,getpoint,maywrite); | ^~~~~~ eph_cmd.c:285:17: note: include '' or provide a declaration of 'memcpy' eph_cmd.c:292:56: warning: pointer targets in passing argument 4 of 'eph_writepkt' differ in signedness [-Wpointer-sign] 292 | if ((rc=eph_writepkt(iob,pkttyp,pktseq,buf,pktsize))) | ^~~ | | | unsigned char * eph_priv.h:145:53: note: expected 'char *' but argument is of type 'unsigned char *' 145 | int eph_writepkt(eph_iob *iob,int typ,int seq,char *data,size_t length); | ~~~~~~^~~~ eph_cmd.c: In function 'eph_getvar': eph_cmd.c:341:34: warning: pointer targets in passing argument 2 of 'eph_writecmd' differ in signedness [-Wpointer-sign] 341 | if ((rc=eph_writecmd(iob,buf,2))) return rc; | ^~~ | | | unsigned char * eph_cmd.c:100:33: note: expected 'char *' but argument is of type 'unsigned char *' 100 | eph_writecmd(eph_iob *iob,char *data,size_t length) | ~~~~~~^~~~ --- eph_read.o --- eph_read.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: eph_read.c,v 2.11 2000/07/14 06:35:39 crosser Exp $"; | ^~~~~ --- eph_cmd.o --- eph_cmd.c: At top level: eph_cmd.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: eph_cmd.c,v 1.20 2001/08/28 06:28:01 crosser Exp $"; | ^~~~~ --- eph_err.o --- eph_err.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: eph_err.c,v 2.6 1999/08/01 21:36:54 crosser Exp $"; | ^~~~~ --- eph_cmd.o --- *** [eph_cmd.o] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/build/graphics/photopc/work/photopc-3.07 --- eph_iob.o --- mv -f .deps/eph_iob.Tpo .deps/eph_iob.Po --- eph_err.o --- mv -f .deps/eph_err.Tpo .deps/eph_err.Po --- eph_read.o --- mv -f .deps/eph_read.Tpo .deps/eph_read.Po bmake[1]: 1 error bmake[1]: stopped making "all-am" in /home/pbulk/build/graphics/photopc/work/photopc-3.07 bmake: stopped making "all" in /home/pbulk/build/graphics/photopc/work/photopc-3.07 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/photopc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/photopc