Advertisement
Guest User

#

a guest
Nov 21st, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.67 KB | None | 0 0
  1. login: traaitt
  2. Password:
  3. Last login: Thu Nov 21 17:36:10 on ttys000
  4.  
  5. The default interactive shell is now zsh.
  6. To update your account to use zsh, please run `chsh -s /bin/zsh`.
  7. For more details, please visit https://support.apple.com/kb/HT208050.
  8. Christians-MacBook-Pro:~ traaitt$ which brew || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  9. /usr/local/bin/brew
  10. Christians-MacBook-Pro:~ traaitt$ brew install --force cmake boost love
  11. Updating Homebrew...
  12. ==> Auto-updated Homebrew!
  13. Updated 1 tap (homebrew/core).
  14. ==> Updated Formulae
  15. ansible-lint        helmfile            paket               tiger-vnc
  16. cminpack            infer               php                 wxmaxima
  17. erlang              lazygit             procs               yaml-cpp
  18. exploitdb           libftdi             skafos              youtube-dl
  19. git                 libgraphqlparser    tepl
  20.  
  21. Error: No available formula with the name "love"
  22. ==> Searching for a previously deleted formula (in the last month)...
  23. Warning: homebrew/core is shallow clone. To get complete history run:
  24.   git -C "$(brew --repo homebrew/core)" fetch --unshallow
  25.  
  26. Error: No previously deleted formula found.
  27. ==> Searching for similarly named formulae...
  28. This similarly named formula was found:
  29. zsh-lovers
  30. To install it, run:
  31.   brew install zsh-lovers
  32. ==> Searching taps...
  33. ==> Searching taps on GitHub...
  34. Error: No formulae found in taps.
  35. Christians-MacBook-Pro:~ traaitt$ export CC=/usr/local/opt/llvm/bin/clang      
  36. Christians-MacBook-Pro:~ traaitt$ export CXX=/usr/local/opt/llvm/bin/clang++
  37. Christians-MacBook-Pro:~ traaitt$ git clone -b development --single-branch https://github.com/Chimera-Project/chimera.git
  38. Klone nach 'chimera' ...
  39. remote: Enumerating objects: 15087, done.
  40. remote: Total 15087 (delta 0), reused 0 (delta 0), pack-reused 15087
  41. Empfange Objekte: 100% (15087/15087), 32.95 MiB | 11.51 MiB/s, Fertig.
  42. Löse Unterschiede auf: 100% (8197/8197), Fertig.
  43. Checke Dateien aus: 100% (2539/2539), Fertig.
  44. Christians-MacBook-Pro:~ traaitt$ cd chimera
  45. Christians-MacBook-Pro:chimera traaitt$
  46. Christians-MacBook-Pro:chimera traaitt$ mkdir build
  47. Christians-MacBook-Pro:chimera traaitt$
  48. Christians-MacBook-Pro:chimera traaitt$ cd build
  49. Christians-MacBook-Pro:build traaitt$ cmake ..
  50. -- The C compiler identification is Clang 8.0.1
  51. -- The CXX compiler identification is Clang 8.0.1
  52. -- Check for working C compiler: /usr/local/opt/llvm/bin/clang
  53. -- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
  54. -- Detecting C compiler ABI info
  55. -- Detecting C compiler ABI info - done
  56. -- Detecting C compile features
  57. -- Detecting C compile features - done
  58. -- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++
  59. -- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works
  60. -- Detecting CXX compiler ABI info
  61. -- Detecting CXX compiler ABI info - done
  62. -- Detecting CXX compile features
  63. -- Detecting CXX compile features - done
  64. -- Looking for pthread.h
  65. -- Looking for pthread.h - found
  66. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  67. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  68. -- Found Threads: TRUE  
  69. CMake Warning (dev) at CMakeLists.txt:42 (set):
  70.   implicitly converting 'TYPE' to 'STRING' type.
  71. This warning is for project developers.  Use -Wno-dev to suppress it.
  72.  
  73. -- FORCE_USE_HEAP: ENABLED
  74. -- HW AES: ENABLED
  75. -- OPTIMIZED_ARM_MULTIPLICATION: ENABLED
  76. -- Found Git: /opt/local/bin/git
  77. -- The ASM compiler identification is Clang
  78. -- Found assembler: /usr/local/opt/llvm/bin/clang
  79. CMake Error at /usr/local/lib/cmake/Boost-1.71.0/BoostConfig.cmake:117 (find_package):
  80.   Found package configuration file:
  81.  
  82.     /usr/local/lib/cmake/boost_system-1.71.0/boost_system-config.cmake
  83.  
  84.   but it set boost_system_FOUND to FALSE so package "boost_system" is
  85.   considered to be NOT FOUND.  Reason given by package:
  86.  
  87.   No suitable build variant has been found.
  88.  
  89.   The following variants have been tried and rejected:
  90.  
  91.   * libboost_system-mt.dylib (shared, Boost_USE_STATIC_LIBS=ON)
  92.  
  93.   * libboost_system-mt.a (shared runtime, Boost_USE_STATIC_RUNTIME=ON)
  94.  
  95.   * libboost_system.dylib (shared, Boost_USE_STATIC_LIBS=ON)
  96.  
  97.   * libboost_system.a (shared runtime, Boost_USE_STATIC_RUNTIME=ON)
  98.  
  99. Call Stack (most recent call first):
  100.   /usr/local/lib/cmake/Boost-1.71.0/BoostConfig.cmake:182 (boost_find_component)
  101.   /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/FindBoost.cmake:443 (find_package)
  102.   CMakeLists.txt:247 (find_package)
  103.  
  104.  
  105. -- Configuring incomplete, errors occurred!
  106. See also "/Users/traaitt/chimera/build/CMakeFiles/CMakeOutput.log".
  107. See also "/Users/traaitt/chimera/build/CMakeFiles/CMakeError.log".
  108. Christians-MacBook-Pro:build traaitt$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement