Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-67152

MongoDB failed to build suites with MSVC on windows arm64EC

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Environment:
      VS 2019 + Windows Server 2019 + MongoDB master branch latest revision
    • ALL
    • Hide
      1. set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=arm64
      2. git clone https://github.com/mongodb/mongo F:\mongo
      3. cd F:\mongo
      4. pip3 install -r etc/pip/compile-requirements.txt
      5. python.exe -m pip install evergreen.py
      6. set CL=/arm64EC
      7. Python buildscripts/scons.py install-all -j4

      Error info:

      Checking if C++ compiler "$CC" is MSVC... no
      Checking if C++ compiler "$CC" is clang... no
      Checking if C++ compiler "$CC" is GCC... no
      Couldn't identify the C++ compiler
      See F:\mongo\build\scons\config.log for details

      Show
      set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=arm64 git clone https://github.com/mongodb/mongo F:\mongo cd F:\mongo pip3 install -r etc/pip/compile-requirements.txt python.exe -m pip install evergreen.py set CL =/arm64EC Python buildscripts/scons.py install-all -j4 Error info: Checking if C++ compiler "$CC" is MSVC... no Checking if C++ compiler "$CC" is clang... no Checking if C++ compiler "$CC" is GCC... no Couldn't identify the C++ compiler See F:\mongo\build\scons\config.log for details

      MongoDB failed to build suites with MSVC on windows arm64EC. It can be reproduced on master latest revision. Could you help have a look about this issue? Thanks in advance!

        1. config.log
          2 kB
        2. MongoDB_build_arm64ec.log
          2 kB

            Assignee:
            edwin.zhou@mongodb.com Edwin Zhou
            Reporter:
            shinoyang147@gmail.com Yang Shino
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: