Re: [easybuild] Can't get local install to work

2019-11-19 Thread Niek de Klein
Dear Kenneth, I had easyconfigs that I used on an old cluster mixed into the new easyconfig files which I was installing on a new cluster, which is why the files were still from EasyBuild 3.x. I have removed all the old easyconfigs that I had included and am now remaking them using the new

Re: [easybuild] Can't get local install to work

2019-11-19 Thread Kenneth Hoste
Dear Niek, On 19/11/2019 22:28, Niek de Klein wrote: Dear Kenneth, Attached the log. Thank you, that's helpful to figure this out. So, here's what's going on... When resolving dependencies for M4-1.4.17-foss-2018b.eb, EasyBuild goes looking for the easyconfigs for the subtoolchains of

Re: [easybuild] Can't get local install to work

2019-11-19 Thread Kenneth Hoste
Dear Niek, On 19/11/2019 20:42, Niek de Klein wrote: I get $ eb M4-1.4.17-foss-2018b.eb -D Please try running this with debugging enabled, and then zip up the log file from /tmp (see path printed at the line like shown below): eb --debug M4-1.4.17-foss-2018b.eb -D == temporary log

Re: [easybuild] Can't get local install to work

2019-11-19 Thread Niek de Klein
I get $ eb M4-1.4.17-foss-2018b.eb -D == temporary log file in case of crash /tmp/eb-ZCIA8v/easybuild-JS80fY.log ERROR: Failed to process easyconfig /groups/umcg-biogen/tmp01/apps/easybuild-easyconfigs/easybuild/easyconfigs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018b-OpenBLAS-0.3.1.eb: Failed to

Re: [easybuild] Can't get local install to work

2019-11-18 Thread Kenneth Hoste
On 18/11/2019 21:50, Niek de Klein wrote: Hi Kenneth, I spoke too soon, some of my installations work but not all. When I try to isntall Autoconf-2.69-foss-2018.eb I get ERROR: Failed to process easyconfig

Re: [easybuild] Can't get local install to work

2019-11-18 Thread Niek de Klein
Hi Kenneth, I spoke too soon, some of my installations work but not all. When I try to isntall Autoconf-2.69-foss-2018.eb I get ERROR: Failed to process easyconfig /groups/umcg-biogen/tmp01/apps/easybuild-easyconfigs/easybuild/easyconfigs/a/Autoconf/Autoconf-2.69-foss-2018b.eb: Failed to

Re: [easybuild] Can't get local install to work

2019-11-18 Thread Niek de Klein
Hi Kenneth, Thanks for your help! 1. is solved now with your suggestion of EASYBUILD_DISABLE_ENFORCE_CHECKSUMS=1 Now that the bootstrap.py ran correctly it can also find the easybuild files in the location that I have configured, so this solves 1 and 2 as well. Thanks, Niek On Mon, Nov 18,

Re: [easybuild] Can't get local install to work

2019-11-18 Thread Kenneth Hoste
Dear Niek, Sorry that you're hitting these issues, let's try and get them sorted... On 18/11/2019 20:00, Niek de Klein wrote: Hi all, I am trying to have my own installation of EasyBuild, but I have 3 problems: 1. When I try to run bootstrap.py it gives an error that md5sums are missing,