Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created December 30, 2014 21:16
Show Gist options
  • Save cdeil/3070715137ac799fcd41 to your computer and use it in GitHub Desktop.
Save cdeil/3070715137ac799fcd41 to your computer and use it in GitHub Desktop.
$ bash newinstall.sh
LSST Software Stack Builder
=======================================================================
Detected git version 2.2.1. OK.
In addition to Python 2.7, some LSST packages depend on recent versions of numpy,
matplotlib, and scipy. If you don't have all of these, the installation may fail.
Using the Anaconda Python distribution will ensure all these are set up.
Anaconda Python installed by this installer will be managed by LSST's EUPS
package manager, and will not replace or modify your system python.
Would you like us to install Anaconda Python distribution (if unsure, say yes)? yes
Installing EUPS (v1.5.7)... done.
Installing Anaconda Python Distribution ...
Creating user data directory: /Users/deil/.eups
[ 1/1 ] anaconda 2.1.0 done.
Installing the basic environment ...
[ 1/5 ] doxygen 1.8.5 ...
***** error: from /Users/deil/code/lsst/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.log:
from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13,
from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:19,
from qthread_unix.cpp:48:
/usr/include/dispatch/object.h:143:15: error: expected unqualified-id before '^' token
typedef void (^dispatch_block_t)(void);
^
/usr/include/dispatch/object.h:143:15: error: expected ')' before '^' token
/usr/include/dispatch/object.h:362:3: error: 'dispatch_block_t' has not been declared
dispatch_block_t notification_block);
^
Makefile.qtools:654: recipe for target '../objects/qthread_unix.o' failed
gmake[2]: *** [../objects/qthread_unix.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/Users/deil/code/lsst/EupsBuildDir/DarwinX86/doxygen-1.8.5/doxygen-1.8.5/qtools'
Makefile:37: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/Users/deil/code/lsst/EupsBuildDir/DarwinX86/doxygen-1.8.5/doxygen-1.8.5/qtools'
make: *** [all] Error 2
+ exit -4
eups distrib: Failed to build doxygen-1.8.5.eupspkg: Command:
source /Users/deil/code/lsst/eups/bin/setups.sh; export EUPS_PATH=/Users/deil/code/lsst; (/Users/deil/code/lsst/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.sh) >> /Users/deil/code/lsst/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.log 2>&1 4>/Users/deil/code/lsst/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.msg
exited with code 252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment