aliBuild init problem

If I follow
https://alice-doc.github.io/alice-analysis-tutorial/building/build.html
after typing
aliBuild init O2@dev
I got errors:
[rl@ctpo2cs8 alice]$ aliBuild init O2@dev
ERROR: Specified default `release’ is not compatible with the packages you want to build.
ERROR: Valid defaults:
ERROR:
ERROR: - alo
ERROR: - o2
ERROR: - o2-dataflow
ERROR: - o2-dev-fairroot
ERROR: - o2-epn
ERROR: - o2-prod
[rl@ctpo2cs8 alice]$

Hi @lietava, either update your alibuild to v1.12.0 or use aliBuild init --defaults o2 O2@dev.

1 Like

Thanks.