=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for cambevao-2.2nb7 cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c main.c main.c:170:43: warning: passing 'char [65533]' to parameter of type 'const JOCTET *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] jpeg_write_marker(&cam->cinfo, JPEG_COM, marker, strlen(marker)); ^~~~~~ /usr/pkgsrc/work/graphics/cambevao/work/.buildlink/include/jpeglib.h:1029:22: note: passing argument to parameter 'dataptr' here const JOCTET * dataptr, unsigned int datalen)); ^ /usr/pkgsrc/work/graphics/cambevao/work/.buildlink/include/jpeglib.h:878:22: note: expanded from macro 'JPP' #define JPP(arglist) arglist ^ main.c:179:20: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] unsigned char *p = cam->copybuf; ^ ~~~~~~~~~~~~ main.c:206:8: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] p = cam->copybuf + ts * cam->fontwidth * 3; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:221:8: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] p = cam->copybuf + OFFSET * cam->fontwidth * 3; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:241:18: warning: assigning to 'JSAMPROW' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] row_pointer[0] = cam->copybuf; ^ ~~~~~~~~~~~~ main.c:326:8: warning: array subscript is of type 'char' [-Wchar-subscripts] while(isspace(*t) && (t >= s)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ main.c:329:8: warning: array subscript is of type 'char' [-Wchar-subscripts] while(isspace(*s)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 7 warnings generated. cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c font.c cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c server.c server.c:448:55: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] nsock = accept(isock, (struct sockaddr *) &cli_addr, &clen); ^~~~~ /usr/include/sys/socket.h:621:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ 1 warning generated. cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c log.c cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c prefs.c cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c cams.c cc -Wall -O2 -I/usr/pkg/include -DPROGRAM=\"cambevao\" -DMAX_CONN=3 -I/usr/pkg/include -c cam_bktr.c cam_bktr.c:74:31: error: use of undeclared identifier 'BT848_BRIGHTMIN' static int BRIGHT_MIN = BT848_BRIGHTMIN; ^ cam_bktr.c:75:32: error: use of undeclared identifier 'BT848_BRIGHTMIN' static int BRIGHT_MAX = (BT848_BRIGHTMIN + BT848_BRIGHTRANGE); ^ cam_bktr.c:75:50: error: use of undeclared identifier 'BT848_BRIGHTRANGE' static int BRIGHT_MAX = (BT848_BRIGHTMIN + BT848_BRIGHTRANGE); ^ cam_bktr.c:76:31: error: use of undeclared identifier 'BT848_BRIGHTCENTER' static int BRIGHT_CENTER = BT848_BRIGHTCENTER; ^ cam_bktr.c:77:31: error: use of undeclared identifier 'BT848_BRIGHTRANGE' static int BRIGHT_RANGE = BT848_BRIGHTRANGE; ^ cam_bktr.c:78:31: error: use of undeclared identifier 'BT848_BRIGHTREGMIN' static int BRIGHT_DRV_MIN = BT848_BRIGHTREGMIN; ^ cam_bktr.c:79:32: error: use of undeclared identifier 'BT848_BRIGHTREGMAX' static int BRIGHT_DRV_RANGE = (BT848_BRIGHTREGMAX - BT848_BRIGHTREGMIN + 1); ^ cam_bktr.c:79:53: error: use of undeclared identifier 'BT848_BRIGHTREGMIN' static int BRIGHT_DRV_RANGE = (BT848_BRIGHTREGMAX - BT848_BRIGHTREGMIN + 1); ^ cam_bktr.c:81:33: error: use of undeclared identifier 'BT848_CONTRASTMIN' static int CONTRAST_MIN = BT848_CONTRASTMIN; ^ cam_bktr.c:82:34: error: use of undeclared identifier 'BT848_CONTRASTMIN' static int CONTRAST_MAX = (BT848_CONTRASTMIN + BT848_CONTRASTRANGE); ^ cam_bktr.c:82:54: error: use of undeclared identifier 'BT848_CONTRASTRANGE' static int CONTRAST_MAX = (BT848_CONTRASTMIN + BT848_CONTRASTRANGE); ^ cam_bktr.c:83:33: error: use of undeclared identifier 'BT848_CONTRASTCENTER' static int CONTRAST_CENTER = BT848_CONTRASTCENTER; ^ cam_bktr.c:84:33: error: use of undeclared identifier 'BT848_CONTRASTRANGE' static int CONTRAST_RANGE = BT848_CONTRASTRANGE; ^ cam_bktr.c:85:33: error: use of undeclared identifier 'BT848_CONTRASTREGMIN' static int CONTRAST_DRV_MIN = BT848_CONTRASTREGMIN; ^ cam_bktr.c:86:34: error: use of undeclared identifier 'BT848_CONTRASTREGMAX' static int CONTRAST_DRV_RANGE = (BT848_CONTRASTREGMAX - BT848_CONTRASTREGMIN + 1); ^ cam_bktr.c:86:57: error: use of undeclared identifier 'BT848_CONTRASTREGMIN' static int CONTRAST_DRV_RANGE = (BT848_CONTRASTREGMAX - BT848_CONTRASTREGMIN + 1); ^ cam_bktr.c:185:23: error: variable has incomplete type 'struct meteor_geomet' struct meteor_geomet geo; ^ cam_bktr.c:185:9: note: forward declaration of 'struct meteor_geomet' struct meteor_geomet geo; ^ cam_bktr.c:190:23: error: use of undeclared identifier 'BT848_IFORM_F_NTSCM' case 1: tvformat = BT848_IFORM_F_NTSCM; break; ^ cam_bktr.c:191:23: error: use of undeclared identifier 'BT848_IFORM_F_NTSCJ' case 2: tvformat = BT848_IFORM_F_NTSCJ; break; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/graphics/cambevao/work/cambevao-2.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/cambevao *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/cambevao