Issue with O2Physics Installation Almalinux 8

Dear Experts,

I have problem with installation about o2physics,when i execute order (aliBuild build O2Physics --defaults o2, aliBuild init O2Physics@master --defaults o2 )it will report an error,reinstalling the system and deleting entire folders is not useful.

==> Compiling O2@daily-20240729-0200 (use --debug for full output): done
==> Compiling O2Physics@master (use --debug for full output): failed
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: Error while executing /home/carlo/alice/sw/SPECS/slc8_x86-64/O2Physics/master-local1/build.sh on `zdc.ca.infn.it’.
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: Log can be found in /home/carlo/alice/sw/BUILD/O2Physics-latest/log
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: Please upload it to CERNBox/Dropbox if you intend to request support.
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: Build directory is /home/carlo/alice/sw/BUILD/O2Physics-latest/O2Physics.
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0:
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: Note that you have packages in development mode.
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: Devel sources are not updated automatically, you must do it by hand.
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0:
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: This problem might be due to one or more outdated devel sources.
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: To update all development packages required for this build it is usually sufficient to do:
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0:
2024-07-29@12:03:44:ERROR:O2Physics:O2Physics:0: ( cd O2Physics && git pull --rebase )
I attach the error log:
log.txt (439.4 KB)
Do you have any suggestions?
Thanks
Carlo

Hello Carlo,

I believe you’re running out of memory during the compilation, could you try limiting the jobs aliBuild uses? e.g. aliBuild build -j 4 O2Physics --defaults o2

Best,
Sergio

Dear Sergio,
Yes, I solved it using the -j option. It was really a problem of out memory
Cheers
Carlo