O2 build error after git-pulling dev [ubuntu 20.04]

Dear all,

after git-pulling today’s dev I obtained errors during build O2-latest:
In file included from /home/evdokimov/alice/sw/ubuntu2004_x86-64/boost/v1.74.0-1/include/boost/histogram/
indexed.hpp:12,
from /home/evdokimov/alice/sw/ubuntu2004_x86-64/boost/v1.74.0-1/include/boost/histogram/
algorithm/empty.hpp:11,
from /home/evdokimov/alice/sw/ubuntu2004_x86-64/boost/v1.74.0-1/include/boost/histogram/
algorithm.hpp:15,
from /home/evdokimov/alice/sw/ubuntu2004_x86-64/boost/v1.74.0-1/include/boost/histogram.
hpp:27,
from /home/evdokimov/alice/sw/SOURCES/O2/dev/0/Common/Utils/include/CommonUtils/BoostHis
togramUtils.h:32,
from /home/evdokimov/alice/sw/BUILD/O2-latest/O2/Common/Utils/G__O2CommonUtils.cxx:42:
/home/evdokimov/alice/sw/ubuntu2004_x86-64/boost/v1.74.0-1/include/boost/histogram/axis/traits.hpp:411:41: error: return type specified for deduction guide
411 | constexpr unsigned rank(const Axis& axis) {
| ^
I bet it’s not what expected. Any hints how to get rid of this?
Please find full log & output at cernbox:
https://cernbox.cern.ch/index.php/s/hByO1yDwicykTk2

Thanks & regards,
Sergey

Dear all,

thank you very much for your attention! Solution seems to be simple:
cd ~/alice/alidist && git pull --rebase
cd ~/alice/
aliBuild build O2 --defaults o2
Credit goes to Yuri Kharlov.

Thanks & regards,
Sergey