+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/ctemplate-2.3nb10/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/ctemplate-2.3nb10/work.log
===> Building for ctemplate-2.3nb10
--- src/htmlparser/htmlparser_fsm.h ---
--- src/htmlparser/jsparser_fsm.h ---
--- src/tests/statemachine_test_fsm.h ---
--- src/htmlparser/htmlparser_fsm.h ---
./src/htmlparser/generate_fsm.py ./src/htmlparser/htmlparser_fsm.config > src/htmlparser/htmlparser_fsm.h
--- src/tests/statemachine_test_fsm.h ---
./src/htmlparser/generate_fsm.py ./src/tests/statemachine_test_fsm.config > src/tests/statemachine_test_fsm.h
--- src/htmlparser/jsparser_fsm.h ---
./src/htmlparser/generate_fsm.py ./src/htmlparser/jsparser_fsm.config > src/htmlparser/jsparser_fsm.h
--- statemachine.c ---
ln -s src/htmlparser/statemachine.cc statemachine.c
--- all ---
/opt/local/bin/bmake  all-am
--- libctemplate_nothreads_la-arena.lo ---
--- libctemplate_nothreads_la-per_expand_data.lo ---
--- libctemplate_nothreads_la-template.lo ---
--- libctemplate_nothreads_la-arena.lo ---
  CXX    libctemplate_nothreads_la-arena.lo
--- libctemplate_nothreads_la-template.lo ---
  CXX    libctemplate_nothreads_la-template.lo
--- libctemplate_nothreads_la-per_expand_data.lo ---
  CXX    libctemplate_nothreads_la-per_expand_data.lo
--- libctemplate_nothreads_la-template_annotator.lo ---
  CXX    libctemplate_nothreads_la-template_annotator.lo
--- libctemplate_nothreads_la-template_cache.lo ---
  CXX    libctemplate_nothreads_la-template_cache.lo
--- libctemplate_nothreads_la-template_dictionary.lo ---
  CXX    libctemplate_nothreads_la-template_dictionary.lo
--- libctemplate_nothreads_la-template_modifiers.lo ---
  CXX    libctemplate_nothreads_la-template_modifiers.lo
--- libctemplate_nothreads_la-template_namelist.lo ---
  CXX    libctemplate_nothreads_la-template_namelist.lo
--- libctemplate_nothreads_la-template_pathops.lo ---
  CXX    libctemplate_nothreads_la-template_pathops.lo
--- libctemplate_nothreads_la-template_string.lo ---
  CXX    libctemplate_nothreads_la-template_string.lo
--- libctemplate_nothreads_la-htmlparser.lo ---
  CXX    libctemplate_nothreads_la-htmlparser.lo
--- libctemplate_nothreads_la-jsparser.lo ---
  CXX    libctemplate_nothreads_la-jsparser.lo
--- libctemplate_nothreads_la-htmlparser.lo ---
src/htmlparser/htmlparser.cc: In function 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)':
src/htmlparser/htmlparser.cc:427:71: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                                                                       ^
src/htmlparser/htmlparser.cc:427:25: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                          ctx->buffer);
      |                          ~~~~~~~~~~~~
src/htmlparser/htmlparser.cc:400:54: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 9 [-Wformat-truncation=]
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |                                                      ^~
In function 'const char* google_ctemplate_streamhtmlparser::entity_convert(const char*, char*, char)',
    inlined from 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)' at src/htmlparser/htmlparser.cc:417:34:
src/htmlparser/htmlparser.cc:400:13: note: 'snprintf' output between 3 and 12 bytes into a destination of size 10
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- libctemplate_nothreads_la-statemachine.lo ---
  CXX    libctemplate_nothreads_la-statemachine.lo
--- libctemplate_debug_la-arena.lo ---
  CXX    libctemplate_debug_la-arena.lo
--- libctemplate_debug_la-per_expand_data.lo ---
  CXX    libctemplate_debug_la-per_expand_data.lo
--- libctemplate_debug_la-template.lo ---
  CXX    libctemplate_debug_la-template.lo
