R
Railway•7mo ago
Satan1c

CMake Configuring incomplete

I'm trying to run my drogon proj, but I see:
[11/12] RUN cmake -B /out -S . -DCMAKE_TOOLCHAIN_FILE=/vcpkg-boot/vcpkg/scripts/buildsystems/vcpkg.cmake:
1.937 -- Found OpenSSL: /vcpkg-boot/vcpkg/installed/x64-linux/debug/lib/libcrypto.a (found version "3.1.4")
1.968 -- Found UUID: /vcpkg-boot/vcpkg/installed/x64-linux/debug/lib/libuuid.a
1.977 -- Found ZLIB: /vcpkg-boot/vcpkg/installed/x64-linux/lib/libz.a (found version "1.3.0")
1.988 -- Found Brotli: /vcpkg-boot/vcpkg/installed/x64-linux/debug/lib/libbrotlidec.a
1.994 -- Looking for C++ include filesystem
2.976 -- Looking for C++ include filesystem - found
2.977 -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED
4.136 -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success
4.207 -- Configuring incomplete, errors occurred!
4.207 See also "/out/CMakeFiles/CMakeOutput.log".
[11/12] RUN cmake -B /out -S . -DCMAKE_TOOLCHAIN_FILE=/vcpkg-boot/vcpkg/scripts/buildsystems/vcpkg.cmake:
1.937 -- Found OpenSSL: /vcpkg-boot/vcpkg/installed/x64-linux/debug/lib/libcrypto.a (found version "3.1.4")
1.968 -- Found UUID: /vcpkg-boot/vcpkg/installed/x64-linux/debug/lib/libuuid.a
1.977 -- Found ZLIB: /vcpkg-boot/vcpkg/installed/x64-linux/lib/libz.a (found version "1.3.0")
1.988 -- Found Brotli: /vcpkg-boot/vcpkg/installed/x64-linux/debug/lib/libbrotlidec.a
1.994 -- Looking for C++ include filesystem
2.976 -- Looking for C++ include filesystem - found
2.977 -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED
4.136 -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success
4.207 -- Configuring incomplete, errors occurred!
4.207 See also "/out/CMakeFiles/CMakeOutput.log".
how can I read /out/CMakeFiles/CMakeOutput.log, or is there another way to figure out how to fix that ?
17 Replies
Percy
Percy•7mo ago
Project ID: f041c12e-a344-41f2-8269-546b53665885
Satan1c
Satan1c•7mo ago
f041c12e-a344-41f2-8269-546b53665885
Brody
Brody•7mo ago
how can I read /out/CMakeFiles/CMakeOutput.log
you can't 😦 maybe there is more information else where in the logs printed to railway https://bookmarklets.up.railway.app/log-downloader/
Satan1c
Satan1c•7mo ago
as I'm guessing, I see all logs, that are in console according to logs, all libs and deps are compiled and founded all my pipline from docker:
. . .
RUN apt-get update
RUN apt-get install -y
. . .
RUN git clone https://github.com/microsoft/vcpkg
RUN ./vcpkg/bootstrap-vcpkg.sh
RUN ./vcpkg/vcpkg install
RUN ./vcpkg/vcpkg install
. . .
ENV PATH=
. . .
RUN cmake -B /out -S . -DCMAKE_TOOLCHAIN_FILE=/vcpkg-boot/vcpkg/scripts/buildsystems/vcpkg.cmake
RUN cmake --build /out
. . .
ENTRYPOINT ["/out/Donate"]
. . .
RUN apt-get update
RUN apt-get install -y
. . .
RUN git clone https://github.com/microsoft/vcpkg
RUN ./vcpkg/bootstrap-vcpkg.sh
RUN ./vcpkg/vcpkg install
RUN ./vcpkg/vcpkg install
. . .
ENV PATH=
. . .
RUN cmake -B /out -S . -DCMAKE_TOOLCHAIN_FILE=/vcpkg-boot/vcpkg/scripts/buildsystems/vcpkg.cmake
RUN cmake --build /out
. . .
ENTRYPOINT ["/out/Donate"]
to be shure I've run it in WSL Ubuntu, and there no problem same that I see on website
Brody
Brody•7mo ago
have you ran it with docker locally?
Satan1c
Satan1c•7mo ago
I'll try now but I'm not so familiar with docker so that could be log time coming
Brody
Brody•7mo ago
no rush
Satan1c
Satan1c•7mo ago
I'm lucky, CLion do all work for me) on first run I've get that apt-get update can't find some modules, after I've add --fix-missing, but with that I've same error as on railway, now I can read the log xD
Brody
Brody•7mo ago
progress!!
Satan1c
Satan1c•7mo ago
I don't see any errors... and at the end all 'tests' are succeeded
Satan1c
Satan1c•7mo ago
HuTaoThink
Satan1c
Satan1c•7mo ago
oh.... that's interesting cuz earliear I set vcpkg as that for WSL, and that's was fine
No description
Satan1c
Satan1c•7mo ago
HuTaoMonkaS
No description
Satan1c
Satan1c•7mo ago
but file exists, am I wrong somewhere ?
Satan1c
Satan1c•7mo ago
HuTaoDead4
No description
Satan1c
Satan1c•7mo ago
oh, I don't remove command yep, that works, just that little ~ thx <3
Brody
Brody•7mo ago
awsome, glad you where able to solve!!
Want results from more Discord servers?
Add your server
More Posts