Advertisement
vlig

grive-git-build-error

Oct 8th, 2019
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.54 KB | None | 0 0
  1. $ yay -S grive-git
  2. :: Checking for conflicts...
  3. :: Checking for inner conflicts...
  4. [Aur: 1]  grive-git-493.f039e38-2
  5.  
  6.   1 grive-git                        (Installed) (Build Files Exist)
  7. ==> Packages to cleanBuild?
  8. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  9. ==> A
  10. :: Deleting (1/1): /home/vlas/.cache/yay/grive-git
  11. :: Downloaded PKGBUILD (1/1): grive-git
  12.   1 grive-git                        (Installed) (Build Files Exist)
  13. ==> Diffs to show?
  14. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  15. ==>
  16. :: Parsing SRCINFO (1/1): grive-git
  17. ==> Making package: grive-git 493.f039e38-2 (Tue Oct  8 22:13:31 2019)
  18. ==> Retrieving sources...
  19.   -> Cloning grive-git git repo...
  20. Cloning into bare repository '/mnt/linux2/home/vlas/yay-builddir/grive-git/grive-git'...
  21. remote: Enumerating objects: 2, done.
  22. remote: Counting objects: 100% (2/2), done.
  23. remote: Compressing objects: 100% (2/2), done.
  24. remote: Total 4767 (delta 0), reused 0 (delta 0), pack-reused 4765
  25. Receiving objects: 100% (4767/4767), 1.21 MiB | 2.55 MiB/s, done.
  26. Resolving deltas: 100% (3125/3125), done.
  27. ==> Validating source files with sha512sums...
  28.     grive-git ... Skipped
  29. ==> Cleaning up...
  30. ==> Making package: grive-git 493.f039e38-2 (Tue Oct  8 22:13:33 2019)
  31. ==> Checking runtime dependencies...
  32. ==> Checking buildtime dependencies...
  33. ==> Retrieving sources...
  34.   -> Updating grive-git git repo...
  35. Fetching origin
  36. ==> Validating source files with sha512sums...
  37.     grive-git ... Skipped
  38. ==> Removing existing $srcdir/ directory...
  39. ==> Extracting sources...
  40.   -> Creating working copy of grive-git git repo...
  41. Cloning into 'grive-git'...
  42. done.
  43. ==> Starting pkgver()...
  44. ==> Sources are ready.
  45. ==> Making package: grive-git 493.f039e38-2 (Tue Oct  8 22:13:35 2019)
  46. ==> Checking runtime dependencies...
  47. ==> Checking buildtime dependencies...
  48. ==> WARNING: Using existing $srcdir/ tree
  49. ==> Starting pkgver()...
  50. ==> Starting build()...
  51. CMake Warning (dev) in CMakeLists.txt:
  52.   No project() command is present.  The top-level CMakeLists.txt file must
  53.   contain a literal, direct call to the project() command.  Add a line of
  54.   code such as
  55.  
  56.     project(ProjectName)
  57.  
  58.   near the top of the file, but after cmake_minimum_required().
  59.  
  60.   CMake is pretending there is a "project(Project)" command on the first
  61.   line.
  62. This warning is for project developers.  Use -Wno-dev to suppress it.
  63.  
  64. -- The C compiler identification is GNU 9.2.0
  65. -- The CXX compiler identification is GNU 9.2.0
  66. -- Check for working C compiler: /usr/lib/ccache/bin/cc
  67. -- Check for working C compiler: /usr/lib/ccache/bin/cc -- works
  68. -- Detecting C compiler ABI info
  69. -- Detecting C compiler ABI info - done
  70. -- Detecting C compile features
  71. -- Detecting C compile features - done
  72. -- Check for working CXX compiler: /usr/lib/ccache/bin/c++
  73. -- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- works
  74. -- Detecting CXX compiler ABI info
  75. -- Detecting CXX compiler ABI info - done
  76. -- Detecting CXX compile features
  77. -- Detecting CXX compile features - done
  78. -- Found libgcrypt: -lgcrypt -lgpg-error
  79. -- Found CURL: /usr/lib/libcurl.so (found version "7.66.0")  
  80. -- Found Boost: /lib64/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.40.0") found components:  program_options filesystem unit_test_framework regex system
  81. -- Found libbfd: /usr/lib/libbfd.so
  82. -- Found libiberty: /usr/lib/libiberty.a
  83. -- Found PkgConfig: /bin/pkg-config (found version "1.6.3")
  84. -- Checking for module 'yajl'
  85. --   Found yajl, version 2.1.0
  86. -- Found Boost: /lib64/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1.71.0") found components:  program_options
  87. -- Configuring done
  88. CMake Error in libgrive/CMakeLists.txt:
  89.   Imported target "Boost::unit_test_framework" includes non-existent path
  90.  
  91.     "/include"
  92.  
  93.   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
  94.  
  95.   * The path was deleted, renamed, or moved to another location.
  96.  
  97.   * An install or uninstall procedure did not complete successfully.
  98.  
  99.   * The installation package was faulty and references files it does not
  100.   provide.
  101.  
  102.  
  103.  
  104. CMake Error in libgrive/CMakeLists.txt:
  105.   Imported target "Boost::unit_test_framework" includes non-existent path
  106.  
  107.     "/include"
  108.  
  109.   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
  110.  
  111.   * The path was deleted, renamed, or moved to another location.
  112.  
  113.   * An install or uninstall procedure did not complete successfully.
  114.  
  115.   * The installation package was faulty and references files it does not
  116.   provide.
  117.  
  118.  
  119.  
  120. CMake Error in libgrive/CMakeLists.txt:
  121.   Imported target "Boost::filesystem" includes non-existent path
  122.  
  123.     "/include"
  124.  
  125.   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
  126.  
  127.   * The path was deleted, renamed, or moved to another location.
  128.  
  129.   * An install or uninstall procedure did not complete successfully.
  130.  
  131.   * The installation package was faulty and references files it does not
  132.   provide.
  133.  
  134.  
  135.  
  136. CMake Error in libgrive/CMakeLists.txt:
  137.   Imported target "Boost::filesystem" includes non-existent path
  138.  
  139.     "/include"
  140.  
  141.   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
  142.  
  143.   * The path was deleted, renamed, or moved to another location.
  144.  
  145.   * An install or uninstall procedure did not complete successfully.
  146.  
  147.   * The installation package was faulty and references files it does not
  148.   provide.
  149.  
  150.  
  151.  
  152. -- Generating done
  153. CMake Generate step failed.  Build files cannot be regenerated correctly.
  154. ==> ERROR: A failure occurred in build().
  155.     Aborting...
  156. Error making: grive-git
  157. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement