Hello,
I am trying install lsst_sims pacakges version (w_2019_42) insider a docker container running with Centos:7 base image. Everything works fine until the building of ‘sims_utils-2.13.0.sims-4-g46f9fdc’. Can someone help me out? Thanks!
The error message is shown below:
[ 75/112 ] sims_utils 2.13.0.sims-4-g46f9fdc ...
***** error: from /home/lsst/stack/miniconda3-4.5.12-1172c30/EupsBuildDir/Linux64/sims_utils-2.13.0.sims-4-g46f9fdc/build.log:
Checking who built the CC compiler...gcc=6.3.1
CC is gcc version 6.3.1
Checking for C++14 support
Checking whether the C++ compiler works... yes
C++14 supported with '-std=c++14'
Setting up environment to build package 'sims_utils'.
Running pytest with 4 processes
pytest: running on 22 Python test files.
scons: done reading SConscript files.
scons: Building targets ...
scons: Nothing to be done for `python'.
scons: Nothing to be done for `examples'.Cannot guess fingerprint without .git directory; will be set to '0x0'.
running global pytest...
sh: /home/lsst/stack/miniconda3-4.5.12-1172c30/Linux64/pytest/3.6.2.lsst2+2/bin/pytest: /build/python/miniconda3-4.5.12/envs/lsst-scipipe-1172c30/bin/python: bad interpreter: No such file or directory
Global pytest run: failed with 126
mv: cannot stat 'tests/.tests/pytest-sims_utils.xml.out': No such file or directory
scons: *** [tests/.tests/pytest-sims_utils.xml] Error 1
scons: building terminated because of errors.
+ exit -4
eups distrib: Failed to build sims_utils-2.13.0.sims-4-g46f9fdc.eupspkg: Command:
source "/home/lsst/eups/2.1.5/bin/setups.sh"; export EUPS_PATH="/home/lsst/stack/miniconda3-4.5.12-1172c30"; (/home/lsst/stack/miniconda3-4.5.12-1172c30/EupsBuildDir/Linux64/sims_utils-2.13.0.sims-4-g46f9fdc/build.sh) >> /home/lsst/stack/miniconda3-4.5.12-1172c30/EupsBuildDir/Linux64/sims_utils-2.13.0.sims-4-g46f9fdc/build.log 2>&1 4>/home/lsst/stack/miniconda3-4.5.12-1172c30/EupsBuildDir/Linux64/sims_utils-2.13.0.sims-4-g46f9fdc/build.msg
exited with code 252
Weixiang