Advertisement
Guest User

kodimainfail

a guest
Mar 5th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. $ dpkg-buildpackage -us -uc > ~/kodibuildfail
  2. dpkg-source --before-build kodi-18.1+git20190217.1232-final
  3. fakeroot debian/rules clean
  4. dpkg-source -b kodi-18.1+git20190217.1232-final
  5. debian/rules build
  6. fatal: Not a git repository (or any of the parent directories): .git
  7. fatal: Not a git repository (or any of the parent directories): .git
  8. fatal: Not a git repository (or any of the parent directories): .git
  9. CMake Error at cmake/scripts/common/Macros.cmake:646 (string):
  10. string sub-command REPLACE requires at least four arguments.
  11. Call Stack (most recent call first):
  12. CMakeLists.txt:79 (core_find_git_rev)
  13.  
  14.  
  15. fatal: Not a git repository (or any of the parent directories): .git
  16. CMake Error at cmake/scripts/common/Macros.cmake:656 (string):
  17. string sub-command REPLACE requires at least four arguments.
  18. Call Stack (most recent call first):
  19. CMakeLists.txt:79 (core_find_git_rev)
  20.  
  21.  
  22. CMake Error at cmake/scripts/common/Macros.cmake:657 (string):
  23. string sub-command REPLACE requires at least four arguments.
  24. Call Stack (most recent call first):
  25. CMakeLists.txt:79 (core_find_git_rev)
  26.  
  27.  
  28. CMake Error at cmake/modules/FindFmt.cmake:64 (find_package):
  29. Could not find a package configuration file provided by "FMT" (requested
  30. version 3.0.1) with any of the following names:
  31.  
  32. FMTConfig.cmake
  33. fmt-config.cmake
  34.  
  35. Add the installation prefix of "FMT" to CMAKE_PREFIX_PATH or set "FMT_DIR"
  36. to a directory containing one of the above files. If "FMT" provides a
  37. separate development package or SDK, be sure it has been installed.
  38. Call Stack (most recent call first):
  39. cmake/scripts/common/Macros.cmake:366 (find_package)
  40. cmake/scripts/common/Macros.cmake:380 (find_package_with_ver)
  41. CMakeLists.txt:179 (core_require_dep)
  42.  
  43.  
  44. dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DVERBOSE=1 -DUSE_LTO=4 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_AIRTUNES=ON -DENABLE_ALSA=ON -DENABLE_AVAHI=ON -DENABLE_BLURAY=ON -DENABLE_CEC=ON -DENABLE_DBUS=ON -DENABLE_DVDCSS=ON -DENABLE_EGL=ON -DENABLE_EVENTCLIENTS=ON -DENABLE_INTERNAL_FFMPEG=ON -DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_MICROHTTPD=ON -DENABLE_MYSQLCLIENT=ON -DENABLE_NFS=ON -DENABLE_OPTICAL=ON -DENABLE_PULSEAUDIO=ON -DENABLE_SMBCLIENT=ON -DENABLE_UDEV=ON -DENABLE_UPNP=ON -DENABLE_VAAPI=ON -DENABLE_VDPAU=ON -DENABLE_XSLT=ON -DENABLE_LIRCCLIENT=ON -DLIBDVDREAD_URL=tools/depends/target/libdvdread/libdvdread-6.0.0-Leia-Alpha-3.tar.gz -DLIBDVDNAV_URL=tools/depends/target/libdvdnav/libdvdnav-6.0.0-Leia-Alpha-3.tar.gz -DLIBDVDCSS_URL=tools/depends/target/libdvdcss/libdvdcss-1.4.2-Leia-Beta-5.tar.gz -DFFMPEG_URL=tools/depends/target/ffmpeg/ffmpeg-4.0.3-Leia-RC5.tar.gz returned exit code 1
  45. make[1]: *** [override_dh_auto_configure] Error 255
  46. make: *** [build] Error 2
  47. dpkg-buildpackage: error: debian/rules build gave error exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement