External Issue: No rule to make target '../../COPYRIGHT', needed by 'COPYRIGHT'. Stop.

16269, “alvaradoo”, “No rule to make target ‘…/…/COPYRIGHT’, needed by ‘COPYRIGHT’. Stop.”, “2020-08-20T22:21:33Z”

Summary of Problem

When running make, errors are returned saying:
***** main/ *****
make[3]: *** No rule to make target ../../COPYRIGHT', needed by COPYRIGHT’. Stop.
make[2]: *** [main.makedir] Error 2
make[1]: *** [compiler] Error 2
make: *** [comprt] Error 2

Configuration Information

  • Output of chpl --version:
    chpl version 1.22.1
    Copyright 2020 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: darwin
    CHPL_TARGET_COMPILER: clang
    CHPL_TARGET_ARCH: x86_64
    CHPL_TARGET_CPU: native
    CHPL_LOCALE_MODEL: flat
    CHPL_COMM: none *
    CHPL_TASKS: fifo *
    CHPL_LAUNCHER: none
    CHPL_TIMERS: generic
    CHPL_UNWIND: none
    CHPL_MEM: cstdlib *
    CHPL_ATOMICS: cstdlib
    CHPL_GMP: none *
    CHPL_HWLOC: none
    CHPL_REGEXP: none *
    CHPL_LLVM: none *
    CHPL_AUX_FILESYS: none

  • Back-end compiler and version, e.g. gcc --version or clang --version:
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
    Apple clang version 11.0.3 (clang-1103.0.32.62)
    Target: x86_64-apple-darwin19.6.0
    Thread model: posix
    InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin