Hi Kenneth, > Op 21 mrt. 2017, om 11:30 heeft Kenneth Hoste <[email protected]> het > volgende geschreven: > > On 21/03/2017 11:21, Backeljauw Franky wrote: >> I want to install EasyBuild on a new system (running centos7) using >> bootstrap_eb.py, but that is not installing anything. >> In fact, it just creates an empty modules/all directory and then it says it >> has been successfully installed. >> I have set EASYBUILD_BOOTSTRAP_DEBUG=yes from which I attach the output here. >> I hope someone can help me determine what’s wrong… > > For some reason, the installation in stage 2 is being done under using > "--extended-dry-run --stop=fetch", which is of course not going to work. > It's not clear to me why it's going this though... Does it ring any bells for > you? > Maybe you have these set in your configuration file at > $HOME.config/easybuild/config.cfg which I see is being picked up?
Yes (1), I have this in our default config file to avoid the default eb executable from installing anything (we use aliases for that with specific config files). > In any case, it’s clear that the bootstrap script needs to be some more > checking before declaring success... Yes (2), I guess the bootstrap should ignore generate it’s own config file and use that one instead. Now it installs properly. Phew. Thanks for quick solution :-p — Regards, Franky

