Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@kali:~/tvheadend# make
- make -f Makefile.ffmpeg
- make[1] : on entre dans le répertoire « /root/tvheadend »
- DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/kali-rolling/arm/ffmpeg-a0e726f181f6d5290ed82c7b3683d98c82ab6d6d.tgz
- --2016-06-07 17:54:12-- https://dl.bintray.com/tvheadend/misc/staticlib/kali-rolling/arm/ffmpeg-a0e726f181f6d5290ed82c7b3683d98c82ab6d6d.tgz
- Résolution de dl.bintray.com (dl.bintray.com)… 159.122.18.156, 5.153.35.248
- Connexion à dl.bintray.com (dl.bintray.com)|159.122.18.156|:443… connecté.
- requête HTTP transmise, en attente de la réponse… 404 Not Found
- 2016-06-07 17:54:13 erreur 404 : Not Found.
- 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!)
- cd /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux && cmake -G "Unix Makefiles" \
- -DCMAKE_INSTALL_PREFIX="/ffmpeg" \
- -DENABLE_SHARED:BOOL=OFF \
- ../../source
- -- cmake version 3.5.2
- -- Detected ARM target processor
- -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY)
- CMake Warning (dev) in CMakeLists.txt:
- A logical block opening on the line
- /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/CMakeLists.txt:103 (if)
- closes on the line
- /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/CMakeLists.txt:107 (endif)
- with mis-matching arguments.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- x265 version 1.9
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux
- DESTDIR=/root/tvheadend/build.linux/ffmpeg/build \
- make -C /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux install
- make[2] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- make[3] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- make[4] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- make[4] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- make[4] : on entre dans le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- [ 1%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o
- In file included from /usr/include/features.h:385:0,
- from /usr/include/arm-linux-gnueabi/c++/5/bits/os_defines.h:39,
- from /usr/include/arm-linux-gnueabi/c++/5/bits/c++config.h:482,
- from /usr/include/c++/5/utility:68,
- from /usr/include/c++/5/algorithm:60,
- from /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/common/common.h:28,
- from /root/tvheadend/build.linux/ffmpeg/x265_1.9/source/common/primitives.cpp:24:
- /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:29: fatal error: gnu/stubs-hard.h: Aucun fichier ou dossier de ce type
- compilation terminated.
- common/CMakeFiles/common.dir/build.make:62 : la recette pour la cible « common/CMakeFiles/common.dir/primitives.cpp.o » a échouée
- make[4]: *** [common/CMakeFiles/common.dir/primitives.cpp.o] Erreur 1
- make[4] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- CMakeFiles/Makefile2:279 : la recette pour la cible « common/CMakeFiles/common.dir/all » a échouée
- make[3]: *** [common/CMakeFiles/common.dir/all] Erreur 2
- make[3] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- Makefile:127 : la recette pour la cible « all » a échouée
- make[2]: *** [all] Erreur 2
- make[2] : on quitte le répertoire « /root/tvheadend/build.linux/ffmpeg/x265_1.9/build/linux »
- Makefile.ffmpeg:238 : la recette pour la cible « /root/tvheadend/build.linux/ffmpeg/x265_1.9/.tvh_build » a échouée
- make[1]: *** [/root/tvheadend/build.linux/ffmpeg/x265_1.9/.tvh_build] Erreur 2
- make[1] : on quitte le répertoire « /root/tvheadend »
- Makefile:749 : la recette pour la cible « /root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a » a échouée
- make: *** [/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement