-
Notifications
You must be signed in to change notification settings - Fork 172
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
How do I compile custom xcat dep? #7443
Comments
Please check |
Thank you for your reply. |
xcat-dep is a little bit harder because the scripts are built to work in an IBM environment only. But xcat-core you can compile like this: Use CentOS/Alma/Rocky 8 container or VM and run:
|
After following your instructions, I encountered an error as follows. I noticed that all the rpm packages in the error section need to be compiled in xcat dep. Is it not possible for me to compile and generate them
|
@WZT666-dev Please add xcat-dep repository details into your yum config. that will fix the above issue, given that yum is being used. Please visit http://xcat.org/download.html for details. Please note that all the above information is also available in the xcat documentation at https://xcat-docs.readthedocs.io/en/stable/index.html |
I downloaded the project source code and executed it/ Builddep.sh, but an error occurred:
Error: This script is intended to be used by xCAT development
Error: The GSA directory (/gsa/pokgsa/projects/x/xcat/build/Linux/xcat dep) does not appear to be mounted, cannot continue!
I modified builddep.sh to specify the directory of xcat dep under/root, but a new error occurred:
===>Making sure that the mklocalrepo.sh file contains execute permission
Ls: cannot access/root/xcat core// Xcat dep build/xcat dep/mklocalrepo. sh: No such file or directory
===>-- find not execute, changing+x
Chmod: cannot access'/root/xcat core// Xcat dep build/xcat dep/mklocalrepo. sh ': No such file or directory
===>Checking if 'replacelinks' is in the xcat deps, removing if there
===>Building the tarball at:/root/xcat core// Xcat dep build
===>Creating xcat dep-202405282128. tar. bz2
How do I compile and generate rpm packages related to xcat dep?
The text was updated successfully, but these errors were encountered: