Advertisement
Guest User

Transmission CLI Installation error (Without Verbose)

a guest
Nov 3rd, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. USR$ brew install transmission
  2. Warning: Treating transmission as a formula. For the cask, use homebrew/cask/transmission
  3. Warning: You are using macOS 10.13.
  4. We (and Apple) do not provide support for this old version.
  5. It is expected behaviour that some formulae will fail to build in this old version.
  6. It is expected behaviour that Homebrew will be buggy and slow.
  7. Do not create any issues about this on Homebrew's GitHub repositories.
  8. Do not create any issues even if you think this message is unrelated.
  9. Any opened issues will be immediately closed without response.
  10. Do not ask for help from Homebrew or its maintainers on social media.
  11. You may ask for help in Homebrew's discussions but are unlikely to receive a response.
  12. Try to figure out the problem yourself and submit a fix as a pull request.
  13. We will review it but may or may not accept it.
  14.  
  15. ==> Fetching transmission-cli
  16. ==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/1937ed7
  17. Already downloaded: /Users/USR/Library/Caches/Homebrew/downloads/cef0fd7ffd7bbd05bf2782a386fc0315001d6f0f83fb2ec5942c6f3518f889dc--transmission-cli.rb
  18. ==> Downloading https://github.com/transmission/transmission/releases/download/4
  19. Already downloaded: /Users/USR/Library/Caches/Homebrew/downloads/ba8fb6f1530c85056a482650be6879f889253487a493b9fed35dd9cff433b8f8--transmission-4.0.4.tar.xz
  20. ==> cmake -S . -B build -DENABLE_CLI=ON -DENABLE_DAEMON=ON -DENABLE_MAC=OFF -DEN
  21. ==> cmake --build build
  22. Last 15 lines from /Users/USR/Library/Logs/Homebrew/transmission-cli/02.cmake:
  23. /Library/Developer/CommandLineTools/usr/include/c++/v1/string:782:31: note: candidate constructor
  24. _LIBCPP_INLINE_VISIBILITY basic_string(const _CharT* __s);
  25. ^
  26. /Library/Developer/CommandLineTools/usr/include/c++/v1/string:804:5: note: candidate constructor
  27. basic_string(__self_view __sv);
  28. ^
  29. 1 error generated.
  30. gmake[2]: *** [libtransmission/CMakeFiles/transmission.dir/build.make:541: libtransmission/CMakeFiles/transmission.dir/platform.cc.o] Error 1
  31. gmake[2]: *** Waiting for unfinished jobs....
  32. 1 warning generated.
  33. gmake[2]: Leaving directory '/private/tmp/transmission-cli-20231103-8596-1vx51ot/transmission-4.0.4/build'
  34. gmake[1]: *** [CMakeFiles/Makefile2:500: libtransmission/CMakeFiles/transmission.dir/all] Error 2
  35. gmake[1]: Leaving directory '/private/tmp/transmission-cli-20231103-8596-1vx51ot/transmission-4.0.4/build'
  36. gmake: *** [Makefile:159: all] Error 2
  37.  
  38.  
  39. Do not report this issue to Homebrew/brew or Homebrew/homebrew-core!
  40.  
  41.  
  42. Error: You are using macOS 10.13.
  43. We (and Apple) do not provide support for this old version.
  44. It is expected behaviour that some formulae will fail to build in this old version.
  45. It is expected behaviour that Homebrew will be buggy and slow.
  46. Do not create any issues about this on Homebrew's GitHub repositories.
  47. Do not create any issues even if you think this message is unrelated.
  48. Any opened issues will be immediately closed without response.
  49. Do not ask for help from Homebrew or its maintainers on social media.
  50. You may ask for help in Homebrew's discussions but are unlikely to receive a response.
  51. Try to figure out the problem yourself and submit a fix as a pull request.
  52. We will review it but may or may not accept it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement