External Issue: BUILD: 1.25.0: make clobber errors

18455, "tonycurtis", "BUILD: 1.25.0: make clobber errors", "2021-09-24T15:56:12Z"

Summary of Problem

$ make clobber

...

cd qthread && make clobber
/bin/sh: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/llvm/install/linux64-aarch64-gnu/bin/clang: No such file or directory
/bin/sh: /lustre/home/arcurtis/chapel/chapel-1.25.0/third-party/llvm/install/linux64-aarch64-gnu/bin/clang++: No such file or directory
/bin/sh: line 0: test: -lt: unary operator expected
/bin/sh: line 0: test: too many arguments
/bin/sh: line 0: test: -lt: unary operator expected
/bin/sh: line 0: test: -lt: unary operator expected

...

cd tools/mason && make clobber

Removing Mason...
rm -f /lustre/home/arcurtis/chapel/chapel-1.25.0/bin/linux64-aarch64/mason
cd tools/protoc-gen-chpl && make clobber
/bin/sh: line 0: cd: tools/protoc-gen-chpl: No such file or directory
make: *** [Makefile:196: clobber] Error 1

Steps to Reproduce

Compile command:

make clobber

Execution command:
N/A

Configuration Information

  • Output of chpl --version:
chpl version 1.25.0
  built with LLVM version 11.0.1
Copyright 2020-2021 Hewlett Packard Enterprise Development LP
Copyright 2004-2019 Cray Inc.
(See LICENSE file for more details)
  • Output of $CHPL_HOME/util/printchplenv --anonymize:
CHPL_TARGET_PLATFORM: linux64
CHPL_TARGET_COMPILER: llvm
CHPL_TARGET_ARCH: aarch64
CHPL_TARGET_CPU: unknown
CHPL_LOCALE_MODEL: numa +
CHPL_COMM: gasnet +
  CHPL_COMM_SUBSTRATE: ibv +
  CHPL_GASNET_SEGMENT: fast +
CHPL_TASKS: qthreads
CHPL_LAUNCHER: gasnetrun_ibv +
CHPL_TIMERS: generic
CHPL_UNWIND: none
CHPL_MEM: jemalloc
CHPL_ATOMICS: cstdlib
  CHPL_NETWORK_ATOMICS: none
CHPL_GMP: none
CHPL_HWLOC: bundled
CHPL_RE2: none
CHPL_LLVM: bundled +
CHPL_AUX_FILESYS: lustre +
  • Back-end compiler and version, e.g. gcc --version or clang --version:
$ gcc --version
gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.