=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for jpeg_ls-2.2 --- loco --- /usr/bin/make - -j 4 -J 15,16 .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent HOST_OSTYPE=NetBSD-9.0-amd64 LOWER_OPSYS=netbsd OPSYS=NetBSD OS_VERSION=9.0 PKGTOOLS_VERSION=20191008 WRKLOG=/P/bulklog/jpeg_ls-2.2/work.log _CC=/usr/bin/gcc _MAKE=/usr/bin/make _PATH_ORIG=/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin _PKGSRCDIR=/amd/pkgsrc/CHROOT/P/pkgsrc _PKGSRC_BARRIER=yes _SRC_TOP_= VFL="" PREFIX="loco" codec --- global.o --- --- jpegmark.o --- --- initialize.o --- --- decoder.o --- --- jpegmark.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c jpegmark.c --- global.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c global.c --- decoder.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c decoder.c --- initialize.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c initialize.c --- global.o --- global.c:149:1: warning: return type defaults to 'int' [-Wimplicit-int] set_thresholds(int alfa, int NEAR, int *T1p, int *T2p, int *T3p) ^~~~~~~~~~~~~~ global.c:324:1: warning: return type defaults to 'int' [-Wimplicit-int] fprint_disclaimer(FILE *fp, int nopause) ^~~~~~~~~~~~~~~~~ global.c: In function 'fprint_disclaimer': global.c:330:26: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] nopause = nopause | !isatty(fileno(fp)); ^~~~~~ --- decoder.o --- decoder.c:265:1: warning: return type defaults to 'int' [-Wimplicit-int] swaplines() ^~~~~~~~~ decoder.c:275:1: warning: return type defaults to 'int' [-Wimplicit-int] c_swaplines(int i) ^~~~~~~~~~~ decoder.c: In function 'initialize': decoder.c:349:5: warning: implicit declaration of function 'usage' [-Wimplicit-function-declaration] usage(); ^~~~~ decoder.c:385:2: warning: implicit declaration of function 'bufiinit'; did you mean 'buffinit'? [-Wimplicit-function-declaration] bufiinit(in); ^~~~~~~~ buffinit decoder.c:464:18: warning: implicit declaration of function 'read_jpegls_restartmarker'; did you mean 'read_jpegls_extmarker'? [-Wimplicit-function-declaration] seek_return = read_jpegls_restartmarker(in, head_scan[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~ read_jpegls_extmarker decoder.c:506:2: warning: implicit declaration of function 'set_thresholds' [-Wimplicit-function-declaration] set_thresholds(head_scan[0]->alp, head_scan[0]->NEAR, &(head_scan[0]->T1), &(head_scan[0]->T2), &(head_scan[0]->T3)); ^~~~~~~~~~~~~~ decoder.c:545:2: warning: implicit declaration of function 'check_compatibility' [-Wimplicit-function-declaration] check_compatibility(head_frame,head_scan[0],0); ^~~~~~~~~~~~~~~~~~~ decoder.c: In function 'main': decoder.c:1015:13: warning: implicit declaration of function 'lossless_undoscanline'; did you mean 'undoscanline'? [-Wimplicit-function-declaration] if ( lossless_undoscanline(local_pscanline, local_cscanline, columns, n_c ) != 0 ) ^~~~~~~~~~~~~~~~~~~~~ undoscanline decoder.c:1044:9: warning: implicit declaration of function 'bitiflush'; did you mean 'bitflush'? [-Wimplicit-function-declaration] bitiflush(); ^~~~~~~~~ bitflush decoder.c:1077:13: warning: implicit declaration of function 'lossy_undoscanline'; did you mean 'undoscanline'? [-Wimplicit-function-declaration] if ( lossy_undoscanline(local_pscanline, local_cscanline, columns, n_c ) != 0 ) ^~~~~~~~~~~~~~~~~~ undoscanline decoder.c:1246:12: warning: implicit declaration of function 'lossless_undoscanline_pixel'; did you mean 'undoscanline_pixel'? [-Wimplicit-function-declaration] if ( lossless_undoscanline_pixel(pscanline, cscanline, components*columns) != 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ undoscanline_pixel decoder.c:1290:12: warning: implicit declaration of function 'lossy_undoscanline_pixel'; did you mean 'undoscanline_pixel'? [-Wimplicit-function-declaration] if ( lossy_undoscanline_pixel(pscanline, cscanline, components*columns) != 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~ undoscanline_pixel decoder.c: At top level: decoder.c:1479:1: warning: return type defaults to 'int' [-Wimplicit-int] usage() ^~~~~ decoder.c:1505:1: warning: return type defaults to 'int' [-Wimplicit-int] bad_flag(char *s) ^~~~~~~~ --- lossless_d.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c lossless_d.c --- lossy_d.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c lossy_d.c --- lossless_d.o --- lossless_d.c: In function 'lossless_regular_mode_d': lossless_d.c:76:15: warning: type defaults to 'int' in declaration of 'nst' [-Wimplicit-int] register nst = Nt; ^~~ --- lossy_d.o --- lossy_d.c: In function 'lossy_regular_mode_d': lossy_d.c:75:15: warning: type defaults to 'int' in declaration of 'nst' [-Wimplicit-int] register nst = Nt; ^~~ --- bitio.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c bitio.c bitio.c: In function 'fillinbuff': bitio.c:121:6: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(buff+truebufsize, 0, (BUFSIZE-truebufsize)*sizeof(*buff)); ^~~~~~ bitio.c:121:6: warning: incompatible implicit declaration of built-in function 'memset' bitio.c:121:6: note: include '' or provide a declaration of 'memset' --- melcode.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c melcode.c melcode.c:60:8: warning: type defaults to 'int' in declaration of 'J' [-Wimplicit-int] static J[MELCSTATES] = { ^ melcode.c: In function 'process_run_dec': melcode.c:100:12: warning: type defaults to 'int' in declaration of 'temp' [-Wimplicit-int] register temp, hits; ^~~~ melcode.c:100:18: warning: type defaults to 'int' in declaration of 'hits' [-Wimplicit-int] register temp, hits; ^~~~ melcode.c:134:12: warning: type defaults to 'int' in declaration of 'temp' [-Wimplicit-int] register temp; ^~~~ --- locod --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -o locod global.o jpegmark.o initialize.o decoder.o lossless_d.o lossy_d.o bitio.o melcode.o -lm --- loco --- /usr/bin/make - -j 4 -J 15,16 .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent HOST_OSTYPE=NetBSD-9.0-amd64 LOWER_OPSYS=netbsd OPSYS=NetBSD OS_VERSION=9.0 PKGTOOLS_VERSION=20191008 WRKLOG=/P/bulklog/jpeg_ls-2.2/work.log _CC=/usr/bin/gcc _MAKE=/usr/bin/make _PATH_ORIG=/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin _PKGSRCDIR=/amd/pkgsrc/CHROOT/P/pkgsrc _PKGSRC_BARRIER=yes _SRC_TOP_= VFL="" PREFIX="loco" codec --- global.o --- --- jpegmark.o --- --- initialize.o --- --- encoder.o --- --- jpegmark.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c jpegmark.c --- initialize.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c initialize.c --- encoder.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c encoder.c --- global.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c global.c --- jpegmark.o --- jpegmark.c: In function 'write_jpegls_extmarker': jpegmark.c:262:4: warning: implicit declaration of function 'usage' [-Wimplicit-function-declaration] usage(); ^~~~~ --- global.o --- global.c:149:1: warning: return type defaults to 'int' [-Wimplicit-int] set_thresholds(int alfa, int NEAR, int *T1p, int *T2p, int *T3p) ^~~~~~~~~~~~~~ global.c:323:1: warning: return type defaults to 'int' [-Wimplicit-int] fprint_disclaimer(FILE *fp, int nopause) ^~~~~~~~~~~~~~~~~ global.c: In function 'fprint_disclaimer': global.c:329:26: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] nopause = nopause | !isatty(fileno(fp)); ^~~~~~ --- encoder.o --- encoder.c: In function 'initialize': encoder.c:282:6: warning: implicit declaration of function 'bad_flag' [-Wimplicit-function-declaration] bad_flag(argv[i]); ^~~~~~~~ encoder.c:389:5: warning: implicit declaration of function 'usage' [-Wimplicit-function-declaration] usage(); ^~~~~ encoder.c:481:8: warning: implicit declaration of function 'read_header_6' [-Wimplicit-function-declaration] if ( read_header_6(in, &columns, &rows, &alpha0, &components) != 0 ) ^~~~~~~~~~~~~ encoder.c:498:8: warning: implicit declaration of function 'read_header_5' [-Wimplicit-function-declaration] if (read_header_5(c_in[i], &(c_columns[i]), &(c_rows[i]), &alpha0) != 0 ) ^~~~~~~~~~~~~ encoder.c: In function 'main': encoder.c:785:4: warning: implicit declaration of function 'set_thresholds' [-Wimplicit-function-declaration] set_thresholds(alpha, NEAR, &T1, &T2, &T3); ^~~~~~~~~~~~~~ encoder.c:804:19: warning: implicit declaration of function 'write_jpegls_restartmarker'; did you mean 'write_jpegls_extmarker'? [-Wimplicit-function-declaration] all_header += write_jpegls_restartmarker(out, head_scan[n_s]); ^~~~~~~~~~~~~~~~~~~~~~~~~~ write_jpegls_extmarker encoder.c:821:4: warning: implicit declaration of function 'check_compatibility' [-Wimplicit-function-declaration] check_compatibility(head_frame, head_scan[0],0); ^~~~~~~~~~~~~~~~~~~ encoder.c: At top level: encoder.c:1251:1: warning: return type defaults to 'int' [-Wimplicit-int] usage() ^~~~~ encoder.c:1301:1: warning: return type defaults to 'int' [-Wimplicit-int] bad_flag(char *s) ^~~~~~~~ encoder.c: In function 'read_header_6': encoder.c:1319:7: warning: implicit declaration of function 'nextline'; did you mean 'getline'? [-Wimplicit-function-declaration] if ( nextline(line, fin) != 0 ) ^~~~~~~~ getline --- lossless_e.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c lossless_e.c --- lossy_e.o --- --- bitio.o --- --- lossy_e.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c lossy_e.c --- bitio.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -c bitio.c --- lossless_e.o --- lossless_e.c: In function 'lossless_regular_mode': lossless_e.c:95:15: warning: type defaults to 'int' in declaration of 'nst' [-Wimplicit-int] register nst = Nt; ^~~ In file included from lossless_e.c:58:0: bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossless_e.c:158:3: note: in expansion of macro 'putbits' putbits((1 << k) + (MErrval & ((1 << k) - 1)), k + 1); ^~~~~~~ bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossless_e.c:162:6: note: in expansion of macro 'putbits' putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossless_e.c:236:3: note: in expansion of macro 'putbits' putbits((1 << k) + (MErrval & ((1 << k) - 1)), k + 1); ^~~~~~~ bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossless_e.c:240:3: note: in expansion of macro 'putbits' putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossy_e.c:171:6: note: in expansion of macro 'putbits' putbits((1 << k) + (MErrval & ((1 << k) - 1)), k + 1); ^~~~~~~ --- bitio.o --- bitio.c:102:14: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); /* stuff a 0 at MSB */ ^~ --- lossy_e.o --- bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossy_e.c:175:6: note: in expansion of macro 'putbits' putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossy_e.c:266:3: note: in expansion of macro 'putbits' putbits((1 << k) + (MErrval & ((1 << k) - 1)), k + 1); ^~~~~~~ bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ lossy_e.c:270:3: note: in expansion of macro 'putbits' putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:105:6: note: in expansion of macro 'putbits' putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:110:3: note: in expansion of macro 'putbits' putbits((1<<24)-1,24); \ ^~~~~~~ bitio.h:117:21: note: in expansion of macro 'put_ones' #define PUT_ONES(n) put_ones(n) ^~~~~~~~ melcode.c:110:2: note: in expansion of macro 'PUT_ONES' PUT_ONES(hits); ^~~~~~~~ bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:113:16: note: in expansion of macro 'putbits' if ( nn ) putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:105:6: note: in expansion of macro 'putbits' putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:110:3: note: in expansion of macro 'putbits' putbits((1<<24)-1,24); \ ^~~~~~~ bitio.h:117:21: note: in expansion of macro 'put_ones' #define PUT_ONES(n) put_ones(n) ^~~~~~~~ melcode.c:117:4: note: in expansion of macro 'PUT_ONES' PUT_ONES(1); ^~~~~~~~ bitio.h:142:15: warning: left shift count >= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:113:16: note: in expansion of macro 'putbits' if ( nn ) putbits((1<= width of type [-Wshift-count-overflow] reg &= ~(1<<(8*sizeof(reg)-1)); \ ^ bitio.h:152:22: note: in expansion of macro 'putbits' #define PUTBITS(x,n) putbits(x,n) ^~~~~~~ melcode.c:124:2: note: in expansion of macro 'PUTBITS' PUTBITS(runlen,limit_reduce); ^~~~~~~ --- locoe --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DPGMPREFIX=\"loco\" -DMELCODE -DEXTERNDISTRIB -Dinline="" -DNDEBUG -o locoe global.o jpegmark.o initialize.o encoder.o lossless_e.o lossy_e.o bitio.o melcode.o -lm