Advertisement
Guest User

Untitled

a guest
Jun 7th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. root@kali:~/tvheadend# make
  2. make -f Makefile.ffmpeg
  3. make[1] : on entre dans le répertoire « /root/tvheadend »
  4. DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/kali-rolling/arm/ffmpeg-a0e726f181f6d5290ed82c7b3683d98c82ab6d6d.tgz
  5. --2016-06-07 17:54:12-- https://dl.bintray.com/tvheadend/misc/staticlib/kali-rolling/arm/ffmpeg-a0e726f181f6d5290ed82c7b3683d98c82ab6d6d.tgz
  6. Résolution de dl.bintray.com (dl.bintray.com)… 159.122.18.156, 5.153.35.248
  7. Connexion à dl.bintray.com (dl.bintray.com)|159.122.18.156|:443… connecté.
  8. requête HTTP transmise, en attente de la réponse… 404 Not Found
  9. 2016-06-07 17:54:13 erreur 404 : Not Found.
  10.  
  11. FAILED TO DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/kali-rolling/arm/ffmpeg-a0e726f181f6d5290ed82c7b3683d98c82ab6d6d.tgz (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
  12. cd /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux && cmake -G "Unix Makefiles" \
  13. -DCMAKE_INSTALL_PREFIX="/ffmpeg" \
  14. -DENABLE_SHARED:BOOL=OFF \
  15. ../../source
  16. -- cmake version 3.5.2
  17. -- Detected ARM target processor
  18. -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY)
  19. CMake Warning (dev) in CMakeLists.txt:
  20. A logical block opening on the line
  21.  
  22. /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/CMakeLists.txt:103 (if)
  23.  
  24. closes on the line
  25.  
  26. /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/CMakeLists.txt:107 (endif)
  27.  
  28. with mis-matching arguments.
  29. This warning is for project developers. Use -Wno-dev to suppress it.
  30.  
  31. -- x265 version 1.9
  32. -- Configuring done
  33. -- Generating done
  34. -- Build files have been written to: /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux
  35. DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \
  36. make -C /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux install
  37. make[2] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  38. make[3] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  39. make[4] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  40. make[4] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  41. make[4] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  42. [ 1%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o
  43. In file included from /usr/include/features.h:385:0,
  44. from /usr/include/arm-linux-gnueabi/c++/5/bits/os_defines.h:39,
  45. from /usr/include/arm-linux-gnueabi/c++/5/bits/c++config.h:482,
  46. from /usr/include/c++/5/utility:68,
  47. from /usr/include/c++/5/algorithm:60,
  48. from /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/common/common.h:28,
  49. from /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/common/primitives.cpp:24:
  50. /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error: gnu/stubs-hard.h: Aucun fichier ou dossier de ce type
  51. compilation terminated.
  52. common/CMakeFiles/common.dir/build.make:62 : la recette pour la cible « common/CMakeFiles/common.dir/primitives.cpp.o » a échouée
  53. make[4]: *** [common/CMakeFiles/common.dir/primitives.cpp.o] Erreur 1
  54. make[4] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  55. CMakeFiles/Makefile2:279 : la recette pour la cible « common/CMakeFiles/common.dir/all » a échouée
  56. make[3]: *** [common/CMakeFiles/common.dir/all] Erreur 2
  57. make[3] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  58. Makefile:127 : la recette pour la cible « all » a échouée
  59. make[2]: *** [all] Erreur 2
  60. make[2] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
  61. Makefile.ffmpeg:238 : la recette pour la cible « /root/tvheadend/build.linux/ffmpeg/x265_1.9/.tvh_build » a échouée
  62. make[1]: *** [/root/tvheadend/build.linux/ffmpeg/x265_1.9/.tvh_build] Erreur 2
  63. make[1] : on quitte le répertoire « /root/tvheadend »
  64. Makefile:749 : la recette pour la cible « /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a » a échouée
  65. make: *** [/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement