You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Christine Buss <ch...@gmx.de> on 2021/07/01 14:12:52 UTC

Cannot run program "make"


Hello,
I am trying to learn how to contribute.
However I cloned and forked the accumulo repository.
When I run  the command :
   mvn clean verify -DskipITs
I am getting this Error:

[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (test-native-libs) on project accumulo-native: Command execution failed.: Cannot run program "make" (in directory "/home/christine/accumulo/server/native/target/accumulo-native-2.1.0-SNAPSHOT/accumulo-native-2.1.0-SNAPSHOT"): error=2, No such file or directory -> [Help 1]
 
I can't find the reason. How can I solve this?
Thanks so much in advanve for any and all help.
 

I am using Java 11
>java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)