JustPaste.it

CMakeError.log

Performing C++ SOURCE FILE Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_69cb5 && [1/2] Building CXX object CMakeFiles\cmTC_69cb5.dir\src.cxx.obj
FAILED: CMakeFiles/cmTC_69cb5.dir/src.cxx.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo /TP -DCAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING  /DWIN32 /D_WINDOWS /GR /EHsc /w /bigobj -std=c++14 /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_69cb5.dir\src.cxx.obj /FdCMakeFiles\cmTC_69cb5.dir\ /FS -c src.cxx
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++14" wird ignoriert.
src.cxx(1): fatal error C1083: Datei (Include) kann nicht geffnet werden: "glog/stl_logging.h": No such file or directory
ninja: build stopped: subcommand failed.


Source file was:
#include <glog/stl_logging.h>
    int main(int argc, char** argv) {
      return 0;
    }
Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_64310 && [1/2] Building CXX object CMakeFiles\cmTC_64310.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-fvisibility=hidden" wird ignoriert.
[2/2] Linking CXX executable cmTC_64310.exe


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_9ad1a && [1/2] Building CXX object CMakeFiles\cmTC_9ad1a.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-fvisibility-inlines-hidden" wird ignoriert.
[2/2] Linking CXX executable cmTC_9ad1a.exe


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_RDYNAMIC failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_0c78f && [1/2] Building CXX object CMakeFiles\cmTC_0c78f.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-rdynamic" wird ignoriert.
[2/2] Linking CXX executable cmTC_0c78f.exe


Source file was:
int main() { return 0; }
Determining if the include file pthread.h exists failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_61666 && [1/2] Building C object CMakeFiles\cmTC_61666.dir\CheckIncludeFile.c.obj
FAILED: CMakeFiles/cmTC_61666.dir/CheckIncludeFile.c.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo   /DWIN32 /D_WINDOWS /w /bigobj  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_61666.dir\CheckIncludeFile.c.obj /FdCMakeFiles\cmTC_61666.dir\ /FS -c CheckIncludeFile.c
CheckIncludeFile.c(1): fatal error C1083: Datei (Include) kann nicht geffnet werden: "pthread.h": No such file or directory
ninja: build stopped: subcommand failed.

 

The MPI test test_mpi for C in mode normal failed to compile with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_8cafc && [1/2] Building C object CMakeFiles\cmTC_8cafc.dir\test_mpi.c.obj
FAILED: CMakeFiles/cmTC_8cafc.dir/test_mpi.c.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo   /DWIN32 /D_WINDOWS /w /bigobj  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_8cafc.dir\test_mpi.c.obj /FdCMakeFiles\cmTC_8cafc.dir\ /FS -c C:\Users\gooog\anaconda3\envs\torchbase\Library\share\cmake-3.20\Modules\FindMPI\test_mpi.c
C:\Users\gooog\anaconda3\envs\torchbase\Library\share\cmake-3.20\Modules\FindMPI\test_mpi.c(1): fatal error C1083: Datei (Include) kann nicht geffnet werden: "mpi.h": No such file or directory
ninja: build stopped: subcommand failed.

 

The MPI test test_mpi for CXX in mode normal failed to compile with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_b82ee && [1/2] Building CXX object CMakeFiles\cmTC_b82ee.dir\test_mpi.cpp.obj
FAILED: CMakeFiles/cmTC_b82ee.dir/test_mpi.cpp.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo /TP   /DWIN32 /D_WINDOWS /GR /EHsc /w /bigobj  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_b82ee.dir\test_mpi.cpp.obj /FdCMakeFiles\cmTC_b82ee.dir\ /FS -c C:\Users\gooog\Downloads\Pytorch\pytorch-1.7.0\build\CMakeFiles\FindMPI\test_mpi.cpp
C:\Users\gooog\Downloads\Pytorch\pytorch-1.7.0\build\CMakeFiles\FindMPI\test_mpi.cpp(1): fatal error C1083: Datei (Include) kann nicht geffnet werden: "mpi.h": No such file or directory
ninja: build stopped: subcommand failed.

 

