[DiscordArchive] did a git pull today, started getting these error messages when building..
[DiscordArchive] did a git pull today, started getting these error messages when building..
Archived author: .arteezy • Posted: 2025-07-17T00:01:02.943000+00:00
Original source
did a git pull today, started getting these error messages when building..
```1305.7 [ 46%] Linking CXX static library libgame.a
1311.2 [ 46%] Built target game
1311.2 gmake: *** [Makefile:136: all] Error 2
------
failed to solve: process "/bin/sh -c git config --global --add safe.directory /azerothcore && cmake /azerothcore -DCMAKE_INSTALL_PREFIX=\"/azerothcore/env/dist\" -DAPPS_BUILD=\"all\" -DTOOLS_BUILD=\"$CTOOLS_BUILD\" -DSCRIPTS=\"$CSCRIPTS\" -DMODULES=\"$CMODULES\" -DWITH_WARNINGS=\"$CWITH_WARNINGS\" -DCMAKE_BUILD_TYPE=\"$CTYPE\" -DCMAKE_CXX_COMPILER=\"clang++\" -DCMAKE_C_COMPILER=\"clang\" -DCMAKE_CXX_COMPILER_LAUNCHER=\"ccache\" -DCMAKE_C_COMPILER_LAUNCHER=\"ccache\" -DBoost_USE_STATIC_LIBS=\"ON\" && cmake --build . --config \"$CTYPE\" -j $(($(nproc) + 1)) && cmake --install . --config \"$CTYPE\"" did not complete successfully: exit code: 2```
anyone had seen these ?
Archived author: metallinos • Posted: 2025-07-17T00:02:50.834000+00:00
Original source
I think you left out the actual error, it should list "fatal error" or "errors generated" somewhere in the cmake above
![[Image: image.png?ex=690be618&is=690a9498&hm=7c5...70cbd1a74&]](https://cdn.discordapp.com/attachments/1255602330431127753/1395194458538115223/image.png?ex=690be618&is=690a9498&hm=7c571e13634cd3c00aae7c9562a12605a7a5bd7e0c2e3e52425d92e70cbd1a74&)
Archived author: .arteezy • Posted: 2025-07-17T00:04:40.426000+00:00
Original source
here is a screenshot of the error message.
![[Image: image.png?ex=690be618&is=690a9498&hm=7c5...70cbd1a74&]](https://cdn.discordapp.com/attachments/1255602330431127753/1395194458538115223/image.png?ex=690be618&is=690a9498&hm=7c571e13634cd3c00aae7c9562a12605a7a5bd7e0c2e3e52425d92e70cbd1a74&)
Archived author: metallinos • Posted: 2025-07-17T00:05:28.170000+00:00
Original source
No it's not
Archived author: metallinos • Posted: 2025-07-17T00:06:04.995000+00:00
Original source
That's a screenshot saying your build failed but you didn't include the part that actually failed
Archived author: .arteezy • Posted: 2025-07-17T00:06:51.255000+00:00
Original source
```237.2 [ 19%] Building CXX object src/server/apps/CMakeFiles/authserver.dir/authserver/Main.cpp.o
238.7 /azerothcore/modules/mod-solo-lfg/src/Lfg_Solo.cpp:21:34: fatal error: only virtual member functions can be marked 'override'
238.7 void OnLogin(Player* player) override
238.7 ^~~~~~~~
238.7 1 error generated.
238.8 gmake[2]: *** [modules/CMakeFiles/modules.dir/build.make:104: modules/CMakeFiles/modules.dir/mod-solo-lfg/src/Lfg_Solo.cpp.o] Error 1
238.8 gmake[1]: *** [CMakeFiles/Makefile2:1365: modules/CMakeFiles/modules.dir/all] Error 2
238.8 gmake[1]: *** Waiting for unfinished jobs....
238.8 [ 19%] Building CXX object src/server/apps/CMakeFiles/authserver.dir/authserver/Authentication/AuthCodes.cpp.o
```
thank you ~ i scrolled up and found these.
Archived author: metallinos • Posted: 2025-07-17T00:07:03.165000+00:00
Original source
Yeap gotta change that to OnPlayerLogin
Archived author: .arteezy • Posted: 2025-07-17T00:08:05.363000+00:00
Original source
does it mean there is an issue with the ```mod-solo-lfg``` module ?
Archived author: BadRobot • Posted: 2025-07-17T00:08:22.588000+00:00
Original source
How do I enter a raid solo on my private server
Archived author: BadRobot • Posted: 2025-07-17T00:08:53.613000+00:00
Original source
On wotlk