+ 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/supertux-0.6.3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/supertux-0.6.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for supertux-0.6.3
[  0%] Creating directories for 'squirrel'
[  0%] No download step for 'squirrel'
[  0%] No update step for 'squirrel'
[  1%] No patch step for 'squirrel'
[  1%] Performing configure step for 'squirrel'
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/games/supertux/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build/games/supertux/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (1.9s)
-- Generating done (0.0s)
-- Build files have been written to: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel-prefix/src/squirrel-build
[  2%] Performing build step for 'squirrel'
[  4%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqapi.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqapi.cpp:5:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:5,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqpcheader.h:17,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqapi.cpp:4:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h: In instantiation of 'void sqvector<T>::remove(SQUnsignedInteger) [with T = SQObjectPtr; SQUnsignedInteger = long long unsigned int]':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqarray.h:83:23:   required from here
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h:97:20: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of type 'struct SQObjectPtr' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
   97 |             memmove(&_vals[idx], &_vals[idx+1], sizeof(T) * (_size - idx - 1));
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:205:8: note: 'struct SQObjectPtr' declared here
  205 | struct SQObjectPtr : public SQObject
      |        ^~~~~~~~~~~
[  8%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqbaselib.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqbaselib.cpp:5:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:5,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqpcheader.h:17,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqbaselib.cpp:4:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h: In instantiation of 'void sqvector<T>::remove(SQUnsignedInteger) [with T = SQObjectPtr; SQUnsignedInteger = long long unsigned int]':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqarray.h:83:23:   required from here
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h:97:20: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of type 'struct SQObjectPtr' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
   97 |             memmove(&_vals[idx], &_vals[idx+1], sizeof(T) * (_size - idx - 1));
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:205:8: note: 'struct SQObjectPtr' declared here
  205 | struct SQObjectPtr : public SQObject
      |        ^~~~~~~~~~~
[ 12%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqclass.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqclass.cpp:5:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
[ 16%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqcompiler.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqcompiler.cpp:14:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqcompiler.cpp: In member function 'void SQCompiler::ParseTableOrClass(SQInteger, SQInteger)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqcompiler.cpp:979:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
  979 |                 if(separator == ',') { //only works for tables
      |                 ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqcompiler.cpp:984:13: note: here
  984 |             default :
      |             ^~~~~~~
[ 20%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqdebug.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqdebug.cpp:6:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
[ 25%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqfuncstate.cpp.o
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncstate.cpp: In member function 'SQFunctionProto* SQFuncState::BuildProto()':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncstate.cpp:618:104: warning: implicitly-declared 'SQOuterVar& SQOuterVar::operator=(const SQOuterVar&)' is deprecated [-Wdeprecated-copy]
  618 |     for(SQUnsignedInteger no = 0; no < _outervalues.size(); no++) f->_outervalues[no] = _outervalues[no];
      |                                                                                                        ^
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncstate.cpp:8:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncproto.h:22:5: note: because 'SQOuterVar' has user-provided 'SQOuterVar::SQOuterVar(const SQOuterVar&)'
   22 |     SQOuterVar(const SQOuterVar &ov)
      |     ^~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncstate.cpp:619:110: warning: implicitly-declared 'SQLocalVarInfo& SQLocalVarInfo::operator=(const SQLocalVarInfo&)' is deprecated [-Wdeprecated-copy]
  619 |     for(SQUnsignedInteger nl = 0; nl < _localvarinfos.size(); nl++) f->_localvarinfos[nl] = _localvarinfos[nl];
      |                                                                                                              ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncproto.h:36:5: note: because 'SQLocalVarInfo' has user-provided 'SQLocalVarInfo::SQLocalVarInfo(const SQLocalVarInfo&)'
   36 |     SQLocalVarInfo(const SQLocalVarInfo &lvi)
      |     ^~~~~~~~~~~~~~
[ 29%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqlexer.cpp.o
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp: In member function 'void SQLexer::LexBlockComment()':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp:118:37: warning: this statement may fall through [-Wimplicit-fallthrough=]
  118 |             case SQUIRREL_EOB: Error(_SC("missing \"*/\" in comment"));
      |                                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp:119:13: note: here
  119 |             default: NEXT();
      |             ^~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp: In member function 'SQInteger SQLexer::Lex()':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp:208:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  208 |             Error(_SC("error parsing the string"));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp:210:9: note: here
  210 |         case _SC('"'):
      |         ^~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp:216:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  216 |             Error(_SC("error parsing the string"));
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqlexer.cpp:218:9: note: here
  218 |         case _SC('{'): case _SC('}'): case _SC('('): case _SC(')'): case _SC('['): case _SC(']'):
      |         ^~~~
[ 33%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqmem.cpp.o
[ 37%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqobject.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.cpp:5:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.cpp: In static member function 'static bool SQFunctionProto::Load(SQVM*, SQUserPointer, SQREADFUNC, SQObjectPtr&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.cpp:519:66: warning: implicitly-declared 'SQOuterVar& SQOuterVar::operator=(const SQOuterVar&)' is deprecated [-Wdeprecated-copy]
  519 |         f->_outervalues[i] = SQOuterVar(name,o, (SQOuterType)type);
      |                                                                  ^
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.cpp:10:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncproto.h:22:5: note: because 'SQOuterVar' has user-provided 'SQOuterVar::SQOuterVar(const SQOuterVar&)'
   22 |     SQOuterVar(const SQOuterVar &ov)
      |     ^~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.cpp:529:32: warning: implicitly-declared 'SQLocalVarInfo& SQLocalVarInfo::operator=(const SQLocalVarInfo&)' is deprecated [-Wdeprecated-copy]
  529 |         f->_localvarinfos[i] = lvi;
      |                                ^~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqfuncproto.h:36:5: note: because 'SQLocalVarInfo' has user-provided 'SQLocalVarInfo::SQLocalVarInfo(const SQLocalVarInfo&)'
   36 |     SQLocalVarInfo(const SQLocalVarInfo &lvi)
      |     ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:5,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqpcheader.h:17,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.cpp:4:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h: In instantiation of 'void sqvector<T>::remove(SQUnsignedInteger) [with T = SQObjectPtr; SQUnsignedInteger = long long unsigned int]':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqarray.h:83:23:   required from here
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h:97:20: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of type 'struct SQObjectPtr' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
   97 |             memmove(&_vals[idx], &_vals[idx+1], sizeof(T) * (_size - idx - 1));
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:205:8: note: 'struct SQObjectPtr' declared here
  205 | struct SQObjectPtr : public SQObject
      |        ^~~~~~~~~~~
[ 41%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqstate.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqstate.cpp:6:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:5,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqpcheader.h:17,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqstate.cpp:4:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h: In instantiation of 'void sqvector<T>::remove(SQUnsignedInteger) [with T = SQObjectPtr; SQUnsignedInteger = long long unsigned int]':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqarray.h:83:23:   required from here
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h:97:20: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of type 'struct SQObjectPtr' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
   97 |             memmove(&_vals[idx], &_vals[idx+1], sizeof(T) * (_size - idx - 1));
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:205:8: note: 'struct SQObjectPtr' declared here
  205 | struct SQObjectPtr : public SQObject
      |        ^~~~~~~~~~~
[ 45%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqtable.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqtable.cpp:5:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
[ 50%] Building CXX object squirrel/CMakeFiles/squirrel_static.dir/sqvm.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:8:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h: In copy constructor 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:60: warning: implicitly-declared 'SQExceptionTrap& SQExceptionTrap::operator=(const SQExceptionTrap&)' is deprecated [-Wdeprecated-copy]
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |                                                            ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.h:23:5: note: because 'SQExceptionTrap' has user-provided 'SQExceptionTrap::SQExceptionTrap(const SQExceptionTrap&)'
   23 |     SQExceptionTrap(const SQExceptionTrap &et) { (*this) = et;  }
      |     ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:5,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqpcheader.h:17,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:4:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h: In instantiation of 'void sqvector<T>::remove(SQUnsignedInteger) [with T = SQObjectPtr; SQUnsignedInteger = long long unsigned int]':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqarray.h:83:23:   required from here
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/squtils.h:97:20: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of type 'struct SQObjectPtr' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
   97 |             memmove(&_vals[idx], &_vals[idx+1], sizeof(T) * (_size - idx - 1));
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqobject.h:205:8: note: 'struct SQObjectPtr' declared here
  205 | struct SQObjectPtr : public SQObject
      |        ^~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp: In member function 'bool SQVM::ObjCmp(const SQObjectPtr&, const SQObjectPtr&, SQInteger&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:236:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
  236 |             }
      |             ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:238:9: note: here
  238 |         default:
      |         ^~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp: In member function 'bool SQVM::ToString(const SQObjectPtr&, SQObjectPtr&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:314:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
  314 |         }
      |         ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:315:5: note: here
  315 |     default:
      |     ^~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp: In member function 'bool SQVM::FOREACH_OP(SQObjectPtr&, SQObjectPtr&, SQObjectPtr&, SQObjectPtr&, SQInteger, int, int&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:571:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
  571 |         }
      |         ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:572:5: note: here
  572 |     default:
      |     ^~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp: In member function 'bool SQVM::Execute(SQObjectPtr&, SQInteger, SQInteger, SQObjectPtr&, SQBool, ExecutionType)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:801:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
  801 |                       }
      |                       ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:802:21: note: here
  802 |                     default:
      |                     ^~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:738:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
  738 |                               }
      |                               ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:739:13: note: here
  739 |             case _OP_CALL: {
      |             ^~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp: In member function 'SQInteger SQVM::FallBackGet(const SQObjectPtr&, const SQObjectPtr&, SQObjectPtr&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:1313:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1313 |         if(_delegable(self)->_delegate) {
      |         ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:1320:5: note: here
 1320 |     case OT_INSTANCE: {
      |     ^~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp: In member function 'SQInteger SQVM::FallBackSet(const SQObjectPtr&, const SQObjectPtr&, const SQObjectPtr&)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:1384:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1384 |         if(_table(self)->_delegate) {
      |         ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/squirrel/sqvm.cpp:1388:5: note: here
 1388 |     case OT_INSTANCE:
      |     ^~~~
[ 54%] Linking CXX static library libsquirrel_static.a
[ 54%] Built target squirrel_static
[ 58%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdaux.cpp.o
[ 62%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdblob.cpp.o
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdblob.cpp: In function 'SQInteger _g_blob_castf2i(HSQUIRRELVM)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdblob.cpp:200:19: warning: array subscript 'const SQInteger {aka const long long int}[0]' is partly outside array bounds of 'SQFloat [1]' {aka 'float [1]'} [-Warray-bounds=]
  200 |     sq_pushinteger(v,*((const SQInteger *)&f));
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdblob.cpp:198:13: note: object 'f' of size 4
  198 |     SQFloat f;
      |             ^
[ 66%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdio.cpp.o
[ 70%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdmath.cpp.o
[ 75%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdrex.cpp.o
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdrex.cpp: In function 'SQInteger sqstd_rex_charnode(SQRex*, SQBool)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdrex.cpp:166:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
  166 |                 } //else default
      |                 ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdrex.cpp:167:13: note: here
  167 |             default:
      |             ^~~~~~~
[ 79%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdstream.cpp.o
[ 83%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdstring.cpp.o
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdstring.cpp: In function 'SQRESULT sqstd_format(HSQUIRRELVM, SQInteger, SQInteger*, SQChar**)':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdstring.cpp:121:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
  121 |                 fmt[fpos++] = _SC('\0');
      |                             ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/sqstdstring.cpp:124:13: note: here
  124 |             case 'c':
      |             ^~~~
[ 87%] Building CXX object sqstdlib/CMakeFiles/sqstdlib_static.dir/sqstdsystem.cpp.o
[ 91%] Linking CXX static library libsqstdlib_static.a
[ 91%] Built target sqstdlib_static
[ 95%] Building C object sq/CMakeFiles/sq_static.dir/sq.c.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/include/squirrel.h:66,
                 from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sq/sq.c:12:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sq/sq.c: In function 'Interactive':
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sq/sq.c:279:73: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1016 [-Wformat-truncation=]
  279 |             scsprintf(sq_getscratchpad(v,MAXINPUT),(size_t)MAXINPUT,_SC("return (%s)"),&buffer[1]);
      |                                                                         ^~~~~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/include/sqconfig.h:106:16: note: in definition of macro '_SC'
  106 | #define _SC(a) a
      |                ^
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sq/sq.c:279:82: note: format string is defined here
  279 |             scsprintf(sq_getscratchpad(v,MAXINPUT),(size_t)MAXINPUT,_SC("return (%s)"),&buffer[1]);
      |                                                                                  ^~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/include/sqconfig.h:111:21: note: 'snprintf' output between 10 and 1033 bytes into a destination of size 1024
  111 | #define scsprintf   snprintf
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/squirrel/sq/sq.c:279:13: note: in expansion of macro 'scsprintf'
  279 |             scsprintf(sq_getscratchpad(v,MAXINPUT),(size_t)MAXINPUT,_SC("return (%s)"),&buffer[1]);
      |             ^~~~~~~~~
[100%] Linking C executable sq_static
[100%] Built target sq_static
[  2%] Performing install step for 'squirrel'
[ 54%] Built target squirrel_static
[ 91%] Built target sqstdlib_static
[100%] Built target sq_static
Install the project...
-- Install configuration: ""
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqconfig.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqstdaux.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqstdblob.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqstdio.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqstdmath.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqstdstring.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/sqstdsystem.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/include/squirrel.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/lib/libsquirrel_static.a
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/lib/libsqstdlib_static.a
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/squirrel/ex/bin/sq_static
[  2%] Completed 'squirrel'
[  2%] Built target squirrel
[  2%] Creating directories for 'tinygettext'
[  2%] No download step for 'tinygettext'
[  3%] No update step for 'tinygettext'
[  3%] No patch step for 'tinygettext'
[  4%] Performing configure step for 'tinygettext'
CMake Warning (dev) at CMakeLists.txt:37 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/games/supertux/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build/games/supertux/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:42 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Performing Test STD_C__0X_CXX_FLAG_FOUND
-- Performing Test STD_C__0X_CXX_FLAG_FOUND - Success
-- Performing Test O3_CXX_FLAG_FOUND
-- Performing Test O3_CXX_FLAG_FOUND - Success
-- Performing Test WALL_CXX_FLAG_FOUND
-- Performing Test WALL_CXX_FLAG_FOUND - Success
-- Performing Test WEXTRA_CXX_FLAG_FOUND
-- Performing Test WEXTRA_CXX_FLAG_FOUND - Success
-- Performing Test WEFFC___CXX_FLAG_FOUND
-- Performing Test WEFFC___CXX_FLAG_FOUND - Success
-- Performing Test PEDANTIC_CXX_FLAG_FOUND
-- Performing Test PEDANTIC_CXX_FLAG_FOUND - Success
-- Performing Test WABI_CXX_FLAG_FOUND
-- Performing Test WABI_CXX_FLAG_FOUND - Success
-- Performing Test WCTOR_DTOR_PRIVACY_CXX_FLAG_FOUND
-- Performing Test WCTOR_DTOR_PRIVACY_CXX_FLAG_FOUND - Success
-- Performing Test WOLD_STYLE_CAST_CXX_FLAG_FOUND
-- Performing Test WOLD_STYLE_CAST_CXX_FLAG_FOUND - Success
-- Performing Test WOVERLOADED_VIRTUAL_CXX_FLAG_FOUND
-- Performing Test WOVERLOADED_VIRTUAL_CXX_FLAG_FOUND - Success
-- Performing Test WSIGN_PROMO_CXX_FLAG_FOUND
-- Performing Test WSIGN_PROMO_CXX_FLAG_FOUND - Success
-- Performing Test WSWITCH_ENUM_CXX_FLAG_FOUND
-- Performing Test WSWITCH_ENUM_CXX_FLAG_FOUND - Success
-- Performing Test WCAST_ALIGN_CXX_FLAG_FOUND
-- Performing Test WCAST_ALIGN_CXX_FLAG_FOUND - Success
-- Performing Test WCAST_QUAL_CXX_FLAG_FOUND
-- Performing Test WCAST_QUAL_CXX_FLAG_FOUND - Success
-- Performing Test WDISABLED_OPTIMIZATION_CXX_FLAG_FOUND
-- Performing Test WDISABLED_OPTIMIZATION_CXX_FLAG_FOUND - Success
-- Performing Test WFLOAT_EQUAL_CXX_FLAG_FOUND
-- Performing Test WFLOAT_EQUAL_CXX_FLAG_FOUND - Success
-- Performing Test WFORMAT_2_CXX_FLAG_FOUND
-- Performing Test WFORMAT_2_CXX_FLAG_FOUND - Success
-- Performing Test WINIT_SELF_CXX_FLAG_FOUND
-- Performing Test WINIT_SELF_CXX_FLAG_FOUND - Success
-- Performing Test WINVALID_PCH_CXX_FLAG_FOUND
-- Performing Test WINVALID_PCH_CXX_FLAG_FOUND - Success
-- Performing Test WMISSING_FORMAT_ATTRIBUTE_CXX_FLAG_FOUND
-- Performing Test WMISSING_FORMAT_ATTRIBUTE_CXX_FLAG_FOUND - Success
-- Performing Test WMISSING_INCLUDE_DIRS_CXX_FLAG_FOUND
-- Performing Test WMISSING_INCLUDE_DIRS_CXX_FLAG_FOUND - Success
-- Performing Test WMISSING_NORETURN_CXX_FLAG_FOUND
-- Performing Test WMISSING_NORETURN_CXX_FLAG_FOUND - Success
-- Performing Test WPACKED_CXX_FLAG_FOUND
-- Performing Test WPACKED_CXX_FLAG_FOUND - Success
-- Performing Test WSHADOW_CXX_FLAG_FOUND
-- Performing Test WSHADOW_CXX_FLAG_FOUND - Success
-- Performing Test WSIGN_CONVERSION_CXX_FLAG_FOUND
-- Performing Test WSIGN_CONVERSION_CXX_FLAG_FOUND - Success
-- Performing Test WSTACK_PROTECTOR_CXX_FLAG_FOUND
-- Performing Test WSTACK_PROTECTOR_CXX_FLAG_FOUND - Success
-- Performing Test WSTRICT_OVERFLOW_5_CXX_FLAG_FOUND
-- Performing Test WSTRICT_OVERFLOW_5_CXX_FLAG_FOUND - Success
-- Performing Test WSWITCH_DEFAULT_CXX_FLAG_FOUND
-- Performing Test WSWITCH_DEFAULT_CXX_FLAG_FOUND - Success
-- Performing Test WUNDEF_CXX_FLAG_FOUND
-- Performing Test WUNDEF_CXX_FLAG_FOUND - Success
-- Performing Test WCONVERSION_CXX_FLAG_FOUND
-- Performing Test WCONVERSION_CXX_FLAG_FOUND - Success
-- Performing Test WSTRICT_NULL_SENTINEL_CXX_FLAG_FOUND
-- Performing Test WSTRICT_NULL_SENTINEL_CXX_FLAG_FOUND - Success
-- Performing Test WLOGICAL_OP_CXX_FLAG_FOUND
-- Performing Test WLOGICAL_OP_CXX_FLAG_FOUND - Success
-- Performing Test WUNSAFE_LOOP_OPTIMIZATIONS_CXX_FLAG_FOUND
-- Performing Test WUNSAFE_LOOP_OPTIMIZATIONS_CXX_FLAG_FOUND - Success
-- Configuring done (26.5s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    VCPKG_BUILD


-- Build files have been written to: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext-prefix/src/tinygettext-build
[  4%] Performing build step for 'tinygettext'
[ 10%] Building CXX object CMakeFiles/tinygettext.dir/src/dictionary.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 20%] Building CXX object CMakeFiles/tinygettext.dir/src/dictionary_manager.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 30%] Building CXX object CMakeFiles/tinygettext.dir/src/iconv.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 40%] Building CXX object CMakeFiles/tinygettext.dir/src/language.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 50%] Building CXX object CMakeFiles/tinygettext.dir/src/log.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 60%] Building CXX object CMakeFiles/tinygettext.dir/src/plural_forms.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 70%] Building CXX object CMakeFiles/tinygettext.dir/src/po_parser.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 80%] Building CXX object CMakeFiles/tinygettext.dir/src/tinygettext.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[ 90%] Building CXX object CMakeFiles/tinygettext.dir/src/unix_file_system.o
cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
[100%] Linking CXX static library libtinygettext.a
[100%] Built target tinygettext
[  4%] Performing install step for 'tinygettext'
[100%] Built target tinygettext
Install the project...
-- Install configuration: ""
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/lib/libtinygettext.a
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/dictionary.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/dictionary_manager.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/file_system.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/iconv.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/language.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/log.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/log_stream.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/plural_forms.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/po_parser.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/tinygettext.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/unix_file_system.hpp
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/include/tinygettext/tinygettext_Export.h
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/tinygettext/lib/pkgconfig/tinygettext.pc
[  4%] Completed 'tinygettext'
[  4%] Built target tinygettext
[  5%] Creating directories for 'SDL_ttf'
[  5%] No download step for 'SDL_ttf'
[  5%] No update step for 'SDL_ttf'
[  5%] No patch step for 'SDL_ttf'
[  5%] Performing configure step for 'SDL_ttf'
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- The C compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/games/supertux/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Freetype: /opt/pkg/lib/libfreetype.so (found version "2.13.2") 
-- Link-time dependencies:
--   /opt/pkg/lib/libSDL2.so
--   /opt/pkg/lib/libfreetype.so
-- Configuring done (1.0s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    EMSCRIPTEN
    RAQM_INCLUDE_DIR
    RAQM_LIBRARIES


-- Build files have been written to: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/SDL_ttf-prefix/src/SDL_ttf-build
[  5%] Performing build step for 'SDL_ttf'
[ 50%] Building C object CMakeFiles/SDL2_ttf.dir/SDL_ttf.c.o
[100%] Linking C static library libSDL2_ttf.a
[100%] Built target SDL2_ttf
[  5%] Performing install step for 'SDL_ttf'
[100%] Built target SDL2_ttf
Install the project...
-- Install configuration: ""
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/SDL_ttf/lib/libSDL2_ttf.a
-- Installing: /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/SDL_ttf/include/SDL2/SDL_ttf.h
[  5%] Completed 'SDL_ttf'
[  5%] Built target SDL_ttf
[  5%] Building CXX object CMakeFiles/sexp.dir/external/sexp-cpp/src/float.cpp.o
[  5%] Building CXX object CMakeFiles/sexp.dir/external/sexp-cpp/src/io.cpp.o
[  5%] Building CXX object CMakeFiles/sexp.dir/external/sexp-cpp/src/lexer.cpp.o
[  6%] Building CXX object CMakeFiles/sexp.dir/external/sexp-cpp/src/parser.cpp.o
[  6%] Building CXX object CMakeFiles/sexp.dir/external/sexp-cpp/src/util.cpp.o
[  6%] Building CXX object CMakeFiles/sexp.dir/external/sexp-cpp/src/value.cpp.o
[  6%] Linking CXX static library libsexp.a
[  6%] Built target sexp
[  7%] Building C object CMakeFiles/savepng.dir/external/SDL_SavePNG/savepng.c.o
[  7%] Linking C static library libsavepng.a
[  7%] Built target savepng
[  7%] Building CXX object CMakeFiles/partio_zip_lib.dir/external/partio_zip/zip_manager.cpp.o
In file included from /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp:51:
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.hpp:70:10: error: 'unique_ptr' in namespace 'std' does not name a template type
   70 |     std::unique_ptr<std::ostream> Add_File(const std::string& filename,const bool binary=true);
      |          ^~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.hpp:50:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'?
   49 | #include <vector>
  +++ |+#include <memory>
   50 | 
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.hpp:86:10: error: 'unique_ptr' in namespace 'std' does not name a template type
   86 |     std::unique_ptr<std::istream> Get_File(const std::string& filename,const bool binary=true);
      |          ^~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.hpp:86:5: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'?
   86 |     std::unique_ptr<std::istream> Get_File(const std::string& filename,const bool binary=true);
      |     ^~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp:477:6: error: 'unique_ptr' in namespace 'std' does not name a template type
  477 | std::unique_ptr<std::ostream> ZipFileWriter::
      |      ^~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp:52:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'?
   51 | #include "zip_manager.hpp"
  +++ |+#include <memory>
   52 | 
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp:553:6: error: 'unique_ptr' in namespace 'std' does not name a template type
  553 | std::unique_ptr<std::istream> ZipFileReader::Get_File(const std::string& filename,const bool)
      |      ^~~~~~~~~~
/home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp:553:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'?
  553 | std::unique_ptr<std::istream> ZipFileReader::Get_File(const std::string& filename,const bool)
      | ^~~
*** [CMakeFiles/partio_zip_lib.dir/external/partio_zip/zip_manager.cpp.o] Error code 1

bmake[2]: stopped in /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source
1 error

bmake[2]: stopped in /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source
*** [CMakeFiles/partio_zip_lib.dir/all] Error code 2

bmake[1]: stopped in /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source
1 error

bmake[1]: stopped in /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source
1 error

bmake: stopped in /home/pbulk/build/games/supertux/work/SuperTux-v0.6.3-Source
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/supertux
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/supertux