Advertisement
Guest User

rosa_linux_source_install_handbrake

a guest
Dec 7th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. rosafresh8@rosafresh8-Aspire-V3-572G ~ $ tar xvzf HandBrake-0.10.5.tar.bz2
  2.  
  3. gzip: stdin: not in gzip format
  4. tar: Child returned status 1
  5. tar: Error is not recoverable: exiting now
  6. rosafresh8@rosafresh8-Aspire-V3-572G ~ $ tar xf HandBrake-0.10.5.tar.bz2
  7. rosafresh8@rosafresh8-Aspire-V3-572G ~ $ cd HandBrake-0.10.5
  8. rosafresh8@rosafresh8-Aspire-V3-572G ~/HandBrake-0.10.5 $ ls
  9. AUTHORS contrib/ CREDITS DoxyfileDotNet DoxyfileLibHb gfx/ libhb/ make/ pkg/ scripts/ THANKS version.txt
  10. configure* COPYING doc/ DoxyfileGtk DoxyfileMac gtk/ macosx/ NEWS README.pod test/ TRANSLATIONS win/
  11. rosafresh8@rosafresh8-Aspire-V3-572G ~/HandBrake-0.10.5 $ ./configure
  12. probe: host tuple...(pass) x86_64-unknown-linux-gnu
  13. compute: available architectures...(pass) x86_64
  14. find: ar...(pass) /usr/bin/ar
  15. find: cp...(pass) /bin/cp
  16. find: curl...(pass) /usr/bin/curl
  17. find: gcc...(pass) /usr/bin/gcc
  18. find: gmake...(pass) /usr/bin/gmake
  19. find: m4...(pass) /usr/bin/m4
  20. find: mkdir...(pass) /bin/mkdir
  21. find: gpatch...(pass) /usr/bin/patch
  22. find: rm...(pass) /bin/rm
  23. find: ranlib...(pass) /usr/bin/ranlib
  24. find: strip...(pass) /usr/bin/strip
  25. find: gtar...(pass) /bin/gtar
  26. find: wget...(pass) /usr/bin/wget
  27. find: yasm...(fail) not found
  28. find: autoconf...(pass) /usr/bin/autoconf
  29. find: automake...(pass) /usr/bin/automake
  30. find: cmake...(fail) not found
  31. find: libtool...(fail) not found
  32. find: pkg-config...(pass) /usr/bin/pkg-config
  33. find: xcodebuild...(fail) not found
  34. find: lipo...(fail) not found
  35. select: fetch...(pass) wget (/usr/bin/wget)
  36. compute: build tuple...(pass) x86_64-unknown-linux-gnu
  37. probe: number of CPU cores...(pass) 4
  38. probe: repo info...(fail) code 128
  39. probe: version.txt...(fail)
  40. compute: project data...(pass) HandBrake (release)
  41. note: enabling local yasm: missing system yasm
  42. note: enabling local autotools
  43. note: enabling local cmake
  44. compute: makevar SRC/ = ..
  45. compute: makevar BUILD/ = .
  46. compute: makevar PREFIX/ = /usr/local
  47. mkdir: ./build
  48. chdir: ./build
  49. write: GNUmakefile
  50. mkdir: project
  51. write: project/handbrake.m4
  52. -------------------------------------------------------------------------------
  53. Build is configured!
  54. You may now cd into ./build and run make (/usr/bin/gmake).
  55. rosafresh8@rosafresh8-Aspire-V3-572G ~/HandBrake-0.10.5 $ make
  56. make: *** No targets specified and no makefile found. Stop.
  57. rosafresh8@rosafresh8-Aspire-V3-572G ~/HandBrake-0.10.5 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement