Skip to content

Instantly share code, notes, and snippets.

@jdswinbank
Last active August 29, 2015 14:09
Show Gist options
  • Save jdswinbank/96c4ff303f99c8cace93 to your computer and use it in GitHub Desktop.
Save jdswinbank/96c4ff303f99c8cace93 to your computer and use it in GitHub Desktop.
$ uname -a
Darwin jackdaw 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64 i386 MacBookPro5,1 Darwin
$ sh newinstall.sh
LSST Software Stack Builder
=======================================================================
Detected git version 2.1.2. 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)? no
-n Installing EUPS (v1.5.5)...
done.
Installing the basic environment ...
[ 1/5 ] doxygen 1.8.5 ...
***** error: from /Users/jds/stack/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/jds/stack/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/jds/stack/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/jds/stack/eups/bin/setups.sh; export EUPS_PATH=/Users/jds/stack; (/Users/jds/stack/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.sh) >> /Users/jds/stack/EupsBuildDir/DarwinX86/doxygen-1.8.5/build.log 2>&1 4>/Users/jds/stack/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