-
Hey, guys! I want to participate OSPP but struggling with a build error: cd /home/graphscope/GraphScope//interactive_engine && \
mvn package -DskipTests -Drust.compile.mode=release -P graphscope,graphscope-assembly --quiet
[ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on project pegasus-client: Unable to clean up temporary proto file directory: File /home/graphscope/GraphScope/interactive_engine/executor/engine/pegasus/clients/java/client/target/protoc-dependencies/ca90e9b38450fe139f8c2e49bbc276ed/google/logging/type/log_severity.proto unable to be deleted. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :pegasus-client
make: *** [Makefile:136: /home/graphscope/GraphScope//interactive_engine/assembly/target/graphscope.tar.gz] Error 1
graphscope@4fbe8378a84c:~/GraphScope$ Reproduce: $ docker run --privileged -v /home/simple/code/cpp/GraphScope:/home/graphscope/GraphScope -dit --name='gs-dev' graphscope/graphscope-dev:v0.14.0 /bin/bash
$ docker exec -it gs-dev /bin/bash
$ cd GraphScope && ./gs install-deps dev
$ source ~/.graphscope_env
$ make all how should I geneate log_severity.proto ? |
Beta Was this translation helpful? Give feedback.
Answered by
Ziy1-Tan
May 6, 2023
Replies: 1 comment 1 reply
-
I have just ran The image just run the BTW, try to update the image |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank your answer!
sudo chown -R graphscope:graphscope ~/Graphscope
worked for me. My permission may not correct.