-
Notifications
You must be signed in to change notification settings - Fork 112
FAQ and common issues
- Linux
- Current OS of lxplus and HTCondor (RHEL9 at the time of writing)
- Current Ubuntu LTS on a best effort basis
- Whatever distribution @olantwin is using
- Other distributions or OS's might be supported if there is enough interest.
On some platforms (e.g. SLC9), aliBuild does not use any packagres from the system. To make sure system packages can be used where possible, pass the --always-prefer-system
flag.
This issue should be solved as of aliBuild 1.17.3
This is a recent-ish change in git you might have to tell git to treat shipdist
as a safe directory the first time you set up the SHiP environment:
git config --global --add safe.directory /cvmfs/ship.cern.ch/24.01/shipdist
Above-mentioned git security feature also crashes alibuild without a useful error message.
The solution is again to add a security exception for $SHIPDIST
:
git config --global --add safe.directory /cvmfs/ship.cern.ch/24.01/shipdist
lbenv
is known to break the current SHiP software stack. Please configure lbenv
to not load automatically, in order to avoid this issue. With correct configuration, LHCb and SHiP software can happily coexist within the same computing account.