[DiscordArchive] what kind of errors?
[DiscordArchive] what kind of errors?
Archived author: mynameismeat • Posted: 2023-11-08T19:06:33.043000+00:00
Original source
what kind of errors?
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
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
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
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
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
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)
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
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
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