Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with patch #4

Open
sepezho opened this issue May 8, 2023 · 1 comment
Open

issue with patch #4

sepezho opened this issue May 8, 2023 · 1 comment

Comments

@sepezho
Copy link

sepezho commented May 8, 2023

Bug Type

Functional

Reproduction steps

just install k8s and use ./pre-build.sh && docker-compose -f ./composes/ownnet.yaml up on mac m1 with desktop docker app

Actual result

crashed with => ERROR [stage-2 4/7] RUN patch -f CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch

Expected result

finished successfully

Suggested Severity

Low

Device

Desktop (please complete the following information):

  • OS: macos m1

Additional Context

if someone will have an issue with
ERROR [stage-2 4/7] RUN patch -f CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch

then you can add flag -R in ton-compile-source/Dockerfile on line 31
so, it will looks like this RUN patch -R CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch

it helped me, i spend ~30mins to find issue and fix it. it might help someone

@sepezho
Copy link
Author

sepezho commented May 8, 2023

  • i think it will be nice to write somewhere that you need to have a docker account loginned on your machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant