=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for cromagrally-3.0.0nb3
[  2%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Pomme.cpp.o
[  2%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/PommeDebug.cpp.o
[  4%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Files/HostVolume.cpp.o
[  4%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Files/Resources.cpp.o
[  6%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Memory/Memory.cpp.o
[  7%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Text/TextUtilities.cpp.o
[  8%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Files/Files.cpp.o
[  9%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Time/TimeManager.cpp.o
[ 10%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/IEEEExtended.cpp.o
[ 12%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/bigendianstreams.cpp.o
[ 13%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/StringUtils.cpp.o
[ 14%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/memstream.cpp.o
[ 15%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/structpack.cpp.o
[ 16%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundFormats/AIFF.cpp.o
[ 18%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundFormats/IMA4.cpp.o
[ 19%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundFormats/MACE.cpp.o
[ 20%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundFormats/Midi.cpp.o
[ 21%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundFormats/SoundFormats.cpp.o
[ 22%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundFormats/xlaw.cpp.o
[ 24%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundMixer/ChannelImpl.cpp.o
[ 25%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundMixer/cmixer.cpp.o
[ 26%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/SoundMixer/SoundManager.cpp.o
[ 27%] Linking CXX static library libPomme.a
[ 27%] Built target Pomme
[ 28%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/3DMath.c.o
[ 30%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Atlas.c.o
[ 31%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Camera.c.o
[ 32%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Effects.c.o
[ 33%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/MetaObjects.c.o
[ 37%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/OGL_Support.c.o
[ 37%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Pillarbox.c.o
[ 37%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/QuadMesh.c.o
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/3D/QuadMesh.c: In function 'MakeQuadMeshObject':
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/3D/QuadMesh.c:85:3: warning: missing initializer for field 'width' of 'MOMaterialData {aka struct <anonymous>}' [-Wmissing-field-initializers]
   };
   ^
In file included from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/structs.h:10:0,
                 from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/globals.h:155,
                 from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/game.h:6,
                 from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/3D/QuadMesh.c:5:
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/metaobjects.h:83:12: note: 'width' declared here
  uint32_t  width,height;     // dimensions of texture
            ^~~~~
[ 38%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Sprites.c.o
[ 39%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/bg3d.c.o
[ 40%] Building C object CMakeFiles/CroMagRally.dir/Source/Items/Items.c.o
[ 42%] Building C object CMakeFiles/CroMagRally.dir/Source/Items/Traps.c.o
[ 43%] Building C object CMakeFiles/CroMagRally.dir/Source/Items/Triggers.c.o
[ 44%] Building CXX object CMakeFiles/CroMagRally.dir/Source/Main.cpp.o
[ 45%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player.c.o
[ 46%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player_Car.c.o
[ 48%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player_Submarine.c.o
[ 49%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player_Weapons.c.o
[ 50%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/SkidMarks.c.o
[ 51%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/Failed.c.o
[ 53%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/Infobar.c.o
[ 54%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/LocalGather.c.o
[ 55%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/MainMenu.c.o
[ 56%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/Paused.c.o
[ 57%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/MiscScreens.c.o
[ 59%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/PhysicsEditor.c.o
[ 60%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/RaceTimes.c.o
[ 61%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/SelectCharacter.c.o
[ 62%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/SelectTrack.c.o
[ 63%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/SelectVehicle.c.o
[ 65%] Building C object CMakeFiles/CroMagRally.dir/Source/Skeleton/Bones.c.o
[ 66%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/UIEffects.c.o
[ 67%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/Settings.c.o
[ 68%] Building C object CMakeFiles/CroMagRally.dir/Source/Skeleton/SkeletonAnim.c.o
[ 69%] Building C object CMakeFiles/CroMagRally.dir/Source/Skeleton/SkeletonJoints.c.o
[ 71%] Building C object CMakeFiles/CroMagRally.dir/Source/Skeleton/SkeletonObj.c.o
In file included from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/game.h:8:0,
                 from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Screens/UIEffects.c:6:
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/objects.h:117:2: error: static assertion failed: "Special data struct too large!"
  _Static_assert(sizeof(structType) <= MAX_SPECIAL_DATA_BYTES, "Special data struct too large!")
  ^
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Screens/UIEffects.c:21:1: note: in expansion of macro 'CheckSpecialDataStruct'
 CheckSpecialDataStruct(TwitchDriverData);
 ^~~~~~~~~~~~~~~~~~~~~~
[ 72%] Building C object CMakeFiles/CroMagRally.dir/Source/System/Collision.c.o
--- CMakeFiles/CroMagRally.dir/Source/Screens/UIEffects.c.o ---
*** [CMakeFiles/CroMagRally.dir/Source/Screens/UIEffects.c.o] Error code 1

make[2]: stopped in /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/System/Collision.c: In function 'CollisionDetect':
/pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/System/Collision.c:102:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (cType == INVALID_NODE_FLAG)       // see if something went wrong
             ^~
1 error

make[2]: stopped in /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0
--- CMakeFiles/CroMagRally.dir/all ---
*** [CMakeFiles/CroMagRally.dir/all] Error code 2

make[1]: stopped in /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0
1 error

make[1]: stopped in /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0
*** [all] Error code 2

make: stopped in /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0
1 error

make: stopped in /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/games/cromagrally
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/games/cromagrally