Advertisement
Guest User

rstudio-desktop-git-aur-compilation-error-01-08-2018

a guest
Jan 8th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.79 KB | None | 0 0
  1. ==> Starting build()...
  2. -- The C compiler identification is GNU 7.2.1
  3. -- The CXX compiler identification is GNU 7.2.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Performing Test COMPILER_SUPPORTS_CXX11
  17. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  18. -- Looking for pthread.h
  19. -- Looking for pthread.h - found
  20. -- Looking for pthread_create
  21. -- Looking for pthread_create - not found
  22. -- Looking for pthread_create in pthreads
  23. -- Looking for pthread_create in pthreads - not found
  24. -- Looking for pthread_create in pthread
  25. -- Looking for pthread_create in pthread - found
  26. -- Found Threads: TRUE  
  27. -- Boost version: 1.66.0
  28. -- Found the following Boost libraries:
  29. --   date_time
  30. --   filesystem
  31. --   iostreams
  32. --   program_options
  33. --   regex
  34. --   signals
  35. --   system
  36. --   thread
  37. --   chrono
  38. --   random
  39. --   atomic
  40. -- Using system Boost 1.63.0
  41. -- Performing Test HAVE_SCANDIR_POSIX
  42. -- Performing Test HAVE_SCANDIR_POSIX - Success
  43. -- Looking for SA_NOCLDWAIT
  44. -- Looking for SA_NOCLDWAIT - found
  45. -- Looking for SO_PEERCRED
  46. -- Looking for SO_PEERCRED - found
  47. -- Looking for inotify_init1
  48. -- Looking for inotify_init1 - found
  49. -- Looking for getpeereid
  50. -- Looking for getpeereid - not found
  51. -- Looking for setresuid
  52. -- Looking for setresuid - found
  53. -- Found LibR: /usr/lib64/R  
  54. -- Found R: /usr/lib64/R
  55. -- Performing Test LIBR_MINIMUM_VERSION
  56. -- Performing Test LIBR_MINIMUM_VERSION - Success
  57. CMake Deprecation Warning at src/cpp/desktop/CMakeLists.txt:18 (cmake_policy):
  58.   The OLD behavior for policy CMP0020 will be removed from a future version
  59.   of CMake.
  60.  
  61.   The cmake-policies(7) manual explains that the OLD behaviors of all
  62.   policies are deprecated and that a policy should be set to OLD only under
  63.   specific short-term circumstances.  Projects should be ported to the NEW
  64.   behavior and not rely on setting a policy to OLD.
  65.  
  66.  
  67. CMake Error at src/cpp/session/CMakeLists.txt:23 (message):
  68.   Dictionaries not found (re-run install-dependencies script to install)
  69.  
  70.  
  71. -- Configuring incomplete, errors occurred!
  72. See also "/home/---/.cache/pacaur/rstudio-desktop-git/src/rstudio/build/CMakeFiles/CMakeOutput.log".
  73. See also "/home/---/.cache/pacaur/rstudio-desktop-git/src/rstudio/build/CMakeFiles/CMakeError.log".
  74. ==> ERROR: A failure occurred in build().
  75.     Aborting...
  76. :: failed to build rstudio-desktop-git package(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement