Skip to content
New issue

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

Trouble with DB-18.1.40 in foss-2020b #3830

Closed
cmfield opened this issue Sep 10, 2021 · 3 comments · Fixed by #3832
Closed

Trouble with DB-18.1.40 in foss-2020b #3830

cmfield opened this issue Sep 10, 2021 · 3 comments · Fixed by #3832
Milestone

Comments

@cmfield
Copy link

cmfield commented Sep 10, 2021

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..

@boegel
Copy link
Member

boegel commented Sep 10, 2021

@cmfield We'll need some more context here:

  • Which EasyBuild version? Which OS?
  • How is EasyBuild configured? (please share the output of eb --show-config)
  • Which exact eb command are you running?

The ./ start of that path seems to suggest you're using a relative path somewhere in your EasyBuild configuration, perhaps?

@boegel
Copy link
Member

boegel commented Sep 12, 2021

@cmfield I can reproduce this problem by using a relative path for --sourcepath, for example with:

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.

We'll fix this in the EasyBuild framework itself, by resolving relative paths to the corresponding absolute paths early on...

@boegel boegel transferred this issue from easybuilders/easybuild-easyconfigs Sep 12, 2021
@boegel boegel added this to the next release (4.4.3?) milestone Sep 12, 2021
@cmfield
Copy link
Author

cmfield commented Sep 13, 2021

Ah, I was hoping it was something silly like that. Thanks for the super swift response, on a weekend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants