Advertisement
Guest User

HandBrake Compile Error

a guest
Mar 22nd, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. probe: host tuple...(pass) i686-pc-linux-gnu
  2. + ./make/config.guess
  3. : i686-pc-linux-gnu
  4. compute: available architectures...(pass) i686
  5. : <NO-OUTPUT>
  6. find: ar...(pass) /usr/bin/ar
  7. : name[0] = ar
  8. find: cp...(pass) /bin/cp
  9. : name[0] = cp
  10. find: curl...(pass) /usr/bin/curl
  11. : name[0] = curl
  12. find: gcc...(pass) /usr/bin/gcc
  13. : name[0] = gcc
  14. find: gmake...(pass) /usr/bin/make
  15. : name[0] = gmake
  16. : name[1] = make
  17. find: gm4...(pass) /usr/bin/m4
  18. : name[0] = gm4
  19. : name[1] = m4
  20. find: mkdir...(pass) /bin/mkdir
  21. : name[0] = mkdir
  22. find: gpatch...(pass) /usr/bin/patch
  23. : name[0] = gpatch
  24. : name[1] = patch
  25. find: rm...(pass) /bin/rm
  26. : name[0] = rm
  27. find: ranlib...(pass) /usr/bin/ranlib
  28. : name[0] = ranlib
  29. find: strip...(pass) /usr/bin/strip
  30. : name[0] = strip
  31. find: gtar...(pass) /bin/tar
  32. : name[0] = gtar
  33. : name[1] = tar
  34. find: wget...(pass) /usr/bin/wget
  35. : name[0] = wget
  36. find: yasm...(pass) /usr/bin/yasm
  37. : name[0] = yasm
  38. find: autoconf...(pass) /usr/bin/autoconf
  39. : name[0] = autoconf
  40. find: automake...(pass) /usr/bin/automake
  41. : name[0] = automake
  42. find: cmake...(pass) /usr/bin/cmake
  43. : name[0] = cmake
  44. find: libtool...(pass) /usr/bin/libtool
  45. : name[0] = libtool
  46. find: pkg-config...(pass) /usr/bin/pkg-config
  47. : name[0] = pkg-config
  48. find: xcodebuild...(fail) not found
  49. : name[0] = xcodebuild
  50. find: lipo...(fail) not found
  51. : name[0] = lipo
  52. select: fetch...(pass) wget (/usr/bin/wget)
  53. : tool[0] = wget (/usr/bin/wget)
  54. : tool[1] = curl (/usr/bin/curl)
  55. find: x86_64-w64-mingw32-ar...(pass) /usr/bin/x86_64-w64-mingw32-ar
  56. : name[0] = x86_64-w64-mingw32-ar
  57. find: x86_64-w64-mingw32-gcc...(pass) /usr/bin/x86_64-w64-mingw32-gcc
  58. : name[0] = x86_64-w64-mingw32-gcc
  59. find: x86_64-w64-mingw32-ranlib...(pass) /usr/bin/x86_64-w64-mingw32-ranlib
  60. : name[0] = x86_64-w64-mingw32-ranlib
  61. find: x86_64-w64-mingw32-strip...(pass) /usr/bin/x86_64-w64-mingw32-strip
  62. : name[0] = x86_64-w64-mingw32-strip
  63. compute: build tuple...(pass) x86_64-w64-mingw32
  64. : <NO-OUTPUT>
  65. probe: number of CPU cores...(pass) 2
  66. : <NO-OUTPUT>
  67. probe: repo info...(pass) https://github.com/HandBrake/HandBrake.git
  68. + ./scripts/repo-info.sh .
  69. : URL=https://github.com/HandBrake/HandBrake.git
  70. : HASH=e7d44e9d992c256f5993c4662903c64e5d8a9e48
  71. : SHORTHASH=e7d44e9
  72. : REV=7104
  73. : BRANCH=master
  74. : REMOTE=origin
  75. : DATE=2016-03-22 15:20:03 +0000
  76. compute: project data...(pass) HandBrake (developer)
  77. : <NO-OUTPUT>
  78. version probe: yasm...(pass) 1.2.0
  79. + /usr/bin/yasm --version
  80. : yasm 1.2.0
  81. : Compiled on Oct 10 2013.
  82. : Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.
  83. : Run yasm --license for licensing overview and summary.
  84. probe: static dlfcn...(fail) code 1
  85. + /usr/bin/x86_64-w64-mingw32-gcc -static
  86. : conftest.c:2:19: fatal error: dlfcn.h: No such file or directory
  87. : #include <dlfcn.h>
  88. : ^
  89. : compilation terminated.
  90. probe: static pthread...(pass) end
  91. + /usr/bin/x86_64-w64-mingw32-gcc -static
  92. : <NO-OUTPUT>
  93. probe: static bz2...(fail) code 1
  94. + /usr/bin/x86_64-w64-mingw32-gcc -static
  95. : conftest.c:3:19: fatal error: bzlib.h: No such file or directory
  96. : #include <bzlib.h>
  97. : ^
  98. : compilation terminated.
  99. probe: static zlib...(fail) code 1
  100. + /usr/bin/x86_64-w64-mingw32-gcc -static
  101. : conftest.c:3:18: fatal error: zlib.h: No such file or directory
  102. : #include <zlib.h>
  103. : ^
  104. : compilation terminated.
  105. probe: static iconv...(fail) code 1
  106. + /usr/bin/x86_64-w64-mingw32-gcc -static
  107. : conftest.c:3:19: fatal error: iconv.h: No such file or directory
  108. : #include <iconv.h>
  109. : ^
  110. : compilation terminated.
  111. probe: static regex...(fail) code 1
  112. + /usr/bin/x86_64-w64-mingw32-gcc -static
  113. : conftest.c:3:19: fatal error: regex.h: No such file or directory
  114. : #include <regex.h>
  115. : ^
  116. : compilation terminated.
  117. probe: static strtok_r...(fail) code 1
  118. + /usr/bin/x86_64-w64-mingw32-gcc -static
  119. : /tmp/ccJ0CNrs.o:conftest.c:(.text+0x23): undefined reference to `strtok_r'
  120. : collect2: error: ld returned 1 exit status
  121. compute: makevar SRC/ = ..
  122. compute: makevar BUILD/ = .
  123. compute: makevar PREFIX/ = /usr/local
  124. chdir: ./build
  125. write: GNUmakefile
  126. write: project/handbrake.m4
  127. write: log/build.txt
  128. time begin: Tue Mar 22 14:48:24 2016
  129. launch: /usr/bin/make -j1
  130. time end: Tue Mar 22 14:48:28 2016
  131. duration: 4 seconds (4.07s)
  132. result: FAILURE (code 2)
  133. write: log/config.info.txt
  134. write: log/config.verbose.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement