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

Module hiden with SitePackage.lua is unfindable #735

Open
wpoely86 opened this issue Nov 21, 2024 · 3 comments
Open

Module hiden with SitePackage.lua is unfindable #735

wpoely86 opened this issue Nov 21, 2024 · 3 comments

Comments

@wpoely86
Copy link
Contributor

With the Lmod version in EPEL (Lmod-8.7.53-1.el8.x86_64) we are having issues with modules hidden in the SitePackage.lua. The logic can be found here: https://github.com/vub-hpc/Lmod-config/blob/main/SitePackage.lua#L239-L246

This works well until we updated to 8.7.53. Now the module is not visible at all. Neither ml --show_hidden spider or ml --show_hidden av show it. Module that load it as a dependency fail to load. Removing the lines in our SitePackage.lua fixes the issue (but the module is no longer hidden).

In attachment I've added two files:

  • output-broken.txt.gz: This is the output of ml -D --ignore-cache --show_hidden spider JupyterHub.
  • output-unhidden.txt.gz. This is the same output but with the line of JupyterHub removed in the SitePackage.lua.
@rtmclay
Copy link
Member

rtmclay commented Nov 22, 2024

I do not have a fix yet but I can reproduce this issue. I'll keep you updated on progress on this issue.

@rtmclay
Copy link
Member

rtmclay commented Nov 22, 2024

I am unclear on what you mean by:

Module that load it as a dependency fail to load.

How are you loading this dependency? Is with the version or not?

@wpoely86
Copy link
Contributor Author

How are you loading this dependency? Is with the version or not?

As a version locked dependency (it are all EasyBuild generate module files):

depends_on("JupyterHub/4.1.5-GCCcore-12.3.0")

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

No branches or pull requests

2 participants