Hello, That is an interesting error. I will take a closer look into this to see if I can help.
Can you run the command 'mvn clean package -PskipQA' and see if the same error occurs for that one? Thanks On Thu, Jul 1, 2021 at 10:24 AM Christine Buss <christine.buss...@gmx.de> wrote: > the directory does exist: > > > accumulo/server/native/target/accumulo-native-2.1.0-SNAPSHOT/accumulo-native-2.1.0-SNAPSHOT$ > ls > javah LICENSE Makefile nativeMap NOTICE testNativeMap > > So why can the program "make" not be run? > What file or directory is missing? > > > 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) > >