--- libctemplate_debug_la-template_annotator.lo ---
  CXX    libctemplate_debug_la-template_annotator.lo
--- libctemplate_debug_la-template_cache.lo ---
  CXX    libctemplate_debug_la-template_cache.lo
--- libctemplate_debug_la-template_dictionary.lo ---
  CXX    libctemplate_debug_la-template_dictionary.lo
--- libctemplate_debug_la-template_modifiers.lo ---
  CXX    libctemplate_debug_la-template_modifiers.lo
--- libctemplate_debug_la-template_namelist.lo ---
  CXX    libctemplate_debug_la-template_namelist.lo
--- libctemplate_debug_la-template_pathops.lo ---
  CXX    libctemplate_debug_la-template_pathops.lo
--- libctemplate_debug_la-template_string.lo ---
  CXX    libctemplate_debug_la-template_string.lo
--- libctemplate_debug_la-htmlparser.lo ---
  CXX    libctemplate_debug_la-htmlparser.lo
--- libctemplate_debug_la-jsparser.lo ---
  CXX    libctemplate_debug_la-jsparser.lo
--- libctemplate_debug_la-htmlparser.lo ---
src/htmlparser/htmlparser.cc: In function 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)':
src/htmlparser/htmlparser.cc:427:71: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                                                                       ^
src/htmlparser/htmlparser.cc:427:25: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                          ctx->buffer);
      |                          ~~~~~~~~~~~~
src/htmlparser/htmlparser.cc:400:54: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 9 [-Wformat-truncation=]
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |                                                      ^~
In function 'const char* google_ctemplate_streamhtmlparser::entity_convert(const char*, char*, char)',
    inlined from 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)' at src/htmlparser/htmlparser.cc:417:34:
src/htmlparser/htmlparser.cc:400:13: note: 'snprintf' output between 3 and 12 bytes into a destination of size 10
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- libctemplate_debug_la-statemachine.lo ---
  CXX    libctemplate_debug_la-statemachine.lo
--- libctemplate_nothreads_debug_la-arena.lo ---
  CXX    libctemplate_nothreads_debug_la-arena.lo
--- libctemplate_nothreads_debug_la-per_expand_data.lo ---
  CXX    libctemplate_nothreads_debug_la-per_expand_data.lo
--- libctemplate_nothreads_debug_la-template.lo ---
  CXX    libctemplate_nothreads_debug_la-template.lo
--- libctemplate_nothreads_debug_la-template_annotator.lo ---
  CXX    libctemplate_nothreads_debug_la-template_annotator.lo
--- libctemplate_nothreads_debug_la-template_cache.lo ---
  CXX    libctemplate_nothreads_debug_la-template_cache.lo
--- libctemplate_nothreads_debug_la-template_dictionary.lo ---
  CXX    libctemplate_nothreads_debug_la-template_dictionary.lo
--- libctemplate_nothreads_debug_la-template_modifiers.lo ---
  CXX    libctemplate_nothreads_debug_la-template_modifiers.lo
--- libctemplate_nothreads_debug_la-template_namelist.lo ---
  CXX    libctemplate_nothreads_debug_la-template_namelist.lo
--- libctemplate_nothreads_debug_la-template_pathops.lo ---
  CXX    libctemplate_nothreads_debug_la-template_pathops.lo
--- libctemplate_nothreads_debug_la-template_string.lo ---
  CXX    libctemplate_nothreads_debug_la-template_string.lo
--- libctemplate_nothreads_debug_la-htmlparser.lo ---
  CXX    libctemplate_nothreads_debug_la-htmlparser.lo
src/htmlparser/htmlparser.cc: In function 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)':
src/htmlparser/htmlparser.cc:427:71: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                                                                       ^
src/htmlparser/htmlparser.cc:427:25: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                          ctx->buffer);
      |                          ~~~~~~~~~~~~
src/htmlparser/htmlparser.cc:400:54: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 9 [-Wformat-truncation=]
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |                                                      ^~
In function 'const char* google_ctemplate_streamhtmlparser::entity_convert(const char*, char*, char)',
    inlined from 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)' at src/htmlparser/htmlparser.cc:417:34:
