Re: mvn package is failing

2019-12-18 Thread Enrico Olivelli
Did you try with something like apt-get install g++ ? I am on Fedora and MacOS and I don't have issues, on Travis we do not have particular init scripts that install additional dependencies Enrico Il giorno gio 19 dic 2019 alle ore 08:53 ha scritto: > gcc --version is working but, > > > >

RE: mvn package is failing

2019-12-18 Thread Prabhaker.Saxena
gcc --version is working but, /bin/sh -c 'gcc' '--version' is not working and I am getting the following :- prabhu@prabhu-VirtualBox:~/final_git_bk/bookkeeper$ /bin/sh -c 'gcc' '--version' gcc: fatal error: no input files compilation terminated. And I am getting the following message on