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

Missing dependencies #223

Open
glarocca opened this issue Jan 19, 2018 · 2 comments
Open

Missing dependencies #223

glarocca opened this issue Jan 19, 2018 · 2 comments
Assignees

Comments

@glarocca
Copy link

glarocca commented Jan 19, 2018

Hi,

There are missing libraries when a module is loaded:

]$ module use /cvmfs/code-rade.africa-grid.org/modules/libraries/
]$ module add gcc/6.3.0

ncurses/6.0(11):ERROR:102: Tcl command execution failed: setenv       NCURSES_DIR                 $::env(CVMFS_DIR)/$::env(SITE)/$::env(OS)/$::env(ARCH)/ncurses/6.0

gmp/6.1.0(11):ERROR:102: Tcl command execution failed: setenv GMP_DIR           $::env(CVMFS_DIR)/$::env(SITE)/$::env(OS)/$::env(ARCH)/gmp/6.1.0

mpfr/3.1.5(8):ERROR:151: Module 'mpfr/3.1.5' depends on one of the module(s) 'gmp/6.1.0'
mpfr/3.1.5(8):ERROR:102: Tcl command execution failed: prereq gmp

mpc/1.0.3(8):ERROR:151: Module 'mpc/1.0.3' depends on one of the module(s) 'mpfr/3.1.5 mpfr/3.1.2'
mpc/1.0.3(8):ERROR:102: Tcl command execution failed: prereq mpfr

gcc/6.3.0(11):ERROR:102: Tcl command execution failed: setenv GCC_DIR $::env(CVMFS_DIR)/$::env(SITE)/$::env(OS)/$::env(ARCH)/gcc/6.3.0
@brucellino
Copy link
Member

hi @glarocca

Thanks very much for reporting the issue. I suspect that this could be related to #222, but in case not, could you please provide the CODE-RADE build version (cat /cvmfs/code-rade.africa-grid.org/version)

It looks like some of the site variables are not being set ($OS, $ARCH, etc). This should be resolved by the setup script (use.sh) or the profile on the machine.

@glarocca
Copy link
Author

Hi @brucellino

[centos@test ~]$ cat /cvmfs/code-rade.africa-grid.org/version
FR3 Build 312 triggered by pcre

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

No branches or pull requests

2 participants