src/htmlparser/htmlparser.cc:400:13: note: 'snprintf' output between 3 and 12 bytes into a destination of size 10
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- libctemplate_nothreads_debug_la-jsparser.lo ---
  CXX    libctemplate_nothreads_debug_la-jsparser.lo
--- libctemplate_nothreads_debug_la-statemachine.lo ---
  CXX    libctemplate_nothreads_debug_la-statemachine.lo
--- libctemplate_testing_nothreads_la-template_test_util.lo ---
  CXX    libctemplate_testing_nothreads_la-template_test_util.lo
--- compile_nothreads_test-compile_test.o ---
  CXX    compile_nothreads_test-compile_test.o
--- libctemplate_nothreads_debug.la ---
  CXXLD  libctemplate_nothreads_debug.la
--- template_test_util_test-template_dictionary.o ---
  CXX    template_test_util_test-template_dictionary.o
--- libctemplate_nothreads_debug.la ---
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
--- template_test_util_nothreads_test-template_dictionary.o ---
  CXX    template_test_util_nothreads_test-template_dictionary.o
--- template_test_util_nothreads_test-template_test_util_test.o ---
  CXX    template_test_util_nothreads_test-template_test_util_test.o
--- libctemplate_testing_nothreads.la ---
  CXXLD  libctemplate_testing_nothreads.la
--- template_dictionary_nothreads_unittest-template_dictionary_unittest.o ---
  CXX    template_dictionary_nothreads_unittest-template_dictionary_unittest.o
--- libctemplate_testing_nothreads.la ---
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
--- template_modifiers_nothreads_unittest-template_modifiers_unittest.o ---
  CXX    template_modifiers_nothreads_unittest-template_modifiers_unittest.o
--- template_setglobals_nothreads_unittest-template_setglobals_unittest.o ---
  CXX    template_setglobals_nothreads_unittest-template_setglobals_unittest.o
--- template_cache_nothreads_test-template_cache_test.o ---
  CXX    template_cache_nothreads_test-template_cache_test.o
--- template_nothreads_unittest-template_unittest.o ---
  CXX    template_nothreads_unittest-template_unittest.o
--- template_nothreads_regtest-template_regtest.o ---
  CXX    template_nothreads_regtest-template_regtest.o
