Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-67178

CmakeBuilder 4.1.0 Doesn't Work with Windows10x64 and CMake 3.20 or newer

      Trying to use the latest version of Cmake with cmakebuilder plugin results in the following error...
      I think that Windows 10/x86 should be associated with windows / x86_64

      ERROR: Install from cmake.org [InSearchPath]: No download URL exits for 'cmake 3.21.4' with requested OS-name/architecture.
      The JVM reports OS-name/architecture of build-node is Windows 10/x86.
      Cmake.org provides downloads for these OS-name/architectures:
      linux / aarch64
      linux / x86_64
      macos / universal
      macos10.10 / universal
      windows / i386
      windows / x86_64

          [JENKINS-67178] CmakeBuilder 4.1.0 Doesn't Work with Windows10x64 and CMake 3.20 or newer

          Martin Weber added a comment -

          The problem is your JVM. It reports the CPU-architecture (system property "os.arch") is "x86", which is very unusual.

          Here is what adoptOpenJDK reports for windows:
          os.arch=amd64
          os.name=Windows 10
          os.version=10.0

          Martin Weber added a comment - The problem is your JVM. It reports the CPU-architecture (system property "os.arch") is "x86", which is very unusual. Here is what adoptOpenJDK reports for windows: os.arch=amd64 os.name=Windows 10 os.version=10.0

          Deez Nutz added a comment -

          Gotta say this is news for me; the machine itself is using Java 8 update 311 (build 1.8.0_311-b11). This is the latest official Oracle release; might be good to alias Windows 10/x86 as a non-critical improvement. 

          I've gone ahead to start the install on the latest openJDK and will report back soon. 

          Deez Nutz added a comment - Gotta say this is news for me; the machine itself is using Java 8 update 311 (build 1.8.0_311-b11). This is the latest official Oracle release; might be good to alias Windows 10/x86 as a non-critical improvement.  I've gone ahead to start the install on the latest openJDK and will report back soon. 

          Deez Nutz added a comment -

          Happy to report updating to the SW listed below has resolved the issue.

          openjdk version "16.0.2" 2021-07-20

          Thank you very much

          Deez Nutz added a comment - Happy to report updating to the SW listed below has resolved the issue. openjdk version "16.0.2" 2021-07-20 Thank you very much

          Martin Weber added a comment -

          You are right, the 32-Bit version of both OracleJdk 1.8.0_112 and AdoptOpenJDK jdk-8.0.242 on windows report os.arch as 'x86'. In contrats, on linux this is 'i386'. Sigh.

          Martin Weber added a comment - You are right, the 32-Bit version of both OracleJdk 1.8.0_112 and AdoptOpenJDK jdk-8.0.242 on windows report os.arch as 'x86'. In contrats, on linux this is 'i386'. Sigh.

            15knots Martin Weber
            christovski Deez Nutz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: