=> 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.0nb2 [ 1%] 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 [ 3%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Text/TextUtilities.cpp.o [ 7%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Files/HostVolume.cpp.o [ 7%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Time/TimeManager.cpp.o [ 7%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Files/Files.cpp.o [ 8%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Memory/Memory.cpp.o [ 9%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Files/Resources.cpp.o [ 10%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/bigendianstreams.cpp.o [ 12%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/IEEEExtended.cpp.o [ 13%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/memstream.cpp.o [ 14%] Building CXX object extern/Pomme/CMakeFiles/Pomme.dir/src/Utilities/StringUtils.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/Camera.c.o [ 31%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Effects.c.o [ 32%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Atlas.c.o [ 33%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/OGL_Support.c.o [ 34%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/Pillarbox.c.o [ 36%] Building C object CMakeFiles/CroMagRally.dir/Source/3D/MetaObjects.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' [-Wmissing-field-initializers] 85 | }; | ^ In file included from /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/Headers/structs.h:10, 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 83 | 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 /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/3D/3DMath.c: In function 'OGL_IsBBoxVisible': /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/3D/3DMath.c:2029:22: warning: 'lY' may be used uninitialized in this function [-Wmaybe-uninitialized] 2029 | hY = lX * m10 + lY * m11 + lZ * m12 + m13; | ~~~^~~~~ /pbulk/work/games/cromagrally/work/CroMagRally-3.0.0/Source/3D/3DMath.c:2030:11: warning: 'lX' may be used uninitialized in this function [-Wmaybe-uninitialized] 2030 | hZ = lX * m20 + lY * m21 + lZ * m22 + m23; | ~~~^~~~~ [ 44%] Building CXX object CMakeFiles/CroMagRally.dir/Source/Main.cpp.o [ 44%] Building C object CMakeFiles/CroMagRally.dir/Source/Items/Triggers.c.o [ 45%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player.c.o [ 48%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player_Submarine.c.o [ 48%] Building C object CMakeFiles/CroMagRally.dir/Source/Player/Player_Car.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/MiscScreens.c.o [ 57%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/Paused.c.o [ 59%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/RaceTimes.c.o [ 60%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/PhysicsEditor.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/Screens/Settings.c.o [ 66%] Building C object CMakeFiles/CroMagRally.dir/Source/Screens/UIEffects.c.o [ 68%] Building C object CMakeFiles/CroMagRally.dir/Source/Skeleton/SkeletonAnim.c.o [ 68%] Building C object CMakeFiles/CroMagRally.dir/Source/Skeleton/Bones.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, 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!" 117 | _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' 21 | 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 of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 102 | 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