Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] what kind of errors?

[DiscordArchive] what kind of errors?

[DiscordArchive] what kind of errors?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-08-2023, 07:06 PM
#1
Archived author: mynameismeat • Posted: 2023-11-08T19:06:33.043000+00:00
Original source

what kind of errors?
rektbyfaith
11-08-2023, 07:06 PM #1

Archived author: mynameismeat • Posted: 2023-11-08T19:06:33.043000+00:00
Original source

what kind of errors?

rektbyfaith
Administrator
0
11-08-2023, 07:06 PM
#2
Archived author: Honey • Posted: 2023-11-08T19:06:38.494000+00:00
Original source

Listen to the guy above me, i have no clue about docker
rektbyfaith
11-08-2023, 07:06 PM #2

Archived author: Honey • Posted: 2023-11-08T19:06:38.494000+00:00
Original source

Listen to the guy above me, i have no clue about docker

rektbyfaith
Administrator
0
11-08-2023, 07:08 PM
#3
Archived author: Riegnman • Posted: 2023-11-08T19:08:13.866000+00:00
Original source

When I run the ./acore.sh docker build, it gets to about 74% and then drops the following error (only when I have the solo_lfg module in the modules dir
#0 72.69 [ 74%] Built target scripts
#0 72.69 gmake: *** [Makefile:136: all] Error 2
------
failed to solve: executor failed running [/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"]: exit code: 2
rektbyfaith
11-08-2023, 07:08 PM #3

Archived author: Riegnman • Posted: 2023-11-08T19:08:13.866000+00:00
Original source

When I run the ./acore.sh docker build, it gets to about 74% and then drops the following error (only when I have the solo_lfg module in the modules dir
#0 72.69 [ 74%] Built target scripts
#0 72.69 gmake: *** [Makefile:136: all] Error 2
------
failed to solve: executor failed running [/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"]: exit code: 2

rektbyfaith
Administrator
0
11-08-2023, 07:14 PM
#4
Archived author: mynameismeat • Posted: 2023-11-08T19:14:05.356000+00:00
Original source

if you scroll up a bit there may be a further compilation error logged. It should be fairly obvious if a log line is an error
rektbyfaith
11-08-2023, 07:14 PM #4

Archived author: mynameismeat • Posted: 2023-11-08T19:14:05.356000+00:00
Original source

if you scroll up a bit there may be a further compilation error logged. It should be fairly obvious if a log line is an error

rektbyfaith
Administrator
0
11-08-2023, 07:15 PM
#5
Archived author: Riegnman • Posted: 2023-11-08T19:15:49.348000+00:00
Original source

ahhhh. yeah. now that I look up further, I see it
rektbyfaith
11-08-2023, 07:15 PM #5

Archived author: Riegnman • Posted: 2023-11-08T19:15:49.348000+00:00
Original source

ahhhh. yeah. now that I look up further, I see it

rektbyfaith
Administrator
0
11-08-2023, 07:16 PM
#6
Archived author: Riegnman • Posted: 2023-11-08T19:16:46.507000+00:00
Original source

well. maybe. I'm seeing several warnings about WorldPosition being deprecated
rektbyfaith
11-08-2023, 07:16 PM #6

Archived author: Riegnman • Posted: 2023-11-08T19:16:46.507000+00:00
Original source

well. maybe. I'm seeing several warnings about WorldPosition being deprecated

rektbyfaith
Administrator
0
11-08-2023, 07:18 PM
#7
Archived author: Riegnman • Posted: 2023-11-08T19:18:58.135000+00:00
Original source

but the only real "error" that I see above that is
=> ERROR [acore/ac-wotlk-worldserver:master build 8/8] RUN --mount=type=cache,target=/ccache,sharing=locked --mount=type=bind,target=/azerothcore/.git,source=.git git config --global --add safe.directory /azerothcore 72.8s
------
> [acore/ac-wotlk-worldserver:master build 8/8] RUN --mount=type=cache,target=/ccache,sharing=locked --mount=type=bind,target=/azerothcore/.git,source=.git git config --global --add safe.directory /azerothcore && cmake /azerothcore -DCMAKE_INSTALL_PREFIX="/azerothcore/env/dist" -DAPPS_BUILD="all" -DTOOLS_BUILD="all" -DSCRIPTS="static" -DMODULES="static" -DWITH_WARNINGS="ON" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -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 "RelWithDebInfo" -j $(($(nproc)
rektbyfaith
11-08-2023, 07:18 PM #7

Archived author: Riegnman • Posted: 2023-11-08T19:18:58.135000+00:00
Original source

but the only real "error" that I see above that is
=> ERROR [acore/ac-wotlk-worldserver:master build 8/8] RUN --mount=type=cache,target=/ccache,sharing=locked --mount=type=bind,target=/azerothcore/.git,source=.git git config --global --add safe.directory /azerothcore 72.8s
------
> [acore/ac-wotlk-worldserver:master build 8/8] RUN --mount=type=cache,target=/ccache,sharing=locked --mount=type=bind,target=/azerothcore/.git,source=.git git config --global --add safe.directory /azerothcore && cmake /azerothcore -DCMAKE_INSTALL_PREFIX="/azerothcore/env/dist" -DAPPS_BUILD="all" -DTOOLS_BUILD="all" -DSCRIPTS="static" -DMODULES="static" -DWITH_WARNINGS="ON" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -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 "RelWithDebInfo" -j $(($(nproc)

rektbyfaith
Administrator
0
11-08-2023, 07:23 PM
#8
Archived author: Riegnman • Posted: 2023-11-08T19:23:24.117000+00:00
Original source

I think that i may have found my error. It was most probably and ID10T error
rektbyfaith
11-08-2023, 07:23 PM #8

Archived author: Riegnman • Posted: 2023-11-08T19:23:24.117000+00:00
Original source

I think that i may have found my error. It was most probably and ID10T error

rektbyfaith
Administrator
0
11-08-2023, 07:26 PM
#9
Archived author: mynameismeat • Posted: 2023-11-08T19:26:55.748000+00:00
Original source

what was the issue? might help someone else in case they're having issues
rektbyfaith
11-08-2023, 07:26 PM #9

Archived author: mynameismeat • Posted: 2023-11-08T19:26:55.748000+00:00
Original source

what was the issue? might help someone else in case they're having issues

rektbyfaith
Administrator
0
11-08-2023, 07:29 PM
#10
Archived author: Riegnman • Posted: 2023-11-08T19:29:39.294000+00:00
Original source

the real issue is that I'm an dufus. However, I had a known (or at least known to me) broken module in there with the solo_lfg mod. I still had the playerbots module in there and that thing has never worked for me. I deleted it and the solo_lfg built fine
rektbyfaith
11-08-2023, 07:29 PM #10

Archived author: Riegnman • Posted: 2023-11-08T19:29:39.294000+00:00
Original source

the real issue is that I'm an dufus. However, I had a known (or at least known to me) broken module in there with the solo_lfg mod. I still had the playerbots module in there and that thing has never worked for me. I deleted it and the solo_lfg built fine

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