Hello, I wanted to try easy build on one of our systems. I tried to install it using the bootstrap method. However, when I run the script I get:
valeriuc@login3:~/tmp$ python bootstrap_eb.py $HOME/.local/easybuild [[INFO]] Found module command 'modulecmd' (EnvironmentModulesC), so using it. [[INFO]] +++ STAGE 0: installing distribute via included (patched) distribute_setup.py... Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz Extracting in /scratch/tmpcU7_yb Now working in /scratch/tmpcU7_yb/distribute-0.6.34 Installing Distribute [[INFO]] +++ STAGE 1: installing EasyBuild in temporary dir with easy_install... Installing with setuptools.setup... Installing version 1.15.2 warning: install_lib: 'build/lib' does not exist -- no Python modules to install zip_safe flag not set; analyzing archive contents... Installing with setuptools.setup... Installing version 1.15.2 (API version 1) Installing with setuptools.setup... Installing version 1.15.2 (required versions: API >= 1) Installing with setuptools.setup... Installing version 1.15.2.0 (required versions: API >= 1, easyblocks >= 1.15) warning: install_lib: 'build/lib' does not exist -- no Python modules to install [[INFO]] +++ STAGE 2: installing EasyBuild in /home/valeriuc/.local/easybuild with EasyBuild from stage 1... == temporary log file in case of crash /scratch/easybuild-JZe8dh/easybuild- EF4Gm4.log Traceback (most recent call last): File "bootstrap_eb.py", line 584, in <module> main() File "bootstrap_eb.py", line 411, in main stage2(tmpdir, versions, install_path) File "bootstrap_eb.py", line 360, in stage2 easybuild_main() File "/scratch/tmpIu2dbb/eb_stage1/lib/python2.6/site-packages/ easybuild_framework-1.15.2-py2.6.egg/easybuild/main.py", line 279, in main modlist = session_module_list(testing=testing) File "/scratch/tmpIu2dbb/eb_stage1/lib/python2.6/site-packages/ easybuild_framework-1.15.2-py2.6.egg/easybuild/tools/testing.py", line 163, in session_module_list return modtool.list() File "/scratch/tmpIu2dbb/eb_stage1/lib/python2.6/site-packages/ easybuild_framework-1.15.2-py2.6.egg/easybuild/tools/modules.py", line 551, in list return self.run_module('list') File "/scratch/tmpIu2dbb/eb_stage1/lib/python2.6/site-packages/ easybuild_framework-1.15.2-py2.6.egg/easybuild/tools/modules.py", line 541, in run_module self.log.error(line) File "/scratch/tmpIu2dbb/eb_stage1/lib/python2.6/site-packages/ easybuild_framework-1.15.2-py2.6.egg/easybuild/tools/build_log.py", line 105, in error raise EasyBuildError(newMsg) easybuild.tools.build_log.EasyBuildError: 'EasyBuild crashed with an error (at easybuild/tools/modules.py:541 in run_module): ModuleCmd_List.c(146):FATAL:996: The environment variables LOADEDMODULES and _LMFILES_ have inconsistent lengths.' After I set up _LMFILES_ to the same value as LOADEDMODULES (probably not correct), EasyBuild installed. I can do: module load EasyBuild, and eb --help, but when I try to use EasyBuild to install a module I get: eb WRF-3.5.1-goolf-1.4.10-dmpar.eb -Dr == temporary log file in case of crash /scratch/easybuild-EZ0NgN/easybuild- LLd1gH.log ERROR: EasyBuild crashed with an error (at easybuild/software/EasyBuild/ 1.15.2/lib/python2.6/site-packages/easybuild_framework-1.15.2-py2.6.egg/ easybuild/tools/modules.py:541 in run_module): homkat(4):ERROR:154: Version symbol 'default' loops. I mention that I use the Tcl module environment, version 3.1.6. Could you please give me some hints on what could be wrong? Best regards, Vali

