=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for omniORB-4.1.7nb1 making export in ./src... gmake[1]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src' making export in src/tool... gmake[2]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool' making export in src/tool/omkdepend... gmake[3]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omkdepend' clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DDEBUG -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o include.o include.c include.c:164:8: warning: implicit declaration of function 'isdot' is invalid in C99 [-Wimplicit-function-declaration] if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) ^ include.c:164:23: warning: implicit declaration of function 'isdotdot' is invalid in C99 [-Wimplicit-function-declaration] if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) ^ include.c:165:11: warning: implicit declaration of function 'issymbolic' is invalid in C99 [-Wimplicit-function-declaration] && !issymbolic(newpath, *cp)) ^ include.c:201:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] isdot(p) ^ include.c:209:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] isdotdot(p) ^ include.c:217:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] issymbolic(dir, component) ^ include.c:266:11: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register i; ~~~~~~~~ ^ 7 warnings generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DDEBUG -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o main.o main.c main.c:126:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ main.c:154:6: warning: implicit declaration of function 'define2' is invalid in C99 [-Wimplicit-function-declaration] define2(psymp->s_name, psymp->s_value, &maininclist); ^ main.c:238:4: warning: implicit declaration of function 'define' is invalid in C99 [-Wimplicit-function-declaration] define(argv[0] + offset, &maininclist); ^ main.c:402:3: warning: implicit declaration of function 'find_includes' is invalid in C99 [-Wimplicit-function-declaration] find_includes(filecontent, ip, ip, 0, TRUE); ^ main.c:403:3: warning: implicit declaration of function 'freefile' is invalid in C99 [-Wimplicit-function-declaration] freefile(filecontent); ^ main.c:404:3: warning: implicit declaration of function 'recursive_pr_include' is invalid in C99 [-Wimplicit-function-declaration] recursive_pr_include(ip, ip->i_file, base_name(*fp)); ^ main.c:405:3: warning: implicit declaration of function 'inc_clean' is invalid in C99 [-Wimplicit-function-declaration] inc_clean(); ^ main.c:441:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] freefile(fp) ^ main.c:458:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] match(str, list) ^ main.c:479:11: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register lineno; /* line number */ ~~~~~~~~ ^ 10 warnings generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DDEBUG -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o parse.o parse.c parse.c:38:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] find_includes(filep, file, file_red, recursion, failOK) ^ parse.c:48:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (line = get_line(filep)) { ~~~~~^~~~~~~~~~~~~~~~~ parse.c:48:14: note: place parentheses around the assignment to silence this warning while (line = get_line(filep)) { ^ ( ) parse.c:48:14: note: use '==' to turn this assignment into an equality comparison while (line = get_line(filep)) { ^ == parse.c:49:17: warning: implicit declaration of function 'deftype' is invalid in C99 [-Wimplicit-function-declaration] switch(type = deftype(line, filep, file_red, file, TRUE)) { ^ parse.c:56:12: warning: implicit declaration of function 'gobble' is invalid in C99 [-Wimplicit-function-declaration] type = gobble(filep, file, file_red); ^ parse.c:129:4: warning: implicit declaration of function 'add_include' is invalid in C99 [-Wimplicit-function-declaration] add_include(filep, file, file_red, line, FALSE, failOK); ^ parse.c:166:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] gobble(filep, file, file_red) ^ parse.c:173:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (line = get_line(filep)) { ~~~~~^~~~~~~~~~~~~~~~~ parse.c:173:14: note: place parentheses around the assignment to silence this warning while (line = get_line(filep)) { ^ ( ) parse.c:173:14: note: use '==' to turn this assignment into an equality comparison while (line = get_line(filep)) { ^ == parse.c:174:17: warning: implicit declaration of function 'deftype' is invalid in C99 [-Wimplicit-function-declaration] switch(type = deftype(line, filep, file_red, file, FALSE)) { ^ parse.c:241:8: warning: implicit declaration of function 'match' is invalid in C99 [-Wimplicit-function-declaration] ret = match(directive, directives); ^ parse.c:259:12: warning: implicit declaration of function 'zero_value' is invalid in C99 [-Wimplicit-function-declaration] ret = zero_value(p, filep, file_red); ^ parse.c:288:9: warning: implicit declaration of function 'zero_value' is invalid in C99 [-Wimplicit-function-declaration] ret = zero_value(p, filep, file_red); ^ parse.c:370:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (val = slookup(symbol, &maininclist)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse.c:370:10: note: place parentheses around the assignment to silence this warning if (val = slookup(symbol, &maininclist)) { ^ ( ) parse.c:370:10: note: use '==' to turn this assignment into an equality comparison if (val = slookup(symbol, &maininclist)) { ^ == parse.c:375:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (val = fdefined(symbol, file, srcfile)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse.c:375:10: note: place parentheses around the assignment to silence this warning if (val = fdefined(symbol, file, srcfile)) ^ ( ) parse.c:375:10: note: use '==' to turn this assignment into an equality comparison if (val = fdefined(symbol, file, srcfile)) ^ == parse.c:394:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (val = slookup(symbol, file)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~ parse.c:394:10: note: place parentheses around the assignment to silence this warning if (val = slookup(symbol, file)) ^ ( ) parse.c:394:10: note: use '==' to turn this assignment into an equality comparison if (val = slookup(symbol, file)) ^ == parse.c:399:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (val = fdefined(symbol, *ip, srcfile)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse.c:399:12: note: place parentheses around the assignment to silence this warning if (val = fdefined(symbol, *ip, srcfile)) { ^ ( ) parse.c:399:12: note: use '==' to turn this assignment into an equality comparison if (val = fdefined(symbol, *ip, srcfile)) { ^ == parse.c:413:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] zero_value(exp, filep, file_red) ^ parse.c:418:6: warning: implicit declaration of function 'cppsetup' is invalid in C99 [-Wimplicit-function-declaration] if (cppsetup(exp, filep, file_red)) ^ 17 warnings generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DDEBUG -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o pr.o pr.c pr.c:72:3: warning: implicit declaration of function 'included_by' is invalid in C99 [-Wimplicit-function-declaration] included_by(file, newfile); ^ pr.c:76:4: warning: implicit declaration of function 'find_includes' is invalid in C99 [-Wimplicit-function-declaration] find_includes(content, newfile, file_red, 0, failOK); ^ pr.c:77:4: warning: implicit declaration of function 'freefile' is invalid in C99 [-Wimplicit-function-declaration] freefile(content); ^ 3 warnings generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DDEBUG -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o cppsetup.o cppsetup.c cppsetup.c:218:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] cppsetup(line, filep, inc) ^ 1 warning generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DDEBUG -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o ifparser.o ifparser.c ifparser.c:102:13: warning: implicit declaration of function 'strtol' is invalid in C99 [-Wimplicit-function-declaration] *valp = strtol(cp, &cp, 0); ^ ifparser.c:155:6: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration] if (strncmp (cp, "defined", 7) == 0 && !isalnum(cp[7])) { ^ ifparser.c:155:6: note: include the header or explicitly provide a declaration for 'strncmp' 2 warnings generated. + rm -f omkdepend + clang -o omkdepend -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -I/usr/include -I/usr/pkg/include -L../../../lib -L../../../lib include.o main.o parse.o pr.o cppsetup.o ifparser.o + /usr/bin/install -c -o pbulk -g users -m 0755 omkdepend ../../../bin gmake[3]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omkdepend' making export in src/tool/omniidl... gmake[3]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl' making export in src/tool/omniidl/cxx... gmake[4]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/cxx' ../../../../bin/omkdepend -D__cplusplus -D__GNUG__ -D__GNUC__ -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="0x2630" -I/usr/pkg/include -DPYTHON_INCLUDE= -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ idlc.cc idlpython.cc idlfixed.cc idlconfig.cc idldump.cc idlvalidate.cc idlast.cc idlexpr.cc idlscope.cc idlrepoId.cc idltype.cc idlutil.cc idlerr.cc lex.yy.cc y.tab.cc ../../../../bin/omkdepend: warning: ignoring option -fPIC "idlc.cc":267: (defined(__cplusplus) && __cplusplus >= 201103L) || __has_extension(cxx_alignas) ^--- expecting ) "idlc.cc":298: (defined(__cplusplus) && __cplusplus >= 201103L) || __has_extension(cxx_static_assert) ^--- expecting ) "idlc.cc":338: (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __has_extension(c_generic_selections) ^--- expecting ) "idlc.cc":356: !defined(__cplusplus) && (defined(__clang__) || __GNUC_PREREQ__(4, 6)) && (!defined(__STDC_VERSION__) || (__STDC_VERSION__ >= 199901)) ^--- expecting ) "idlc.cc":803: !(defined(__clang__) && __has_feature(nullability)) ^--- expecting ) ../../../../bin/omkdepend: warning: idlpython.cc, line 41: unknown directive == "#warning "No user-serviceable parts inside."" "idlpython.cc":81: (__STDC_VERSION__ >= 201112L && defined(__clang__)) || __has_extension(c_generic_selections) ^--- expecting ) making export in src/tool/omniidl/cxx/cccp... gmake[5]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/cxx/cccp' clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../include -I../../../../../include -D__OSVERSION__=0 -D__x86_64__ -o cexp.o cexp.c cexp.y:532:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!pedantic < spec_long) ^ ~ cexp.y:532:10: note: add parentheses after the '!' to evaluate the comparison first if (!pedantic < spec_long) ^ ( ) cexp.y:532:10: note: add parentheses around left hand side expression to silence this warning if (!pedantic < spec_long) ^ ( ) cexp.y:687:16: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register num_chars = 0; ~~~~~~~~ ^ cexp.y:665:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value] mask = MAX_CHAR_TYPE_MASK; ^~~~~~~~~~~~~~~~~~ cexp.y:203:52: note: expanded from macro 'MAX_CHAR_TYPE_MASK' #define MAX_CHAR_TYPE_MASK (~ (~ (HOST_WIDE_INT) 0 << MAX_CHAR_TYPE_SIZE)) ~~~~~~~~~~~~~~~~~~~ ^ cexp.y:821:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value] mask = MAX_CHAR_TYPE_MASK; ^~~~~~~~~~~~~~~~~~ cexp.y:203:52: note: expanded from macro 'MAX_CHAR_TYPE_MASK' #define MAX_CHAR_TYPE_MASK (~ (~ (HOST_WIDE_INT) 0 << MAX_CHAR_TYPE_SIZE)) ~~~~~~~~~~~~~~~~~~~ ^ 4 warnings generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../include -I../../../../../include -D__OSVERSION__=0 -D__x86_64__ -o cccp.o cccp.c cccp.c:8037:48: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error_with_line (line_for_error (start_line), parse_error); ^~~~~~~~~~~ cccp.c:8037:48: note: treat the string as an argument to avoid this error_with_line (line_for_error (start_line), parse_error); ^ "%s", 1 warning generated. clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../include -I../../../../../include -D__OSVERSION__=0 -D__x86_64__ -o config.o config.c clang -c -O2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../include -I../../../../../include -D__OSVERSION__=0 -D__x86_64__ -o alloca.o alloca.c + rm -f omnicpp + clang -o omnicpp -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -I/usr/include -I/usr/pkg/include -L../../../../../lib -L../../../../../lib cexp.o cccp.o config.o alloca.o + ../../../../../bin/scripts/omkdirhier ../../../../../lib + /usr/bin/install -c -o pbulk -g users -m 0755 omnicpp ../../../../../lib gmake[5]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/cxx/cccp' clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o y.tab.o y.tab.cc /usr/share/bison/bison.simple:385:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int yystate; ^~~~~~~~~ /usr/share/bison/bison.simple:386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int yyn; ^~~~~~~~~ /usr/share/bison/bison.simple:404:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short *yyssp; ^~~~~~~~~ /usr/share/bison/bison.simple:409:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register YYSTYPE *yyvsp; ^~~~~~~~~ /usr/share/bison/bison.simple:799:11: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror ("parse error"); ^ /usr/share/bison/bison.simple:924:12: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror ("parser stack overflow"); ^ 6 warnings generated. clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o lex.yy.o lex.yy.cc ../../../../../src/tool/omniidl/cxx/idl.ll:290:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register yy_state_type yy_current_state; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:291:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp = NULL, *yy_bp = NULL; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:291:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp = NULL, *yy_bp = NULL; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:292:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int yy_act; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:204: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)]; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:596:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *dest = yy_current_buffer->yy_ch_buf; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:597:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *source = yytext_ptr; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:598:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int number_to_move, i; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:598:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int number_to_move, i; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:728:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register yy_state_type yy_current_state; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:729:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:738: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); ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:766:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int yy_is_jam; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:768:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register YY_CHAR yy_c = 1; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:786:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] static void yyunput( int c, register char *yy_bp ) ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:793:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *yy_cp = yy_c_buf_p; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:801:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int number_to_move = yy_n_chars + 2; ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *dest = &yy_current_buffer->yy_ch_buf[ ^~~~~~~~~ ../../../../../src/tool/omniidl/cxx/idl.ll:804:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *source = ^~~~~~~~~ 19 warnings generated. clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlerr.o idlerr.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlutil.o idlutil.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idltype.o idltype.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlrepoId.o idlrepoId.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlscope.o idlscope.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlexpr.o idlexpr.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlast.o idlast.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlvalidate.o idlvalidate.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idldump.o idldump.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlconfig.o idlconfig.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlfixed.o idlfixed.cc clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -DIDLMODULE_VERSION="\"0x2630\"" -I/usr/pkg/include -DPYTHON_INCLUDE="" -fPIC -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=0 -D__x86_64__ -o idlpython.o idlpython.cc In file included from idlpython.cc:188: In file included from /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/Python.h:88: /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/unicodeobject.h:534:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register PyObject *obj, /* Object */ ^~~~~~~~~ /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/unicodeobject.h:553:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register PyObject *obj /* Object */ ^~~~~~~~~ /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/unicodeobject.h:575:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const wchar_t *w, /* wchar_t buffer */ ^~~~~~~~~ /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/unicodeobject.h:593:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register wchar_t *w, /* wchar_t buffer */ ^~~~~~~~~ In file included from idlpython.cc:188: In file included from /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/Python.h:97: /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/stringobject.h:173:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register PyObject *obj, /* string or Unicode object */ ^~~~~~~~~ /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/stringobject.h:174:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char **s, /* pointer to buffer variable */ ^~~~~~~~~ /var/pkgsrc/work/net/omniORB/work/.buildlink/include/python2.7/stringobject.h:175:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register Py_ssize_t *len /* pointer to length variable or NULL ^~~~~~~~~ 7 warnings generated. + rm -f _omniidlmodule.so.4.1 + clang++ -shared -Wl,-soname,_omniidlmodule.so.4 -o _omniidlmodule.so.4.1 -L../../../../lib -L../../../../lib y.tab.o lex.yy.o idlerr.o idlutil.o idltype.o idlrepoId.o idlscope.o idlexpr.o idlast.o idlvalidate.o idldump.o idlconfig.o idlfixed.o idlpython.o + /usr/bin/install -c -o pbulk -g users -m 0644 _omniidlmodule.so.4.1 ../../../../lib + cd ../../../../lib + rm -f _omniidlmodule.so.4 + ln -s _omniidlmodule.so.4.1 _omniidlmodule.so.4 + rm -f _omniidlmodule.so + ln -s _omniidlmodule.so.4 _omniidlmodule.so gmake[4]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/cxx' making export in src/tool/omniidl/python... gmake[4]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python' making export in src/tool/omniidl/python/omniidl... gmake[5]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python/omniidl' + ../../../../../bin/scripts/omkdirhier ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 __init__.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 main.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 idlast.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 idltype.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 idlutil.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 idlvisitor.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 idlstring.py ../../../../../lib/python/omniidl + /usr/bin/install -c -o pbulk -g users -m 0644 output.py ../../../../../lib/python/omniidl Listing . ... Compiling ./__init__.py ... Compiling ./idlast.py ... Compiling ./idlstring.py ... Compiling ./idltype.py ... Compiling ./idlutil.py ... Compiling ./idlvisitor.py ... Compiling ./main.py ... Compiling ./output.py ... gmake[5]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python/omniidl' making export in src/tool/omniidl/python/omniidl_be... gmake[5]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python/omniidl_be' + ../../../../../bin/scripts/omkdirhier ../../../../../lib/python/omniidl_be + /usr/bin/install -c -o pbulk -g users -m 0644 __init__.py ../../../../../lib/python/omniidl_be + /usr/bin/install -c -o pbulk -g users -m 0644 dump.py ../../../../../lib/python/omniidl_be + /usr/bin/install -c -o pbulk -g users -m 0644 example.py ../../../../../lib/python/omniidl_be + /usr/bin/install -c -o pbulk -g users -m 0644 interactive.py ../../../../../lib/python/omniidl_be Listing . ... Compiling ./__init__.py ... Compiling ./dump.py ... Compiling ./example.py ... Compiling ./interactive.py ... gmake[5]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python/omniidl_be' making export in src/tool/omniidl/python/scripts... gmake[5]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python/scripts' + /usr/bin/install -c -o pbulk -g users -m 0755 omniidl ../../../../../bin + /usr/bin/install -c -o pbulk -g users -m 0755 omniidlrun.py ../../../../../bin gmake[5]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python/scripts' gmake[4]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl/python' gmake[3]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool/omniidl' gmake[2]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/tool' making export in src/lib... gmake[2]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/lib' making export in src/lib/omnithread... gmake[3]: Entering directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/lib/omnithread' ../../../bin/omkdepend -D__cplusplus -D__GNUG__ -D__GNUC__ -I/usr/include -I/usr/pkg/include -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ posix.cc "posix.cc":267: (defined(__cplusplus) && __cplusplus >= 201103L) || __has_extension(cxx_alignas) ^--- expecting ) "posix.cc":298: (defined(__cplusplus) && __cplusplus >= 201103L) || __has_extension(cxx_static_assert) ^--- expecting ) "posix.cc":338: (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __has_extension(c_generic_selections) ^--- expecting ) "posix.cc":356: !defined(__cplusplus) && (defined(__clang__) || __GNUC_PREREQ__(4, 6)) && (!defined(__STDC_VERSION__) || (__STDC_VERSION__ >= 199901)) ^--- expecting ) "posix.cc":803: !(defined(__clang__) && __has_feature(nullability)) ^--- expecting ) + ../../../bin/scripts/omkdirhier static clang++ -c -O2 -I/usr/include -I/usr/pkg/include -Wall -Wno-unused -fexceptions -I/usr/include -I/usr/pkg/include -I. -I. -I../../../include -I../../../include -D__OSVERSION__=0 -D__x86_64__ -o static/posix.o posix.cc In file included from posix.cc:80: ../../../include/omnithread.h:194:2: error: "No implementation header file" #error "No implementation header file" ^ ../../../include/omnithread.h:208:2: error: "Implementation header file incomplete" #error "Implementation header file incomplete" ^ ../../../include/omnithread.h:262:5: error: unknown type name 'OMNI_MUTEX_IMPLEMENTATION' OMNI_MUTEX_IMPLEMENTATION ^ ../../../include/omnithread.h:263:1: error: expected member name or ';' after declaration specifiers }; ^ ../../../include/omnithread.h:243:33: error: use of undeclared identifier 'OMNI_MUTEX_LOCK_IMPLEMENTATION' inline void lock(void) { OMNI_MUTEX_LOCK_IMPLEMENTATION } ^ ../../../include/omnithread.h:244:33: error: use of undeclared identifier 'OMNI_MUTEX_UNLOCK_IMPLEMENTATION' inline void unlock(void) { OMNI_MUTEX_UNLOCK_IMPLEMENTATION } ^ ../../../include/omnithread.h:245:33: error: use of undeclared identifier 'OMNI_MUTEX_TRYLOCK_IMPLEMENTATION' inline int trylock(void) { OMNI_MUTEX_TRYLOCK_IMPLEMENTATION } ^ ../../../include/omnithread.h:356:5: error: unknown type name 'OMNI_CONDITION_IMPLEMENTATION' OMNI_CONDITION_IMPLEMENTATION ^ ../../../include/omnithread.h:357:1: error: expected member name or ';' after declaration specifiers }; ^ ../../../include/omnithread.h:390:5: error: unknown type name 'OMNI_SEMAPHORE_IMPLEMENTATION' OMNI_SEMAPHORE_IMPLEMENTATION ^ ../../../include/omnithread.h:391:1: error: expected member name or ';' after declaration specifiers }; ^ ../../../include/omnithread.h:676:5: error: unknown type name 'OMNI_THREAD_IMPLEMENTATION' OMNI_THREAD_IMPLEMENTATION ^ ../../../include/omnithread.h:677:1: error: expected member name or ';' after declaration specifiers }; ^ posix.cc:130:38: error: use of undeclared identifier 'posix_mutex' THROW_ERRORS(pthread_mutex_init(&posix_mutex, 0)); ^ posix.cc:136:41: error: use of undeclared identifier 'posix_mutex' THROW_ERRORS(pthread_mutex_destroy(&posix_mutex)); ^ posix.cc:152:37: error: use of undeclared identifier 'posix_cond' THROW_ERRORS(pthread_cond_init(&posix_cond, 0)); ^ posix.cc:158:40: error: use of undeclared identifier 'posix_cond' THROW_ERRORS(pthread_cond_destroy(&posix_cond)); ^ posix.cc:164:57: error: no member named 'posix_mutex' in 'omni_mutex' THROW_ERRORS(pthread_cond_wait(&posix_cond, &mutex->posix_mutex)); ~~~~~ ^ posix.cc:108:32: note: expanded from macro 'THROW_ERRORS' #define THROW_ERRORS(x) { if ((x) != 0) throw omni_thread_fatal(errno); } ^ posix.cc:164:37: error: use of undeclared identifier 'posix_cond' THROW_ERRORS(pthread_cond_wait(&posix_cond, &mutex->posix_mutex)); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. ../../../mk/beforeauto.mk:645: recipe for target 'static/posix.o' failed gmake[3]: *** [static/posix.o] Error 1 gmake[3]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/lib/omnithread' dir.mk:7: recipe for target 'export' failed gmake[2]: *** [export] Error 2 gmake[2]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src/lib' dir.mk:26: recipe for target 'export' failed gmake[1]: *** [export] Error 2 gmake[1]: Leaving directory '/var/pkgsrc/work/net/omniORB/work/omniORB-4.1.7/src' GNUmakefile:11: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/net/omniORB *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/omniORB