<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">11.06.20 06:08, Jiayu Sun SLE пише:<br>
    </div>
    <blockquote type="cite"
      cite="mid:f5027fe3-52b4-4b...@googlegroups.com">
      <div dir="ltr">
        <div>
          <p style="margin-top: 1em; margin-bottom: 1em; line-height:
            normal; color: rgb(36, 41, 46); font-family: -apple-system,
            BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
            sans-serif, "Apple Color Emoji", "Segoe UI
            Emoji"; font-size: 14px;">Installing from scratch into
            /home/jiayusun/Downloads/cp2k-<wbr>7.1/tools/toolchain/install/<wbr>openblas-0.3.6<br>
            patching file kernel/x86_64/KERNEL.SKYLAKEX<br>
            ERROR: (/home/jiayusun/Downloads/<wbr>cp2k-7.1/tools/toolchain/<wbr>scripts/install_openblas.sh,
            line 72) Non-zero exit code detected.<br>
            ERROR: (./scripts/install_mathlibs.<wbr>sh, line 34)
            Non-zero exit code detected.</p>
          <p style="margin-top: 1em; margin-bottom: 1em; line-height:
            normal; color: rgb(36, 41, 46); font-family: -apple-system,
            BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
            sans-serif, "Apple Color Emoji", "Segoe UI
            Emoji"; font-size: 14px;"><br>
          </p>
          <p style="margin-top: 1em; margin-bottom: 1em; line-height:
            normal; color: rgb(36, 41, 46); font-family: -apple-system,
            BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
            sans-serif, "Apple Color Emoji", "Segoe UI
            Emoji"; font-size: 14px;">How can I do this in this
            case?<br>
            What the meaning of this sentence: "Non-zero exit code
            detected." When I compile other packages, this error occurs
            again, almost all the packages are facing the same problem.</p>
        </div>
      </div>
    </blockquote>
    <p>Hi,</p>
    <p>When the program ends, it returns so called exit code -- an
      integer value indicating if it was successful. By convention, exit
      code 0 means successful execution, non-integer ones typically
      indicate some issues (they can have their own conventions
      depending on the system or software, but such conventions are more
      specific). The sentence you are citing means that the
      install_openblas.sh script failed for some reason. I guess your
      system misses some packages necessary to build the code, and you
      should figure out which ones and install them. Please check the
      logs on the openblas build (see "[CP2K:10684] installation of cp2k
      on linux mint machine" topic for similar situation and discussion
      how to find them).</p>
    <p>Yours,</p>
    <p>Anton<br>
    </p>
  </body>
</html>