OK, I started up a whole new window and got stuck at
becker26: setup build ERROR: product scons with version svn cannot be found. ERROR: REQUIRED SETUP scons svn failed ERROR: REQUIRED UNSETUP scons svn failed FATAL ERROR: setup failed
So try a newer version of build?
becker111: lsstpkg fetch build
eups distrib -i -C build
Installing 1.4 of build
INFO : Modifying current.chain for termcap 1.3.1 (flavor: Linux64)
INFO : Modifying current.chain for tcltk 8.5a4 (flavor: Linux64)
INFO : Modifying current.chain for readline 5.2 (flavor: Linux64)
INFO : Modifying current.chain for python 2.5 (flavor: Linux64)
INFO : Modifying current.chain for sconsDistrib 0.97 (flavor: Linux64)
INFO : Modifying current.chain for sconsUtils 1.18 (flavor: Linux64)
Package [build-1.4] found in [LSST]...
Using PYTHON_DIR=/lsst/lsst_root_new/Linux64/external/python/2.5
Using SCONSDISTRIB_DIR=/lsst/lsst_root_new/Linux64/external/sconsDistrib/0.97
downloading and extracting build-1.4...
Downloading [build-1.4.tar.gz] from [http://dev.lsstcorp.org/pkgs/deploy/build/1.4]...
Untarring [build-1.4.tar.gz]...
building and installing build-1.4...
Package [/lsst/lsst_root_new/Linux64:LSST:build-1.4] not [installed]:
scons: Reading SConscript files ...
AttributeError: 'NoneType' object has no attribute 'path':
File "/lsst/lsst_root_new/Linux64/external/build/build-1.4/SConstruct", line 7:
import lsst.SConsUtils as scons
File "/lsst/becker/lsst_devel/DMS/base/python/lsstimport.py", line 35:
for d in sys.path:
Pacman failed to install LSST:build-1.4
Why does everything try and use build? I can't even build build!?!?
Maybe its python?
becker113: lsstpkg fetch python eups distrib -i -C python Installing 2.5 of python INFO : Modifying current.chain for termcap 1.3.1 (flavor: Linux64) INFO : Modifying current.chain for tcltk 8.5a4 (flavor: Linux64) INFO : Modifying current.chain for readline 5.2 (flavor: Linux64) INFO : Modifying current.chain for python 2.5 (flavor: Linux64)
Did not help...
I will fully and truly start over…
cd $LSST_HOME/ cd ../ mv lsst_root lsst_root_dc2 mkdir lsst_root_dms setenv LSST_HOME /lsst/lsst_root_dms cd $LSST_HOME/ curl -o newinstall.sh http://dev.lsstcorp.org/pkgs/newinstall.sh sh newinstall.sh source loadLSST.csh lsstpkg fetch LSSTPipe
