acelyc111 commented on issue #2067:
URL: 
https://github.com/apache/incubator-pegasus/issues/2067#issuecomment-2220902357

   @SHUFIL I guess some important error message is missed, could you please try:
   1. Use the corresponding docker image, that is to say, use 
`apache/pegasus:build-env-ubuntu2204-v2.5` not 
`apache/pegasus:build-env-ubuntu2004-master`, because some software packages 
are different in different version.
   2. Set the build parallelism to `1` instaed of `$(nproc)`.
   
   So run as:
   ```
   sudo docker run -v /home/ubuntu/apache-pegasus-2.5.0:/root/pegasus 
apache/pegasus:build-env-ubuntu2004-v2.5 /bin/bash -c "cd /root/pegasus; 
./run.sh build -c --clear_thirdparty -j 1"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to