Oliver Lantwin
Oliver Lantwin
We've also recently discovered this issue when using alienv with the CERN HTCondor batch system and the sw directory on a shared file-system. Until the underlying problem can be fixed,...
Just ran into this issue while trying to refresh my memory of the exact syntax of LinkDefs (instead of just copy/pasting existing ones and experimentally adapting them). Only the User...
> Can you also point us to where shipdist is located? https://github.com/ShipSoft/shipdist with the only modification being the new `prefer_system_check`
> What's your "prefer_system:" (without check)? Maybe we are mishandling that. For that package nothing yet, but when passing `--always-prefer-system` that should not matter? When passing a constant `prefer_system_check` it...
This still seems to be an issue with aliBuild 1.17.12. Steps to reproduce: 1. Set up environment from CVMFS ```bash CVMFS_DIRECTORY_PATH=/cvmfs/ship.cern.ch/24.10/ ARCHITECTURE=$(aliBuild architecture) WORK_DIR="${CVMFS_DIRECTORY_PATH}/sw/" source "${CVMFS_DIRECTORY_PATH}/sw/${ARCHITECTURE}/FairShip/latest/etc/profile.d/init.sh" ``` 2. `aliDoctor FairShip...