Advertisement
Technologov

lc0 0.27 Build failed on Ubuntu 18.04

Aug 5th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. root@BigFenix:~/lc0-0.27.0# ./build.sh
  2. ~/lc0-0.27.0 ~/lc0-0.27.0
  3. [0/1] Regenerating build files.
  4. The Meson build system
  5. Version: 0.55.3
  6. Source dir: /root/lc0-0.27.0
  7. Build dir: /root/lc0-0.27.0/build/release
  8. Build type: native build
  9. Project name: lc0
  10. Project version: undefined
  11. C++ compiler for the host machine: c++ (gcc 7.5.0 "c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0")
  12. C++ linker for the host machine: c++ ld.bfd 2.30
  13. Host machine cpu family: x86_64
  14. Host machine cpu: x86_64
  15. Has header "optional" : YES (cached)
  16. Has header "string_view" : YES (cached)
  17. Has header "charconv" : NO (cached)
  18. ../../meson.build:30: WARNING: Your compiler or library does not have full C++17 support. See the README for compilers that are known to be working. This will become an error in the future.
  19. Compiler for C++ supports arguments -march=native: YES (cached)
  20. Program scripts/compile_proto.py found: YES
  21. Program git found: YES
  22. ../../meson.build:116: WARNING: Failed to parse short revision. Use git clone instead of downloading the archive from GitHub.
  23. Message: Using build identifier "git.unknown".
  24. Dependency threads found: YES unknown (cached)
  25. Library dl found: YES
  26. Found pkg-config: /usr/bin/pkg-config (0.29.1)
  27. Found CMake: /usr/bin/cmake (3.10.2)
  28. Run-time dependency tensorflow_cc found: NO (tried pkgconfig and cmake)
  29. Run-time dependency accelerate found: NO (tried pkgconfig and cmake)
  30. Library mkl_rt found: NO
  31. Library mklml found: NO
  32. Library dnnl found: NO
  33. Library openblas.dll found: NO
  34. Library openblas found: YES
  35. Has header "openblas_config.h" : YES (cached)
  36. Run-time dependency eigen3 found: NO (tried pkgconfig and cmake)
  37. Looking for a fallback subproject for the dependency eigen3
  38.  
  39. |Executing subproject eigen method meson
  40. |
  41. |Project name: eigen
  42. |Project version: 3.3.7
  43. |C++ compiler for the host machine: c++ (gcc 7.5.0 "c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0")
  44. |C++ linker for the host machine: c++ ld.bfd 2.30
  45. |Build targets in project: 0
  46. |Subproject eigen finished.
  47.  
  48. Dependency eigen3 from subproject subprojects/eigen found: YES 3.3.7
  49. Program ispc found: NO
  50. Library OpenCL found: YES
  51. Run-time dependency opencl found: NO
  52. Has header "CL/opencl.h" : YES (cached)
  53. Library cublas found: YES
  54. Library cudnn found: YES
  55. Library cudart found: YES
  56. Program /usr/local/cuda/bin/nvcc found: YES
  57. Dependency zlib found: YES 1.2.11 (cached)
  58. Library libatomic found: YES
  59. Run-time dependency GTest found: NO (tried pkgconfig and system)
  60. Looking for a fallback subproject for the dependency gtest
  61.  
  62. |Executing subproject gtest method meson
  63. |
  64. |Project name: gtest
  65. |Project version: 1.10.0
  66. |C++ compiler for the host machine: c++ (gcc 7.5.0 "c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0")
  67. |C++ linker for the host machine: c++ ld.bfd 2.30
  68. |Dependency threads found: YES unknown (cached)
  69. |Dependency threads found: YES unknown (cached)
  70. |Dependency threads found: YES unknown (cached)
  71. |Dependency threads found: YES unknown (cached)
  72. |Build targets in project: 1
  73. |Subproject gtest finished.
  74.  
  75. Dependency gtest from subproject subprojects/gtest found: YES 1.10.0
  76. Build targets in project: 8
  77.  
  78. lc0 undefined
  79.  
  80. Subprojects
  81. eigen: YES
  82. gtest: YES
  83.  
  84. Found ninja-1.8.2 at /usr/bin/ninja
  85. ninja: no work to do.
  86. ~/lc0-0.27.0
  87.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement