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

[BUG] Build failed when execute "cd k8s && make graphscope-dev " #4417

Open
han-ian opened this issue Jan 10, 2025 · 3 comments
Open

[BUG] Build failed when execute "cd k8s && make graphscope-dev " #4417

han-ian opened this issue Jan 10, 2025 · 3 comments

Comments

@han-ian
Copy link

han-ian commented Jan 10, 2025

Describe the bug
I try to build the code in a clean docker container, but failed.
My operation steps was:

  1. Pull grapscope_dev image, create a container, clone code in the container. Just as this doc mentioned:
    https://graphscope.io/docs/latest/deployment/install_on_local#use-dev-image-with-all-dependencies-installed
  2. Execute shell "make", then after about 10 mininutes, it failed. I will give a simple way to reproduce it later.
    image

To Reproduce
Steps to reproduce the behavior:
A simple way to reproduce the failure:
cd ./k8s && make graphscope-dev ## fail.

After some time of exploration, I found a workaround( version number should be specified, e.g., VINEYARD_VERSION=v0.24.2).
cd ./k8s && VINEYARD_VERSION=v0.24.2 make graphscope-dev ## succeed.

At the same time, I found that others have also encountered this issue (without a solution). So, can you guys solve it?
#4321

Copy link

welcome bot commented Jan 10, 2025

Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.

@han-ian han-ian changed the title [BUG] Build failed by execute "cd k8s && make graphscope-dev " [BUG] Build failed when execute "cd k8s && make graphscope-dev " Jan 10, 2025
@zhanglei1949
Copy link
Collaborator

Hi, han, which platform are you on?

@han-ian
Copy link
Author

han-ian commented Jan 15, 2025

I ran "make graphscope-dev" in a Docker container, and the physical machine for the container was CentOS 7.

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

2 participants