Determining if the include file cpuid.h exists failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_3476e && [1/2] Building C object CMakeFiles\cmTC_3476e.dir\CheckIncludeFile.c.obj
FAILED: CMakeFiles/cmTC_3476e.dir/CheckIncludeFile.c.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo   /DWIN32 /D_WINDOWS /w /bigobj -openmp:experimental -DNDEBUG  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_3476e.dir\CheckIncludeFile.c.obj /FdCMakeFiles\cmTC_3476e.dir\ /FS -c CheckIncludeFile.c
CheckIncludeFile.c(1): fatal error C1083: Datei (Include) kann nicht geffnet werden: "cpuid.h": No such file or directory
ninja: build stopped: subcommand failed.

 

Performing C SOURCE FILE Test NO_GCC_EBX_FPIC_BUG failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_a30b9 && [1/2] Building C object CMakeFiles\cmTC_a30b9.dir\src.c.obj
FAILED: CMakeFiles/cmTC_a30b9.dir/src.c.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo -DNO_GCC_EBX_FPIC_BUG  /DWIN32 /D_WINDOWS /w /bigobj -openmp:experimental -DNDEBUG  /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTC_a30b9.dir\src.c.obj /FdCMakeFiles\cmTC_a30b9.dir\ /FS -c src.c
src.c(6): error C2065: "asm": nichtdeklarierter Bezeichner
src.c(6): error C2143: Syntaxfehler: Es fehlt ";" vor "volatile"
ninja: build stopped: subcommand failed.


Source file was:
#include <stdint.h>
      static inline void cpuid(uint32_t *eax, uint32_t *ebx,
                               uint32_t *ecx, uint32_t *edx)
      {
        uint32_t a = *eax, b, c = *ecx, d;
        asm volatile ( "cpuid" : "+a"(a), "=b"(b), "+c"(c), "=d"(d) );
        *eax = a; *ebx = b; *ecx = c; *edx = d;
      }
      int main() {
        uint32_t a,b,c,d;
        cpuid(&a, &b, &c, &d);
        return 0;
      }
Performing C SOURCE FILE Test BLAS_F2C_DOUBLE_WORKS failed with the following compile output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_37afd && [1/2] Building C object CMakeFiles\cmTC_37afd.dir\src.c.obj
[2/2] Linking C executable cmTC_37afd.exe


...and run output:

Return value: 1
Source file was:

#include <stdlib.h>
#include <stdio.h>
float x[4] = { 1, 2, 3, 4 };
float y[4] = { .1, .01, .001, .0001 };
int four = 4;
int one = 1;
extern double sdot_();
int main() {
  int i;
  double r = sdot_(&four, x, &one, y, &one);
  exit((float)r != (float).1234);
}
Performing C++ SOURCE FILE Test has_std_14_flag failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_0ddc3 && [1/2] Building CXX object CMakeFiles\cmTC_0ddc3.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++14" wird ignoriert.
[2/2] Linking CXX executable cmTC_0ddc3.exe


Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test has_std_1y_flag failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_357da && [1/2] Building CXX object CMakeFiles\cmTC_357da.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++1y" wird ignoriert.
[2/2] Linking CXX executable cmTC_357da.exe


Source file was:
int main() { return 0; }
Determining if the backtrace exist failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_3f973 && [1/2] Building C object CMakeFiles\cmTC_3f973.dir\CheckSymbolExists.c.obj
FAILED: CMakeFiles/cmTC_3f973.dir/CheckSymbolExists.c.obj 
C:\Users\gooog\Downloads\bin\sccache-cl.exe  /nologo   /DWIN32 /D_WINDOWS /w /bigobj -openmp:experimental -DNDEBUG  /MDd /Z7 /Ob0 /Od /RTC1 /w /bigobj -std:c11 /showIncludes /FoCMakeFiles\cmTC_3f973.dir\CheckSymbolExists.c.obj /FdCMakeFiles\cmTC_3f973.dir\ /FS -c CheckSymbolExists.c
CheckSymbolExists.c(2): fatal error C1083: Datei (Include) kann nicht geffnet werden: "execinfo.h": No such file or directory
ninja: build stopped: subcommand failed.


File C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <execinfo.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef backtrace
  return ((int*)(&backtrace))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_NO_AVX256_SPLIT failed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_12b3e && [1/2] Building CXX object CMakeFiles\cmTC_12b3e.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-mno-avx256-split-unaligned-load" wird ignoriert.
cl : Befehlszeile warning D9002 : Unbekannte Option "-mno-avx256-split-unaligned-store" wird ignoriert.
[2/2] Linking CXX executable cmTC_12b3e.exe


Source file was:
int main() { return 0; }