The error message looks like it's saying you don't have the `make`
command installed on your machine. Based on the word "ubuntu" in your
OpenJDK build version, I think you're on an Ubuntu-based machine. I
found a StackOverflow answer (https://askubuntu.com/a/272020) that
said you can do:

sudo apt-get install build-essential

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)
>

Reply via email to