Forums WoW Modding Support Archives Azerothcore Discord Archives [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..

[DiscordArchive] did a git pull today, started getting these error messages when building..

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
07-17-2025, 12:01 AM
#1
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 ?
rektbyfaith
07-17-2025, 12:01 AM #1

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 ?

rektbyfaith
Administrator
0
07-17-2025, 12:02 AM
#2
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
rektbyfaith
07-17-2025, 12:02 AM #2

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

rektbyfaith
Administrator
0
07-17-2025, 12:04 AM
#3
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&]
rektbyfaith
07-17-2025, 12:04 AM #3

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&]

rektbyfaith
Administrator
0
07-17-2025, 12:05 AM
#4
Archived author: metallinos • Posted: 2025-07-17T00:05:28.170000+00:00
Original source

No it's not
rektbyfaith
07-17-2025, 12:05 AM #4

Archived author: metallinos • Posted: 2025-07-17T00:05:28.170000+00:00
Original source

No it's not

rektbyfaith
Administrator
0
07-17-2025, 12:06 AM
#5
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
rektbyfaith
07-17-2025, 12:06 AM #5

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

rektbyfaith
Administrator
0
07-17-2025, 12:06 AM
#6
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.
rektbyfaith
07-17-2025, 12:06 AM #6

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.

rektbyfaith
Administrator
0
07-17-2025, 12:07 AM
#7
Archived author: metallinos • Posted: 2025-07-17T00:07:03.165000+00:00
Original source

Yeap gotta change that to OnPlayerLogin
rektbyfaith
07-17-2025, 12:07 AM #7

Archived author: metallinos • Posted: 2025-07-17T00:07:03.165000+00:00
Original source

Yeap gotta change that to OnPlayerLogin

rektbyfaith
Administrator
0
07-17-2025, 12:08 AM
#8
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 ?
rektbyfaith
07-17-2025, 12:08 AM #8

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 ?

rektbyfaith
Administrator
0
07-17-2025, 12:08 AM
#9
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
rektbyfaith
07-17-2025, 12:08 AM #9

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

rektbyfaith
Administrator
0
07-17-2025, 12:08 AM
#10
Archived author: BadRobot • Posted: 2025-07-17T00:08:53.613000+00:00
Original source

On wotlk
rektbyfaith
07-17-2025, 12:08 AM #10

Archived author: BadRobot • Posted: 2025-07-17T00:08:53.613000+00:00
Original source

On wotlk

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)