Hi everyone,
I’m encountering an issue while trying to build O2 with aliBuild
. The build fails when it reaches the Python-modules-list@1.0
. Here’s the error I keep getting:
==> Building Python-modules-list@1.0
==> Python-modules-list is being built (use --debug for full output): failed
ERROR: Error while executing /home/paulo/Software/alice/sw/SPECS/ubuntu2404_x86-64/Python-modules-list/1.0-local1/build.sh on `paulo-fetter’.
ERROR: Log can be found in /home/paulo/Software/alice/sw/BUILD/Python-modules-list-latest/log
ERROR: Please upload it to CERNBox/Dropbox if you intend to request support.
ERROR: Build directory is /home/paulo/Software/alice/sw/BUILD/Python-modules-list-latest/Python-modules-list.
I checked the log and found the following:
++ mkdir -p /home/paulo/Software/alice/sw/INSTALLROOT/f28f207e54d379aacff059b43f04a298aaa697bc/ubuntu2404_x86-64/Python-modules-list/1.0-local1/etc/modulefiles
++ alibuild-generate-module
BUILD_REQUIRES=alibuild-recipe-tools defaults-release
FULL_BUILD_REQUIRES=alibuild-recipe-tools defaults-release
DEFAULTS_RELEASE is a build_requires. Skipping loading the associated module.
I also tried building O2Physics using aliBuild build O2Physics
and encountered the same error with the Python-modules-list
.
Does anyone have any suggestions on how to resolve this issue? Thank you in advance for your help!