=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for libthrift-0.7.0nb43 /bin/chmod 0755 /data/scratch/devel/libthrift/work/thrift-0.7.0/lib/erl/rebar /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/devel/libthrift/work/thrift-0.7.0' Making all in compiler/cpp gmake[2]: Entering directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/compiler/cpp' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/compiler/cpp' /usr/bin/yacc -d `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy if test -f y.tab.h; then \ to=`echo "thrifty_H" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \ sed -e "/^#/!b" -e "s/Y_TAB_H/$to/g" -e "s|y\.tab\.h|thrifty.h|" \ y.tab.h >thrifty.ht; \ rm -f y.tab.h; \ if cmp -s thrifty.ht thrifty.h; then \ rm -f thrifty.ht ;\ else \ mv thrifty.ht thrifty.h; \ fi; \ fi if test -f y.output; then \ mv y.output thrifty.output; \ fi sed '/^#/ s|y\.tab\.c|thrifty.cc|' y.tab.c >thrifty.cct && mv thrifty.cct thrifty.cc rm -f y.tab.c if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -Wno-sign-compare -Wno-unused -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT libparse_a-thrifty.o -MD -MP -MF ".deps/libparse_a-thrifty.Tpo" -c -o libparse_a-thrifty.o `test -f 'thrifty.cc' || echo './'`thrifty.cc; \ then mv -f ".deps/libparse_a-thrifty.Tpo" ".deps/libparse_a-thrifty.Po"; else rm -f ".deps/libparse_a-thrifty.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -Wno-sign-compare -Wno-unused -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT libparse_a-thriftl.o -MD -MP -MF ".deps/libparse_a-thriftl.Tpo" -c -o libparse_a-thriftl.o `test -f 'thriftl.cc' || echo './'`thriftl.cc; \ then mv -f ".deps/libparse_a-thriftl.Tpo" ".deps/libparse_a-thriftl.Po"; else rm -f ".deps/libparse_a-thriftl.Tpo"; exit 1; fi thriftl.cc:1437:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register yy_state_type yy_current_state; ^~~~~~~~~ thriftl.cc:1438:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp = NULL, *yy_bp = NULL; ^~~~~~~~~ thriftl.cc:1438:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp = NULL, *yy_bp = NULL; ^~~~~~~~~ thriftl.cc:1439:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int yy_act; ^~~~~~~~~ thriftl.cc:1488:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; ^~~~~~~~~ thriftl.cc:2596:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *dest = yy_current_buffer->yy_ch_buf; ^~~~~~~~~ thriftl.cc:2597:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *source = yytext_ptr; ^~~~~~~~~ thriftl.cc:2598:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int number_to_move, i; ^~~~~~~~~ thriftl.cc:2598:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int number_to_move, i; ^~~~~~~~~ thriftl.cc:2728:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register yy_state_type yy_current_state; ^~~~~~~~~ thriftl.cc:2729:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp; ^~~~~~~~~ thriftl.cc:2737:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); ^~~~~~~~~ thriftl.cc:2765:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int yy_is_jam; ^~~~~~~~~ thriftl.cc:2767:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register YY_CHAR yy_c = 1; ^~~~~~~~~ thriftl.cc:3264:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ thriftl.cc:3278:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n; ^~~~~~~~~ 16 warnings generated. rm -f libparse.a ar cru libparse.a libparse_a-thrifty.o libparse_a-thriftl.o ranlib libparse.a if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-main.o -MD -MP -MF ".deps/thrift-main.Tpo" -c -o thrift-main.o `test -f 'src/main.cc' || echo './'`src/main.cc; \ then mv -f ".deps/thrift-main.Tpo" ".deps/thrift-main.Po"; else rm -f ".deps/thrift-main.Tpo"; exit 1; fi if clang -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -O2 -pthread -I/usr/include -I/usr/pkg/include -MT thrift-md5.o -MD -MP -MF ".deps/thrift-md5.Tpo" -c -o thrift-md5.o `test -f 'src/md5.c' || echo './'`src/md5.c; \ then mv -f ".deps/thrift-md5.Tpo" ".deps/thrift-md5.Po"; else rm -f ".deps/thrift-md5.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_generator.o -MD -MP -MF ".deps/thrift-t_generator.Tpo" -c -o thrift-t_generator.o `test -f 'src/generate/t_generator.cc' || echo './'`src/generate/t_generator.cc; \ then mv -f ".deps/thrift-t_generator.Tpo" ".deps/thrift-t_generator.Po"; else rm -f ".deps/thrift-t_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-parse.o -MD -MP -MF ".deps/thrift-parse.Tpo" -c -o thrift-parse.o `test -f 'src/parse/parse.cc' || echo './'`src/parse/parse.cc; \ then mv -f ".deps/thrift-parse.Tpo" ".deps/thrift-parse.Po"; else rm -f ".deps/thrift-parse.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_c_glib_generator.o -MD -MP -MF ".deps/thrift-t_c_glib_generator.Tpo" -c -o thrift-t_c_glib_generator.o `test -f 'src/generate/t_c_glib_generator.cc' || echo './'`src/generate/t_c_glib_generator.cc; \ then mv -f ".deps/thrift-t_c_glib_generator.Tpo" ".deps/thrift-t_c_glib_generator.Po"; else rm -f ".deps/thrift-t_c_glib_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_cpp_generator.o -MD -MP -MF ".deps/thrift-t_cpp_generator.Tpo" -c -o thrift-t_cpp_generator.o `test -f 'src/generate/t_cpp_generator.cc' || echo './'`src/generate/t_cpp_generator.cc; \ then mv -f ".deps/thrift-t_cpp_generator.Tpo" ".deps/thrift-t_cpp_generator.Po"; else rm -f ".deps/thrift-t_cpp_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_java_generator.o -MD -MP -MF ".deps/thrift-t_java_generator.Tpo" -c -o thrift-t_java_generator.o `test -f 'src/generate/t_java_generator.cc' || echo './'`src/generate/t_java_generator.cc; \ then mv -f ".deps/thrift-t_java_generator.Tpo" ".deps/thrift-t_java_generator.Po"; else rm -f ".deps/thrift-t_java_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_as3_generator.o -MD -MP -MF ".deps/thrift-t_as3_generator.Tpo" -c -o thrift-t_as3_generator.o `test -f 'src/generate/t_as3_generator.cc' || echo './'`src/generate/t_as3_generator.cc; \ then mv -f ".deps/thrift-t_as3_generator.Tpo" ".deps/thrift-t_as3_generator.Po"; else rm -f ".deps/thrift-t_as3_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_csharp_generator.o -MD -MP -MF ".deps/thrift-t_csharp_generator.Tpo" -c -o thrift-t_csharp_generator.o `test -f 'src/generate/t_csharp_generator.cc' || echo './'`src/generate/t_csharp_generator.cc; \ then mv -f ".deps/thrift-t_csharp_generator.Tpo" ".deps/thrift-t_csharp_generator.Po"; else rm -f ".deps/thrift-t_csharp_generator.Tpo"; exit 1; fi src/generate/t_csharp_generator.cc:367:56: warning: adding 't_base_type::t_base' to a string does not append to the string [-Wstring-plus-int] throw "compiler error: no const of base type " + tbase; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ src/generate/t_csharp_generator.cc:367:56: note: use array indexing to silence this warning throw "compiler error: no const of base type " + tbase; ^ & [ ] src/generate/t_csharp_generator.cc:1249:61: warning: adding 't_base_type::t_base' to a string does not append to the string [-Wstring-plus-int] throw "compiler error: no C# name for base type " + tbase; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ src/generate/t_csharp_generator.cc:1249:61: note: use array indexing to silence this warning throw "compiler error: no C# name for base type " + tbase; ^ & [ ] src/generate/t_csharp_generator.cc:1418:61: warning: adding 't_base_type::t_base' to a string does not append to the string [-Wstring-plus-int] throw "compiler error: no C# name for base type " + tbase; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ src/generate/t_csharp_generator.cc:1418:61: note: use array indexing to silence this warning throw "compiler error: no C# name for base type " + tbase; ^ & [ ] src/generate/t_csharp_generator.cc:1602:57: warning: adding 't_base_type::t_base' to a string does not append to the string [-Wstring-plus-int] throw "compiler error: no C# name for base type " + tbase->get_base(); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/generate/t_csharp_generator.cc:1602:57: note: use array indexing to silence this warning throw "compiler error: no C# name for base type " + tbase->get_base(); ^ & [ ] 4 warnings generated. if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_py_generator.o -MD -MP -MF ".deps/thrift-t_py_generator.Tpo" -c -o thrift-t_py_generator.o `test -f 'src/generate/t_py_generator.cc' || echo './'`src/generate/t_py_generator.cc; \ then mv -f ".deps/thrift-t_py_generator.Tpo" ".deps/thrift-t_py_generator.Po"; else rm -f ".deps/thrift-t_py_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_rb_generator.o -MD -MP -MF ".deps/thrift-t_rb_generator.Tpo" -c -o thrift-t_rb_generator.o `test -f 'src/generate/t_rb_generator.cc' || echo './'`src/generate/t_rb_generator.cc; \ then mv -f ".deps/thrift-t_rb_generator.Tpo" ".deps/thrift-t_rb_generator.Po"; else rm -f ".deps/thrift-t_rb_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_perl_generator.o -MD -MP -MF ".deps/thrift-t_perl_generator.Tpo" -c -o thrift-t_perl_generator.o `test -f 'src/generate/t_perl_generator.cc' || echo './'`src/generate/t_perl_generator.cc; \ then mv -f ".deps/thrift-t_perl_generator.Tpo" ".deps/thrift-t_perl_generator.Po"; else rm -f ".deps/thrift-t_perl_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_php_generator.o -MD -MP -MF ".deps/thrift-t_php_generator.Tpo" -c -o thrift-t_php_generator.o `test -f 'src/generate/t_php_generator.cc' || echo './'`src/generate/t_php_generator.cc; \ then mv -f ".deps/thrift-t_php_generator.Tpo" ".deps/thrift-t_php_generator.Po"; else rm -f ".deps/thrift-t_php_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_erl_generator.o -MD -MP -MF ".deps/thrift-t_erl_generator.Tpo" -c -o thrift-t_erl_generator.o `test -f 'src/generate/t_erl_generator.cc' || echo './'`src/generate/t_erl_generator.cc; \ then mv -f ".deps/thrift-t_erl_generator.Tpo" ".deps/thrift-t_erl_generator.Po"; else rm -f ".deps/thrift-t_erl_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_cocoa_generator.o -MD -MP -MF ".deps/thrift-t_cocoa_generator.Tpo" -c -o thrift-t_cocoa_generator.o `test -f 'src/generate/t_cocoa_generator.cc' || echo './'`src/generate/t_cocoa_generator.cc; \ then mv -f ".deps/thrift-t_cocoa_generator.Tpo" ".deps/thrift-t_cocoa_generator.Po"; else rm -f ".deps/thrift-t_cocoa_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_st_generator.o -MD -MP -MF ".deps/thrift-t_st_generator.Tpo" -c -o thrift-t_st_generator.o `test -f 'src/generate/t_st_generator.cc' || echo './'`src/generate/t_st_generator.cc; \ then mv -f ".deps/thrift-t_st_generator.Tpo" ".deps/thrift-t_st_generator.Po"; else rm -f ".deps/thrift-t_st_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_ocaml_generator.o -MD -MP -MF ".deps/thrift-t_ocaml_generator.Tpo" -c -o thrift-t_ocaml_generator.o `test -f 'src/generate/t_ocaml_generator.cc' || echo './'`src/generate/t_ocaml_generator.cc; \ then mv -f ".deps/thrift-t_ocaml_generator.Tpo" ".deps/thrift-t_ocaml_generator.Po"; else rm -f ".deps/thrift-t_ocaml_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_hs_generator.o -MD -MP -MF ".deps/thrift-t_hs_generator.Tpo" -c -o thrift-t_hs_generator.o `test -f 'src/generate/t_hs_generator.cc' || echo './'`src/generate/t_hs_generator.cc; \ then mv -f ".deps/thrift-t_hs_generator.Tpo" ".deps/thrift-t_hs_generator.Po"; else rm -f ".deps/thrift-t_hs_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_xsd_generator.o -MD -MP -MF ".deps/thrift-t_xsd_generator.Tpo" -c -o thrift-t_xsd_generator.o `test -f 'src/generate/t_xsd_generator.cc' || echo './'`src/generate/t_xsd_generator.cc; \ then mv -f ".deps/thrift-t_xsd_generator.Tpo" ".deps/thrift-t_xsd_generator.Po"; else rm -f ".deps/thrift-t_xsd_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_html_generator.o -MD -MP -MF ".deps/thrift-t_html_generator.Tpo" -c -o thrift-t_html_generator.o `test -f 'src/generate/t_html_generator.cc' || echo './'`src/generate/t_html_generator.cc; \ then mv -f ".deps/thrift-t_html_generator.Tpo" ".deps/thrift-t_html_generator.Po"; else rm -f ".deps/thrift-t_html_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_js_generator.o -MD -MP -MF ".deps/thrift-t_js_generator.Tpo" -c -o thrift-t_js_generator.o `test -f 'src/generate/t_js_generator.cc' || echo './'`src/generate/t_js_generator.cc; \ then mv -f ".deps/thrift-t_js_generator.Tpo" ".deps/thrift-t_js_generator.Po"; else rm -f ".deps/thrift-t_js_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_javame_generator.o -MD -MP -MF ".deps/thrift-t_javame_generator.Tpo" -c -o thrift-t_javame_generator.o `test -f 'src/generate/t_javame_generator.cc' || echo './'`src/generate/t_javame_generator.cc; \ then mv -f ".deps/thrift-t_javame_generator.Tpo" ".deps/thrift-t_javame_generator.Po"; else rm -f ".deps/thrift-t_javame_generator.Tpo"; exit 1; fi if clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT thrift-t_go_generator.o -MD -MP -MF ".deps/thrift-t_go_generator.Tpo" -c -o thrift-t_go_generator.o `test -f 'src/generate/t_go_generator.cc' || echo './'`src/generate/t_go_generator.cc; \ then mv -f ".deps/thrift-t_go_generator.Tpo" ".deps/thrift-t_go_generator.Po"; else rm -f ".deps/thrift-t_go_generator.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CXX --mode=link clang++ -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -pthread -o thrift thrift-main.o thrift-md5.o thrift-t_generator.o thrift-parse.o thrift-t_c_glib_generator.o thrift-t_cpp_generator.o thrift-t_java_generator.o thrift-t_as3_generator.o thrift-t_csharp_generator.o thrift-t_py_generator.o thrift-t_rb_generator.o thrift-t_perl_generator.o thrift-t_php_generator.o thrift-t_erl_generator.o thrift-t_cocoa_generator.o thrift-t_st_generator.o thrift-t_ocaml_generator.o thrift-t_hs_generator.o thrift-t_xsd_generator.o thrift-t_html_generator.o thrift-t_js_generator.o thrift-t_javame_generator.o thrift-t_go_generator.o libparse.a -lssl -lrt -lpthread libtool: link: clang++ -O2 -pthread -I/data/scratch/devel/libthrift/work/.buildlink/include -Wno-error=c++11-narrowing -Wl,-rpath -Wl,/usr/pkg/lib -pthread -o thrift thrift-main.o thrift-md5.o thrift-t_generator.o thrift-parse.o thrift-t_c_glib_generator.o thrift-t_cpp_generator.o thrift-t_java_generator.o thrift-t_as3_generator.o thrift-t_csharp_generator.o thrift-t_py_generator.o thrift-t_rb_generator.o thrift-t_perl_generator.o thrift-t_php_generator.o thrift-t_erl_generator.o thrift-t_cocoa_generator.o thrift-t_st_generator.o thrift-t_ocaml_generator.o thrift-t_hs_generator.o thrift-t_xsd_generator.o thrift-t_html_generator.o thrift-t_js_generator.o thrift-t_javame_generator.o thrift-t_go_generator.o -L/data/scratch/devel/libthrift/work/.buildlink/lib libparse.a -lssl -lrt -lpthread -pthread gmake[3]: Leaving directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/compiler/cpp' gmake[2]: Leaving directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/compiler/cpp' Making all in lib gmake[2]: Entering directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/lib' Making all in cpp gmake[3]: Entering directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/lib/cpp' Making all in . gmake[4]: Entering directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/lib/cpp' if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT Thrift.lo -MD -MP -MF ".deps/Thrift.Tpo" -c -o Thrift.lo `test -f 'src/Thrift.cpp' || echo './'`src/Thrift.cpp; \ then mv -f ".deps/Thrift.Tpo" ".deps/Thrift.Plo"; else rm -f ".deps/Thrift.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c src/Thrift.cpp -fPIC -DPIC -o .libs/Thrift.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Thrift.lo -MD -MP -MF .deps/Thrift.Tpo -c src/Thrift.cpp -o Thrift.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TApplicationException.lo -MD -MP -MF ".deps/TApplicationException.Tpo" -c -o TApplicationException.lo `test -f 'src/TApplicationException.cpp' || echo './'`src/TApplicationException.cpp; \ then mv -f ".deps/TApplicationException.Tpo" ".deps/TApplicationException.Plo"; else rm -f ".deps/TApplicationException.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TApplicationException.lo -MD -MP -MF .deps/TApplicationException.Tpo -c src/TApplicationException.cpp -fPIC -DPIC -o .libs/TApplicationException.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TApplicationException.lo -MD -MP -MF .deps/TApplicationException.Tpo -c src/TApplicationException.cpp -o TApplicationException.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT Mutex.lo -MD -MP -MF ".deps/Mutex.Tpo" -c -o Mutex.lo `test -f 'src/concurrency/Mutex.cpp' || echo './'`src/concurrency/Mutex.cpp; \ then mv -f ".deps/Mutex.Tpo" ".deps/Mutex.Plo"; else rm -f ".deps/Mutex.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c src/concurrency/Mutex.cpp -fPIC -DPIC -o .libs/Mutex.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c src/concurrency/Mutex.cpp -o Mutex.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT Monitor.lo -MD -MP -MF ".deps/Monitor.Tpo" -c -o Monitor.lo `test -f 'src/concurrency/Monitor.cpp' || echo './'`src/concurrency/Monitor.cpp; \ then mv -f ".deps/Monitor.Tpo" ".deps/Monitor.Plo"; else rm -f ".deps/Monitor.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Monitor.lo -MD -MP -MF .deps/Monitor.Tpo -c src/concurrency/Monitor.cpp -fPIC -DPIC -o .libs/Monitor.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Monitor.lo -MD -MP -MF .deps/Monitor.Tpo -c src/concurrency/Monitor.cpp -o Monitor.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT PosixThreadFactory.lo -MD -MP -MF ".deps/PosixThreadFactory.Tpo" -c -o PosixThreadFactory.lo `test -f 'src/concurrency/PosixThreadFactory.cpp' || echo './'`src/concurrency/PosixThreadFactory.cpp; \ then mv -f ".deps/PosixThreadFactory.Tpo" ".deps/PosixThreadFactory.Plo"; else rm -f ".deps/PosixThreadFactory.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT PosixThreadFactory.lo -MD -MP -MF .deps/PosixThreadFactory.Tpo -c src/concurrency/PosixThreadFactory.cpp -fPIC -DPIC -o .libs/PosixThreadFactory.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT PosixThreadFactory.lo -MD -MP -MF .deps/PosixThreadFactory.Tpo -c src/concurrency/PosixThreadFactory.cpp -o PosixThreadFactory.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT ThreadManager.lo -MD -MP -MF ".deps/ThreadManager.Tpo" -c -o ThreadManager.lo `test -f 'src/concurrency/ThreadManager.cpp' || echo './'`src/concurrency/ThreadManager.cpp; \ then mv -f ".deps/ThreadManager.Tpo" ".deps/ThreadManager.Plo"; else rm -f ".deps/ThreadManager.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c src/concurrency/ThreadManager.cpp -fPIC -DPIC -o .libs/ThreadManager.o In file included from src/concurrency/ThreadManager.cpp:20: src/concurrency/ThreadManager.h:201:9: warning: class member cannot be redeclared [-Wredeclared-class-member] class Task; ^ src/concurrency/ThreadManager.h:64:9: note: previous declaration is here class Task; ^ src/concurrency/ThreadManager.cpp:564:8: warning: private field 'firstTime_' is not used [-Wunused-private-field] bool firstTime_; ^ 2 warnings generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c src/concurrency/ThreadManager.cpp -o ThreadManager.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TimerManager.lo -MD -MP -MF ".deps/TimerManager.Tpo" -c -o TimerManager.lo `test -f 'src/concurrency/TimerManager.cpp' || echo './'`src/concurrency/TimerManager.cpp; \ then mv -f ".deps/TimerManager.Tpo" ".deps/TimerManager.Plo"; else rm -f ".deps/TimerManager.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TimerManager.lo -MD -MP -MF .deps/TimerManager.Tpo -c src/concurrency/TimerManager.cpp -fPIC -DPIC -o .libs/TimerManager.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TimerManager.lo -MD -MP -MF .deps/TimerManager.Tpo -c src/concurrency/TimerManager.cpp -o TimerManager.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT Util.lo -MD -MP -MF ".deps/Util.Tpo" -c -o Util.lo `test -f 'src/concurrency/Util.cpp' || echo './'`src/concurrency/Util.cpp; \ then mv -f ".deps/Util.Tpo" ".deps/Util.Plo"; else rm -f ".deps/Util.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c src/concurrency/Util.cpp -fPIC -DPIC -o .libs/Util.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c src/concurrency/Util.cpp -o Util.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TDebugProtocol.lo -MD -MP -MF ".deps/TDebugProtocol.Tpo" -c -o TDebugProtocol.lo `test -f 'src/protocol/TDebugProtocol.cpp' || echo './'`src/protocol/TDebugProtocol.cpp; \ then mv -f ".deps/TDebugProtocol.Tpo" ".deps/TDebugProtocol.Plo"; else rm -f ".deps/TDebugProtocol.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TDebugProtocol.lo -MD -MP -MF .deps/TDebugProtocol.Tpo -c src/protocol/TDebugProtocol.cpp -fPIC -DPIC -o .libs/TDebugProtocol.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TDebugProtocol.lo -MD -MP -MF .deps/TDebugProtocol.Tpo -c src/protocol/TDebugProtocol.cpp -o TDebugProtocol.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TDenseProtocol.lo -MD -MP -MF ".deps/TDenseProtocol.Tpo" -c -o TDenseProtocol.lo `test -f 'src/protocol/TDenseProtocol.cpp' || echo './'`src/protocol/TDenseProtocol.cpp; \ then mv -f ".deps/TDenseProtocol.Tpo" ".deps/TDenseProtocol.Plo"; else rm -f ".deps/TDenseProtocol.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TDenseProtocol.lo -MD -MP -MF .deps/TDenseProtocol.Tpo -c src/protocol/TDenseProtocol.cpp -fPIC -DPIC -o .libs/TDenseProtocol.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TDenseProtocol.lo -MD -MP -MF .deps/TDenseProtocol.Tpo -c src/protocol/TDenseProtocol.cpp -o TDenseProtocol.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TJSONProtocol.lo -MD -MP -MF ".deps/TJSONProtocol.Tpo" -c -o TJSONProtocol.lo `test -f 'src/protocol/TJSONProtocol.cpp' || echo './'`src/protocol/TJSONProtocol.cpp; \ then mv -f ".deps/TJSONProtocol.Tpo" ".deps/TJSONProtocol.Plo"; else rm -f ".deps/TJSONProtocol.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TJSONProtocol.lo -MD -MP -MF .deps/TJSONProtocol.Tpo -c src/protocol/TJSONProtocol.cpp -fPIC -DPIC -o .libs/TJSONProtocol.o src/protocol/TJSONProtocol.cpp:38:22: warning: unused variable 'kJSONNewline' [-Wunused-const-variable] static const uint8_t kJSONNewline = '\n'; ^ 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TJSONProtocol.lo -MD -MP -MF .deps/TJSONProtocol.Tpo -c src/protocol/TJSONProtocol.cpp -o TJSONProtocol.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TBase64Utils.lo -MD -MP -MF ".deps/TBase64Utils.Tpo" -c -o TBase64Utils.lo `test -f 'src/protocol/TBase64Utils.cpp' || echo './'`src/protocol/TBase64Utils.cpp; \ then mv -f ".deps/TBase64Utils.Tpo" ".deps/TBase64Utils.Plo"; else rm -f ".deps/TBase64Utils.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TBase64Utils.lo -MD -MP -MF .deps/TBase64Utils.Tpo -c src/protocol/TBase64Utils.cpp -fPIC -DPIC -o .libs/TBase64Utils.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TBase64Utils.lo -MD -MP -MF .deps/TBase64Utils.Tpo -c src/protocol/TBase64Utils.cpp -o TBase64Utils.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TTransportException.lo -MD -MP -MF ".deps/TTransportException.Tpo" -c -o TTransportException.lo `test -f 'src/transport/TTransportException.cpp' || echo './'`src/transport/TTransportException.cpp; \ then mv -f ".deps/TTransportException.Tpo" ".deps/TTransportException.Plo"; else rm -f ".deps/TTransportException.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TTransportException.lo -MD -MP -MF .deps/TTransportException.Tpo -c src/transport/TTransportException.cpp -fPIC -DPIC -o .libs/TTransportException.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TTransportException.lo -MD -MP -MF .deps/TTransportException.Tpo -c src/transport/TTransportException.cpp -o TTransportException.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TFDTransport.lo -MD -MP -MF ".deps/TFDTransport.Tpo" -c -o TFDTransport.lo `test -f 'src/transport/TFDTransport.cpp' || echo './'`src/transport/TFDTransport.cpp; \ then mv -f ".deps/TFDTransport.Tpo" ".deps/TFDTransport.Plo"; else rm -f ".deps/TFDTransport.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TFDTransport.lo -MD -MP -MF .deps/TFDTransport.Tpo -c src/transport/TFDTransport.cpp -fPIC -DPIC -o .libs/TFDTransport.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TFDTransport.lo -MD -MP -MF .deps/TFDTransport.Tpo -c src/transport/TFDTransport.cpp -o TFDTransport.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TFileTransport.lo -MD -MP -MF ".deps/TFileTransport.Tpo" -c -o TFileTransport.lo `test -f 'src/transport/TFileTransport.cpp' || echo './'`src/transport/TFileTransport.cpp; \ then mv -f ".deps/TFileTransport.Tpo" ".deps/TFileTransport.Plo"; else rm -f ".deps/TFileTransport.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TFileTransport.lo -MD -MP -MF .deps/TFileTransport.Tpo -c src/transport/TFileTransport.cpp -fPIC -DPIC -o .libs/TFileTransport.o In file included from src/transport/TFileTransport.cpp:24: ./src/transport/TFileTransport.h:355:12: warning: private field 'corruptedEventSleepTime_' is not used [-Wunused-private-field] uint32_t corruptedEventSleepTime_; ^ 1 warning generated. libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TFileTransport.lo -MD -MP -MF .deps/TFileTransport.Tpo -c src/transport/TFileTransport.cpp -o TFileTransport.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TSimpleFileTransport.lo -MD -MP -MF ".deps/TSimpleFileTransport.Tpo" -c -o TSimpleFileTransport.lo `test -f 'src/transport/TSimpleFileTransport.cpp' || echo './'`src/transport/TSimpleFileTransport.cpp; \ then mv -f ".deps/TSimpleFileTransport.Tpo" ".deps/TSimpleFileTransport.Plo"; else rm -f ".deps/TSimpleFileTransport.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TSimpleFileTransport.lo -MD -MP -MF .deps/TSimpleFileTransport.Tpo -c src/transport/TSimpleFileTransport.cpp -fPIC -DPIC -o .libs/TSimpleFileTransport.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TSimpleFileTransport.lo -MD -MP -MF .deps/TSimpleFileTransport.Tpo -c src/transport/TSimpleFileTransport.cpp -o TSimpleFileTransport.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT THttpTransport.lo -MD -MP -MF ".deps/THttpTransport.Tpo" -c -o THttpTransport.lo `test -f 'src/transport/THttpTransport.cpp' || echo './'`src/transport/THttpTransport.cpp; \ then mv -f ".deps/THttpTransport.Tpo" ".deps/THttpTransport.Plo"; else rm -f ".deps/THttpTransport.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT THttpTransport.lo -MD -MP -MF .deps/THttpTransport.Tpo -c src/transport/THttpTransport.cpp -fPIC -DPIC -o .libs/THttpTransport.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT THttpTransport.lo -MD -MP -MF .deps/THttpTransport.Tpo -c src/transport/THttpTransport.cpp -o THttpTransport.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT THttpClient.lo -MD -MP -MF ".deps/THttpClient.Tpo" -c -o THttpClient.lo `test -f 'src/transport/THttpClient.cpp' || echo './'`src/transport/THttpClient.cpp; \ then mv -f ".deps/THttpClient.Tpo" ".deps/THttpClient.Plo"; else rm -f ".deps/THttpClient.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT THttpClient.lo -MD -MP -MF .deps/THttpClient.Tpo -c src/transport/THttpClient.cpp -fPIC -DPIC -o .libs/THttpClient.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT THttpClient.lo -MD -MP -MF .deps/THttpClient.Tpo -c src/transport/THttpClient.cpp -o THttpClient.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT THttpServer.lo -MD -MP -MF ".deps/THttpServer.Tpo" -c -o THttpServer.lo `test -f 'src/transport/THttpServer.cpp' || echo './'`src/transport/THttpServer.cpp; \ then mv -f ".deps/THttpServer.Tpo" ".deps/THttpServer.Plo"; else rm -f ".deps/THttpServer.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT THttpServer.lo -MD -MP -MF .deps/THttpServer.Tpo -c src/transport/THttpServer.cpp -fPIC -DPIC -o .libs/THttpServer.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT THttpServer.lo -MD -MP -MF .deps/THttpServer.Tpo -c src/transport/THttpServer.cpp -o THttpServer.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TSocket.lo -MD -MP -MF ".deps/TSocket.Tpo" -c -o TSocket.lo `test -f 'src/transport/TSocket.cpp' || echo './'`src/transport/TSocket.cpp; \ then mv -f ".deps/TSocket.Tpo" ".deps/TSocket.Plo"; else rm -f ".deps/TSocket.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TSocket.lo -MD -MP -MF .deps/TSocket.Tpo -c src/transport/TSocket.cpp -fPIC -DPIC -o .libs/TSocket.o libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TSocket.lo -MD -MP -MF .deps/TSocket.Tpo -c src/transport/TSocket.cpp -o TSocket.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./src -I/usr/include -I/usr/pkg/include -Wall -O2 -pthread -I/usr/include -I/usr/pkg/include -Wno-error=c++11-narrowing -MT TSSLSocket.lo -MD -MP -MF ".deps/TSSLSocket.Tpo" -c -o TSSLSocket.lo `test -f 'src/transport/TSSLSocket.cpp' || echo './'`src/transport/TSSLSocket.cpp; \ then mv -f ".deps/TSSLSocket.Tpo" ".deps/TSSLSocket.Plo"; else rm -f ".deps/TSSLSocket.Tpo"; exit 1; fi libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I./src -I/data/scratch/devel/libthrift/work/.buildlink/include -Wall -O2 -pthread -Wno-error=c++11-narrowing -MT TSSLSocket.lo -MD -MP -MF .deps/TSSLSocket.Tpo -c src/transport/TSSLSocket.cpp -fPIC -DPIC -o .libs/TSSLSocket.o src/transport/TSSLSocket.cpp:53:22: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] ctx_ = SSL_CTX_new(TLSv1_method()); ^ /usr/include/openssl/ssl.h:1624:1: note: 'TLSv1_method' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ /usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ src/transport/TSSLSocket.cpp:150:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ src/transport/TSSLSocket.cpp:288:27: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] char* data = (char*)ASN1_STRING_data(name->d.ia5); ^ /usr/include/openssl/asn1.h:553:1: note: 'ASN1_STRING_data' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ /usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0' # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ src/transport/TSSLSocket.cpp:528:45: error: expected unqualified-id mutexes = shared_array(new Mutex[::CRYPTO_num_locks()]); ^ /usr/include/openssl/crypto.h:220:41: note: expanded from macro 'CRYPTO_num_locks' # define CRYPTO_num_locks() (1) ^ src/transport/TSSLSocket.cpp:559:3: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ /usr/include/openssl/err.h:248:1: note: 'ERR_remove_state' has been explicitly marked deprecated here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ /usr/include/openssl/opensslconf.h:133:34: note: expanded from macro 'DEPRECATEDIN_1_0_0' # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ 4 warnings and 1 error generated. Makefile:854: recipe for target 'TSSLSocket.lo' failed gmake[4]: *** [TSSLSocket.lo] Error 1 gmake[4]: Leaving directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/lib/cpp' Makefile:1139: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/lib/cpp' Makefile:404: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/data/scratch/devel/libthrift/work/thrift-0.7.0/lib' Makefile:422: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/devel/libthrift/work/thrift-0.7.0' Makefile:349: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/devel/libthrift *** Error code 1 Stop. make: stopped in /data/pkgsrc/devel/libthrift