aliBuild O2 fails at compiling arrow

Dear O2 experts,

aliBuild build O2 --defaults o2 encounters an error at compiling arrow.

gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)

Please find the log at:
https://cernbox.cern.ch/index.php/s/LYD1IoQAJLzlDhw

Shiming

Dear Shiming,
I am definitely not an expert, but I had the same issue and I solved it in the following way:
brew uninstall --ignore-dependencies apache-arrow
brew install alisw/system-deps/o2-full-deps
and then building again.
I hope this will work also for you.
Kind regards, Ch.

Hi Chiara, sorry for the late reply.

The issue was one of the repos (libtirpc) is on a server that only opens git:// protocal, and it happens that git:// protocol is blocked on our network.
SO we mirrored the repo and modified the script.

THanks for your help.
CHeers