Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
  2.  
  3. ./configure --launch-jobs=$(nproc) --launch --disable-gtk
  4.  
  5. : If you think configure made a mistake, make sure you are using the latest
  6. : version from Git. If the latest version fails, report the problem to the
  7. : libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
  8. : Include the log file "config.log" produced by configure as this will help
  9. : solving the problem.
  10. : make: *** [contrib/ffmpeg/.stamp.configure] Fehler 1
  11. : make: *** Warte auf noch nicht beendete Prozesse...
  12. : -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM -- not found
  13. : -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM
  14. : -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM -- not found
  15. : -- Checking support for ARCHIVE_CRYPTO_MD5_LIBMD
  16. : -- Checking support for ARCHIVE_CRYPTO_MD5_LIBMD -- not found
  17. : -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD
  18. : -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD -- not found
  19. : -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD
  20. : -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD -- not found
  21. : -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD
  22. : -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD -- not found
  23. : -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD
  24. : -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD -- not found
  25. : -- Check if the system is big endian
  26. : -- Searching 16 bit integer
  27. : -- Using unsigned short
  28. : -- Check if the system is big endian - little endian
  29. : Curses libraries were not found. Curses GUI for CMake will not be built.
  30. : -- Looking for elf.h
  31. : -- Looking for elf.h - found
  32. : -- Looking for a Fortran compiler
  33. : -- Looking for a Fortran compiler - NOTFOUND
  34. : -- Performing Test run_pic_test
  35. : -- Performing Test run_pic_test - Success
  36. : -- Performing Test run_inlines_hidden_test
  37. : -- Performing Test run_inlines_hidden_test - Success
  38. : -- Configuring done
  39. : -- Generating done
  40. : -- Build files have been written to: /home/HandBrake/build/contrib/cmake/cmake-3.3.2
  41. : ---------------------------------------------
  42. : CMake has bootstrapped. Now run make.
  43. : touch contrib/cmake/.stamp.configure
  44. -------------------------------------------------------------------------------
  45. time end: Sun Feb 19 12:31:55 2017
  46. duration: 1 minute, 49 seconds (109.67s)
  47. result: FAILURE (code 2)
  48. -------------------------------------------------------------------------------
  49. Build is finished!
  50. You may now cd into ./build and examine the output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement