Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. /bin/bash /home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5/install-sh -d /home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.5
  2. if test -d vorbis; then \
  3. for dir in vorbis/*; do \
  4. if test -d $dir; then \
  5. b=`basename $dir`; \
  6. /bin/bash /home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5/install-sh -d /home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.5/$b; \
  7. for f in $dir/*; do \
  8. /usr/bin/install -c -m 644 $f /home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.5/$b; \
  9. done \
  10. fi \
  11. done \
  12. fi
  13. /bin/mkdir -p '/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.5'
  14. /usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html doxygen-build.stamp '/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/doc/libvorbis-1.3.5'
  15. make[5]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5/doc“ wird verlassen
  16. make[4]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5/doc“ wird verlassen
  17. make[3]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5/doc“ wird verlassen
  18. make[3]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5“ wird betreten
  19. make[4]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5“ wird betreten
  20. make[4]: Für das Ziel „install-exec-am“ ist nichts zu tun.
  21. /bin/mkdir -p '/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
  22. /usr/bin/install -c -m 644 vorbis.m4 '/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/share/aclocal'
  23. /bin/mkdir -p '/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
  24. /usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/pkgconfig'
  25. make[4]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5“ wird verlassen
  26. make[3]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5“ wird verlassen
  27. make[2]: Verzeichnis „/home/ts/workspace/tvheadend/build.linux/ffmpeg/libvorbis-1.3.5“ wird verlassen
  28. WGET http://downloads.xiph.org/releases/opus/opus-1.2.1.tar.gz
  29. https://ftp.osuosl.org/pub/xiph/releases/opus/opus-1.2.1.tar.gz:
  30. 2017-09-12 12:57:41 FEHLER 404: Not Found.
  31. Makefile.ffmpeg:511: die Regel für Ziel „/home/ts/workspace/tvheadend/build.linux/ffmpeg/opus-1.2.1/.tvh_download“ scheiterte
  32. make[1]: *** [/home/ts/workspace/tvheadend/build.linux/ffmpeg/opus-1.2.1/.tvh_download] Fehler 8
  33. make[1]: Verzeichnis „/home/ts/workspace/tvheadend“ wird verlassen
  34. Makefile:826: die Regel für Ziel „/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a“ scheiterte
  35. make: *** [/home/ts/workspace/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement