+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cataclysm-dda-0.F.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cataclysm-dda-0.F.2nb1/work.log ===> Building for cataclysm-dda-0.F.2nb1 gmake: git: No such file or directory /usr/bin/bash: astyle: command not found g++ -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DBACKTRACE -DLOCALIZE -DPREFIX="/opt/pkg" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -DCATA_NO_CPP11_STRING_CONVERSIONS -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DCATA_NO_CPP11_STRING_CONVERSIONS -ffast-math -Wall -Wextra -Wformat-signedness -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option -Wredundant-decls -fsigned-char -std=c++14 -MMD -MP -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/pkg/include/ncurses -I/opt/pkg/include -c src/achievement.cpp -o obj/achievement.o g++ -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DBACKTRACE -DLOCALIZE -DPREFIX="/opt/pkg" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -DCATA_NO_CPP11_STRING_CONVERSIONS -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DCATA_NO_CPP11_STRING_CONVERSIONS -ffast-math -Wall -Wextra -Wformat-signedness -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option -Wredundant-decls -fsigned-char -std=c++14 -MMD -MP -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/pkg/include/ncurses -I/opt/pkg/include -c src/action.cpp -o obj/action.o g++ -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DBACKTRACE -DLOCALIZE -DPREFIX="/opt/pkg" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -DCATA_NO_CPP11_STRING_CONVERSIONS -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DCATA_NO_CPP11_STRING_CONVERSIONS -ffast-math -Wall -Wextra -Wformat-signedness -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option -Wredundant-decls -fsigned-char -std=c++14 -MMD -MP -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/pkg/include/ncurses -I/opt/pkg/include -c src/active_item_cache.cpp -o obj/active_item_cache.o g++ -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DBACKTRACE -DLOCALIZE -DPREFIX="/opt/pkg" -DDATA_DIR_PREFIX -DUSE_XDG_DIR -DCATA_NO_CPP11_STRING_CONVERSIONS -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -DCATA_NO_CPP11_STRING_CONVERSIONS -ffast-math -Wall -Wextra -Wformat-signedness -Wlogical-op -Wmissing-declarations -Wmissing-noreturn -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wpedantic -Wsuggest-override -Wunused-macros -Wzero-as-null-pointer-constant -Wno-unknown-warning-option -Wredundant-decls -fsigned-char -std=c++14 -MMD -MP -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/pkg/include/ncurses -I/opt/pkg/include -c src/activity_actor.cpp -o obj/activity_actor.o In file included from src/assign.h:18, from src/generic_factory.h:11, from src/achievement.cpp:16: src/units.h: In function 'std::string units::display(energy)': src/units.h:621:45: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 621 | return std::to_string( kj ) + ' ' + pgettext( "energy unit: kilojoule", "kJ" ); | ^~~~~~~~ | ngettext src/units.h:626:44: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 626 | return std::to_string( j ) + ' ' + pgettext( "energy unit: joule", "J" ); | ^~~~~~~~ | ngettext src/units.h:628:41: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 628 | return std::to_string( mj ) + ' ' + pgettext( "energy unit: millijoule", "mJ" ); | ^~~~~~~~ | ngettext In file included from src/item_pocket.h:20, from src/item_contents.h:15, from src/item.h:24, from src/active_item_cache.cpp:6: src/units.h: In function 'std::string units::display(energy)': src/units.h:621:45: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 621 | return std::to_string( kj ) + ' ' + pgettext( "energy unit: kilojoule", "kJ" ); | ^~~~~~~~ | ngettext src/units.h:626:44: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 626 | return std::to_string( j ) + ' ' + pgettext( "energy unit: joule", "J" ); | ^~~~~~~~ | ngettext src/units.h:628:41: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 628 | return std::to_string( mj ) + ' ' + pgettext( "energy unit: millijoule", "mJ" ); | ^~~~~~~~ | ngettext In file included from src/item_pocket.h:20, from src/item_contents.h:15, from src/item.h:24, from src/character.h:37, from src/avatar.h:15, from src/action.cpp:12: src/units.h: In function 'std::string units::display(energy)': src/units.h:621:45: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 621 | return std::to_string( kj ) + ' ' + pgettext( "energy unit: kilojoule", "kJ" ); | ^~~~~~~~ | ngettext src/units.h:626:44: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 626 | return std::to_string( j ) + ' ' + pgettext( "energy unit: joule", "J" ); | ^~~~~~~~ | ngettext src/units.h:628:41: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 628 | return std::to_string( mj ) + ' ' + pgettext( "energy unit: millijoule", "mJ" ); | ^~~~~~~~ | ngettext In file included from src/item_pocket.h:20, from src/item_contents.h:15, from src/item.h:24, from src/character.h:37, from src/activity_actor_definitions.h:13, from src/activity_actor.cpp:18: src/units.h: In function 'std::string units::display(energy)': src/units.h:621:45: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 621 | return std::to_string( kj ) + ' ' + pgettext( "energy unit: kilojoule", "kJ" ); | ^~~~~~~~ | ngettext src/units.h:626:44: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 626 | return std::to_string( j ) + ' ' + pgettext( "energy unit: joule", "J" ); | ^~~~~~~~ | ngettext src/units.h:628:41: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 628 | return std::to_string( mj ) + ' ' + pgettext( "energy unit: millijoule", "mJ" ); | ^~~~~~~~ | ngettext At global scope: cc1plus: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics gmake: *** [Makefile:883: obj/active_item_cache.o] Error 1 gmake: *** Waiting for unfinished jobs.... At global scope: cc1plus: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics gmake: *** [Makefile:883: obj/achievement.o] Error 1 src/action.cpp: In function 'bool can_examine_at(const tripoint&)': src/action.cpp:654:19: warning: possibly dangling reference to a temporary [-Wdangling-reference] 654 | const furn_t &xfurn_t = here.furn( p ).obj(); | ^~~~~~~ src/action.cpp:654:47: note: the temporary was destroyed at the end of the full expression '(& here)->map::furn((* & p)).int_id<furn_t>::obj()' 654 | const furn_t &xfurn_t = here.furn( p ).obj(); | ~~~~~~~~~~~~~~~~~~^~ src/action.cpp:655:18: warning: possibly dangling reference to a temporary [-Wdangling-reference] 655 | const ter_t &xter_t = here.ter( p ).obj(); | ^~~~~~ src/action.cpp:655:44: note: the temporary was destroyed at the end of the full expression '(& here)->map::ter((* & p)).int_id<ter_t>::obj()' 655 | const ter_t &xter_t = here.ter( p ).obj(); | ~~~~~~~~~~~~~~~~~^~ At global scope: cc1plus: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics gmake: *** [Makefile:883: obj/action.o] Error 1 src/activity_actor.cpp: In function 'hack_type get_hack_type(const tripoint&)': src/activity_actor.cpp:766:19: warning: possibly dangling reference to a temporary [-Wdangling-reference] 766 | const furn_t &xfurn_t = here.furn( examp ).obj(); | ^~~~~~~ src/activity_actor.cpp:766:51: note: the temporary was destroyed at the end of the full expression '(& here)->map::furn((* & examp)).int_id<furn_t>::obj()' 766 | const furn_t &xfurn_t = here.furn( examp ).obj(); | ~~~~~~~~~~~~~~~~~~~~~~^~ src/activity_actor.cpp:767:18: warning: possibly dangling reference to a temporary [-Wdangling-reference] 767 | const ter_t &xter_t = here.ter( examp ).obj(); | ^~~~~~ src/activity_actor.cpp:767:48: note: the temporary was destroyed at the end of the full expression '(& here)->map::ter((* & examp)).int_id<ter_t>::obj()' 767 | const ter_t &xter_t = here.ter( examp ).obj(); | ~~~~~~~~~~~~~~~~~~~~~^~ src/activity_actor.cpp: In member function 'virtual void workout_activity_actor::start(player_activity&, Character&)': src/activity_actor.cpp:1964:48: error: 'pgettext' was not declared in this scope; did you mean 'ngettext'? 1964 | workout_query.addentry_desc( 1, true, 'l', pgettext( "training intensity", "Light" ), | ^~~~~~~~ | ngettext At global scope: cc1plus: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics gmake: *** [Makefile:883: obj/activity_actor.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/cataclysm-dda *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/cataclysm-dda