External Issue: COMPILE: 1.25.0: make clean error in primers

18464, "tonycurtis", "COMPILE: 1.25.0: make clean error in primers", "2021-09-25T22:57:22Z"

The GNU_PROPERTY_TYPE thing is already known as a binutils issue.

Summary of Problem

login1[2](~) cd  chapel/chapel-1.25.0/
login1[2](~/chapel/chapel-1.25.0) source util/setchplenv.bash
Setting CHPL_HOME to /lustre/home/arcurtis/chapel/chapel-1.25.0
Updating PATH to include /lustre/home/arcurtis/chapel/chapel-1.25.0/bin/linux64-aarch64
                     and /lustre/home/arcurtis/chapel/chapel-1.25.0/util
Updating MANPATH to include /lustre/home/arcurtis/chapel/chapel-1.25.0/man
login1[2](~/chapel/chapel-1.25.0) cd examples/primers/
login1[2](~/chapel/chapel-1.25.0/examples/primers) chpl locales.chpl
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
/usr/bin/ld: warning: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/gmp/install/linux64-aarch64-unknown-llvm-none/lib/libgmp.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
login1[2](~/chapel/chapel-1.25.0/examples/primers) make clean
chpl interopWithC.chpl cHelper.h cHelper.c fact.h fact.c --library --library-makefile --savec ccode
In file included from <built-in>:8:
In file included from ccode/chpl_mli_server.c:2:
In file included from /lustre/home/arcurtis/chapel/chapel-1.25.0/runtime/etc/src/mli/chpl-mli-server-runtime.c:24:
/lustre/home/arcurtis/chapel/chapel-1.25.0/runtime/etc/src/mli/chpl-mli-common-runtime.c:49:10: fatal error: 'zmq.h' file not found
#include <zmq.h>
         ^~~~~~~
1 error generated.
error: error running clang during code generation
rm -f arrays associative atomics chpldoc.doc classes distributions domains errorHandling fileIO forallLoops genericClasses iterators learnChapelInYMinutes listOps locales modules nothingVariables parIters procedures randomNumbers ranges records reductions replicated slices sparse specialMethods syncsingle taskParallel timers tuples varargs variables  cClient interopWithC arrays_real associative_real atomics_real chpldoc.doc_real classes_real distributions_real domains_real errorHandling_real fileIO_real forallLoops_real genericClasses_real iterators_real learnChapelInYMinutes_real listOps_real locales_real modules_real nothingVariables_real parIters_real procedures_real randomNumbers_real ranges_real records_real reductions_real replicated_real slices_real sparse_real specialMethods_real syncsingle_real taskParallel_real timers_real tuples_real varargs_real variables_real cClient_real interopWithC_real
login1[2](~/chapel/chapel-1.25.0/examples/primers)

Steps to Reproduce

Configuration Information

  • Output of chpl --version:
  • Output of $CHPL_HOME/util/printchplenv --anonymize:
  • Back-end compiler and version, e.g. gcc --version or clang --version:
  • (For Cray systems only) Output of module list: