=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for cqcam-0.91nb9 --- subdirs --- set -e; for i in libcqcam cli webcam xfe; do cd $i; /usr/pkg/bin/bmake; cd ..; done --- camera.o --- --- cqcsrv.o --- --- imager.o --- --- camera.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c camera.C --- cqcsrv.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c cqcsrv.C --- imager.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c imager.C --- cqcsrv.o --- cqcsrv.C:33:13: warning: function 'go_away' is not needed and will not be emitted [-Wunneeded-internal-declaration] static void go_away(int s) { ^ --- camera.o --- camera.C:168:23: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] while (get_status() & QC_STAT_BLACK_BAL == QC_STAT_BLACK_BAL) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ camera.C:168:23: note: place parentheses around the '==' expression to silence this warning while (get_status() & QC_STAT_BLACK_BAL == QC_STAT_BLACK_BAL) ; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ camera.C:168:23: note: place parentheses around the & expression to evaluate it first while (get_status() & QC_STAT_BLACK_BAL == QC_STAT_BLACK_BAL) ; ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ --- imager.o --- imager.C:99:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long tot = 0; ^~~~~~~~~ imager.C:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ imager.C:102:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char *p = image; ^~~~~~~~~ imager.C:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long rtot = 0, gtot = 0, btot = 0; ^~~~~~~~~ imager.C:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long rtot = 0, gtot = 0, btot = 0; ^~~~~~~~~ imager.C:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long rtot = 0, gtot = 0, btot = 0; ^~~~~~~~~ imager.C:149:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ imager.C:150:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char *p = image; ^~~~~~~~~ --- cqcsrv.o --- 1 warning generated. --- port.o --- --- imager.o --- imager.C:191:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long i; ^~~~~~~~~ imager.C:192:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char *p = image; ^~~~~~~~~ imager.C:266:28: warning: unsequenced modification and access to 'm' [-Wunsequenced] k = (fix[m+1] - fix[m++])/2; ~ ^ --- port.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c port.C --- camera.o --- camera.C:504:23: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] while (get_status() & QC_STAT_BUSY == QC_STAT_BUSY) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- rcfile.o --- --- camera.o --- camera.C:504:23: note: place parentheses around the '==' expression to silence this warning while (get_status() & QC_STAT_BUSY == QC_STAT_BUSY) ; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ camera.C:504:23: note: place parentheses around the & expression to evaluate it first while (get_status() & QC_STAT_BUSY == QC_STAT_BUSY) ; ~~~~~~~~~~~~~^~~~~~~~~~~~~~ --- rcfile.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c rcfile.C --- imager.o --- 11 warnings generated. --- camera.o --- 2 warnings generated. --- libcqcam.a --- ar r libcqcam.a camera.o cqcsrv.o imager.o port.o rcfile.o ar: warning: creating libcqcam.a ranlib libcqcam.a --- cqcam.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I../libcqcam -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c cqcam.C --- cqcam --- clang++ -pipe -o cqcam cqcam.o -L/usr/local/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L../libcqcam -lcqcam -ljpeg --- webcam.o --- clang++ -pipe -Wall -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DLOCKING -I../libcqcam -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c webcam.C --- webcam --- clang++ -pipe -L/usr/local/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L../libcqcam -o webcam webcam.o -lcqcam -ljpeg --- xcqcam.o --- --- xscan.o --- --- xqcctl-tk.o --- --- xcqcam.o --- clang++ -pipe -Wall -I/usr/pkg/include -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DREMOTE -DLOCKING -I../libcqcam -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c xcqcam.C --- xscan.o --- clang++ -pipe -Wall -I/usr/pkg/include -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DREMOTE -DLOCKING -I../libcqcam -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c xscan.C --- xqcctl-tk.o --- clang++ -pipe -Wall -I/usr/pkg/include -O2 -I/usr/local/include -DFREEBSD -DNO_ASM -DJPEG -DREMOTE -DLOCKING -I../libcqcam -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c xqcctl-tk.C --- xscan.o --- xscan.C:99:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *window_name="QuickCam"; ^ xscan.C:100:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *icon_name="QuickCam"; ^ --- xqcctl-tk.o --- xqcctl-tk.C:48:8: warning: struct 'camera_t' was previously declared as a class [-Wmismatched-tags] static struct camera_t *the_cam; ^ ../libcqcam/camera.h:31:7: note: previous use is here class camera_t { ^ xqcctl-tk.C:48:8: note: did you mean class here? static struct camera_t *the_cam; ^~~~~~ class xqcctl-tk.C:258:28: error: no member named 'result' in 'Tcl_Interp' printf("%s\n", interp->result); ~~~~~~ ^ 1 warning and 1 error generated. *** [xqcctl-tk.o] Error code 1 bmake[1]: stopped in /var/pkgsrc/work/graphics/cqcam/work/cqcam-0.91/xfe --- xscan.o --- 2 warnings generated. 1 error bmake[1]: stopped in /var/pkgsrc/work/graphics/cqcam/work/cqcam-0.91/xfe A failure has been detected in another branch of the parallel make bmake: stopped in /var/pkgsrc/work/graphics/cqcam/work/cqcam-0.91 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/graphics/cqcam *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/cqcam