Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groovy #5

Closed
PycnopodiaD opened this issue Aug 21, 2018 · 2 comments
Closed

groovy #5

PycnopodiaD opened this issue Aug 21, 2018 · 2 comments
Labels

Comments

@PycnopodiaD
Copy link

Hi

i) When I run this on rackham I get this error:

`$source GAAS/profiles/activate_nbis_env
Admin privileges not granted
Checking for tool dependencies
Ruby is installed ... yes : ruby 2.0.0p648 (2015-12-16) [x86_64-linux]
Groovy is installed ... no
Perl is installed ... yes :
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
(with 33 registered patches, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

Rscript is installed ... yes : Fatal error: cannot open file '-v': No such file or directory
make: *** [check] Error 2`

ii) When I run it on my own server (Ubuntu server 18.04 LTS), which has groovy installed I get:

Fatal error: cannot open file '-v': No such file or directory ~/Makefile:2: recipe for target 'check' failed make: *** [check] Error 2

Any thoughts?

@mahesh-panchal
Copy link
Contributor

Hi,

That's a copy-paste bug when doing the version check for Rscript.
The makefile should have Rscript --version rather than Rscript -v.

I've updated the code. Thanks for reporting it.

Regards,

@mahesh-panchal
Copy link
Contributor

Hi,

I just realized ii) might be a separate bug.

I don't understand why it's searching for ~/Makefile.

make install needs to be run after cloning the repository to correct the path in the profiles.

I'll add that to the README.

Does that fix both issues?

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants