-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
This is my profile:
extends:
- file: osx_clt.yaml
parameters:
PROLOGUE: |
export CC=/Users/lindseybugbee/.hashdist/bld/gcc/7xwfonggow4t/bin/gcc; export CXX=/Users/lindseybugbee/.hashdist/bld/gcc/7xwfonggow4t/bin/g++; export FC=/Users/lindseybugbee/.hashdist/bld/gcc/7xwfonggow4t/bin/gfortran;
packages:
launcher:
blas:
use: lapack
lapack:
mpi:
use: openmpi
trilinos:
python:
host: true
This the error from the CMake build log:
2015/04/30 06:18:28 - INFO: [package:run_job] /Users/lindseybugbee/.hashdist/bld/gcc/7xwfonggow4t/bin/g++ -I/Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Bootstrap.cmk -I/Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Source -I/Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Bootstrap.cmk -c /Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Source/cmBootstrapCommands1.cxx -o cmBootstrapCommands1.o
2015/04/30 06:18:30 - INFO: [package:run_job] In file included from /usr/include/dispatch/dispatch.h:51:0,
2015/04/30 06:18:30 - INFO: [package:run_job] from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15,
2015/04/30 06:18:30 - INFO: [package:run_job] from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13,
2015/04/30 06:18:30 - INFO: [package:run_job] from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55,
2015/04/30 06:18:30 - INFO: [package:run_job] from /Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Source/cmFindProgramCommand.cxx:17,
2015/04/30 06:18:30 - INFO: [package:run_job] from /Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Source/cmBootstrapCommands1.cxx:53:
2015/04/30 06:18:30 - INFO: [package:run_job] /usr/include/dispatch/object.h:143:15: error: expected unqualified-id before '^' token
2015/04/30 06:18:30 - INFO: [package:run_job] typedef void (^dispatch_block_t)(void);
2015/04/30 06:18:30 - INFO: [package:run_job] ^
2015/04/30 06:18:30 - INFO: [package:run_job] /usr/include/dispatch/object.h:143:15: error: expected ')' before '^' token
2015/04/30 06:18:30 - INFO: [package:run_job] /usr/include/dispatch/object.h:362:3: error: 'dispatch_block_t' has not been declared
2015/04/30 06:18:30 - INFO: [package:run_job] dispatch_block_t notification_block);
2015/04/30 06:18:30 - INFO: [package:run_job] ^
2015/04/30 06:18:31 - INFO: [package:run_job] make: *** [cmBootstrapCommands1.o] Error 1
2015/04/30 06:18:31 - INFO: [package:run_job] ---------------------------------------------
2015/04/30 06:18:31 - INFO: [package:run_job] Error when bootstrapping CMake:
2015/04/30 06:18:31 - INFO: [package:run_job] Problem while running make
2015/04/30 06:18:31 - INFO: [package:run_job] ---------------------------------------------
2015/04/30 06:18:31 - INFO: [package:run_job] Log of errors: /Users/lindseybugbee/.hashdist/tmp/cmake-cvaiuryrreok-1/Bootstrap.cmk/cmake_bootstrap.log
2015/04/30 06:18:31 - INFO: [package:run_job] ---------------------------------------------
2015/04/30 06:18:31 - ERROR: [package:run_job] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 9
2015/04/30 06:18:31 - ERROR: [package:run_job] command failed (code=9); raising
I also tried using Homebrew's GCC, but got the same error again.
I also tried using CMake 3.2.2, along with Homebrew's formula but again, no success.
Metadata
Metadata
Assignees
Labels
No labels