We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installation of foss-2020b fails at DB, and separate installation also fails:
Failed to read ./generic/eb_v4.3.4/ConfigureMake/config.guess
I have no idea..
The text was updated successfully, but these errors were encountered:
@cmfield We'll need some more context here:
eb --show-config
eb
The ./ start of that path seems to suggest you're using a relative path somewhere in your EasyBuild configuration, perhaps?
./
Sorry, something went wrong.
@cmfield I can reproduce this problem by using a relative path for --sourcepath, for example with:
--sourcepath
eb DB-18.1.40-GCCcore-10.2.0.eb --sourcepath .
This is essentially the same problem as reported in #3619.
The workaround/fix is simple: don't use a relative path, use $PWD rather than . in this specific case.
$PWD
.
We'll fix this in the EasyBuild framework itself, by resolving relative paths to the corresponding absolute paths early on...
Ah, I was hoping it was something silly like that. Thanks for the super swift response, on a weekend!
Successfully merging a pull request may close this issue.
Installation of foss-2020b fails at DB, and separate installation also fails:
Failed to read ./generic/eb_v4.3.4/ConfigureMake/config.guess
I have no idea..
The text was updated successfully, but these errors were encountered: