-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fail to build caliper on Quartz #8549
Copy link
Copy link
Closed
Labels
Description
Summary
Spack fails to build caliper on Quartz.
Expected Result
Build succeeds.
Actual Result
Sample error message:
10 errors found in build log:
342 make -f ext/gotcha/gotcha-download/gotcha-build/src/example/minimal/CMakeFiles/wrap_me.dir/build.make ext/gotcha/gotcha-download/gotcha-build/src/example/minima
l/CMakeFiles/wrap_me.dir/build
343 make[2]: Leaving directory `/tmp/wang102/spack-stage/spack-stage-XxzksK/Caliper/spack-build'
344 make -f ext/gotcha/gotcha-download/gotcha-build/src/example/autotee/CMakeFiles/autotee.dir/build.make ext/gotcha/gotcha-download/gotcha-build/src/example/autote
e/CMakeFiles/autotee.dir/build
345 make[2]: Entering directory `/tmp/wang102/spack-stage/spack-stage-XxzksK/Caliper/spack-build'
346 make[2]: Entering directory `/tmp/wang102/spack-stage/spack-stage-XxzksK/Caliper/spack-build'
347 /usr/workspace/wsa/wang102/spack/var/spack/stage/caliper-1.6.0-c7bkii4x5qlvcuanjxxqop36ukvxdnop/Caliper/src/services/pthread/PthreadService.cpp: In function 'vo
id {anonymous}::pthreadservice_initialize(cali::Caliper*)':
>> 348 /usr/workspace/wsa/wang102/spack/var/spack/stage/caliper-1.6.0-c7bkii4x5qlvcuanjxxqop36ukvxdnop/Caliper/src/services/pthread/PthreadService.cpp:94:5: error: inv
alid conversion from 'int (**)(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*) {aka int (**)(long unsigned int*, const pthread_attr_t*, void* (*)(vo
id*), void*)}' to 'void**' [-fpermissive]
349 };
Steps to reproduce the issue
spack install caliper
Information on your system
Machine: Quartz
Spack branch: develop cea5d04 Fix GDAL Python bindings and add import tests (#8482)
Reactions are currently unavailable