Advertisement
Guest User

ERROR: CUVID not found

a guest
Oct 12th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 KB | None | 0 0
  1. + git pull --rebase
  2. Current branch master is up to date.
  3. + do_clone_all
  4. + do_clone ffmpeg https://github.com/FFmpeg/FFmpeg.git
  5. + set -ex
  6. + test -e ffmpeg
  7. + cd ffmpeg
  8. + git remote set-url origin https://github.com/FFmpeg/FFmpeg.git
  9. + git fetch
  10. + do_clone fribidi http://anongit.freedesktop.org/git/fribidi/fribidi.git
  11. + set -ex
  12. + test -e fribidi
  13. + cd fribidi
  14. + git remote set-url origin http://anongit.freedesktop.org/git/fribidi/fribidi.git
  15. + git fetch
  16. + do_clone libass https://github.com/libass/libass.git
  17. + set -ex
  18. + test -e libass
  19. + cd libass
  20. + git remote set-url origin https://github.com/libass/libass.git
  21. + git fetch
  22. + do_clone mpv https://github.com/mpv-player/mpv.git
  23. + set -ex
  24. + test -e mpv
  25. + cd mpv
  26. + git remote set-url origin https://github.com/mpv-player/mpv.git
  27. + git fetch
  28. + do_releasetag ffmpeg n
  29. + cd ffmpeg
  30. + git tag
  31. + grep -v rc
  32. + + versort_with_prefix n
  33. + sed -n -e s/^n\([0-9]\)/\1/p
  34. grep -v dev
  35. + sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4
  36. + sed -e s/^/n/
  37. + tail -n 1
  38. + version=n3.1.4
  39. + git checkout --detach refs/tags/n3.1.4
  40. HEAD is now at c2ea7062... Changelog: update
  41. + do_releasetag fribidi
  42. + cd fribidi
  43. + git tag+
  44. grep+ -v rcgrep -v
  45. dev
  46. + versort_with_prefix
  47. + sed -n -e s/^\([0-9]\)/\1/p+ sort -n -t .
  48. + + sed -e s/^//
  49. -k 1,1 -k 2,2 -k 3,3 -k 4,4
  50. tail -n 1
  51. + version=0.19.7
  52. + git checkout --detach refs/tags/0.19.7
  53. HEAD is now at 1a6935c... 0.19.7
  54. + do_gitmaster libass
  55. + set -ex
  56. + cd libass
  57. + git checkout --detach origin/master
  58. HEAD is now at 35dc4dd... Add CVE identifiers of the fuzzing fixes.
  59. + git remote prune origin
  60. + do_gitmaster mpv v
  61. + set -ex
  62. + cd mpv
  63. + git checkout --detach origin/master
  64. HEAD is now at b5357e8... ao_alsa: try to fallback to "hdmi" before "iec958" for spdif
  65. + git remote prune origin
  66. + do_update_debian_versions
  67. + scripts/debian-update-versions
  68. + do_bootstrap
  69. + scripts/mpv-bootstrap
  70. Found 'waf', skipping download.
  71. make: Entering directory '/home/torstein/mpv-build/libass'
  72. Making distclean in libass
  73. make[1]: Entering directory '/home/torstein/mpv-build/libass/libass'
  74. test -z "libass.la" || rm -f libass.la
  75. rm -f ./so_locations
  76. rm -rf .libs _libs
  77. rm -rf x86/.libs x86/_libs
  78. rm -f *.o
  79. rm -f x86/*.o
  80. rm -f x86/*.lo
  81. rm -f *.lo
  82. rm -f *.tab.c
  83. test -z "" || rm -f
  84. test . = "." || test -z "" || rm -f
  85. rm -f x86/.deps/.dirstamp
  86. rm -f x86/.dirstamp
  87. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  88. rm -rf ./.deps
  89. rm -f Makefile
  90. make[1]: Leaving directory '/home/torstein/mpv-build/libass/libass'
  91. Making distclean in test
  92. make[1]: Entering directory '/home/torstein/mpv-build/libass/test'
  93. rm -rf .libs _libs
  94. rm -f test
  95. rm -f *.o
  96. rm -f *.lo
  97. rm -f *.tab.c
  98. test -z "" || rm -f
  99. test . = "." || test -z "" || rm -f
  100. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  101. rm -rf ./.deps
  102. rm -f Makefile
  103. make[1]: Leaving directory '/home/torstein/mpv-build/libass/test'
  104. Making distclean in profile
  105. make[1]: Entering directory '/home/torstein/mpv-build/libass/profile'
  106. rm -rf .libs _libs
  107. rm -f profile
  108. rm -f *.o
  109. rm -f *.lo
  110. rm -f *.tab.c
  111. test -z "" || rm -f
  112. test . = "." || test -z "" || rm -f
  113. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  114. rm -rf ./.deps
  115. rm -f Makefile
  116. make[1]: Leaving directory '/home/torstein/mpv-build/libass/profile'
  117. make[1]: Entering directory '/home/torstein/mpv-build/libass'
  118. rm -rf .libs _libs
  119. rm -f *.lo
  120. test -z "libass.pc" || rm -f libass.pc
  121. test . = "." || test -z "" || rm -f
  122. rm -f config.h stamp-h1
  123. rm -f libtool config.lt
  124. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  125. rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  126. make[1]: Leaving directory '/home/torstein/mpv-build/libass'
  127. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  128. rm -f Makefile
  129. make: Leaving directory '/home/torstein/mpv-build/libass'
  130. 'distclean' finished successfully (0.001s)
  131. Running autoreconf...
  132. autoreconf: Entering directory `.'
  133. autoreconf: configure.ac: not using Gettext
  134. autoreconf: running: aclocal --force -I m4
  135. autoreconf: configure.ac: tracing
  136. autoreconf: running: libtoolize --copy --force
  137. libtoolize: putting auxiliary files in '.'.
  138. libtoolize: copying file './ltmain.sh'
  139. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  140. libtoolize: copying file 'm4/libtool.m4'
  141. libtoolize: copying file 'm4/ltoptions.m4'
  142. libtoolize: copying file 'm4/ltsugar.m4'
  143. libtoolize: copying file 'm4/ltversion.m4'
  144. libtoolize: copying file 'm4/lt~obsolete.m4'
  145. autoreconf: running: /usr/bin/autoconf --force
  146. autoreconf: running: /usr/bin/autoheader --force
  147. autoreconf: running: automake --add-missing --copy --force-missing
  148. configure.ac:6: installing './compile'
  149. configure.ac:2: installing './missing'
  150. libass/Makefile.am: installing './depcomp'
  151. autoreconf: Leaving directory `.'
  152. checking for a BSD-compatible install... /usr/bin/install -c
  153. checking whether build environment is sane... yes
  154. checking for a thread-safe mkdir -p... /bin/mkdir -p
  155. checking for gawk... gawk
  156. checking whether make sets $(MAKE)... yes
  157. checking whether make supports nested variables... yes
  158. checking build system type... x86_64-pc-linux-gnu
  159. checking host system type... x86_64-pc-linux-gnu
  160. checking how to print strings... printf
  161. checking for style of include used by make... GNU
  162. checking for gcc... gcc
  163. checking whether the C compiler works... yes
  164. checking for C compiler default output file name... a.out
  165. checking for suffix of executables...
  166. checking whether we are cross compiling... no
  167. checking for suffix of object files... o
  168. checking whether we are using the GNU C compiler... yes
  169. checking whether gcc accepts -g... yes
  170. checking for gcc option to accept ISO C89... none needed
  171. checking whether gcc understands -c and -o together... yes
  172. checking dependency style of gcc... gcc3
  173. checking for a sed that does not truncate output... /bin/sed
  174. checking for grep that handles long lines and -e... /bin/grep
  175. checking for egrep... /bin/grep -E
  176. checking for fgrep... /bin/grep -F
  177. checking for ld used by gcc... /usr/bin/ld
  178. checking if the linker (/usr/bin/ld) is GNU ld... yes
  179. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  180. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  181. checking whether ln -s works... yes
  182. checking the maximum length of command line arguments... 1572864
  183. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  184. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  185. checking for /usr/bin/ld option to reload object files... -r
  186. checking for objdump... objdump
  187. checking how to recognize dependent libraries... pass_all
  188. checking for dlltool... no
  189. checking how to associate runtime and link libraries... printf %s\n
  190. checking for ar... ar
  191. checking for archiver @FILE support... @
  192. checking for strip... strip
  193. checking for ranlib... ranlib
  194. checking command to parse /usr/bin/nm -B output from gcc object... ok
  195. checking for sysroot... no
  196. checking for a working dd... /bin/dd
  197. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  198. checking for mt... mt
  199. checking if mt is a manifest tool... no
  200. checking how to run the C preprocessor... gcc -E
  201. checking for ANSI C header files... yes
  202. checking for sys/types.h... yes
  203. checking for sys/stat.h... yes
  204. checking for stdlib.h... yes
  205. checking for string.h... yes
  206. checking for memory.h... yes
  207. checking for strings.h... yes
  208. checking for inttypes.h... yes
  209. checking for stdint.h... yes
  210. checking for unistd.h... yes
  211. checking for dlfcn.h... yes
  212. checking for objdir... .libs
  213. checking if gcc supports -fno-rtti -fno-exceptions... no
  214. checking for gcc option to produce PIC... -fPIC -DPIC
  215. checking if gcc PIC flag -fPIC -DPIC works... yes
  216. checking if gcc static flag -static works... yes
  217. checking if gcc supports -c -o file.o... yes
  218. checking if gcc supports -c -o file.o... (cached) yes
  219. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  220. checking dynamic linker characteristics... GNU/Linux ld.so
  221. checking how to hardcode library paths into programs... immediate
  222. checking whether stripping libraries is possible... yes
  223. checking if libtool supports shared libraries... yes
  224. checking whether to build shared libraries... no
  225. checking whether to build static libraries... yes
  226. checking for gcc... (cached) gcc
  227. checking whether we are using the GNU C compiler... (cached) yes
  228. checking whether gcc accepts -g... (cached) yes
  229. checking for gcc option to accept ISO C89... (cached) none needed
  230. checking whether gcc understands -c and -o together... (cached) yes
  231. checking dependency style of gcc... (cached) gcc3
  232. checking how to run the C preprocessor... gcc -E
  233. checking dependency style of gcc... gcc3
  234. checking for ANSI C header files... (cached) yes
  235. checking for stdbool.h that conforms to C99... yes
  236. checking for _Bool... yes
  237. checking for stdint.h... (cached) yes
  238. checking iconv.h usability... yes
  239. checking iconv.h presence... yes
  240. checking for iconv.h... yes
  241. checking for strdup... yes
  242. checking for strndup... yes
  243. checking for library containing libiconv_open... no
  244. checking for library containing iconv_open... none required
  245. checking for fabs in -lm... yes
  246. checking for yasm... yes
  247. checking if yasm supports vpmovzxwd... yes
  248. checking for pkg-config... /usr/bin/pkg-config
  249. checking pkg-config is at least version 0.9.0... yes
  250. checking for FREETYPE... yes
  251. checking for FRIBIDI... yes
  252. checking for FONTCONFIG... yes
  253. checking for CORETEXT... no
  254. checking for DIRECTWRITE... no
  255. checking for HARFBUZZ... yes
  256. checking whether make supports nested variables... (cached) yes
  257. checking that generated files are newer than configure... done
  258. configure: creating ./config.status
  259. config.status: creating Makefile
  260. config.status: creating libass/Makefile
  261. config.status: creating test/Makefile
  262. config.status: creating profile/Makefile
  263. config.status: creating libass.pc
  264. config.status: creating config.h
  265. config.status: executing depfiles commands
  266. config.status: executing libtool commands
  267. make: Entering directory '/home/torstein/mpv-build/libass'
  268. Making install in libass
  269. make[1]: Entering directory '/home/torstein/mpv-build/libass/libass'
  270. CC ass.lo
  271. CC ass_cache.lo
  272. CC ass_font.lo
  273. CC ass_fontselect.lo
  274. CC ass_render.lo
  275. CC ass_utils.lo
  276. CC ass_bitmap.lo
  277. CC ass_blur.lo
  278. CC ass_library.lo
  279. CC ass_drawing.lo
  280. CC ass_parse.lo
  281. CC ass_render_api.lo
  282. CC ass_shaper.lo
  283. CC ass_strtod.lo
  284. CC ass_fontconfig.lo
  285. CC ass_string.lo
  286. CC ass_rasterizer.lo
  287. CC ass_rasterizer_c.lo
  288. YASM x86/blend_bitmaps.lo
  289. YASM x86/blur.lo
  290. YASM x86/cpuid.lo
  291. YASM x86/utils.lo
  292. YASM x86/rasterizer.lo
  293. YASM x86/be_blur.lo
  294. CCLD libass.la
  295. ar: `u' modifier ignored since `D' is the default (see `U')
  296. make[2]: Entering directory '/home/torstein/mpv-build/libass/libass'
  297. /bin/mkdir -p '/home/torstein/mpv-build/build_libs/include/ass'
  298. /bin/mkdir -p '/home/torstein/mpv-build/build_libs/lib'
  299. /bin/bash ../libtool --mode=install /usr/bin/install -c libass.la '/home/torstein/mpv-build/build_libs/lib'
  300. /usr/bin/install -c -m 644 ass.h ass_types.h '/home/torstein/mpv-build/build_libs/include/ass'
  301. libtool: install: /usr/bin/install -c .libs/libass.lai /home/torstein/mpv-build/build_libs/lib/libass.la
  302. libtool: install: /usr/bin/install -c .libs/libas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement