Hello:

I've just installed easybuild 2.1.1 using the bootstrap_eb.py script. When the installation finished I got a "COMPLETED: Installation ended successfully".

When I run the unit test (python -m test.framework.suite) I get two errors:
ERROR: Test fix_broken_easyconfigs.py script-->fix_broken_easyconfigs.py: No such file or directory ERROR: Test for generate_software_list.py script.--> [Errno 2] No such file or directory

The output of executing: "ls /usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild" is
framework  __init__.py  __init__.pyc  main.py  main.pyc  toolchains tools

The scripts folder is not present. Is this scripts folder important? Should I download it from the EasyBuild website?

Thank you in advanced

Valvanuz


======================================================================
ERROR: Test fix_broken_easyconfigs.py script.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/test/framework/scripts.py", line 169, in test_fix_broken_easyconfig
    run_cmd(script_cmd)
File "/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/tools/run.py", line 130, in run_cmd return parse_cmd_output(cmd, stdouterr, ec, simple, log_all, log_ok, regexp) File "/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/tools/run.py", line 360, in parse_cmd_output raise EasyBuildError('cmd "%s" exited with exitcode %s and output:\n%s', cmd, ec, stdouterr) EasyBuildError: 'cmd "PYTHONPATH=/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg:$PYTHONPATH:/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/test/framework/sandbox /usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/scripts/fix_broken_easyconfigs.py /tmp/eb-QUOafb/eb-9vc4AK/eb-QpH17F/eb-O46SqH/nosuchsoftware.eb" exited with exitcode 127 and output:\n/bin/bash: /usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/scripts/fix_broken_easyconfigs.py: No such file or directory\n'

======================================================================
ERROR: Test for generate_software_list.py script.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/test/framework/scripts.py", line 81, in test_generate_software_list
    out, ec = run_cmd(cmd, simple=False)
File "/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/tools/run.py", line 130, in run_cmd return parse_cmd_output(cmd, stdouterr, ec, simple, log_all, log_ok, regexp) File "/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/tools/run.py", line 360, in parse_cmd_output raise EasyBuildError('cmd "%s" exited with exitcode %s and output:\n%s', cmd, ec, stdouterr) EasyBuildError: 'cmd "python /usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/scripts/generate_software_list.py --local --quiet --path /tmp/eb-QUOafb/eb-9vc4AK/eb-QpH17F/eb-9MwJ4q/tmpvdMOhi" exited with exitcode 2 and output:\npython: can\'t open file \'/usr/local/easybuild/software/EasyBuild/2.1.1/lib/python2.6/site-packages/easybuild_framework-2.1.1-py2.6.egg/easybuild/scripts/generate_software_list.py\': [Errno 2] No such file or directory\n'

Reply via email to