--- template_nothreads_unittest-template_unittest.o ---
src/tests/template_unittest.cc:167:6: warning: 'bool {anonymous}::IntEqVerbose(int, int)' defined but not used [-Wunused-function]
  167 | bool IntEqVerbose(int a, int b) {
      |      ^~~~~~~~~~~~
src/tests/template_unittest.cc:140:6: warning: 'bool {anonymous}::StreqExcept(const char*, const char*, const char*)' defined but not used [-Wunused-function]
  140 | bool StreqExcept(const char* a, const char* b, const char* except) {
      |      ^~~~~~~~~~~
--- htmlparser_nothreads_test-htmlparser_cpp_test.o ---
  CXX    htmlparser_nothreads_test-htmlparser_cpp_test.o
--- libctemplate_la-arena.lo ---
  CXX    libctemplate_la-arena.lo
--- libctemplate_la-per_expand_data.lo ---
  CXX    libctemplate_la-per_expand_data.lo
--- libctemplate_la-template.lo ---
  CXX    libctemplate_la-template.lo
--- libctemplate_la-template_annotator.lo ---
  CXX    libctemplate_la-template_annotator.lo
--- libctemplate_la-template_cache.lo ---
  CXX    libctemplate_la-template_cache.lo
--- libctemplate_la-template_dictionary.lo ---
  CXX    libctemplate_la-template_dictionary.lo
--- libctemplate_la-template_modifiers.lo ---
  CXX    libctemplate_la-template_modifiers.lo
--- libctemplate_la-template_namelist.lo ---
  CXX    libctemplate_la-template_namelist.lo
--- libctemplate_la-template_pathops.lo ---
  CXX    libctemplate_la-template_pathops.lo
--- libctemplate_la-template_string.lo ---
  CXX    libctemplate_la-template_string.lo
--- libctemplate_la-htmlparser.lo ---
  CXX    libctemplate_la-htmlparser.lo
src/htmlparser/htmlparser.cc: In function 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)':
src/htmlparser/htmlparser.cc:427:71: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                                                                       ^
src/htmlparser/htmlparser.cc:427:25: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10
  427 |                 snprintf(ctx->output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s",
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                          ctx->buffer);
      |                          ~~~~~~~~~~~~
src/htmlparser/htmlparser.cc:400:54: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 9 [-Wformat-truncation=]
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |                                                      ^~
In function 'const char* google_ctemplate_streamhtmlparser::entity_convert(const char*, char*, char)',
    inlined from 'const char* google_ctemplate_streamhtmlparser::entityfilter_process(entityfilter_ctx*, char)' at src/htmlparser/htmlparser.cc:417:34:
src/htmlparser/htmlparser.cc:400:13: note: 'snprintf' output between 3 and 12 bytes into a destination of size 10
  400 |     snprintf(output, HTMLPARSER_MAX_ENTITY_SIZE, "&%s%c", s, terminator);
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- libctemplate_la-jsparser.lo ---
  CXX    libctemplate_la-jsparser.lo
--- libctemplate_la-statemachine.lo ---
  CXX    libctemplate_la-statemachine.lo
--- libctemplate_nothreads.la ---
  CXXLD  libctemplate_nothreads.la
--- libctemplate_debug.la ---
  CXXLD  libctemplate_debug.la
--- libctemplate_testing_la-template_test_util.lo ---
  CXX    libctemplate_testing_la-template_test_util.lo
--- libctemplate_debug.la ---
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
--- make_tpl_varnames_h.o ---
  CXX    make_tpl_varnames_h.o
--- libctemplate_nothreads.la ---
Undefined			first referenced
 symbol  			    in file
_ZN9ctemplate21TextTemplateAnnotatorD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate10HtmlEscapeD5Ev       .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate20TemplateTemplateNodeD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate13StringEmitterD5Ev    .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate13SnippetEscapeD5Ev    .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate16JavascriptNumberD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate16JavascriptEscapeD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate12ModifierInfoD5Ev     .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate18PragmaTemplateNodeD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate10JsonEscapeD5Ev       .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate20VariableTemplateNodeD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbN9ctemplate10StringHashESt8equal_toIS5_ESaISt4pairIKS5_bEEED5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate16CleanseAttributeD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZNSt6vectorIPKN9ctemplate12ModifierInfoESaIS3_EED5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate14UrlQueryEscapeD5Ev   .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate12NullModifierD5Ev     .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate10PrefixLineD5Ev       .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate11UnsafeArenaD5Ev      .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate9PreEscapeD5Ev         .libs/libctemplate_nothreads.so.3.0.0.exp
_ZNSt10_HashtableISt4pairImiES0_IKS1_N9ctemplate13TemplateCache14CachedTemplateEESaIS6_ENSt8__detail10_Select1stESt8equal_toIS1_ENS4_17TemplateCacheHashENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb1ELb0ELb1EEEED5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate5MutexD5Ev             .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate11ValidateUrlD5Ev      .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate10CleanseCssD5Ev       .libs/libctemplate_nothreads.so.3.0.0.exp
_ZNSt6vectorIN9ctemplate16ModifierAndValueESaIS1_EED5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZNSt6vectorIPKN9ctemplate16ModifierAndValueESaIS3_EED5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate18TemplateDictionary8IteratorIN9__gnu_cxx17__normal_iteratorIPKPS0_St6vectorIS4_NS_14ArenaAllocatorIS4_NS_11UnsafeArenaEEEEEEED5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate16TextTemplateNodeD5Ev .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate12CssUrlEscapeD5Ev     .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate12ModifierInfoC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcNS_8XssClassEPKNS_16TemplateModifierE .libs/libctemplate_nothreads.so.3.0.0.exp
_ZN9ctemplate9XmlEscapeD5Ev         .libs/libctemplate_nothreads.so.3.0.0.exp
ld: warning: symbol referencing errors
--- diff_tpl_auto_escape.o ---
  CXX    diff_tpl_auto_escape.o
--- compile_test-compile_test.o ---
  CXX    compile_test-compile_test.o
--- compile_nothreads_test ---
  CXXLD  compile_nothreads_test
--- template_test_util_test-template_test_util_test.o ---
  CXX    template_test_util_test-template_test_util_test.o
--- template_dictionary_unittest-template_dictionary_unittest.o ---
  CXX    template_dictionary_unittest-template_dictionary_unittest.o
--- template_modifiers_unittest-template_modifiers_unittest.o ---
  CXX    template_modifiers_unittest-template_modifiers_unittest.o
--- template_test_util_nothreads_test ---
  CXXLD  template_test_util_nothreads_test
--- template_setglobals_unittest-template_setglobals_unittest.o ---
  CXX    template_setglobals_unittest-template_setglobals_unittest.o
--- template_setglobals_nothreads_unittest ---
  CXXLD  template_setglobals_nothreads_unittest
--- template_cache_test-template_cache_test.o ---
  CXX    template_cache_test-template_cache_test.o
--- template_dictionary_nothreads_unittest ---
  CXXLD  template_dictionary_nothreads_unittest
--- template_unittest-template_unittest.o ---
  CXX    template_unittest-template_unittest.o
--- template_modifiers_nothreads_unittest ---
  CXXLD  template_modifiers_nothreads_unittest
--- template_regtest-template_regtest.o ---
  CXX    template_regtest-template_regtest.o
--- template_unittest-template_unittest.o ---
src/tests/template_unittest.cc:140:6: warning: 'bool {anonymous}::StreqExcept(const char*, const char*, const char*)' defined but not used [-Wunused-function]
  140 | bool StreqExcept(const char* a, const char* b, const char* except) {
      |      ^~~~~~~~~~~
--- template_cache_nothreads_test ---
  CXXLD  template_cache_nothreads_test
--- htmlparser_test-htmlparser_cpp_test.o ---
  CXX    htmlparser_test-htmlparser_cpp_test.o
--- template_nothreads_regtest ---
  CXXLD  template_nothreads_regtest
--- statemachine_test-statemachine_test.o ---
  CC     statemachine_test-statemachine_test.o
--- statemachine_test-statemachine.o ---
  CC     statemachine_test-statemachine.o
--- generate_fsm_c_test.o ---
  CC     generate_fsm_c_test.o
--- htmlparser_nothreads_test ---
  CXXLD  htmlparser_nothreads_test
--- template_nothreads_unittest ---
  CXXLD  template_nothreads_unittest
--- libctemplate.la ---
  CXXLD  libctemplate.la
--- make_tpl_varnames_h ---
  CXXLD  make_tpl_varnames_h
--- diff_tpl_auto_escape ---
  CXXLD  diff_tpl_auto_escape
--- libctemplate.la ---
Undefined			first referenced
 symbol  			    in file
_ZN9ctemplate21TextTemplateAnnotatorD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate10HtmlEscapeD5Ev       .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate20TemplateTemplateNodeD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate13StringEmitterD5Ev    .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate13SnippetEscapeD5Ev    .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate16JavascriptNumberD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate16JavascriptEscapeD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate15WriterMutexLockD5Ev  .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate12ModifierInfoD5Ev     .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate18PragmaTemplateNodeD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate10JsonEscapeD5Ev       .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate20VariableTemplateNodeD5Ev .libs/libctemplate.so.3.0.0.exp
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbN9ctemplate10StringHashESt8equal_toIS5_ESaISt4pairIKS5_bEEED5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate16CleanseAttributeD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate15ReaderMutexLockD5Ev  .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate5MutexC5ENS_4base17LinkerInitializedE .libs/libctemplate.so.3.0.0.exp
_ZNSt6vectorIPKN9ctemplate12ModifierInfoESaIS3_EED5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate14UrlQueryEscapeD5Ev   .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate12NullModifierD5Ev     .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate10PrefixLineD5Ev       .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate11UnsafeArenaD5Ev      .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate9PreEscapeD5Ev         .libs/libctemplate.so.3.0.0.exp
_ZNSt10_HashtableISt4pairImiES0_IKS1_N9ctemplate13TemplateCache14CachedTemplateEESaIS6_ENSt8__detail10_Select1stESt8equal_toIS1_ENS4_17TemplateCacheHashENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb1ELb0ELb1EEEED5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate5MutexD5Ev             .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate9MutexLockD5Ev         .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate11ValidateUrlD5Ev      .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate10CleanseCssD5Ev       .libs/libctemplate.so.3.0.0.exp
_ZNSt6vectorIN9ctemplate16ModifierAndValueESaIS1_EED5Ev .libs/libctemplate.so.3.0.0.exp
_ZNSt6vectorIPKN9ctemplate16ModifierAndValueESaIS3_EED5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate18TemplateDictionary8IteratorIN9__gnu_cxx17__normal_iteratorIPKPS0_St6vectorIS4_NS_14ArenaAllocatorIS4_NS_11UnsafeArenaEEEEEEED5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate16TextTemplateNodeD5Ev .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate12CssUrlEscapeD5Ev     .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate12ModifierInfoC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcNS_8XssClassEPKNS_16TemplateModifierE .libs/libctemplate.so.3.0.0.exp
_ZN9ctemplate9XmlEscapeD5Ev         .libs/libctemplate.so.3.0.0.exp
ld: warning: symbol referencing errors
--- make_tpl_varnames_h ---
Undefined			first referenced
 symbol  			    in file
_ZN9ctemplate21TextTemplateAnnotatorD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10HtmlEscapeD5Ev       ./.libs/libctemplate_nothreads.so
_ZN9ctemplate20TemplateTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate13StringEmitterD5Ev    ./.libs/libctemplate_nothreads.so
_ZN9ctemplate13SnippetEscapeD5Ev    ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16JavascriptNumberD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16JavascriptEscapeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12ModifierInfoD5Ev     ./.libs/libctemplate_nothreads.so
_ZN9ctemplate18PragmaTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10JsonEscapeD5Ev       ./.libs/libctemplate_nothreads.so
_ZN9ctemplate20VariableTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbN9ctemplate10StringHashESt8equal_toIS5_ESaISt4pairIKS5_bEEED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16CleanseAttributeD5Ev ./.libs/libctemplate_nothreads.so
_ZNSt6vectorIPKN9ctemplate12ModifierInfoESaIS3_EED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate14UrlQueryEscapeD5Ev   ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12NullModifierD5Ev     ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10PrefixLineD5Ev       ./.libs/libctemplate_nothreads.so
_ZN9ctemplate11UnsafeArenaD5Ev      ./.libs/libctemplate_nothreads.so
_ZN9ctemplate9PreEscapeD5Ev         ./.libs/libctemplate_nothreads.so
_ZNSt10_HashtableISt4pairImiES0_IKS1_N9ctemplate13TemplateCache14CachedTemplateEESaIS6_ENSt8__detail10_Select1stESt8equal_toIS1_ENS4_17TemplateCacheHashENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb1ELb0ELb1EEEED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate5MutexD5Ev             ./.libs/libctemplate_nothreads.so
_ZN9ctemplate11ValidateUrlD5Ev      ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10CleanseCssD5Ev       ./.libs/libctemplate_nothreads.so
_ZNSt6vectorIN9ctemplate16ModifierAndValueESaIS1_EED5Ev ./.libs/libctemplate_nothreads.so
_ZNSt6vectorIPKN9ctemplate16ModifierAndValueESaIS3_EED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate18TemplateDictionary8IteratorIN9__gnu_cxx17__normal_iteratorIPKPS0_St6vectorIS4_NS_14ArenaAllocatorIS4_NS_11UnsafeArenaEEEEEEED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16TextTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12CssUrlEscapeD5Ev     ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12ModifierInfoC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcNS_8XssClassEPKNS_16TemplateModifierE ./.libs/libctemplate_nothreads.so
_ZN9ctemplate9XmlEscapeD5Ev         ./.libs/libctemplate_nothreads.so
ld: fatal: symbol referencing errors. No output written to .libs/make_tpl_varnames_h
collect2: error: ld returned 1 exit status
*** [make_tpl_varnames_h] Error code 1

bmake[1]: stopped making "all-am" in /home/pbulk/build/devel/ctemplate/work/ctemplate-ctemplate-2.3
--- diff_tpl_auto_escape ---
Undefined			first referenced
 symbol  			    in file
_ZN9ctemplate21TextTemplateAnnotatorD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10HtmlEscapeD5Ev       ./.libs/libctemplate_nothreads.so
_ZN9ctemplate20TemplateTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate13StringEmitterD5Ev    ./.libs/libctemplate_nothreads.so
_ZN9ctemplate13SnippetEscapeD5Ev    ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16JavascriptNumberD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16JavascriptEscapeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12ModifierInfoD5Ev     ./.libs/libctemplate_nothreads.so
_ZN9ctemplate18PragmaTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10JsonEscapeD5Ev       ./.libs/libctemplate_nothreads.so
_ZN9ctemplate20VariableTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbN9ctemplate10StringHashESt8equal_toIS5_ESaISt4pairIKS5_bEEED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16CleanseAttributeD5Ev ./.libs/libctemplate_nothreads.so
_ZNSt6vectorIPKN9ctemplate12ModifierInfoESaIS3_EED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate14UrlQueryEscapeD5Ev   ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12NullModifierD5Ev     ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10PrefixLineD5Ev       ./.libs/libctemplate_nothreads.so
_ZN9ctemplate11UnsafeArenaD5Ev      ./.libs/libctemplate_nothreads.so
_ZN9ctemplate9PreEscapeD5Ev         ./.libs/libctemplate_nothreads.so
_ZNSt10_HashtableISt4pairImiES0_IKS1_N9ctemplate13TemplateCache14CachedTemplateEESaIS6_ENSt8__detail10_Select1stESt8equal_toIS1_ENS4_17TemplateCacheHashENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb1ELb0ELb1EEEED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate5MutexD5Ev             ./.libs/libctemplate_nothreads.so
_ZN9ctemplate11ValidateUrlD5Ev      ./.libs/libctemplate_nothreads.so
_ZN9ctemplate10CleanseCssD5Ev       ./.libs/libctemplate_nothreads.so
_ZNSt6vectorIN9ctemplate16ModifierAndValueESaIS1_EED5Ev ./.libs/libctemplate_nothreads.so
_ZNSt6vectorIPKN9ctemplate16ModifierAndValueESaIS3_EED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate18TemplateDictionary8IteratorIN9__gnu_cxx17__normal_iteratorIPKPS0_St6vectorIS4_NS_14ArenaAllocatorIS4_NS_11UnsafeArenaEEEEEEED5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate16TextTemplateNodeD5Ev ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12CssUrlEscapeD5Ev     ./.libs/libctemplate_nothreads.so
_ZN9ctemplate12ModifierInfoC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcNS_8XssClassEPKNS_16TemplateModifierE ./.libs/libctemplate_nothreads.so
_ZN9ctemplate9XmlEscapeD5Ev         ./.libs/libctemplate_nothreads.so
ld: fatal: symbol referencing errors. No output written to .libs/diff_tpl_auto_escape
collect2: error: ld returned 1 exit status
*** [diff_tpl_auto_escape] Error code 1

bmake[1]: stopped making "all-am" in /home/pbulk/build/devel/ctemplate/work/ctemplate-ctemplate-2.3
bmake[1]: 2 errors

bmake[1]: stopped making "all-am" in /home/pbulk/build/devel/ctemplate/work/ctemplate-ctemplate-2.3

bmake: stopped making "all" in /home/pbulk/build/devel/ctemplate/work/ctemplate-ctemplate-2.3
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/ctemplate
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/ctemplate