lsst-sims / legacy_lsst_sims

Repository for LSST Simulations metapackage
0 stars 2 forks source link

Mac OSX 10.9.5 LSST_SIMS Install Errors #2

Open JPGlaser opened 9 years ago

JPGlaser commented 9 years ago

Hey Everyone,

I have been trying to get the LSST Sims package installed locally on my workstation's iMac (since that seems to be the OS used by the group here) and have been having quite a lot of difficulties. The first problem was caused by GalSim, which was fixed upon reinstalling the LSST Stack from an install file with the GalSim fix. However, now I am receiving an error from healpy 1.8.1+6 (which is the same error regardless of instillation process). It is as follows:

[ 33/65 ]  healpy 1.8.1+6 ...

***** error: from /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/build.log:
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/command/build.py", line 127, in run
    self.run_command(cmd_name)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/command/build_clib.py", line 116, in run
    self.build_libraries(self.libraries)
  File "setup.py", line 304, in build_libraries
    for key, value in self.build_library(lib_name, **build_info).items():
  File "setup.py", line 242, in build_library
    check_call(cmd, cwd=build_temp, env=self._environ)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2
+ exit -4
eups distrib: Failed to build healpy-1.8.1+6.eupspkg: Command:
    source /Users/jglaser/lsst/eups/bin/setups.sh; export EUPS_PATH=/Users/jglaser/lsst; (/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/build.sh) >> /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/build.log 2>&1 4>/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/build.msg 
exited with code 252

Any ideas on a fix for this?

~ Joe

SimonKrughoff commented 9 years ago

Can you attach the build log? It looks like it is here: /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/build.log

It might help, but it seems like the problem is in calling make. You must have make installed since you've installed the stack, but just to make sure, can you test to see if make is in your path in the shell where you are installing the stack?

JPGlaser commented 9 years ago

Make seems to be just fine in the main shell. Here's the log:

+ cd /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6
+ . /Users/jglaser/lsst/eups/bin/setups.sh
++ export EUPS_SHELL=sh
++ EUPS_SHELL=sh
++ '[' /Users/jglaser/lsst/eups '!=' '' ']'
+++ echo /Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
+++ perl -pe 's|:/Users/jglaser/lsst/eups/bin||g'
++ PATH=/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin
+++ echo /Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
+++ perl -pe 's|:/Users/jglaser/lsst/eups/python||g'
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python
++ export EUPS_DIR
+++ python -E -S -c '
import sys
pp = []
for d in sys.argv[1].split(":"):
    if d and d not in pp:
        pp += [d]
if not sys.argv[2] in pp:
    pp = [sys.argv[2]] + pp
