=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for libbpg-0.9.2 gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -c -o bpgdec.o bpgdec.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_cabac.o libavcodec/hevc_cabac.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_filter.o libavcodec/hevc_filter.c bpgdec.c: In function 'main': bpgdec.c:326:9: warning: implicit declaration of function 'strrchr' [-Wimplicit-function-declaration] p = strrchr(outfilename, '.'); ^~~~~~~ bpgdec.c:326:9: warning: incompatible implicit declaration of built-in function 'strrchr' bpgdec.c:326:9: note: include '' or provide a declaration of 'strrchr' bpgdec.c:330:14: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] if (p && strcasecmp(p, "ppm") != 0) { ^~~~~~~~~~ libavcodec/hevc_filter.c: In function 'ff_hevc_deblocking_boundary_strengths': libavcodec/hevc_filter.c:753:12: warning: unused variable 'bs' [-Wunused-variable] int i, bs; ^~ libavcodec/hevc_filter.c:745:9: warning: unused variable 'min_tu_width' [-Wunused-variable] int min_tu_width = s->sps->min_tb_width; ^~~~~~~~~~~~ libavcodec/hevc_filter.c:744:9: warning: unused variable 'min_pu_width' [-Wunused-variable] int min_pu_width = s->sps->min_pu_width; ^~~~~~~~~~~~ libavcodec/hevc_filter.c:743:9: warning: unused variable 'log2_min_tu_size' [-Wunused-variable] int log2_min_tu_size = s->sps->log2_min_tb_size; ^~~~~~~~~~~~~~~~ libavcodec/hevc_filter.c:742:9: warning: unused variable 'log2_min_pu_size' [-Wunused-variable] int log2_min_pu_size = s->sps->log2_min_pu_size; ^~~~~~~~~~~~~~~~ libavcodec/hevc_cabac.c:937:12: warning: 'explicit_rdpcm_dir_flag_decode' defined but not used [-Wunused-function] static int explicit_rdpcm_dir_flag_decode(HEVCContext *s, int c_idx) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/hevc_cabac.c:932:12: warning: 'explicit_rdpcm_flag_decode' defined but not used [-Wunused-function] static int explicit_rdpcm_flag_decode(HEVCContext *s, int c_idx) ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc.o libavcodec/hevc.c libavcodec/hevc.c: In function 'intra_prediction_unit_default_value': libavcodec/hevc.c:1997:12: warning: unused variable 'k' [-Wunused-variable] int j, k; ^ libavcodec/hevc.c:1988:23: warning: unused variable 'lc' [-Wunused-variable] HEVCLocalContext *lc = s->HEVClc; ^~ libavcodec/hevc.c: In function 'hls_decode_neighbour': libavcodec/hevc.c:2309:32: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!ctb_addr_in_slice > 0) ^ libavcodec/hevc.c:2309:13: note: add parentheses around left hand side expression to silence this warning if (!ctb_addr_in_slice > 0) ^~~~~~~~~~~~~~~~~~ ( ) libavcodec/hevc.c: In function 'decode_nal_unit': libavcodec/hevc.c:2699:5: warning: case value '48' not in enumerated type 'enum NALUnitType' [-Wswitch] case 48: ^~~~ libavcodec/hevc.c: In function 'ff_hevc_extract_rbsp': libavcodec/hevc.c:2888:39: warning: pointer targets in passing argument 2 of 'av_fast_malloc' differ in signedness [-Wpointer-sign] av_fast_malloc(&nal->rbsp_buffer, &nal->rbsp_buffer_size, ^ In file included from ./libavutil/common.h:412:0, from libavcodec/hevc.c:28: ./libavutil/mem.h:383:6: note: expected 'unsigned int *' but argument is of type 'int *' void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size); ^~~~~~~~~~~~~~ At top level: libavcodec/hevc.c:283:12: warning: 'get_buffer_sao' defined but not used [-Wunused-function] static int get_buffer_sao(HEVCContext *s, AVFrame *frame, const HEVCSPS *sps) ^~~~~~~~~~~~~~ libavcodec/hevc_cabac.c: In function 'ff_hevc_hls_residual_coding': libavcodec/hevc_cabac.c:1462:63: warning: 'sb_type' may be used uninitialized in this function [-Wmaybe-uninitialized] int c_rice_p_init = lc->stat_coeff[sb_type] / 4; ~~~~~~~~~~~~~~^~~~~~~~~ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevcpred.o libavcodec/hevcpred.c In file included from libavcodec/hevcpred.c:37:0: libavcodec/hevcpred_template.c: In function 'intra_pred_var': libavcodec/hevcpred_template.c:133:17: warning: unused variable 'x_left_pu' [-Wunused-variable] int x_left_pu = PU(x0 - 1); ^~~~~~~~~ libavcodec/hevcpred_template.c:141:17: warning: unused variable 'x_left_pu' [-Wunused-variable] int x_left_pu = PU(x0 - 1); ^~~~~~~~~ libavcodec/hevcpred_template.c:150:17: warning: unused variable 'y_top_pu' [-Wunused-variable] int y_top_pu = PU(y0 - 1); ^~~~~~~~ libavcodec/hevcpred_template.c:149:17: warning: unused variable 'x_left_pu' [-Wunused-variable] int x_left_pu = PU(x0 - 1); ^~~~~~~~~ libavcodec/hevcpred_template.c:155:17: warning: unused variable 'y_top_pu' [-Wunused-variable] int y_top_pu = PU(y0 - 1); ^~~~~~~~ libavcodec/hevcpred_template.c:162:17: warning: unused variable 'y_top_pu' [-Wunused-variable] int y_top_pu = PU(y0 - 1); ^~~~~~~~ libavcodec/hevcpred_template.c:223:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (j > 0) ^ In file included from libavcodec/hevcpred.c:37:0: libavcodec/hevcpred_template.c:99:9: warning: unused variable 'min_pu_width' [-Wunused-variable] int min_pu_width = s->sps->min_pu_width; ^~~~~~~~~~~~ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_refs.o libavcodec/hevc_refs.c libavcodec/hevc_refs.c: In function 'alloc_frame': libavcodec/hevc_refs.c:115:1: warning: label 'fail' defined but not used [-Wunused-label] fail: ^~~~ libavcodec/hevc_refs.c:82:12: warning: unused variable 'j' [-Wunused-variable] int i, j, ret; ^ libavcodec/hevc_refs.c: In function 'ff_hevc_output_frame': libavcodec/hevc_refs.c:164:16: warning: 'min_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] int i, min_idx, ret; ^~~~~~~ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevcdsp.o libavcodec/hevcdsp.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_mvs.o libavcodec/hevc_mvs.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_ps.o libavcodec/hevc_ps.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_sei.o libavcodec/hevc_sei.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/utils.o libavcodec/utils.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/cabac.o libavcodec/cabac.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/mem.o libavutil/mem.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/buffer.o libavutil/buffer.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/log2_tab.o libavutil/log2_tab.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/frame.o libavutil/frame.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/pixdesc.o libavutil/pixdesc.c libavutil/frame.c:67:13: warning: 'free_side_data' defined but not used [-Wunused-function] static void free_side_data(AVFrameSideData **ptr_sd) ^~~~~~~~~~~~~~ gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/md5.o libavutil/md5.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libbpg.o libbpg.c gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -DUSE_JCTVC -Wno-unused-but-set-variable -c -o bpgenc.o bpgenc.c libavutil/md5.c: In function 'av_md5_final': libavutil/md5.c:188:24: warning: pointer targets in passing argument 2 of 'av_md5_update' differ in signedness [-Wpointer-sign] av_md5_update(ctx, "\200", 1); ^~~~~~ libavutil/md5.c:148:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'char *' void av_md5_update(AVMD5 *ctx, const uint8_t *src, int len) ^~~~~~~~~~~~~ libavutil/md5.c:190:28: warning: pointer targets in passing argument 2 of 'av_md5_update' differ in signedness [-Wpointer-sign] av_md5_update(ctx, "", 1); ^~ libavutil/md5.c:148:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'char *' void av_md5_update(AVMD5 *ctx, const uint8_t *src, int len) ^~~~~~~~~~~~~ g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/tmp/pkgbuild/graphics/libbpg/work.earmv6hf/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc_glue.o jctvc_glue.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/tmp/pkgbuild/graphics/libbpg/work.earmv6hf/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/SyntaxElementWriter.o jctvc/TLibEncoder/SyntaxElementWriter.cpp g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/tmp/pkgbuild/graphics/libbpg/work.earmv6hf/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSbac.o jctvc/TLibEncoder/TEncSbac.cpp jctvc_glue.cpp: In function 'int jctvc_encode_picture(uint8_t**, Image*, const HEVCEncodeParams*)': jctvc_glue.cpp:154:42: error: invalid conversion from 'char**' to 'Char** {aka signed char**}' [-fpermissive] if(!cTAppEncTop.parseCfg( argc, argv )) { ^ In file included from /tmp/pkgbuild/graphics/libbpg/work.earmv6hf/libbpg-0.9.2/jctvc/TAppEncTop.h:47:0, from jctvc_glue.cpp:6: /tmp/pkgbuild/graphics/libbpg/work.earmv6hf/libbpg-0.9.2/jctvc/TAppEncCfg.h:366:9: note: initializing argument 2 of 'Bool TAppEncCfg::parseCfg(Int, Char**)' Bool parseCfg ( Int argc, Char* argv[] ); ///< parse configuration file to fill member variables ^~~~~~~~ g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/tmp/pkgbuild/graphics/libbpg/work.earmv6hf/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncBinCoderCABACCounter.o jctvc/TLibEncoder/TEncBinCoderCABACCounter.cpp gmake: *** [Makefile:175: jctvc_glue.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/graphics/libbpg *** Error code 1 Stop. make: stopped in /usr/pkgsrc/graphics/libbpg