Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-325

make clean is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.11.0
    • 0.12.0
    • None
    • None

    Description

      I'm not sure why this suddenly stopped working for me, as it used to work and I tested the previous changes.

      Making clean in hadoop
      rm -rf .libs _libs
      if test "../.." != ".."; then \
      -rm -f TUTORIAL.sh; \
      -rm -f hadoop-0.20.2-cdh3u3.patch; \
      -rm -f hadoop-0.20.2-cdh3u3_hadoop-env.sh.patch; \
      -rm -f hadoop-0.20.2-cdh3u3_mesos.patch; \
      -rm -f hadoop-0.20.205.0.patch; \
      -rm -f hadoop-0.20.205.0_hadoop-env.sh.patch; \
      -rm -f hadoop-0.20.205.0_mesos.patch; \
      -rm -f mapred-site.xml.patch; \
      -rm -f mesos-executor; \
      -rm -rf mesos; \
      fi
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      /bin/sh: -rm: command not found
      make[1]: *** [clean-local] Error 127
      make: *** [clean-recursive] Error 1

      Attachments

        Activity

          People

            bmahler Benjamin Mahler
            bmahler Benjamin Mahler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: