+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/konoha-1.0.0.952nb55/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/konoha-1.0.0.952nb55/work.log WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. ===> Building for konoha-1.0.0.952nb55 [ 1%] Building C object CMakeFiles/konoha.dir/src/lang/typing.c.o [ 2%] Building C object package/konoha.io/CMakeFiles/md5.dir/third-party/ext/md5.c.o [ 4%] Building CXX object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/object.cpp.o /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/typing.c: In function 'OPR_typing': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/typing.c:3250:26: warning: variable 'cid' set but not used [-Wunused-but-set-variable] 3250 | kclass_t cid = CLASS_t((tkC)->type); | ^~~ [ 5%] Linking C static library libmd5.a [ 5%] Built target md5 [ 6%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/objectc.c.o In file included from /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/object.hpp:23, from /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/object.cpp:18: /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/zone.hpp:42:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 42 | void push_finalizer(std::auto_ptr<T> obj); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.3.0/memory:78, from /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/zone.hpp:23: /opt/local/gcc13/include/c++/13.3.0/bits/unique_ptr.h:65:28: note: declared here 65 | template<typename> class auto_ptr; | ^~~~~~~~ /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/zone.hpp:148:39: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 148 | inline void zone::push_finalizer(std::auto_ptr<T> obj) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.3.0/bits/unique_ptr.h:65:28: note: declared here 65 | template<typename> class auto_ptr; | ^~~~~~~~ /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/object.hpp: In function 'void msgpack::operator<<(object&, msgpack_object)': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/object.hpp:315:17: warning: 'void* std::memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct msgpack::object' from an array of 'msgpack_object' {aka 'struct msgpack_object'} [-Wclass-memaccess] 315 | ::memcpy(&o, &v, sizeof(v)); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/lang/konoha/work/konoha-1.0.0/package/konoha.io/third-party/msgpack-0.5.6/msgpack/object.hpp:68:8: note: 'struct msgpack::object' declared here 68 | struct object { | ^~~~~~ [ 8%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/unpack.c.o [ 9%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/version.c.o [ 11%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/vrefbuffer.c.o [ 12%] Building C object package/konoha.io/CMakeFiles/msgpack.dir/third-party/msgpack-0.5.6/zone.c.o [ 13%] Building C object CMakeFiles/konoha.dir/src/lang/term.c.o /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c: In function 'Term_addURN': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:1048:25: warning: variable 'tt' set but not used [-Wunused-but-set-variable] 1048 | kterm_t tt = TT_URN; | ^~ /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c: In function 'Stmt_norm': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:2886:20: warning: variable 'stmtPREV' set but not used [-Wunused-but-set-variable] 2886 | kStmtExpr *stmtPREV = NULL, *stmtLAST = NULL; | ^~~~~~~~ /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c: In function 'new_StmtSTMT1': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/term.c:3568:16: warning: variable 'tkLINE' set but not used [-Wunused-but-set-variable] 3568 | kTerm *tkLINE = NULL; | ^~~~~~ [ 15%] Linking CXX static library libmsgpack.a [ 15%] Built target msgpack [ 16%] Building C object CMakeFiles/konoha.dir/src/lang/asm.c.o [ 18%] Building C object CMakeFiles/konoha.dir/src/lang/script.c.o [ 19%] Building C object CMakeFiles/konoha.dir/src/lang/vmcodelibs.c.o /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/vmcodelibs.c: In function 'knh_opcode_dump': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/vmcodelibs.c:532:59: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 532 | kint_t n = ((kint_t*)(&(c->p[i])))[0]; | ^ /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/lang/vmcodelibs.c:536:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 536 | knh_write_ffmt(ctx, w, KFLOAT_FMT, *((kfloat_t*)&(c->p[i]))); break; | ~^~~~~~~~~~~~~~~~~~~~~~ [ 20%] Building C object CMakeFiles/konoha.dir/src/lang/message.c.o [ 22%] Building C object CMakeFiles/konoha.dir/src/main/array.c.o [ 23%] Building C object CMakeFiles/konoha.dir/src/gc/gc.c.o [ 25%] Building C object CMakeFiles/konoha.dir/src/main/bytes.c.o [ 26%] Building C object CMakeFiles/konoha.dir/src/main/class.c.o [ 27%] Building C object CMakeFiles/konoha.dir/src/main/closure.c.o [ 29%] Building C object CMakeFiles/konoha.dir/src/main/context.c.o [ 30%] Building C object CMakeFiles/konoha.dir/src/main/evidence.c.o /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/evidence.c: In function 'knh_format_w3cdtf': /home/pbulk/build/lang/konoha/work/konoha-1.0.0/src/main/evidence.c:93:31: error: 'struct tm' has no member named 'tm_gmtoff' 93 | int gmtoff = (int)(tmp->tm_gmtoff / (60 * 60)); | ^~ --- CMakeFiles/konoha.dir/src/main/evidence.c.o --- *** [CMakeFiles/konoha.dir/src/main/evidence.c.o] Error code 1 bmake[2]: stopped making "CMakeFiles/konoha.dir/build" in /home/pbulk/build/lang/konoha/work/konoha-1.0.0 bmake[2]: 1 error bmake[2]: stopped making "CMakeFiles/konoha.dir/build" in /home/pbulk/build/lang/konoha/work/konoha-1.0.0 --- CMakeFiles/konoha.dir/all --- *** [CMakeFiles/konoha.dir/all] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/build/lang/konoha/work/konoha-1.0.0 bmake[1]: 1 error bmake[1]: stopped making "all" in /home/pbulk/build/lang/konoha/work/konoha-1.0.0 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/lang/konoha/work/konoha-1.0.0 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/lang/konoha/work/konoha-1.0.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/konoha *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/konoha