Advertisement
Guest User

make install output

a guest
Jul 11th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. user06@user06:~/ffmpeg_sources/ffmpeg$ make install
  2. INSTALL doc/ffmpeg.1
  3. INSTALL doc/ffplay.1
  4. INSTALL doc/ffprobe.1
  5. INSTALL doc/ffserver.1
  6. INSTALL doc/ffmpeg-all.1
  7. INSTALL doc/ffplay-all.1
  8. INSTALL doc/ffprobe-all.1
  9. INSTALL doc/ffserver-all.1
  10. INSTALL doc/ffmpeg-utils.1
  11. INSTALL doc/ffmpeg-scaler.1
  12. INSTALL doc/ffmpeg-resampler.1
  13. INSTALL doc/ffmpeg-codecs.1
  14. INSTALL doc/ffmpeg-bitstream-filters.1
  15. INSTALL doc/ffmpeg-formats.1
  16. INSTALL doc/ffmpeg-protocols.1
  17. INSTALL doc/ffmpeg-devices.1
  18. INSTALL doc/ffmpeg-filters.1
  19. INSTALL doc/libavutil.3
  20. INSTALL doc/libswscale.3
  21. INSTALL doc/libswresample.3
  22. INSTALL doc/libavcodec.3
  23. INSTALL doc/libavformat.3
  24. INSTALL doc/libavdevice.3
  25. INSTALL doc/libavfilter.3
  26. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg.1': Permission denied
  27. install: cannot remove `/ffmpeg_build/share/man/man1/ffplay.1': Permission denied
  28. install: cannot remove `/ffmpeg_build/share/man/man1/ffprobe.1': Permission denied
  29. install: cannot remove `/ffmpeg_build/share/man/man1/ffserver.1': Permission denied
  30. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-all.1': Permission denied
  31. install: cannot remove `/ffmpeg_build/share/man/man1/ffplay-all.1': Permission denied
  32. install: cannot remove `/ffmpeg_build/share/man/man1/ffprobe-all.1': Permission denied
  33. install: cannot remove `/ffmpeg_build/share/man/man1/ffserver-all.1': Permission denied
  34. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-utils.1': Permission denied
  35. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-scaler.1': Permission denied
  36. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-resampler.1': Permission denied
  37. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-codecs.1': Permission denied
  38. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-bitstream-filters.1': Permission denied
  39. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-formats.1': Permission denied
  40. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-protocols.1': Permission denied
  41. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-devices.1': Permission denied
  42. install: cannot remove `/ffmpeg_build/share/man/man1/ffmpeg-filters.1': Permission denied
  43. make: *** [install-man] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement