+ 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/endless-sky-0.9.14nb6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/endless-sky-0.9.14nb6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for endless-sky-0.9.14nb6 g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c Sound.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c ShopPanel.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c CargoHold.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c Messages.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c ImageBuffer.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c DrawList.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c LineShader.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c OutlineShader.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c FogShader.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c DataFile.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c Information.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c Rectangle.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c Command.cpp g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL2 -I/opt/pkg/include/libdrm -I/usr/include -O3 -Isource -DBINDIR=\"/opt/pkg/bin\" -pthread -c SpaceportPanel.cpp In file included from SpaceportPanel.cpp:20: News.h:38:77: error: 'int64_t' is not a member of 'std'; did you mean 'int64_t'? 38 | bool Matches(const Planet *planet, const std::map<std::string, std::int64_t> &conditions) const; | ^~~~~~~ In file included from /usr/include/sys/types.h:55, from /usr/include/sys/wait.h:37, from /usr/include/stdlib.h:45, from /opt/tools/gcc13/include/c++/13.1.0/cstdlib:79, from /opt/tools/gcc13/include/c++/13.1.0/ext/string_conversions.h:43, from /opt/tools/gcc13/include/c++/13.1.0/bits/basic_string.h:4108, from /opt/tools/gcc13/include/c++/13.1.0/string:54, from Panel.h:20, from SpaceportPanel.h:16, from SpaceportPanel.cpp:13: /usr/include/sys/int_types.h:79:33: note: 'int64_t' declared here 79 | typedef long int64_t; | ^~~~~~~ News.h:38:77: error: 'int64_t' is not a member of 'std'; did you mean 'int64_t'? 38 | bool Matches(const Planet *planet, const std::map<std::string, std::int64_t> &conditions) const; | ^~~~~~~ /usr/include/sys/int_types.h:79:33: note: 'int64_t' declared here 79 | typedef long int64_t; | ^~~~~~~ News.h:38:84: error: template argument 2 is invalid 38 | bool Matches(const Planet *planet, const std::map<std::string, std::int64_t> &conditions) const; | ^ News.h:38:84: error: template argument 4 is invalid SpaceportPanel.cpp: In member function 'const News* SpaceportPanel::PickNews() const': SpaceportPanel.cpp:117:70: error: cannot convert 'const std::map<std::__cxx11::basic_string<char>, long int>' to 'const int&' 117 | if(!it.second.IsEmpty() && it.second.Matches(planet, conditions)) | ^~~~~~~~~~ | | | const std::map<std::__cxx11::basic_string<char>, long int> News.h:38:87: note: initializing argument 2 of 'bool News::Matches(const Planet*, const int&) const' 38 | bool Matches(const Planet *planet, const std::map<std::string, std::int64_t> &conditions) const; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ *** [SpaceportPanel.o] Error code 1 bmake: stopped in /home/pbulk/build/games/endless-sky/work/endless-sky-0.9.14/source 1 error bmake: stopped in /home/pbulk/build/games/endless-sky/work/endless-sky-0.9.14/source *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/endless-sky *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/endless-sky