print ":".join(pp)' /Users/jglaser/lsst /Users/jglaser/lsst
++ export EUPS_PATH=/Users/jglaser/lsst
++ EUPS_PATH=/Users/jglaser/lsst
++ export SETUP_EUPS=eups
++ SETUP_EUPS=eups
++ unset PROD_DIR_PREFIX
++ unset PRODUCTS
++ export PATH=/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ '[' X/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python '!=' X ']'
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ '[' X '!=' X -a -f /Users/jglaser/lsst/eups/etc/bash_completion.d/eups ']'
+ tar xzvf /var/folders/nf/k_f8l1qj5n18zfx809bbl2680000gw/T/eups/distrib/healpy_MTrCVZ
healpy-1.8.1+6/
healpy-1.8.1+6/upstream/
healpy-1.8.1+6/upstream/healpy-1.8.1.tar.gz
healpy-1.8.1+6/ups/
healpy-1.8.1+6/ups/pkginfo
healpy-1.8.1+6/ups/healpy.table
healpy-1.8.1+6/ups/eupspkg.cfg.sh
healpy-1.8.1+6/patches/
healpy-1.8.1+6/patches/no-pyfits_pykg-config.patch
healpy-1.8.1+6/patches/matplotlib-1.4-moved-_process_plot_format.patch
++ find . -maxdepth 1 -type d '!' -name '.*'
++ head -n 1
+ PKGDIR=./healpy-1.8.1+6
+ test '!' -z ./healpy-1.8.1+6
+ cd ./healpy-1.8.1+6
+ [[ ! -e ./ups/eupspkg ]]
+ mkdir -p ./ups
+ ln -s /Users/jglaser/lsst/eups/lib/eupspkg.sh ups/eupspkg
+ setup --just --type=build cfitsio 3360.lsst1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build cfitsio 3360.lsst1
+ eval export 'CFITSIO_DIR=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'CFITSIO_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/cfitsio/3360.lsst1;' export 'SETUP_CFITSIO='\''cfitsio' 3360.lsst1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export CFITSIO_DIR=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1
++ CFITSIO_DIR=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export CFITSIO_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/cfitsio/3360.lsst1
++ CFITSIO_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/cfitsio/3360.lsst1
++ export 'SETUP_CFITSIO=cfitsio 3360.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_CFITSIO='cfitsio 3360.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
+ setup --just --type=build doxygen 1.8.5
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build doxygen 1.8.5
+ eval export PATH=/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export PATH=/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
+ setup --just --type=build eigen 3.2.0
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build eigen 3.2.0
+ eval export 'SETUP_EIGEN='\''eigen' 3.2.0 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'EIGEN_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/eigen/3.2.0;' export EIGEN_DIR=/Users/jglaser/lsst/DarwinX86/eigen/3.2.0
++ export 'SETUP_EIGEN=eigen 3.2.0 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_EIGEN='eigen 3.2.0 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export EIGEN_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/eigen/3.2.0
++ EIGEN_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/eigen/3.2.0
++ export EIGEN_DIR=/Users/jglaser/lsst/DarwinX86/eigen/3.2.0
++ EIGEN_DIR=/Users/jglaser/lsst/DarwinX86/eigen/3.2.0
+ setup --just --type=build fftw 3.3.3
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build fftw 3.3.3
+ eval export 'FFTW_DIR=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3;' export 'PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export 'FFTW_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/fftw/3.3.3;' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'SETUP_FFTW='\''fftw' 3.3.3 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export FFTW_DIR=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3
++ FFTW_DIR=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3
++ export PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export FFTW_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/fftw/3.3.3
++ FFTW_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/fftw/3.3.3
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export 'SETUP_FFTW=fftw 3.3.3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_FFTW='fftw 3.3.3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
+ setup --just --type=build gsl 1.16.lsst1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build gsl 1.16.lsst1
+ eval export 'GSL_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/gsl/1.16.lsst1;' export 'GSL_DIR=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1;' export 'PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'SETUP_GSL='\''gsl' 1.16.lsst1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export GSL_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/gsl/1.16.lsst1
++ GSL_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/gsl/1.16.lsst1
++ export GSL_DIR=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1
++ GSL_DIR=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1
++ export PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export 'SETUP_GSL=gsl 1.16.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_GSL='gsl 1.16.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build minuit2 5.28.00
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build minuit2 5.28.00
+ eval export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'MINUIT2_DIR=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'MINUIT2_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/minuit2/5.28.00;' export 'SETUP_MINUIT2='\''minuit2' 5.28.00 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export MINUIT2_DIR=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00
++ MINUIT2_DIR=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export MINUIT2_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/minuit2/5.28.00
++ MINUIT2_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/minuit2/5.28.00
++ export 'SETUP_MINUIT2=minuit2 5.28.00 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_MINUIT2='minuit2 5.28.00 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build mysqlclient 5.1.73.lsst1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build mysqlclient 5.1.73.lsst1
+ eval export 'PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'MYSQLCLIENT_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/mysqlclient/5.1.73.lsst1;' export 'SETUP_MYSQLCLIENT='\''mysqlclient' 5.1.73.lsst1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'MYSQL_INCLUDE_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/include/mysql;' export MYSQLCLIENT_DIR=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1
++ export PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export MYSQLCLIENT_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/mysqlclient/5.1.73.lsst1
++ MYSQLCLIENT_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/mysqlclient/5.1.73.lsst1
++ export 'SETUP_MYSQLCLIENT=mysqlclient 5.1.73.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_MYSQLCLIENT='mysqlclient 5.1.73.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export MYSQL_INCLUDE_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/include/mysql
++ MYSQL_INCLUDE_PATH=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/include/mysql
++ export MYSQLCLIENT_DIR=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1
++ MYSQLCLIENT_DIR=/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1
+ setup --just --type=build pyephem 3.7.5.1.lsst1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build pyephem 3.7.5.1.lsst1
+ eval export 'PYEPHEM_DIR=/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1;' export 'SETUP_PYEPHEM='\''pyephem' 3.7.5.1.lsst1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python;' export PYEPHEM_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pyephem/3.7.5.1.lsst1
++ export PYEPHEM_DIR=/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1
++ PYEPHEM_DIR=/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1
++ export 'SETUP_PYEPHEM=pyephem 3.7.5.1.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_PYEPHEM='pyephem 3.7.5.1.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ export PYEPHEM_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pyephem/3.7.5.1.lsst1
++ PYEPHEM_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pyephem/3.7.5.1.lsst1
+ setup --just --type=build python 0.0.3
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build python 0.0.3
+ eval export 'PYTHON_DIR=/Users/jglaser/lsst/DarwinX86/python/0.0.3;' export 'SETUP_PYTHON='\''python' 0.0.3 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export PYTHON_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/python/0.0.3
++ export PYTHON_DIR=/Users/jglaser/lsst/DarwinX86/python/0.0.3
++ PYTHON_DIR=/Users/jglaser/lsst/DarwinX86/python/0.0.3
++ export 'SETUP_PYTHON=python 0.0.3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_PYTHON='python 0.0.3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export PYTHON_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/python/0.0.3
++ PYTHON_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/python/0.0.3
+ setup --just --type=build sims_dustmaps 10.1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build sims_dustmaps 10.1
+ eval export 'SIMS_DUSTMAPS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sims_dustmaps/10.1;' export 'SIMS_DUSTMAPS_DIR=/Users/jglaser/lsst/DarwinX86/sims_dustmaps/10.1;' export 'SETUP_SIMS_DUSTMAPS='\''sims_dustmaps' 10.1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export SIMS_DUSTMAPS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sims_dustmaps/10.1
++ SIMS_DUSTMAPS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sims_dustmaps/10.1
++ export SIMS_DUSTMAPS_DIR=/Users/jglaser/lsst/DarwinX86/sims_dustmaps/10.1
++ SIMS_DUSTMAPS_DIR=/Users/jglaser/lsst/DarwinX86/sims_dustmaps/10.1
++ export 'SETUP_SIMS_DUSTMAPS=sims_dustmaps 10.1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_SIMS_DUSTMAPS='sims_dustmaps 10.1 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build sims_sed_library 2014.10.06
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build sims_sed_library 2014.10.06
+ eval export 'SIMS_SED_LIBRARY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sims_sed_library/2014.10.06;' export 'SIMS_SED_LIBRARY_DIR=/Users/jglaser/lsst/DarwinX86/sims_sed_library/2014.10.06;' export 'SETUP_SIMS_SED_LIBRARY='\''sims_sed_library' 2014.10.06 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export SIMS_SED_LIBRARY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sims_sed_library/2014.10.06
++ SIMS_SED_LIBRARY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sims_sed_library/2014.10.06
++ export SIMS_SED_LIBRARY_DIR=/Users/jglaser/lsst/DarwinX86/sims_sed_library/2014.10.06
++ SIMS_SED_LIBRARY_DIR=/Users/jglaser/lsst/DarwinX86/sims_sed_library/2014.10.06
++ export 'SETUP_SIMS_SED_LIBRARY=sims_sed_library 2014.10.06 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_SIMS_SED_LIBRARY='sims_sed_library 2014.10.06 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build swig 3.0.2.lsst1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build swig 3.0.2.lsst1
+ eval export 'SETUP_SWIG='\''swig' 3.0.2.lsst1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'SWIG_DIR=/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1;' export 'SWIG_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/swig/3.0.2.lsst1;' export PATH=/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export 'SETUP_SWIG=swig 3.0.2.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_SWIG='swig 3.0.2.lsst1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export SWIG_DIR=/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1
++ SWIG_DIR=/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1
++ export SWIG_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/swig/3.0.2.lsst1
++ SWIG_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/swig/3.0.2.lsst1
++ export PATH=/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
+ setup --just --type=build throughputs master-ga98b3deed1
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build throughputs master-ga98b3deed1
+ eval export 'THROUGHPUTS_DIR=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1;' export 'LSST_THROUGHPUTS_BASELINE=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1/baseline/;' export 'THROUGHPUTS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/throughputs/master-ga98b3deed1;' export 'SETUP_THROUGHPUTS='\''throughputs' master-ga98b3deed1 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export LSST_THROUGHPUTS_DEFAULT=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1/baseline/
++ export THROUGHPUTS_DIR=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1
++ THROUGHPUTS_DIR=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1
++ export LSST_THROUGHPUTS_BASELINE=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1/baseline/
++ LSST_THROUGHPUTS_BASELINE=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1/baseline/
++ export THROUGHPUTS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/throughputs/master-ga98b3deed1
++ THROUGHPUTS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/throughputs/master-ga98b3deed1
++ export 'SETUP_THROUGHPUTS=throughputs master-ga98b3deed1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_THROUGHPUTS='throughputs master-ga98b3deed1 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export LSST_THROUGHPUTS_DEFAULT=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1/baseline/
++ LSST_THROUGHPUTS_DEFAULT=/Users/jglaser/lsst/DarwinX86/throughputs/master-ga98b3deed1/baseline/
+ setup --just --type=build boost 1.55.0.1.lsst2+3
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build boost 1.55.0.1.lsst2+3
+ eval export 'BOOST_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/boost/1.55.0.1.lsst2+3;' export 'SETUP_BOOST='\''boost' 1.55.0.1.lsst2+3 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export BOOST_DIR=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3
++ export BOOST_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/boost/1.55.0.1.lsst2+3
++ BOOST_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/boost/1.55.0.1.lsst2+3
++ export 'SETUP_BOOST=boost 1.55.0.1.lsst2+3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_BOOST='boost 1.55.0.1.lsst2+3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export BOOST_DIR=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3
++ BOOST_DIR=/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3
+ setup --just --type=build mysqlpython 1.2.3+16
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build mysqlpython 1.2.3+16
+ eval export 'MYSQLPYTHON_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/mysqlpython/1.2.3+16;' export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python;' export 'MYSQLPYTHON_DIR=/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16;' export 'SETUP_MYSQLPYTHON='\''mysqlpython' 1.2.3+16 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export MYSQLPYTHON_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/mysqlpython/1.2.3+16
++ MYSQLPYTHON_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/mysqlpython/1.2.3+16
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ export MYSQLPYTHON_DIR=/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16
++ MYSQLPYTHON_DIR=/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16
++ export 'SETUP_MYSQLPYTHON=mysqlpython 1.2.3+16 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_MYSQLPYTHON='mysqlpython 1.2.3+16 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build numpy 0.0.1+5
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build numpy 0.0.1+5
+ eval export 'SETUP_NUMPY='\''numpy' 0.0.1+5 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'NUMPY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/numpy/0.0.1+5;' export NUMPY_DIR=/Users/jglaser/lsst/DarwinX86/numpy/0.0.1+5
++ export 'SETUP_NUMPY=numpy 0.0.1+5 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_NUMPY='numpy 0.0.1+5 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export NUMPY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/numpy/0.0.1+5
++ NUMPY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/numpy/0.0.1+5
++ export NUMPY_DIR=/Users/jglaser/lsst/DarwinX86/numpy/0.0.1+5
++ NUMPY_DIR=/Users/jglaser/lsst/DarwinX86/numpy/0.0.1+5
+ setup --just --type=build palpy 1.6+2
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build palpy 1.6+2
+ eval export 'SETUP_PALPY='\''palpy' 1.6+2 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'PALPY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/palpy/1.6+2;' export 'PALPY_DIR=/Users/jglaser/lsst/DarwinX86/palpy/1.6+2;' export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ export 'SETUP_PALPY=palpy 1.6+2 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_PALPY='palpy 1.6+2 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export PALPY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/palpy/1.6+2
++ PALPY_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/palpy/1.6+2
++ export PALPY_DIR=/Users/jglaser/lsst/DarwinX86/palpy/1.6+2
++ PALPY_DIR=/Users/jglaser/lsst/DarwinX86/palpy/1.6+2
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
+ setup --just --type=build pykg_config 1.2.0+5
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build pykg_config 1.2.0+5
+ eval export 'PYKG_CONFIG_DIR=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5;' export 'PYKG_CONFIG_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pykg_config/1.2.0+5;' export 'PATH=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python;' export 'SETUP_PYKG_CONFIG='\''pykg_config' 1.2.0+5 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export PYKG_CONFIG_DIR=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5
++ PYKG_CONFIG_DIR=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5
++ export PYKG_CONFIG_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pykg_config/1.2.0+5
++ PYKG_CONFIG_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pykg_config/1.2.0+5
++ export PATH=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+3/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ export 'SETUP_PYKG_CONFIG=pykg_config 1.2.0+5 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_PYKG_CONFIG='pykg_config 1.2.0+5 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build scons 2.3.0+4
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build scons 2.3.0+4
+ eval export 'SETUP_SCONS='\''scons' 2.3.0+4 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'SCONS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/scons/2.3.0+4;' export 'PATH=/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export SCONS_DIR=/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4
++ export 'SETUP_SCONS=scons 2.3.0+4 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_SCONS='scons 2.3.0+4 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export SCONS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/scons/2.3.0+4
++ SCONS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/scons/2.3.0+4
++ export PATH=/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export SCONS_DIR=/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4
++ SCONS_DIR=/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4
+ setup --just --type=build wcslib 4.14+7
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build wcslib 4.14+7
+ eval export 'WCSLIB_DIR=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7;' export 'SETUP_WCSLIB='\''wcslib' 4.14+7 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export WCSLIB_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/wcslib/4.14+7
++ export WCSLIB_DIR=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7
++ WCSLIB_DIR=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7
++ export 'SETUP_WCSLIB=wcslib 4.14+7 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_WCSLIB='wcslib 4.14+7 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export WCSLIB_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/wcslib/4.14+7
++ WCSLIB_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/wcslib/4.14+7
+ setup --just --type=build astrometry_net 0.50.1+6
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build astrometry_net 0.50.1+6
+ eval export 'ASTROMETRY_NET_DIR=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6;' export 'ASTROMETRY_NET_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/astrometry_net/0.50.1+6;' export 'SETUP_ASTROMETRY_NET='\''astrometry_net' 0.50.1+6 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ export ASTROMETRY_NET_DIR=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6
++ ASTROMETRY_NET_DIR=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6
++ export ASTROMETRY_NET_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/astrometry_net/0.50.1+6
++ ASTROMETRY_NET_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/astrometry_net/0.50.1+6
++ export 'SETUP_ASTROMETRY_NET=astrometry_net 0.50.1+6 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_ASTROMETRY_NET='astrometry_net 0.50.1+6 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
+ setup --just --type=build matplotlib 0.0.1+5
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build matplotlib 0.0.1+5
+ eval export 'MATPLOTLIB_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/matplotlib/0.0.1+5;' export 'MATPLOTLIB_DIR=/Users/jglaser/lsst/DarwinX86/matplotlib/0.0.1+5;' export 'SETUP_MATPLOTLIB='\''matplotlib' 0.0.1+5 -f DarwinX86 -Z '/Users/jglaser/lsst'\'''
++ export MATPLOTLIB_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/matplotlib/0.0.1+5
++ MATPLOTLIB_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/matplotlib/0.0.1+5
++ export MATPLOTLIB_DIR=/Users/jglaser/lsst/DarwinX86/matplotlib/0.0.1+5
++ MATPLOTLIB_DIR=/Users/jglaser/lsst/DarwinX86/matplotlib/0.0.1+5
++ export 'SETUP_MATPLOTLIB=matplotlib 0.0.1+5 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_MATPLOTLIB='matplotlib 0.0.1+5 -f DarwinX86 -Z /Users/jglaser/lsst'
+ setup --just --type=build pyfits 3.2.4.lsst1+3
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build pyfits 3.2.4.lsst1+3
+ eval export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python;' export 'PYFITS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pyfits/3.2.4.lsst1+3;' export 'SETUP_PYFITS='\''pyfits' 3.2.4.lsst1+3 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export PYFITS_DIR=/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/jglaser/lsst/eups/python
++ export PYFITS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pyfits/3.2.4.lsst1+3
++ PYFITS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/pyfits/3.2.4.lsst1+3
++ export 'SETUP_PYFITS=pyfits 3.2.4.lsst1+3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_PYFITS='pyfits 3.2.4.lsst1+3 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export PYFITS_DIR=/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3
++ PYFITS_DIR=/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3
+ setup --just --type=build sconsUtils w.2015.22
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build sconsUtils w.2015.22
+ eval export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python;' export 'SETUP_SCONSUTILS='\''sconsUtils' w.2015.22 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'SCONSUTILS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sconsUtils/w.2015.22;' export 'PATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/bin:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin;' export SCONSUTILS_DIR=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ export 'SETUP_SCONSUTILS=sconsUtils w.2015.22 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_SCONSUTILS='sconsUtils w.2015.22 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export SCONSUTILS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sconsUtils/w.2015.22
++ SCONSUTILS_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/sconsUtils/w.2015.22
++ export PATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/bin:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ PATH=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/bin:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/bin:/Users/jglaser/lsst/DarwinX86/scons/2.3.0+4/bin:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/bin:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/bin:/Users/jglaser/lsst/DarwinX86/swig/3.0.2.lsst1/bin:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/bin:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/bin:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/bin:/Users/jglaser/lsst/DarwinX86/doxygen/1.8.5/bin:/Users/jglaser/lsst/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/jglaser/lsst/eups/bin
++ export SCONSUTILS_DIR=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22
++ SCONSUTILS_DIR=/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22
+ setup --just --type=build astrometry_net_data 10.0+12
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build astrometry_net_data 10.0+12
+ eval export 'SETUP_ASTROMETRY_NET_DATA='\''astrometry_net_data' 10.0+12 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'ASTROMETRY_NET_DATA_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/astrometry_net_data/10.0+12;' export ASTROMETRY_NET_DATA_DIR=/Users/jglaser/lsst/DarwinX86/astrometry_net_data/10.0+12
++ export 'SETUP_ASTROMETRY_NET_DATA=astrometry_net_data 10.0+12 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_ASTROMETRY_NET_DATA='astrometry_net_data 10.0+12 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export ASTROMETRY_NET_DATA_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/astrometry_net_data/10.0+12
++ ASTROMETRY_NET_DATA_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/astrometry_net_data/10.0+12
++ export ASTROMETRY_NET_DATA_DIR=/Users/jglaser/lsst/DarwinX86/astrometry_net_data/10.0+12
++ ASTROMETRY_NET_DATA_DIR=/Users/jglaser/lsst/DarwinX86/astrometry_net_data/10.0+12
+ setup --just --type=build base w.2015.22
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build base w.2015.22
+ eval export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python;' export 'BASE_DIR=/Users/jglaser/lsst/DarwinX86/base/w.2015.22;' export 'SETUP_BASE='\''base' w.2015.22 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export BASE_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/base/w.2015.22
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ export BASE_DIR=/Users/jglaser/lsst/DarwinX86/base/w.2015.22
++ BASE_DIR=/Users/jglaser/lsst/DarwinX86/base/w.2015.22
++ export 'SETUP_BASE=base w.2015.22 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_BASE='base w.2015.22 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export BASE_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/base/w.2015.22
++ BASE_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/base/w.2015.22
+ setup --just --type=build geom w.2015.22
++ /Users/jglaser/lsst/eups/bin/eups_setup --just --type=build geom w.2015.22
+ eval export 'SETUP_GEOM='\''geom' w.2015.22 -f DarwinX86 -Z '/Users/jglaser/lsst'\'';' export 'PYTHONPATH=/Users/jglaser/lsst/DarwinX86/geom/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python;' export 'GEOM_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/geom/w.2015.22;' export GEOM_DIR=/Users/jglaser/lsst/DarwinX86/geom/w.2015.22
++ export 'SETUP_GEOM=geom w.2015.22 -f DarwinX86 -Z /Users/jglaser/lsst'
++ SETUP_GEOM='geom w.2015.22 -f DarwinX86 -Z /Users/jglaser/lsst'
++ export PYTHONPATH=/Users/jglaser/lsst/DarwinX86/geom/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/DarwinX86/geom/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ export GEOM_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/geom/w.2015.22
++ GEOM_DIR_EXTRA=/Users/jglaser/lsst/ups_db/DarwinX86/geom/w.2015.22
++ export GEOM_DIR=/Users/jglaser/lsst/DarwinX86/geom/w.2015.22
++ GEOM_DIR=/Users/jglaser/lsst/DarwinX86/geom/w.2015.22
+ eups list -s
anaconda              master-g68783b1848    current b949 b649 2015_01 2015_02 b751 b792 b944 v10_1_rc2 b759 webserv_2 b750 b710 webserv_1 b780 b858 n20150327_b949 test b652 v10_1_rc1 b701 setup
astrometry_net        0.50.1+6      sims current b1231 b1267 b1259 w_2015_22 b1232 b1226 v10_1 maf_1_0_2 setup
astrometry_net_data   10.0+12       current sims b1267 setup
base                  w.2015.22     current sims b1267 setup
boost                 1.55.0.1.lsst2+3  sims b1267 w_2015_22 b1231 v10_1 maf_1_0_2 b1232 b1259 b1226 setup
cfitsio               3360.lsst1    sims t20150421_b1109 b949 b824 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 b759 b780 b991 b1192 b1191 b604 b1100 b710 b1175 2015_02 2014_12 webserv_2 b649 qserv-dev webserv_1 b1105 b1104 b1231 test maf_1_0_0 b879 maf_1_0_2 b701 b609 b1232 n20150419_b1104 b801 qserv maf0_2 b944 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 b1109 b641 b858 b1108 w_2015_22 b992 b1182 v10_1 2015_04 n20150327_b949 maf_1_0_1 maf_0_2_2 b557 b750 2015_03 b792 current 2015_01 b751 b601 b1216 b1171 b1226 b652 b842 v10_0 n20150416_b1100 setup
doxygen               1.8.5         sims b824 n20150327_b949 b780 b604 b660 b1100 b261 2015_02 b858 qserv-dev b1232 b1231 b701 b182 b1267 maf_0_3 b1259 maf_1_0_1 maf_1_0_0 v9_2-rc1 2015_04 2015_01 2014_09 2014_08 b376 2015_03 b513 b1226 b801 b1153 2014_10 2014_11 2014_12 current b601 t20141107_b449 b449 b609 test w_2015_22 v9_1_1 b750 b751 b512 b759 b299 b598 t20150421_b1109 b949 b944 b345 n20150416_b1100 webserv_2 webserv_1 v10_1 v10_0 t20141205_b531 b1215 b974 b1207 b330 b337 b1182 b539 b531 b1175 b1171 b427 b437 b1203 v10_1_rc2 v10_1_rc3 v10_1_rc1 b1192 b1191 v9_2 v9_1 b173 b176 b245 b649 b1105 b1104 b1109 b1108 b879 maf_1_0_2 v3_2_1 n20150419_b1104 qserv maf0_2 b1062 t20141208_b539 b551 b641 b557 b991 b992 b1216 maf_0_2_2 b792 b163 b710 b658 b652 b650 b842 setup
eigen                 3.2.0         sims b824 n20150327_b949 b780 b604 b1100 2015_02 b858 qserv-dev b1232 b1231 b701 b182 b1267 maf_0_3 b1259 maf_1_0_1 b1108 v9_2-rc1 2015_04 2015_01 2014_09 2014_08 b376 2015_03 b513 b1226 b801 b1153 2014_10 2014_11 2014_12 current b601 t20141107_b449 b449 b609 test w_2015_22 v9_1_1 b750 b751 b512 b759 b299 t20150421_b1109 b949 b944 b345 n20150416_b1100 webserv_2 webserv_1 v10_1 v10_0 t20141205_b531 b1215 b974 b1207 b330 b337 b1182 b539 b531 b1175 b1171 b427 b437 b1203 v10_1_rc2 v10_1_rc3 v10_1_rc1 b1192 b1191 v9_2 v9_1 b173 b176 b245 b649 b1105 b1104 b1109 maf_1_0_0 b879 maf_1_0_2 n20150419_b1104 qserv maf0_2 b1062 t20141208_b539 b551 b641 b557 b991 b992 b1216 maf_0_2_2 b792 b163 b710 b652 b842 setup
fftw                  3.3.3         sims b824 n20150327_b949 b780 b666 b604 b662 b1100 2015_02 b858 qserv-dev b1232 b1231 b701 b182 b1267 maf_0_3 b1259 maf_1_0_1 maf_1_0_0 v9_2-rc1 2015_04 2015_01 2014_09 2014_08 b376 2015_03 b513 b1226 b801 b1153 2014_10 2014_11 2014_12 current b601 t20141107_b449 b449 b609 test w_2015_22 v9_1_1 b750 b751 b512 b759 b299 t20150421_b1109 b949 b944 b345 n20150416_b1100 webserv_2 webserv_1 v10_1 v10_0 t20141205_b531 b1215 b974 b1207 b330 b337 b1182 b539 b531 b1175 b1171 b427 b437 b1203 v10_1_rc2 v10_1_rc3 v10_1_rc1 b1192 b1191 v9_2 v9_1 b173 b176 b245 b659 b649 b1105 b1104 b1109 b1108 b879 maf_1_0_2 n20150419_b1104 qserv maf0_2 b1062 t20141208_b539 b551 b641 b557 b991 b992 b1216 maf_0_2_2 b792 b163 b710 b652 b842 setup
geom                  w.2015.22     current sims b1267 setup
gsl                   1.16.lsst1    sims t20150421_b1109 b949 b824 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 b759 b780 b991 b1192 b1191 b604 b1100 b710 b1175 2015_02 2014_12 webserv_2 b649 qserv-dev webserv_1 b1105 b1104 b1231 test maf_1_0_0 b879 maf_1_0_2 b701 b609 b1232 n20150419_b1104 b801 qserv maf0_2 b944 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 b1109 b641 b858 b1108 w_2015_22 b992 b1182 v10_1 2015_04 n20150327_b949 maf_1_0_1 maf_0_2_2 b557 b750 2015_03 b792 current 2015_01 b751 b601 b1216 b1171 b1226 b652 b842 v10_0 n20150416_b1100 setup
lsst                  10.0-8-g5f8d07e   2015_04 n20150419_b1104 qserv b1215 v10_1_rc3 b1216 current b1175 qserv-dev b1104 b1108 b1109 t20150421_b1109 b1182 setup
matplotlib            0.0.1+5       sims current b1231 b1267 b1259 w_2015_22 b1232 b1226 v10_1 maf_1_0_2 setup
minuit2               5.28.00       sims b824 n20150327_b949 b780 b604 b1100 2015_02 b858 qserv-dev b1232 b1231 b701 b182 b1267 maf_0_3 b1259 maf_1_0_1 b1108 v9_2-rc1 2015_04 2015_01 2014_09 2014_08 b376 2015_03 b513 b1226 b801 b1153 2014_10 2014_11 2014_12 current b601 t20141107_b449 b449 b609 test w_2015_22 v9_1_1 b750 b751 b512 b759 b299 t20150421_b1109 b949 b944 b345 n20150416_b1100 webserv_2 webserv_1 v10_1 v10_0 t20141205_b531 b1215 b974 b1207 b330 b337 b1182 b539 b531 b1175 b1171 b427 b437 b1203 v10_1_rc2 v10_1_rc3 v10_1_rc1 b1192 b1191 v9_2 v9_1 b173 b176 b245 b649 b1105 b1104 b1109 maf_1_0_0 b879 maf_1_0_2 n20150419_b1104 qserv maf0_2 b1062 t20141208_b539 b551 b641 b557 b991 b992 b1216 maf_0_2_2 b792 b163 b710 b652 b842 setup
mysqlclient           5.1.73.lsst1  sims t20150421_b1109 b949 b824 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 b780 b991 b1192 b1191 current b660 b1100 b710 b1175 2015_02 2014_12 webserv_2 b649 qserv-dev webserv_1 b1105 b1104 b1231 test maf_1_0_0 b879 maf_1_0_2 b701 b609 b1232 v3_2_1 n20150419_b1104 b801 qserv maf0_2 b944 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 b1109 b641 b858 b1108 w_2015_22 b992 b1182 maf_0_2_2 v10_1 2015_04 n20150327_b949 maf_1_0_1 b557 b604 b750 2015_03 b792 b598 b751 2015_01 b759 b601 b1216 b658 b1171 b1226 b652 b650 b842 v10_0 n20150416_b1100 setup
mysqlpython           1.2.3+16      sims current b1231 b1267 b1259 w_2015_22 b1232 b1226 v10_1 maf_1_0_2 setup
numpy                 0.0.1+5       sims b1267 b1232 b1231 v10_1 maf_1_0_2 b1259 w_2015_22 b1226 setup
palpy                 1.6+2         sims current b1231 b1267 b1259 w_2015_22 b1232 b1226 v10_1 maf_1_0_2 setup
pyephem               3.7.5.1.lsst1     sims t20150421_b1109 b949 b824 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 b759 b780 b991 b1192 b1191 b604 b1100 b710 b1175 2015_02 2014_12 webserv_2 b649 qserv-dev webserv_1 b1105 b1104 b1231 test maf_1_0_0 b879 maf_1_0_2 b701 b609 b1232 n20150419_b1104 b801 qserv maf0_2 b944 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 b1109 b641 b858 b1108 w_2015_22 b992 b1182 v10_1 2015_04 n20150327_b949 maf_1_0_1 maf_0_2_2 b557 b750 2015_03 b792 current 2015_01 b751 b601 b1216 b1171 b1226 b652 b842 v10_0 n20150416_b1100 setup
pyfits                3.2.4.lsst1+3     sims b1267 w_2015_22 b1231 v10_1 maf_1_0_2 b1232 b1259 b1226 setup
pykg_config           1.2.0+5       sims current b1231 b1267 b1259 w_2015_22 b1232 b1226 v10_1 maf_1_0_2 setup
python                0.0.3         sims b1232 b1231 b1259 b1226 b1275 w_2015_22 b1267 v10_1 maf_1_0_2 setup
scons                 2.3.0+4       sims b1232 b1231 b1259 b1226 w_2015_22 b1267 v10_1 maf_1_0_2 setup
sconsUtils            w.2015.22     sims b1267 setup
sims_dustmaps         10.1          sims current b1231 b1267 b1259 w_2015_22 b1232 b1226 v10_1 maf_1_0_2 setup
sims_sed_library      2014.10.06    sims b824 n20150327_b949 b780 b604 b649 2015_02 b858 qserv-dev b1232 b1231 b701 b1267 maf_0_3 b1259 b1109 b1108 2015_04 2015_01 2014_09 2015_03 b376 b513 b1226 b801 b1153 2014_10 2014_11 2014_12 current b601 t20141107_b449 b449 b609 test w_2015_22 b750 b751 b512 b759 t20150421_b1109 b949 b944 b345 n20150416_b1100 webserv_2 webserv_1 v10_1 v10_0 t20141205_b531 b1062 b974 b1207 b330 b337 b1182 b539 b531 b1175 b1171 b427 b437 b1203 v10_1_rc2 v10_1_rc3 v10_1_rc1 b1192 b1191 b1100 b1105 b1104 maf_1_0_1 maf_1_0_0 b879 maf_1_0_2 n20150419_b1104 qserv maf0_2 b1215 t20141208_b539 b551 b641 b557 b991 b992 b1216 maf_0_2_2 b792 b710 b652 b842 setup
swig                  3.0.2.lsst1   sims t20150421_b1109 b949 b824 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 b759 b780 b991 b1192 b1191 b604 b1100 b710 b1175 2015_02 2014_12 webserv_2 b649 qserv-dev webserv_1 b1105 b1104 b1231 test maf_1_0_0 b879 maf_1_0_2 b701 b609 b1232 n20150419_b1104 b801 qserv maf0_2 b944 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 b1109 b641 b858 b1108 w_2015_22 b992 b1182 v10_1 2015_04 n20150327_b949 maf_1_0_1 maf_0_2_2 b557 b750 2015_03 b792 current 2015_01 b751 b601 b1216 b1171 b1226 b652 b842 v10_0 n20150416_b1100 setup
throughputs           master-ga98b3deed1    sims t20150421_b1109 b949 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 n20150416_b1100 b1192 b1191 w_2015_22 current b1100 qserv-dev b1105 b1104 b1231 b1109 b1108 maf_1_0_2 b1232 n20150419_b1104 b944 qserv maf0_2 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 maf_1_0_1 maf_1_0_0 b991 b992 b1182 v10_1 2015_04 n20150327_b949 maf_0_2_2 2015_03 b1175 b1216 b1171 b1226 setup
wcslib                4.14+7        sims t20150421_b1109 b949 b824 b1203 b1267 v10_1_rc2 b1207 v10_1_rc1 b1153 b759 b780 b991 b1192 b1191 b604 b1100 b710 b1175 2015_02 2014_12 webserv_2 b649 qserv-dev webserv_1 b1105 b1104 b1231 test maf_1_0_0 b879 maf_1_0_2 b701 b609 b1232 n20150419_b1104 b801 qserv maf0_2 b944 maf_0_3 b1215 b1062 b974 v10_1_rc3 b1259 b1109 b641 b858 b1108 w_2015_22 b992 b1182 v10_1 2015_04 n20150327_b949 maf_1_0_1 maf_0_2_2 b557 b750 2015_03 b792 current 2015_01 b751 b601 b1216 b1171 b1226 b652 b842 v10_0 n20150416_b1100 setup
+ ./ups/eupspkg VERBOSE=0 FLAVOR=DarwinX86 fetch
+ ./ups/eupspkg VERBOSE=0 FLAVOR=DarwinX86 prep
eupspkg.prep: unpacking upstream/healpy-1.8.1.tar.gz ...
eupspkg.prep: applying patches/matplotlib-1.4-moved-_process_plot_format.patch ...
eupspkg.prep: applying patches/no-pyfits_pykg-config.patch ...
+ setup --type=build -k -r .
++ /Users/jglaser/lsst/eups/bin/eups_setup --type=build -k -r .
+ eval export 'SETUP_HEALPY='\''healpy' LOCAL:/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6 -f DarwinX86 -Z '(none)'\'';' export 'HEALPY_DIR=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6;' export 'LD_LIBRARY_PATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export 'DYLD_LIBRARY_PATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib;' export PYTHONPATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/geom/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ export 'SETUP_HEALPY=healpy LOCAL:/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6 -f DarwinX86 -Z (none)'
++ SETUP_HEALPY='healpy LOCAL:/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6 -f DarwinX86 -Z (none)'
++ export HEALPY_DIR=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6
++ HEALPY_DIR=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6
++ export LD_LIBRARY_PATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ LD_LIBRARY_PATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export DYLD_LIBRARY_PATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ DYLD_LIBRARY_PATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/lib:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib:/Users/jglaser/lsst/DarwinX86/wcslib/4.14+7/lib:/Users/jglaser/lsst/DarwinX86/boost/1.55.0.1.lsst2+3/lib:/Users/jglaser/lsst/DarwinX86/mysqlclient/5.1.73.lsst1/lib:/Users/jglaser/lsst/DarwinX86/minuit2/5.28.00/lib:/Users/jglaser/lsst/DarwinX86/gsl/1.16.lsst1/lib:/Users/jglaser/lsst/DarwinX86/fftw/3.3.3/lib:/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/lib
++ export PYTHONPATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/geom/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
++ PYTHONPATH=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/geom/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/base/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/sconsUtils/w.2015.22/python:/Users/jglaser/lsst/DarwinX86/pyfits/3.2.4.lsst1+3/lib/python:/Users/jglaser/lsst/DarwinX86/astrometry_net/0.50.1+6/lib/python:/Users/jglaser/lsst/DarwinX86/pykg_config/1.2.0+5/lib/python:/Users/jglaser/lsst/DarwinX86/palpy/1.6+2/lib/python:/Users/jglaser/lsst/DarwinX86/mysqlpython/1.2.3+16/lib/python:/Users/jglaser/lsst/DarwinX86/pyephem/3.7.5.1.lsst1/lib/python:/Users/jglaser/lsst/eups/python
+ ./ups/eupspkg VERBOSE=0 FLAVOR=DarwinX86 config
+ ./ups/eupspkg VERBOSE=0 FLAVOR=DarwinX86 build
pkg-config is not installed, falling back to pykg-config
running build
running build_py
creating build
creating build/lib.macosx-10.5-x86_64-2.7
creating build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/pixelfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/sphtfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/visufunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/fitsfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/projector.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/rotator.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/projaxes.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/version.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/cookbook.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/newvisufunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
copying healpy/zoomtool.py -> build/lib.macosx-10.5-x86_64-2.7/healpy
creating build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_doctest_cython.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_fitsfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_pixelfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_query_disc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_sphtfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_spinfunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
copying healpy/test/test_visufunc.py -> build/lib.macosx-10.5-x86_64-2.7/healpy/test
creating build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0002.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0004.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0008.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0016.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0032.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0064.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0128.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0256.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n0512.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n1024.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n2048.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n4096.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/pixel_window_n8192.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00002.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00004.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00008.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00016.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00032.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00064.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00128.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00256.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n00512.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n01024.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n02048.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n04096.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/weight_ring_n08192.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
copying healpy/data/totcls.dat -> build/lib.macosx-10.5-x86_64-2.7/healpy/data
creating build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_II_lmax64_rmmono_3iter.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_II_lmax64_rmmono_3iter_nomask.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_IQU_lmax64_rmmono_3iter.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/cl_wmap_band_iqumap_r9_7yr_WVxspec_v4_udgraded32_II_lmax64_rmmono_3iter.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/gaussbeam_10arcmin_lmax512_pol.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/map_synfast_seed12345.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_band_iqumap_r9_7yr_V_v4_udgraded32.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_band_iqumap_r9_7yr_V_v4_udgraded32_masked.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_smoothed10deg_fortran.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
copying healpy/test/data/wmap_temperature_analysis_mask_r9_7yr_v4_udgraded32.fits -> build/lib.macosx-10.5-x86_64-2.7/healpy/test/data
running build_clib
checking if configure script for library 'cfitsio' exists
checking if configure script for library 'healpix_cxx' exists
checking if library 'cfitsio' is installed
found 'cfitsio' installed, using it
checking if library 'healpix_cxx' is installed
Package healpix_cxx was not found in the pkg-config search path.
Perhaps you should add the directory containing `healpix_cxx.pc'
to the PKG_CONFIG_PATH environment variable
No package 'healpix_cxx' found
building library 'healpix_cxx' from source
creating /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/build/temp.macosx-10.5-x86_64-2.7
creating /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/build/temp.macosx-10.5-x86_64-2.7/healpix_cxx
/bin/sh /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/healpixsubmodule/src/cxx/autotools/configure --prefix=/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/build/temp.macosx-10.5-x86_64-2.7 --disable-shared --with-pic --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/healpixsubmodule/src/cxx/autotools/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... rm: conftest.dSYM: is a directory
yes
checking dependency style of cc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... rm: conftest.dSYM: is a directory
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... rm: conftest.dSYM: is a directory
no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... rm: conftest.dSYM: is a directory
ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for cc option to accept ISO C99... none needed
checking for cc option to support OpenMP... unsupported
checking whether C compiler accepts -fno-tree-vectorize... yes
checking whether C compiler accepts -fno-math-errno... yes
checking whether C compiler accepts -funsafe-math-optimizations... yes
checking whether C compiler accepts -fno-trapping-math... yes
checking whether C compiler accepts -fno-rounding-math... yes
checking whether C compiler accepts -fno-signaling-nans... yes
checking whether C compiler accepts -fcx-limited-range... no
checking whether C compiler accepts -fomit-frame-pointer... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the c++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common -DPIC
checking if c++ PIC flag -fno-common -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for c++ option to support OpenMP... unsupported
checking whether C++ compiler accepts -fno-tree-vectorize... yes
checking whether C++ compiler accepts -fno-math-errno... yes
checking whether C++ compiler accepts -funsafe-math-optimizations... yes
checking whether C++ compiler accepts -fno-trapping-math... yes
checking whether C++ compiler accepts -fno-rounding-math... yes
checking whether C++ compiler accepts -fno-signaling-nans... yes
checking whether C++ compiler accepts -fcx-limited-range... no
checking whether C++ compiler accepts -fomit-frame-pointer... yes
checking pkg-config is at least version 0.9.0... yes
checking for CFITSIO... yes
checking for ffgnrwll in -lcfitsio... yes
checking fitsio.h usability... yes
checking fitsio.h presence... no
configure: WARNING: fitsio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: fitsio.h: proceeding with the compiler's result
checking for fitsio.h... yes
checking our pkgconfig libname... healpix_cxx
checking our pkgconfig version... 3.11.2
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/build/temp.macosx-10.5-x86_64-2.7/lib/pkgconfig
checking our pkgconfig_libfile... healpix_cxx.pc
checking our package / suffix... healpix_cxx / 
checking our pkgconfig description... healpix_cxx Library
checking our pkgconfig requires... 
checking our pkgconfig ext libs... -lhealpix_cxx
checking our pkgconfig cppflags... -I/Users/jglaser/lsst/DarwinX86/cfitsio/3360.lsst1/include
checking our pkgconfig ldflags... 
noninstalled pkgconfig -L /Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/build/temp.macosx-10.5-x86_64-2.7/healpix_cxx/.libs
noninstalled pkgconfig -I //Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/healpixsubmodule/src/cxx/autotools
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing healpix_cxx.pc commands
config.status: creating healpix_cxx.pc.in
config.status: creating healpix_cxx.pc
config.status: creating healpix_cxx-uninstalled.pc
config.status: creating healpix_cxx-uninstalled.sh
make install
  CC       c_utils/c_utils.lo
  CC       c_utils/walltime_c.lo
  CC       libfftpack/bluestein.lo
  CC       libfftpack/fftpack.lo
  CC       libfftpack/ls_fft.lo
  CC       libsharp/sharp.lo
  CC       libsharp/sharp_almhelpers.lo
  CC       libsharp/sharp_core.lo
  CC       libsharp/sharp_geomhelpers.lo
  CC       libsharp/sharp_ylmgen_c.lo
  CXX      cxxsupport/announce.lo
  CXX      cxxsupport/fitshandle.lo
/Users/jglaser/lsst/EupsBuildDir/DarwinX86/healpy-1.8.1+6/healpy-1.8.1+6/healpixsubmodule/src/cxx/autotools/cxxsupport/fitshandle.cc:405:23: warning: comparison of constant 16 with expression of type 'PDT' is always true [-Wtautological-constant-out-of-range-compare]
    if (cols[m].type()!=TSTRING)
        ~~~~~~~~~~~~~~^ ~~~~~~~
1 warning generated.
  CXX      cxxsupport/geom_utils.lo
  CXX      cxxsupport/string_utils.lo
  CXX      cxxsupport/ls_image.lo
  CXX      cxxsupport/paramfile.lo
  CXX      cxxsupport/pointing.lo
  CXX      cxxsupport/rotmatrix.lo
  CXX      cxxsupport/trafos.lo
  CXX      cxxsupport/walltimer.lo
  CXX      cxxsupport/wigner.lo
  CXX      cxxsupport/error_handling.lo
  CXX      Healpix_cxx/alm.lo
  CXX      Healpix_cxx/alm2map_cxx_module.lo
  CXX      Healpix_cxx/alm_fitsio.lo
  CXX      Healpix_cxx/alm_healpix_tools.lo
  CXX      Healpix_cxx/alm_powspec_tools.lo
  CXX      Healpix_cxx/anafast_cxx_module.lo
  CXX      Healpix_cxx/calc_powspec_module.lo
  CXX      Healpix_cxx/healpix_base.lo
  CXX      Healpix_cxx/healpix_data_io.lo
  CXX      Healpix_cxx/healpix_map.lo
  CXX      Healpix_cxx/healpix_map_fitsio.lo
  CXX      Healpix_cxx/healpix_tables.lo
  CXX      Healpix_cxx/hotspots_cxx_module.lo
  CXX      Healpix_cxx/map2tga_module.lo
  CXX      Healpix_cxx/median_filter_cxx_module.lo
  CXX      Healpix_cxx/mult_alm_module.lo
  CXX      Healpix_cxx/powspec.lo
  CXX      Healpix_cxx/powspec_fitsio.lo
  CXX      Healpix_cxx/smoothing_cxx_module.lo
  CXX      Healpix_cxx/syn_alm_cxx_module.lo
  CXX      Healpix_cxx/udgrade_cxx_module.lo
  CXX      Healpix_cxx/udgrade_harmonic_cxx_module.lo
  CXXLD    libhealpix_cxx.la
  CXX      Healpix_cxx/alm2map_cxx.o
  CXXLD    alm2map_cxx
Undefined symbols for architecture x86_64:
  "_posix_memalign", referenced from:
      _util_malloc_ in libhealpix_cxx.a(c_utils.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [alm2map_cxx] Error 1
Traceback (most recent call last):
  File "setup.py", line 445, in <module>
    license='GPLv2'
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/command/build.py", line 127, in run
    self.run_command(cmd_name)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/distutils/command/build_clib.py", line 116, in run
    self.build_libraries(self.libraries)
  File "setup.py", line 304, in build_libraries
    for key, value in self.build_library(lib_name, **build_info).items():
  File "setup.py", line 242, in build_library
    check_call(cmd, cwd=build_temp, env=self._environ)
  File "/Users/jglaser/lsst/DarwinX86/anaconda/master-g68783b1848/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2
+ exit -4
SimonKrughoff commented 9 years ago

It sounds like posix_memalign is missing from your version of OSX. According to some info I found on the web, OSX 10.6 and newer should have it. What versions of OSX and XCode are you running?

JPGlaser commented 9 years ago

Mac OSX 10.9.5 and Xcode Version 6.2 (6C131e) with all commands installed.

~ Joe

SimonKrughoff commented 9 years ago

O.K. Thanks. I'll try to reproduce.

SimonKrughoff commented 9 years ago

O.K. I'm stumped. I could not reproduce. I'm attaching my environment in case that turns something up. I suspect a library incompatibility, but I'm not sure how to track it down. I'm building in a directory called $HOME/test_sims_fail.

DOXYGEN_DIR_EXTRA=/Users/krughoff/test_sims_fail/ups_db/DarwinX86/doxygen/1.8.5
SCONSUTILS_DIR=/Users/krughoff/test_sims_fail/DarwinX86/sconsUtils/10.0-3-g54c983f
TERM_PROGRAM=iTerm.app
LSST_PKGS=/Users/krughoff/test_sims_fail/DarwinX86
SHELL=/bin/bash
TERM=xterm
SCONS_DIR=/Users/krughoff/test_sims_fail/DarwinX86/scons/2.3.0+3
TMPDIR=/var/folders/q2/3j92svhj3g16lxf08v1yc3280000gn/T/
Apple_PubSub_Socket_Render=/tmp/launch-kffw2m/Render
PYTHON_DIR=/Users/krughoff/test_sims_fail/DarwinX86/python/0.0.2-1-g259ae70
OLDPWD=/Users/krughoff
EUPS_PKGROOT=http://sw.lsstcorp.org/eupspkg
LSST_GIT=git@git.lsstcorp.org
SETUP_PYTHON=python 0.0.2-1-g259ae70 -f DarwinX86 -Z /Users/krughoff/test_sims_fail
SETUP_ANACONDA=anaconda master-g68783b1848 -f DarwinX86 -Z /Users/krughoff/test_sims_fail
USER=krughoff
LSST_DIR=/Users/krughoff/test_sims_fail/DarwinX86/lsst/10.0-8-g5f8d07e
ANACONDA_DIR_EXTRA=/Users/krughoff/test_sims_fail/ups_db/DarwinX86/anaconda/master-g68783b1848
LSST_HOME=/Users/krughoff/test_sims_fail
PYTHON_DIR_EXTRA=/Users/krughoff/test_sims_fail/ups_db/DarwinX86/python/0.0.2-1-g259ae70
SSH_AUTH_SOCK=/tmp/launch-zso9g8/Listeners
__CF_USER_TEXT_ENCODING=0x1F5:0:0
GITROOT=git@git.lsstcorp.org
DOXYGEN_DIR=/Users/krughoff/test_sims_fail/DarwinX86/doxygen/1.8.5
SETUP_LSST=lsst 10.0-8-g5f8d07e -f DarwinX86 -Z /Users/krughoff/test_sims_fail
__CHECKFIX1436934=1
PATH=/Users/krughoff/test_sims_fail/DarwinX86/lsst/10.0-8-g5f8d07e/bin:/Users/krughoff/test_sims_fail/DarwinX86/doxygen/1.8.5/bin:/Users/krughoff/test_sims_fail/DarwinX86/scons/2.3.0+3/bin:/Users/krughoff/test_sims_fail/DarwinX86/sconsUtils/10.0-3-g54c983f/bin:/Users/krughoff/test_sims_fail/DarwinX86/anaconda/master-g68783b1848/bin:/usr/games:/Users/krughoff/.local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/krughoff/test_sims_fail/eups/bin
SETUP_DOXYGEN=doxygen 1.8.5 -f DarwinX86 -Z /Users/krughoff/test_sims_fail
LSST_DMS=git@git.lsstcorp.org:LSST/DMS
DESTINATION=/var/folders/q2/3j92svhj3g16lxf08v1yc3280000gn/T/iTerm 2.0.0.20141103 Update
PWD=/Users/krughoff/test_sims_fail
LANG=en_US.UTF-8
PYTHONSTARTUP=/Users/krughoff/.pythonrc
ITERM_PROFILE=Default
EUPS_PATH=/Users/krughoff/test_sims_fail
EUPS_SHELL=sh
SETUP_SCONSUTILS=sconsUtils 10.0-3-g54c983f -f DarwinX86 -Z /Users/krughoff/test_sims_fail
SHLVL=1
COLORFGBG=7;0
HOME=/Users/krughoff
ANACONDA_DIR=/Users/krughoff/test_sims_fail/DarwinX86/anaconda/master-g68783b1848
SETUP_EUPS=eups
SCONSUTILS_DIR_EXTRA=/Users/krughoff/test_sims_fail/ups_db/DarwinX86/sconsUtils/10.0-3-g54c983f
EUPS_DIR=/Users/krughoff/test_sims_fail/eups
ITERM_SESSION_ID=w4t2p0
SCONS_DIR_EXTRA=/Users/krughoff/test_sims_fail/ups_db/DarwinX86/scons/2.3.0+3
PYTHONPATH=/Users/krughoff/test_sims_fail/DarwinX86/sconsUtils/10.0-3-g54c983f/python:/Users/krughoff/test_sims_fail/eups/python
LOGNAME=krughoff
DISPLAY=/tmp/launch-lefC6S/org.macosforge.xquartz:0
LSST_DIR_EXTRA=/Users/krughoff/test_sims_fail/ups_db/DarwinX86/lsst/10.0-8-g5f8d07e
SETUP_SCONS=scons 2.3.0+3 -f DarwinX86 -Z /Users/krughoff/test_sims_fail
_=/usr/bin/env
jdswinbank commented 9 years ago

Is https://github.com/healpy/healpy/issues/160 relevant? It sounds as though you might have a stale /Developer directory.

SimonKrughoff commented 9 years ago

@jdswinbank that is a good point. @JPGlaser if you have a /Developer directory from an XCode install before v5, you can move it out of the way by renaming it. Then retry the install.

JPGlaser commented 9 years ago

That was the problem. I swear I had removed it at some point when I was setting up Xcode, but it was still there for some reason. Removing it seems to have taken care of the problem completely.

~ Joe

SimonKrughoff commented 9 years ago

Excellent! Good catch @jdswinbank !