Advertisement
leandrod

VLC 2.1 nightly for Mac OS Lion AMD64, BD debug mask 256

Feb 19th, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.93 KB | None | 0 0
  1. Apple-iMac-Dutra:build leandro$ cd
  2. Apple-iMac-Dutra:~ leandro$ mkdir src
  3. Apple-iMac-Dutra:~ leandro$ cd src
  4. Apple-iMac-Dutra:src leandro$ mkdir aacs
  5. Apple-iMac-Dutra:src leandro$ cd aacs/
  6. Apple-iMac-Dutra:aacs leandro$ git clone git://git.videolan.org/libaacs.git
  7. Cloning into libaacs...
  8. remote: Counting objects: 3677, done.
  9. remote: Compressing objects: 100% (1367/1367), done.
  10. remote: Total 3677 (delta 2293), reused 3670 (delta 2286)
  11. Receiving objects: 100% (3677/3677), 2.26 MiB | 15 KiB/s, done.
  12. Resolving deltas: 100% (2293/2293), done.
  13. Apple-iMac-Dutra:aacs leandro$ ./configure
  14. -bash: ./configure: No such file or directory
  15. Apple-iMac-Dutra:aacs leandro$ ls
  16. libaacs
  17. Apple-iMac-Dutra:aacs leandro$ cd libaacs/
  18. Apple-iMac-Dutra:libaacs leandro$ ls
  19. COPYING ChangeLog KEYDB.cfg Makefile.am README.txt bootstrap configure.ac m4 src
  20. Apple-iMac-Dutra:libaacs leandro$ ./config
  21. -bash: ./config: No such file or directory
  22. Apple-iMac-Dutra:libaacs leandro$ ./bootstrap
  23. autoreconf: Entering directory `.'
  24. autoreconf: configure.ac: not using Gettext
  25. autoreconf: running: aclocal --force -I m4
  26. autoreconf: configure.ac: tracing
  27. autoreconf: configure.ac: creating directory build-aux
  28. autoreconf: running: glibtoolize --copy --force
  29. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  30. glibtoolize: copying file `build-aux/ltmain.sh'
  31. glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  32. glibtoolize: copying file `m4/libtool.m4'
  33. glibtoolize: copying file `m4/ltoptions.m4'
  34. glibtoolize: copying file `m4/ltsugar.m4'
  35. glibtoolize: copying file `m4/ltversion.m4'
  36. glibtoolize: copying file `m4/lt~obsolete.m4'
  37. autoreconf: running: /opt/local/bin/autoconf --force
  38. autoreconf: running: /opt/local/bin/autoheader --force
  39. autoreconf: running: automake --add-missing --copy --force-missing
  40. configure.ac:25: installing `build-aux/config.guess'
  41. configure.ac:25: installing `build-aux/config.sub'
  42. configure.ac:26: installing `build-aux/install-sh'
  43. configure.ac:26: installing `build-aux/missing'
  44. src/Makefile.am: installing `build-aux/depcomp'
  45. configure.ac: installing `build-aux/ylwrap'
  46. autoreconf: Leaving directory `.'
  47. Apple-iMac-Dutra:libaacs leandro$ ls
  48. COPYING KEYDB.cfg Makefile.in aclocal.m4 bootstrap config.h.in configure.ac src
  49. ChangeLog Makefile.am README.txt autom4te.cache build-aux configure m4
  50. Apple-iMac-Dutra:libaacs leandro$ less README.txt
  51. Apple-iMac-Dutra:libaacs leandro$ less README.txt
  52. Apple-iMac-Dutra:libaacs leandro$ ./configure
  53. checking build system type... x86_64-apple-darwin11.3.0
  54. checking host system type... x86_64-apple-darwin11.3.0
  55. checking target system type... x86_64-apple-darwin11.3.0
  56. checking for a BSD-compatible install... /usr/bin/install -c
  57. checking whether build environment is sane... yes
  58. checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p
  59. checking for gawk... gawk
  60. checking whether make sets $(MAKE)... yes
  61. checking whether to enable maintainer-specific portions of Makefiles... no
  62. checking for gcc... gcc
  63. checking whether the C compiler works... yes
  64. checking for C compiler default output file name... a.out
  65. checking for suffix of executables...
  66. checking whether we are cross compiling... no
  67. checking for suffix of object files... o
  68. checking whether we are using the GNU C compiler... yes
  69. checking whether gcc accepts -g... yes
  70. checking for gcc option to accept ISO C89... none needed
  71. checking for style of include used by make... GNU
  72. checking dependency style of gcc... gcc3
  73. checking how to print strings... printf
  74. checking for a sed that does not truncate output... /usr/local/bin/sed
  75. checking for grep that handles long lines and -e... /usr/bin/grep
  76. checking for egrep... /usr/bin/grep -E
  77. checking for fgrep... /usr/bin/grep -F
  78. checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  79. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  80. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  81. checking the name lister (/usr/bin/nm) interface... BSD nm
  82. checking whether ln -s works... yes
  83. checking the maximum length of command line arguments... 196608
  84. checking whether the shell understands some XSI constructs... yes
  85. checking whether the shell understands "+="... yes
  86. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  87. checking for objdump... no
  88. checking how to recognize dependent libraries... (cached) pass_all
  89. checking for ar... ar
  90. checking for strip... strip
  91. checking for ranlib... ranlib
  92. checking command to parse /usr/bin/nm output from gcc object... ok
  93. checking for dsymutil... dsymutil
  94. checking for nmedit... nmedit
  95. checking for lipo... lipo
  96. checking for otool... otool
  97. checking for otool64... no
  98. checking for -single_module linker flag... yes
  99. checking for -exported_symbols_list linker flag... yes
  100. checking for -force_load linker flag... yes
  101. checking how to run the C preprocessor... gcc -E
  102. checking for ANSI C header files... yes
  103. checking for sys/types.h... yes
  104. checking for sys/stat.h... yes
  105. checking for stdlib.h... yes
  106. checking for string.h... yes
  107. checking for memory.h... yes
  108. checking for strings.h... yes
  109. checking for inttypes.h... yes
  110. checking for stdint.h... yes
  111. checking for unistd.h... yes
  112. checking for dlfcn.h... yes
  113. checking for objdir... .libs
  114. checking if gcc supports -fno-rtti -fno-exceptions... no
  115. checking for gcc option to produce PIC... -fno-common -DPIC
  116. checking if gcc PIC flag -fno-common -DPIC works... yes
  117. checking if gcc static flag -static works... no
  118. checking if gcc supports -c -o file.o... yes
  119. checking if gcc supports -c -o file.o... (cached) yes
  120. checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  121. checking dynamic linker characteristics... darwin11.3.0 dyld
  122. checking how to hardcode library paths into programs... immediate
  123. checking whether stripping libraries is possible... yes
  124. checking if libtool supports shared libraries... yes
  125. checking whether to build shared libraries... yes
  126. checking whether to build static libraries... yes
  127. checking for flex... flex
  128. checking lex output file root... lex.yy
  129. checking lex library... -lfl
  130. checking whether yytext is a pointer... yes
  131. checking for bison... bison -y
  132. checking return type of signal handlers... void
  133. checking stdarg.h usability... yes
  134. checking stdarg.h presence... yes
  135. checking for stdarg.h... yes
  136. checking for sys/types.h... (cached) yes
  137. checking dirent.h usability... yes
  138. checking dirent.h presence... yes
  139. checking for dirent.h... yes
  140. checking errno.h usability... yes
  141. checking errno.h presence... yes
  142. checking for errno.h... yes
  143. checking libgen.h usability... yes
  144. checking libgen.h presence... yes
  145. checking for libgen.h... yes
  146. checking malloc.h usability... no
  147. checking malloc.h presence... no
  148. checking for malloc.h... no
  149. checking for stdlib.h... (cached) yes
  150. checking mntent.h usability... no
  151. checking mntent.h presence... no
  152. checking for mntent.h... no
  153. checking linux/cdrom.h usability... no
  154. checking linux/cdrom.h presence... no
  155. checking for linux/cdrom.h... no
  156. checking for inttypes.h... (cached) yes
  157. checking sys/time.h usability... yes
  158. checking sys/time.h presence... yes
  159. checking for sys/time.h... yes
  160. checking time.h usability... yes
  161. checking time.h presence... yes
  162. checking for time.h... yes
  163. checking sys/select.h usability... yes
  164. checking sys/select.h presence... yes
  165. checking for sys/select.h... yes
  166. checking limits.h usability... yes
  167. checking limits.h presence... yes
  168. checking for limits.h... yes
  169. checking for dirent.h that defines DIR... yes
  170. checking for library containing opendir... none required
  171. checking for struct dirent.d_type... yes
  172. checking for special C compiler options needed for large files... no
  173. checking for _FILE_OFFSET_BITS value needed for large files... no
  174. checking for snprintf... yes
  175. checking for realpath... yes
  176. checking pthread.h usability... yes
  177. checking pthread.h presence... yes
  178. checking for pthread.h... yes
  179. checking for pthread_mutex_init in -lpthread... yes
  180. checking for libgcrypt-config... no
  181. configure: error: libgcrypt not found on system
  182. Apple-iMac-Dutra:libaacs leandro$ ./configure
  183. checking build system type... x86_64-apple-darwin11.3.0
  184. checking host system type... x86_64-apple-darwin11.3.0
  185. checking target system type... x86_64-apple-darwin11.3.0
  186. checking for a BSD-compatible install... /usr/bin/install -c
  187. checking whether build environment is sane... yes
  188. checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p
  189. checking for gawk... gawk
  190. checking whether make sets $(MAKE)... yes
  191. checking whether to enable maintainer-specific portions of Makefiles... no
  192. checking for gcc... gcc
  193. checking whether the C compiler works... yes
  194. checking for C compiler default output file name... a.out
  195. checking for suffix of executables...
  196. checking whether we are cross compiling... no
  197. checking for suffix of object files... o
  198. checking whether we are using the GNU C compiler... yes
  199. checking whether gcc accepts -g... yes
  200. checking for gcc option to accept ISO C89... none needed
  201. checking for style of include used by make... GNU
  202. checking dependency style of gcc... gcc3
  203. checking how to print strings... printf
  204. checking for a sed that does not truncate output... /usr/local/bin/sed
  205. checking for grep that handles long lines and -e... /usr/bin/grep
  206. checking for egrep... /usr/bin/grep -E
  207. checking for fgrep... /usr/bin/grep -F
  208. checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
  209. checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
  210. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  211. checking the name lister (/usr/bin/nm) interface... BSD nm
  212. checking whether ln -s works... yes
  213. checking the maximum length of command line arguments... 196608
  214. checking whether the shell understands some XSI constructs... yes
  215. checking whether the shell understands "+="... yes
  216. checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
  217. checking for objdump... no
  218. checking how to recognize dependent libraries... (cached) pass_all
  219. checking for ar... ar
  220. checking for strip... strip
  221. checking for ranlib... ranlib
  222. checking command to parse /usr/bin/nm output from gcc object... ok
  223. checking for dsymutil... dsymutil
  224. checking for nmedit... nmedit
  225. checking for lipo... lipo
  226. checking for otool... otool
  227. checking for otool64... no
  228. checking for -single_module linker flag... yes
  229. checking for -exported_symbols_list linker flag... yes
  230. checking for -force_load linker flag... yes
  231. checking how to run the C preprocessor... gcc -E
  232. checking for ANSI C header files... yes
  233. checking for sys/types.h... yes
  234. checking for sys/stat.h... yes
  235. checking for stdlib.h... yes
  236. checking for string.h... yes
  237. checking for memory.h... yes
  238. checking for strings.h... yes
  239. checking for inttypes.h... yes
  240. checking for stdint.h... yes
  241. checking for unistd.h... yes
  242. checking for dlfcn.h... yes
  243. checking for objdir... .libs
  244. checking if gcc supports -fno-rtti -fno-exceptions... no
  245. checking for gcc option to produce PIC... -fno-common -DPIC
  246. checking if gcc PIC flag -fno-common -DPIC works... yes
  247. checking if gcc static flag -static works... no
  248. checking if gcc supports -c -o file.o... yes
  249. checking if gcc supports -c -o file.o... (cached) yes
  250. checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
  251. checking dynamic linker characteristics... darwin11.3.0 dyld
  252. checking how to hardcode library paths into programs... immediate
  253. checking whether stripping libraries is possible... yes
  254. checking if libtool supports shared libraries... yes
  255. checking whether to build shared libraries... yes
  256. checking whether to build static libraries... yes
  257. checking for flex... flex
  258. checking lex output file root... lex.yy
  259. checking lex library... -lfl
  260. checking whether yytext is a pointer... yes
  261. checking for bison... bison -y
  262. checking return type of signal handlers... void
  263. checking stdarg.h usability... yes
  264. checking stdarg.h presence... yes
  265. checking for stdarg.h... yes
  266. checking for sys/types.h... (cached) yes
  267. checking dirent.h usability... yes
  268. checking dirent.h presence... yes
  269. checking for dirent.h... yes
  270. checking errno.h usability... yes
  271. checking errno.h presence... yes
  272. checking for errno.h... yes
  273. checking libgen.h usability... yes
  274. checking libgen.h presence... yes
  275. checking for libgen.h... yes
  276. checking malloc.h usability... no
  277. checking malloc.h presence... no
  278. checking for malloc.h... no
  279. checking for stdlib.h... (cached) yes
  280. checking mntent.h usability... no
  281. checking mntent.h presence... no
  282. checking for mntent.h... no
  283. checking linux/cdrom.h usability... no
  284. checking linux/cdrom.h presence... no
  285. checking for linux/cdrom.h... no
  286. checking for inttypes.h... (cached) yes
  287. checking sys/time.h usability... yes
  288. checking sys/time.h presence... yes
  289. checking for sys/time.h... yes
  290. checking time.h usability... yes
  291. checking time.h presence... yes
  292. checking for time.h... yes
  293. checking sys/select.h usability... yes
  294. checking sys/select.h presence... yes
  295. checking for sys/select.h... yes
  296. checking limits.h usability... yes
  297. checking limits.h presence... yes
  298. checking for limits.h... yes
  299. checking for dirent.h that defines DIR... yes
  300. checking for library containing opendir... none required
  301. checking for struct dirent.d_type... yes
  302. checking for special C compiler options needed for large files... no
  303. checking for _FILE_OFFSET_BITS value needed for large files... no
  304. checking for snprintf... yes
  305. checking for realpath... yes
  306. checking pthread.h usability... yes
  307. checking pthread.h presence... yes
  308. checking for pthread.h... yes
  309. checking for pthread_mutex_init in -lpthread... yes
  310. checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
  311. checking whether strerror_r is declared... yes
  312. checking for strerror_r... yes
  313. checking whether strerror_r returns char *... no
  314. checking for gpg_strerror_r in -lgpg-error... yes
  315. Checking if compiler supports -Wall... yes
  316. Checking if compiler supports -Wdisabled-optimization... yes
  317. Checking if compiler supports -Wpointer-arith... yes
  318. Checking if compiler supports -Wredundant-decls... yes
  319. Checking if compiler supports -Wcast-qual... yes
  320. Checking if compiler supports -Wwrite-strings... yes
  321. Checking if compiler supports -Wtype-limits... no
  322. Checking if compiler supports -Wundef... yes
  323. Checking if compiler supports -Wextra... yes
  324. Checking if compiler supports -Winline... yes
  325. Checking if compiler supports -O3... yes
  326. Checking if compiler supports -fomit-frame-pointer... yes
  327. Checking if compiler supports -g... yes
  328. configure: creating ./config.status
  329. config.status: creating Makefile
  330. config.status: creating src/Makefile
  331. config.status: creating src/examples/Makefile
  332. config.status: creating src/libaacs.pc
  333. config.status: creating src/libaacs/aacs-version.h
  334. config.status: creating config.h
  335. config.status: executing depfiles commands
  336. config.status: executing libtool commands
  337. Apple-iMac-Dutra:libaacs leandro$ make
  338. make all-recursive
  339. Making all in src
  340. \
  341. test -f keydbcfg-parser.c || \
  342. /bin/sh ../build-aux/ylwrap `test -f 'file/keydbcfg-parser.y' || echo './'`file/keydbcfg-parser.y y.tab.c keydbcfg-parser.c y.tab.h keydbcfg-parser.h y.output keydbcfg-parser.output -- bison -y -d -p libaacs_yy
  343. updating keydbcfg-parser.h
  344. \
  345. test -f keydbcfg-lexer.c || \
  346. /bin/sh ../build-aux/ylwrap `test -f 'file/keydbcfg-lexer.l' || echo './'`file/keydbcfg-lexer.l lex.yy.c keydbcfg-lexer.c -- flex
  347. make all-recursive
  348. Making all in .
  349. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT aacs.lo -MD -MP -MF .deps/aacs.Tpo -c -o aacs.lo `test -f 'libaacs/aacs.c' || echo './'`libaacs/aacs.c
  350. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT aacs.lo -MD -MP -MF .deps/aacs.Tpo -c libaacs/aacs.c -fno-common -DPIC -o .libs/aacs.o
  351. In file included from libaacs/aacs.c:44:
  352. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1336: warning: 'gcry_ac_io_mode_t' is deprecated
  353. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1337: warning: 'gcry_ac_io_type_t' is deprecated
  354. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1344: warning: 'gcry_ac_data_read_cb_t' is deprecated
  355. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1358: warning: 'gcry_ac_data_write_cb_t' is deprecated
  356. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1393: warning: 'gcry_md_algo_t' is deprecated
  357. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1401: warning: 'gcry_md_algo_t' is deprecated
  358. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1407: warning: 'gcry_ac_data_t' is deprecated
  359. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1411: warning: 'gcry_ac_data_t' is deprecated
  360. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1415: warning: 'gcry_ac_data_t' is deprecated
  361. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1416: warning: 'gcry_ac_data_t' is deprecated
  362. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1421: warning: 'gcry_ac_data_t' is deprecated
  363. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1425: warning: 'gcry_ac_data_t' is deprecated
  364. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1433: warning: 'gcry_ac_data_t' is deprecated
  365. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1440: warning: 'gcry_ac_data_t' is deprecated
  366. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1448: warning: 'gcry_ac_data_t' is deprecated
  367. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1456: warning: 'gcry_ac_data_t' is deprecated
  368. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1463: warning: 'gcry_ac_data_t' is deprecated
  369. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_t' is deprecated
  370. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_mode_t' is deprecated
  371. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1471: warning: 'gcry_ac_io_type_t' is deprecated
  372. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_t' is deprecated
  373. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_mode_t' is deprecated
  374. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1478: warning: 'gcry_ac_io_type_t' is deprecated
  375. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1482: warning: 'gcry_ac_handle_t' is deprecated
  376. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1483: warning: 'gcry_ac_id_t' is deprecated
  377. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1487: warning: 'gcry_ac_handle_t' is deprecated
  378. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_key_t' is deprecated
  379. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_handle_t' is deprecated
  380. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_key_type_t' is deprecated
  381. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_data_t' is deprecated
  382. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1500: warning: 'gcry_ac_handle_t' is deprecated
  383. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1502: warning: 'gcry_ac_key_pair_t' is deprecated
  384. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1507: warning: 'gcry_ac_key_pair_t' is deprecated
  385. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1508: warning: 'gcry_ac_key_type_t' is deprecated
  386. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1512: warning: 'gcry_ac_key_t' is deprecated
  387. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_handle_t' is deprecated
  388. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_key_t' is deprecated
  389. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1520: warning: 'gcry_ac_handle_t' is deprecated
  390. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1521: warning: 'gcry_ac_key_t' is deprecated
  391. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_handle_t' is deprecated
  392. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_key_t' is deprecated
  393. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1531: warning: 'gcry_ac_key_t' is deprecated
  394. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1535: warning: 'gcry_ac_key_pair_t' is deprecated
  395. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1541: warning: 'gcry_ac_em_t' is deprecated
  396. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1543: warning: 'gcry_ac_io_t' is deprecated
  397. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1544: warning: 'gcry_ac_io_t' is deprecated
  398. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1550: warning: 'gcry_ac_em_t' is deprecated
  399. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1552: warning: 'gcry_ac_io_t' is deprecated
  400. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1553: warning: 'gcry_ac_io_t' is deprecated
  401. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1559: warning: 'gcry_ac_handle_t' is deprecated
  402. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1561: warning: 'gcry_ac_key_t' is deprecated
  403. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1563: warning: 'gcry_ac_data_t' is deprecated
  404. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1569: warning: 'gcry_ac_handle_t' is deprecated
  405. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1571: warning: 'gcry_ac_key_t' is deprecated
  406. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1573: warning: 'gcry_ac_data_t' is deprecated
  407. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1578: warning: 'gcry_ac_handle_t' is deprecated
  408. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1579: warning: 'gcry_ac_key_t' is deprecated
  409. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1581: warning: 'gcry_ac_data_t' is deprecated
  410. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1587: warning: 'gcry_ac_handle_t' is deprecated
  411. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1588: warning: 'gcry_ac_key_t' is deprecated
  412. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1590: warning: 'gcry_ac_data_t' is deprecated
  413. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1598: warning: 'gcry_ac_handle_t' is deprecated
  414. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1599: warning: 'gcry_ac_scheme_t' is deprecated
  415. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1601: warning: 'gcry_ac_key_t' is deprecated
  416. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1602: warning: 'gcry_ac_io_t' is deprecated
  417. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1603: warning: 'gcry_ac_io_t' is deprecated
  418. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1611: warning: 'gcry_ac_handle_t' is deprecated
  419. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1612: warning: 'gcry_ac_scheme_t' is deprecated
  420. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1614: warning: 'gcry_ac_key_t' is deprecated
  421. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1615: warning: 'gcry_ac_io_t' is deprecated
  422. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1616: warning: 'gcry_ac_io_t' is deprecated
  423. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1624: warning: 'gcry_ac_handle_t' is deprecated
  424. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1625: warning: 'gcry_ac_scheme_t' is deprecated
  425. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1627: warning: 'gcry_ac_key_t' is deprecated
  426. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1628: warning: 'gcry_ac_io_t' is deprecated
  427. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1629: warning: 'gcry_ac_io_t' is deprecated
  428. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1638: warning: 'gcry_ac_handle_t' is deprecated
  429. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1639: warning: 'gcry_ac_scheme_t' is deprecated
  430. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1641: warning: 'gcry_ac_key_t' is deprecated
  431. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1642: warning: 'gcry_ac_io_t' is deprecated
  432. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1643: warning: 'gcry_ac_io_t' is deprecated
  433. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1649: warning: 'gcry_ac_id_t' is deprecated
  434. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1656: warning: 'gcry_ac_id_t' is deprecated
  435. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT aacs.lo -MD -MP -MF .deps/aacs.Tpo -c libaacs/aacs.c -o aacs.o >/dev/null 2>&1
  436. mv -f .deps/aacs.Tpo .deps/aacs.Plo
  437. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT mmc.lo -MD -MP -MF .deps/mmc.Tpo -c -o mmc.lo `test -f 'libaacs/mmc.c' || echo './'`libaacs/mmc.c
  438. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT mmc.lo -MD -MP -MF .deps/mmc.Tpo -c libaacs/mmc.c -fno-common -DPIC -o .libs/mmc.o
  439. libaacs/mmc.c: In function '_mmc_send_cmd':
  440. libaacs/mmc.c:103: warning: unused parameter 'mmc'
  441. libaacs/mmc.c:103: warning: unused parameter 'cmd'
  442. libaacs/mmc.c:103: warning: unused parameter 'buf'
  443. libaacs/mmc.c:103: warning: unused parameter 'tx'
  444. libaacs/mmc.c:104: warning: unused parameter 'rx'
  445. libaacs/mmc.c: In function 'mmc_open':
  446. libaacs/mmc.c:366: warning: unused parameter 'path'
  447. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT mmc.lo -MD -MP -MF .deps/mmc.Tpo -c libaacs/mmc.c -o mmc.o >/dev/null 2>&1
  448. mv -f .deps/mmc.Tpo .deps/mmc.Plo
  449. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c -o crypto.lo `test -f 'libaacs/crypto.c' || echo './'`libaacs/crypto.c
  450. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c libaacs/crypto.c -fno-common -DPIC -o .libs/crypto.o
  451. In file included from libaacs/crypto.c:35:
  452. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1336: warning: 'gcry_ac_io_mode_t' is deprecated
  453. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1337: warning: 'gcry_ac_io_type_t' is deprecated
  454. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1344: warning: 'gcry_ac_data_read_cb_t' is deprecated
  455. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1358: warning: 'gcry_ac_data_write_cb_t' is deprecated
  456. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1393: warning: 'gcry_md_algo_t' is deprecated
  457. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1401: warning: 'gcry_md_algo_t' is deprecated
  458. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1407: warning: 'gcry_ac_data_t' is deprecated
  459. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1411: warning: 'gcry_ac_data_t' is deprecated
  460. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1415: warning: 'gcry_ac_data_t' is deprecated
  461. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1416: warning: 'gcry_ac_data_t' is deprecated
  462. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1421: warning: 'gcry_ac_data_t' is deprecated
  463. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1425: warning: 'gcry_ac_data_t' is deprecated
  464. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1433: warning: 'gcry_ac_data_t' is deprecated
  465. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1440: warning: 'gcry_ac_data_t' is deprecated
  466. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1448: warning: 'gcry_ac_data_t' is deprecated
  467. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1456: warning: 'gcry_ac_data_t' is deprecated
  468. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1463: warning: 'gcry_ac_data_t' is deprecated
  469. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_t' is deprecated
  470. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_mode_t' is deprecated
  471. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1471: warning: 'gcry_ac_io_type_t' is deprecated
  472. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_t' is deprecated
  473. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_mode_t' is deprecated
  474. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1478: warning: 'gcry_ac_io_type_t' is deprecated
  475. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1482: warning: 'gcry_ac_handle_t' is deprecated
  476. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1483: warning: 'gcry_ac_id_t' is deprecated
  477. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1487: warning: 'gcry_ac_handle_t' is deprecated
  478. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_key_t' is deprecated
  479. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_handle_t' is deprecated
  480. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_key_type_t' is deprecated
  481. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_data_t' is deprecated
  482. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1500: warning: 'gcry_ac_handle_t' is deprecated
  483. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1502: warning: 'gcry_ac_key_pair_t' is deprecated
  484. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1507: warning: 'gcry_ac_key_pair_t' is deprecated
  485. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1508: warning: 'gcry_ac_key_type_t' is deprecated
  486. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1512: warning: 'gcry_ac_key_t' is deprecated
  487. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_handle_t' is deprecated
  488. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_key_t' is deprecated
  489. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1520: warning: 'gcry_ac_handle_t' is deprecated
  490. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1521: warning: 'gcry_ac_key_t' is deprecated
  491. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_handle_t' is deprecated
  492. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_key_t' is deprecated
  493. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1531: warning: 'gcry_ac_key_t' is deprecated
  494. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1535: warning: 'gcry_ac_key_pair_t' is deprecated
  495. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1541: warning: 'gcry_ac_em_t' is deprecated
  496. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1543: warning: 'gcry_ac_io_t' is deprecated
  497. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1544: warning: 'gcry_ac_io_t' is deprecated
  498. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1550: warning: 'gcry_ac_em_t' is deprecated
  499. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1552: warning: 'gcry_ac_io_t' is deprecated
  500. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1553: warning: 'gcry_ac_io_t' is deprecated
  501. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1559: warning: 'gcry_ac_handle_t' is deprecated
  502. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1561: warning: 'gcry_ac_key_t' is deprecated
  503. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1563: warning: 'gcry_ac_data_t' is deprecated
  504. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1569: warning: 'gcry_ac_handle_t' is deprecated
  505. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1571: warning: 'gcry_ac_key_t' is deprecated
  506. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1573: warning: 'gcry_ac_data_t' is deprecated
  507. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1578: warning: 'gcry_ac_handle_t' is deprecated
  508. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1579: warning: 'gcry_ac_key_t' is deprecated
  509. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1581: warning: 'gcry_ac_data_t' is deprecated
  510. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1587: warning: 'gcry_ac_handle_t' is deprecated
  511. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1588: warning: 'gcry_ac_key_t' is deprecated
  512. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1590: warning: 'gcry_ac_data_t' is deprecated
  513. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1598: warning: 'gcry_ac_handle_t' is deprecated
  514. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1599: warning: 'gcry_ac_scheme_t' is deprecated
  515. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1601: warning: 'gcry_ac_key_t' is deprecated
  516. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1602: warning: 'gcry_ac_io_t' is deprecated
  517. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1603: warning: 'gcry_ac_io_t' is deprecated
  518. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1611: warning: 'gcry_ac_handle_t' is deprecated
  519. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1612: warning: 'gcry_ac_scheme_t' is deprecated
  520. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1614: warning: 'gcry_ac_key_t' is deprecated
  521. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1615: warning: 'gcry_ac_io_t' is deprecated
  522. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1616: warning: 'gcry_ac_io_t' is deprecated
  523. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1624: warning: 'gcry_ac_handle_t' is deprecated
  524. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1625: warning: 'gcry_ac_scheme_t' is deprecated
  525. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1627: warning: 'gcry_ac_key_t' is deprecated
  526. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1628: warning: 'gcry_ac_io_t' is deprecated
  527. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1629: warning: 'gcry_ac_io_t' is deprecated
  528. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1638: warning: 'gcry_ac_handle_t' is deprecated
  529. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1639: warning: 'gcry_ac_scheme_t' is deprecated
  530. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1641: warning: 'gcry_ac_key_t' is deprecated
  531. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1642: warning: 'gcry_ac_io_t' is deprecated
  532. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1643: warning: 'gcry_ac_io_t' is deprecated
  533. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1649: warning: 'gcry_ac_id_t' is deprecated
  534. /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1656: warning: 'gcry_ac_id_t' is deprecated
  535. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c libaacs/crypto.c -o crypto.o >/dev/null 2>&1
  536. mv -f .deps/crypto.Tpo .deps/crypto.Plo
  537. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT mkb.lo -MD -MP -MF .deps/mkb.Tpo -c -o mkb.lo `test -f 'libaacs/mkb.c' || echo './'`libaacs/mkb.c
  538. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT mkb.lo -MD -MP -MF .deps/mkb.Tpo -c libaacs/mkb.c -fno-common -DPIC -o .libs/mkb.o
  539. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT mkb.lo -MD -MP -MF .deps/mkb.Tpo -c libaacs/mkb.c -o mkb.o >/dev/null 2>&1
  540. mv -f .deps/mkb.Tpo .deps/mkb.Plo
  541. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT file_posix.lo -MD -MP -MF .deps/file_posix.Tpo -c -o file_posix.lo `test -f 'file/file_posix.c' || echo './'`file/file_posix.c
  542. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT file_posix.lo -MD -MP -MF .deps/file_posix.Tpo -c file/file_posix.c -fno-common -DPIC -o .libs/file_posix.o
  543. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT file_posix.lo -MD -MP -MF .deps/file_posix.Tpo -c file/file_posix.c -o file_posix.o >/dev/null 2>&1
  544. mv -f .deps/file_posix.Tpo .deps/file_posix.Plo
  545. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg.lo -MD -MP -MF .deps/keydbcfg.Tpo -c -o keydbcfg.lo `test -f 'file/keydbcfg.c' || echo './'`file/keydbcfg.c
  546. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg.lo -MD -MP -MF .deps/keydbcfg.Tpo -c file/keydbcfg.c -fno-common -DPIC -o .libs/keydbcfg.o
  547. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg.lo -MD -MP -MF .deps/keydbcfg.Tpo -c file/keydbcfg.c -o keydbcfg.o >/dev/null 2>&1
  548. mv -f .deps/keydbcfg.Tpo .deps/keydbcfg.Plo
  549. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg-parser.lo -MD -MP -MF .deps/keydbcfg-parser.Tpo -c -o keydbcfg-parser.lo keydbcfg-parser.c
  550. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg-parser.lo -MD -MP -MF .deps/keydbcfg-parser.Tpo -c keydbcfg-parser.c -fno-common -DPIC -o .libs/keydbcfg-parser.o
  551. /usr/include/stdlib.h:160: warning: previous declaration of 'free' was here
  552. keydbcfg-parser.c: In function 'libaacs_yyparse':
  553. keydbcfg-parser.c:1531: warning: implicit declaration of function 'libaacs_yylex'
  554. keydbcfg-parser.y: In function 'keydbcfg_parse_config':
  555. keydbcfg-parser.y:442: warning: implicit declaration of function 'libaacs_yylex_init'
  556. keydbcfg-parser.y:443: warning: implicit declaration of function 'libaacs_yyset_in'
  557. keydbcfg-parser.y:446: warning: implicit declaration of function 'libaacs_yylex_destroy'
  558. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg-parser.lo -MD -MP -MF .deps/keydbcfg-parser.Tpo -c keydbcfg-parser.c -o keydbcfg-parser.o >/dev/null 2>&1
  559. mv -f .deps/keydbcfg-parser.Tpo .deps/keydbcfg-parser.Plo
  560. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg-lexer.lo -MD -MP -MF .deps/keydbcfg-lexer.Tpo -c -o keydbcfg-lexer.lo keydbcfg-lexer.c
  561. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg-lexer.lo -MD -MP -MF .deps/keydbcfg-lexer.Tpo -c keydbcfg-lexer.c -fno-common -DPIC -o .libs/keydbcfg-lexer.o
  562. keydbcfg-lexer.l:32: warning: previous definition of 'isatty' was here
  563. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT keydbcfg-lexer.lo -MD -MP -MF .deps/keydbcfg-lexer.Tpo -c keydbcfg-lexer.c -o keydbcfg-lexer.o >/dev/null 2>&1
  564. mv -f .deps/keydbcfg-lexer.Tpo .deps/keydbcfg-lexer.Plo
  565. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo `test -f 'util/logging.c' || echo './'`util/logging.c
  566. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c util/logging.c -fno-common -DPIC -o .libs/logging.o
  567. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c util/logging.c -o logging.o >/dev/null 2>&1
  568. mv -f .deps/logging.Tpo .deps/logging.Plo
  569. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT strutl.lo -MD -MP -MF .deps/strutl.Tpo -c -o strutl.lo `test -f 'util/strutl.c' || echo './'`util/strutl.c
  570. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT strutl.lo -MD -MP -MF .deps/strutl.Tpo -c util/strutl.c -fno-common -DPIC -o .libs/strutl.o
  571. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT strutl.lo -MD -MP -MF .deps/strutl.Tpo -c util/strutl.c -o strutl.o >/dev/null 2>&1
  572. mv -f .deps/strutl.Tpo .deps/strutl.Plo
  573. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT xdg.lo -MD -MP -MF .deps/xdg.Tpo -c -o xdg.lo `test -f 'file/xdg.c' || echo './'`file/xdg.c
  574. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT xdg.lo -MD -MP -MF .deps/xdg.Tpo -c file/xdg.c -fno-common -DPIC -o .libs/xdg.o
  575. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -MT xdg.lo -MD -MP -MF .deps/xdg.Tpo -c file/xdg.c -o xdg.o >/dev/null 2>&1
  576. mv -f .deps/xdg.Tpo .deps/xdg.Plo
  577. /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I.. -Ifile -I/usr/local/Cellar/libgcrypt/1.5.0/include -I/usr/local/Cellar/libgpg-error/1.10/include -no-undefined -version-info "1:0:1" -o libaacs.la -rpath /usr/local/lib aacs.lo mmc.lo crypto.lo mkb.lo file_posix.lo keydbcfg.lo keydbcfg-parser.lo keydbcfg-lexer.lo logging.lo strutl.lo xdg.lo -L/usr/local/Cellar/libgcrypt/1.5.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.10/lib -lgpg-error -lgpg-error -lpthread
  578. libtool: link: gcc -dynamiclib -o .libs/libaacs.0.dylib .libs/aacs.o .libs/mmc.o .libs/crypto.o .libs/mkb.o .libs/file_posix.o .libs/keydbcfg.o .libs/keydbcfg-parser.o .libs/keydbcfg-lexer.o .libs/logging.o .libs/strutl.o .libs/xdg.o -L/usr/local/Cellar/libgcrypt/1.5.0/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.10/lib -lgpg-error -lpthread -install_name /usr/local/lib/libaacs.0.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module
  579. libtool: link: (cd ".libs" && rm -f "libaacs.dylib" && ln -s "libaacs.0.dylib" "libaacs.dylib")
  580. libtool: link: ar cru .libs/libaacs.a aacs.o mmc.o crypto.o mkb.o file_posix.o keydbcfg.o keydbcfg-parser.o keydbcfg-lexer.o logging.o strutl.o xdg.o
  581. libtool: link: ranlib .libs/libaacs.a
  582. libtool: link: ( cd ".libs" && rm -f "libaacs.la" && ln -s "../libaacs.la" "libaacs.la" )
  583. Making all in examples
  584. gcc -DHAVE_CONFIG_H -I. -I../.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I../.. -I../../src -I../../src/file -MT parser_test.o -MD -MP -MF .deps/parser_test.Tpo -c -o parser_test.o parser_test.c
  585. mv -f .deps/parser_test.Tpo .deps/parser_test.Po
  586. /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I../.. -I../../src -I../../src/file -o parser_test parser_test.o ../../src/libaacs.la ../../src/keydbcfg-lexer.c ../../src/keydbcfg-parser.c -lgpg-error -lpthread
  587. libtool: link: gcc -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I../.. -I../../src -I../../src/file -o .libs/parser_test parser_test.o ../../src/keydbcfg-lexer.c ../../src/keydbcfg-parser.c ../../src/.libs/libaacs.dylib -L/usr/local/Cellar/libgcrypt/1.5.0/lib -L/usr/local/Cellar/libgpg-error/1.10/lib -lgcrypt -lgpg-error -lpthread
  588. keydbcfg-lexer.l:32: warning: previous definition of 'isatty' was here
  589. /usr/include/stdlib.h:160: warning: previous declaration of 'free' was here
  590. keydbcfg-parser.c: In function 'libaacs_yyparse':
  591. keydbcfg-parser.c:1531: warning: implicit declaration of function 'libaacs_yylex'
  592. keydbcfg-parser.y: In function 'keydbcfg_parse_config':
  593. keydbcfg-parser.y:442: warning: implicit declaration of function 'libaacs_yylex_init'
  594. keydbcfg-parser.y:443: warning: implicit declaration of function 'libaacs_yyset_in'
  595. keydbcfg-parser.y:446: warning: implicit declaration of function 'libaacs_yylex_destroy'
  596. gcc -DHAVE_CONFIG_H -I. -I../.. -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I../.. -I../../src -I../../src/file -MT libaacs_test.o -MD -MP -MF .deps/libaacs_test.Tpo -c -o libaacs_test.o libaacs_test.c
  597. mv -f .deps/libaacs_test.Tpo .deps/libaacs_test.Po
  598. /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I../.. -I../../src -I../../src/file -o libaacs_test libaacs_test.o ../../src/libaacs.la -lgpg-error -lpthread
  599. libtool: link: gcc -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wundef -Wextra -Winline -O3 -fomit-frame-pointer -g -I../.. -I../../src -I../../src/file -o .libs/libaacs_test libaacs_test.o ../../src/.libs/libaacs.dylib -L/usr/local/Cellar/libgcrypt/1.5.0/lib -L/usr/local/Cellar/libgpg-error/1.10/lib -lgcrypt -lgpg-error -lpthread
  600. make[2]: Nothing to be done for `all-am'.
  601. Apple-iMac-Dutra:libaacs leandro$ ls
  602. COPYING KEYDB.cfg Makefile.am README.txt autom4te.cache build-aux config.h.in config.status configure.ac m4 stamp-h1
  603. ChangeLog Makefile Makefile.in aclocal.m4 bootstrap config.h config.log configure libtool src
  604. Apple-iMac-Dutra:libaacs leandro$ ls ..
  605. libaacs
  606. Apple-iMac-Dutra:libaacs leandro$ ls src
  607. Makefile aacs.o file keydbcfg-lexer.lo keydbcfg-parser.lo libaacs logging.lo mmc.lo util
  608. Makefile.am crypto.lo file_posix.lo keydbcfg-lexer.o keydbcfg-parser.o libaacs.la logging.o mmc.o xdg.lo
  609. Makefile.in crypto.o file_posix.o keydbcfg-parser.c keydbcfg.lo libaacs.pc mkb.lo strutl.lo xdg.o
  610. aacs.lo examples keydbcfg-lexer.c keydbcfg-parser.h keydbcfg.o libaacs.pc.in mkb.o strutl.o
  611. Apple-iMac-Dutra:libaacs leandro$ ls src/.libs
  612. aacs.o file_posix.o keydbcfg-parser.o libaacs.0.dylib libaacs.dylib libaacs.lai mkb.o strutl.o
  613. crypto.o keydbcfg-lexer.o keydbcfg.o libaacs.a libaacs.la logging.o mmc.o xdg.o
  614. Apple-iMac-Dutra:libaacs leandro$ ls src/.libs/libaacs.*dylib
  615. src/.libs/libaacs.0.dylib src/.libs/libaacs.dylib
  616. Apple-iMac-Dutra:libaacs leandro$ mv src/.libs/libaacs.*dylib /Applications/VLC.app/Contents/MacOS/lib/
  617. Apple-iMac-Dutra:libaacs leandro$ ls /Applications/VLC.app/Contents/MacOS/lib/
  618. libaacs.0.dylib libaacs.dylib libvlc.5.dylib libvlc.dylib libvlccore.5.dylib libvlccore.dylib
  619. Apple-iMac-Dutra:libaacs leandro$ /Applications/V
  620. VLC.app/ Vidalia.app/ VirtualBox.app/
  621. Apple-iMac-Dutra:libaacs leandro$ /Applications/VLC.app/Contents/MacOS/VLC
  622. VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-1243-g5628136)
  623. [0x10020a020] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
  624. [0x105982420] libbluray demux: First play: 1, Top menu: 1
  625. HDMV Titles: 15, BD-J Titles: 0, Other: 0
  626. [0x1075ac690] main input error: open of `bluray:///Volumes/BDROM' failed
  627.  
  628. [0x104bc45b0] libbluray demux: First play: 1, Top menu: 1
  629. HDMV Titles: 15, BD-J Titles: 0, Other: 0
  630. [0x104bc45b0] main demux error: Erreur Blu-Ray
  631. [0x104bc45b0] main demux error: Ce disque Blu-Ray a besoin d'une bibliothèque de décodage AACS, et votre système ne l'a pas.
  632. Apple-iMac-Dutra:libaacs leandro$
  633. Apple-iMac-Dutra:libaacs leandro$ BD_DEBUG_MASK=255 /Applications/VLC.app/Contents/MacOS/VLC
  634. VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-1243-g5628136)
  635. [0x10020a020] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
  636. Apple-iMac-Dutra:libaacs leandro$ BD_DEBUG_MASK=255 /Applications/VLC.app/Contents/MacOS/VLC -vv
  637. VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-1243-g5628136)
  638. [0x10020a040] main libvlc debug: VLC media player - 2.1.0-git Rincewind
  639. [0x10020a040] main libvlc debug: Copyright © 1996-2012 the VideoLAN team
  640. [0x10020a040] main libvlc debug: revision 1.3.0-git-1243-g5628136
  641. [0x10020a040] main libvlc debug: configured with ../extras/package/macosx/../../../configure '--prefix=/Users/buildbot/slave/nb-x86_64-osx/build/build/vlc_install_dir' '--enable-macosx' '--enable-merge-ffmpeg' '--enable-growl' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-shout' '--enable-caca' '--enable-ncurses' '--enable-twolame' '--enable-realrtsp' '--enable-libass' '--enable-macosx-audio' '--enable-macosx-dialog-provider' '--enable-macosx-eyetv' '--enable-macosx-qtkit' '--enable-macosx-vout' '--disable-skins2' '--disable-xcb' '--disable-sdl' '--enable-debug' '--build=x86_64-apple-darwin10' '--host=x86_64-apple-darwin10' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk' 'build_alias=x86_64-apple-darwin10' 'host_alias=x86_64-apple-darwin10' 'CC=/Developer/usr/bin/clang' 'CXX=/Developer/usr/bin/clang++' 'OBJC=/Developer/usr/bin/clang'
  642. [0x10020a040] main libvlc debug: searching plug-in modules
  643. [0x10020a040] main libvlc debug: loading plugins cache file /Applications/VLC.app/Contents/MacOS/plugins/plugins.dat
  644. [0x10020a040] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins'
  645. [0x10020a040] main libvlc debug: saving plugins cache /Applications/VLC.app/Contents/MacOS/plugins/plugins.dat
  646. [0x10020a040] main libvlc debug: plug-ins loaded: 375 modules
  647. [0x10020a040] main libvlc debug: opening config file (/Users/leandro/Library/Preferences/org.videolan.vlc/vlcrc)
  648. [0x10020a040] main libvlc debug: translation test: code is "fr"
  649. [0x10020a040] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU
  650. [0x10020a040] main libvlc debug: looking for memcpy module: 4 candidates
  651. [0x10020a040] main libvlc debug: using memcpy module "memcpymmxext"
  652. [0x1006802c0] main input debug: Creating an input for 'Bibliothèque'
  653. [0x1006802c0] main input debug: selected audio language[0] fr
  654. [0x1006802c0] main input debug: selected audio language[1] en
  655. [0x1006802c0] main input debug: selected audio language[2] pt
  656. [0x1006802c0] main input debug: selected audio language[3] es
  657. [0x1006802c0] main input debug: selected audio language[4] gl
  658. [0x1006802c0] main input debug: selected audio language[5] it
  659. [0x1006802c0] main input debug: selected audio language[6] ja
  660. [0x1006802c0] main input debug: selected audio language[7] de
  661. [0x1006802c0] main input debug: selected audio language[8] any
  662. [0x1006802c0] main input debug: Input is a meta file: disabling unneeded options
  663. [0x1006802c0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
  664. [0x1006802c0] main input debug: `file/xspf-open:///Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf' gives access `file' demux `xspf-open' path `/Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf'
  665. [0x1006802c0] main input debug: creating demux: access='file' demux='xspf-open' location='/Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf' file='/Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf'
  666. [0x100683630] main demux debug: looking for access_demux module: 3 candidates
  667. [0x100683630] main demux debug: no access_demux module matching "file" could be loaded
  668. [0x1006802c0] main input debug: creating access 'file' location='/Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf', path='/Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf'
  669. [0x100683630] main access debug: looking for access module: 3 candidates
  670. [0x100683630] filesystem access debug: opening file `/Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf'
  671. [0x100683630] main access debug: using access module "filesystem"
  672. [0x100684290] main stream debug: Using stream method for AStream*
  673. [0x100684290] main stream debug: starting pre-buffering
  674. [0x100684290] main stream debug: received first data after 0 ms
  675. [0x100684290] main stream debug: pre-buffering done 296 bytes in 0s - 8759 KiB/s
  676. [0x100684530] main stream debug: looking for stream_filter module: 7 candidates
  677. [0x100684530] main stream debug: no stream_filter module matching "any" could be loaded
  678. [0x100684530] main stream debug: looking for stream_filter module: 1 candidate
  679. [0x100684530] main stream debug: using stream_filter module "stream_filter_record"
  680. [0x1006802c0] main input debug: creating demux: access='file' demux='xspf-open' location='/Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf' file='/Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf'
  681. [0x100684dd0] main demux debug: looking for demux module: 1 candidate
  682. [0x100684dd0] playlist demux debug: using XSPF playlist reader
  683. [0x100684dd0] main demux debug: using demux module "playlist"
  684. [0x100685260] main demux meta debug: looking for meta reader module: 2 candidates
  685. [0x100685260] lua demux meta debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/meta/reader
  686. [0x100685260] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/reader
  687. [0x100685260] lua demux meta debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/reader/filename.luac
  688. [0x100685260] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/meta/reader
  689. [0x100685260] main demux meta debug: no meta reader module matching "any" could be loaded
  690. [0x1006802c0] main input debug: `file/xspf-open:///Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf' successfully opened
  691. [0x100688570] main xml reader debug: looking for xml reader module: 1 candidate
  692. [0x100688570] main xml reader debug: using xml reader module "xml"
  693. [0x100684dd0] playlist demux debug: parsed 0 tracks successfully
  694. [0x1006802c0] main input debug: EOF reached
  695. [0x100684dd0] main demux debug: removing module "playlist"
  696. [0x100684530] main stream debug: removing module "stream_filter_record"
  697. [0x100683630] main access debug: removing module "filesystem"
  698. [0x1006802c0] main input debug: Destroying the input for 'Bibliothèque'
  699. [0x100684dd0] main interface debug: looking for interface module: 1 candidate
  700. [0x100684dd0] growl interface debug: looking for icon at /Applications/VLC.app/Contents/MacOS/share/vlc512x512.png
  701. [0x10067ee20] main playlist debug: playlist threads correctly activated
  702. [0x10067ee20] main playlist debug: rebuilding array of current - root Liste de lecture
  703. [0x10067ee20] main playlist debug: rebuild done - 0 items, index -1
  704. [0x100684dd0] main interface debug: using interface module "growl"
  705. [0x10068cef0] main interface debug: looking for interface module: 1 candidate
  706. [0x10068cef0] main interface debug: using interface module "hotkeys"
  707. [0x10020a040] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
  708. [0x10068dab0] main interface debug: looking for interface module: 4 candidates
  709. [0x10068dab0] main interface debug: using interface module "macosx"
  710. [0x105584e20] main probe debug: looking for services probe module: 5 candidates
  711. [0x105584e20] main probe debug: no services probe module matching "any" could be loaded
  712. [0x10068dab0] macosx interface debug: using future AR cookies
  713. [0x10550f390] main generic debug: looking for extension module: 1 candidate
  714. [0x10550f390] lua generic debug: Opening Lua Extension module
  715. [0x10550f390] lua generic debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/extensions
  716. [0x10550f390] lua generic debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/extensions
  717. [0x10550f390] lua generic debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/extensions
  718. [0x10550f390] main generic debug: using extension module "lua"
  719. [0x10068dab0] macosx interface debug: Found 1 capture devices
  720. [0x10067ee20] main playlist debug: adding item `BDROM' ( bluray:///Volumes/BDROM )
  721. [0x1080082b0] main input debug: Creating an input for 'BDROM'
  722. [0x10067ee20] main playlist debug: meta ok for (null), need to fetch art
  723. [0x108005ef0] main demux meta debug: looking for meta fetcher module: 1 candidate
  724. [0x108005ef0] lua demux meta debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/meta/fetcher
  725. [0x108005ef0] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/fetcher
  726. [0x108005ef0] lua demux meta debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/fetcher/tvrage.luac
  727. [0x10067ee20] main playlist debug: rebuilding array of current - root Liste de lecture
  728. [0x10067ee20] main playlist debug: rebuild done - 1 items, index -1
  729. [0x10067ee20] main playlist debug: processing request item: BDROM, node: Liste de lecture, skip: 0
  730. [0x10067ee20] main playlist debug: resyncing on BDROM
  731. [0x10067ee20] main playlist debug: BDROM is at 0
  732. [0x10067ee20] main playlist debug: starting playback of the new playlist item
  733. [0x10067ee20] main playlist debug: creating new input thread
  734. [0x10800f3d0] main input debug: Creating an input for 'BDROM'
  735. [0x10800f3d0] main input debug: selected audio language[0] fr
  736. [0x10800f3d0] main input debug: selected audio language[1] en
  737. [0x10800f3d0] main input debug: selected audio language[2] pt
  738. [0x10800f3d0] main input debug: selected audio language[3] es
  739. [0x10800f3d0] main input debug: selected audio language[4] gl
  740. [0x10800f3d0] main input debug: selected audio language[5] it
  741. [0x10800f3d0] main input debug: selected audio language[6] ja
  742. [0x10800f3d0] main input debug: selected audio language[7] de
  743. [0x10800f3d0] main input debug: selected audio language[8] any
  744. [0x10800f3d0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
  745. [0x10800f3d0] main input debug: `bluray:///Volumes/BDROM' gives access `bluray' demux `' path `/Volumes/BDROM'
  746. [0x10800f3d0] main input debug: creating demux: access='bluray' demux='' location='/Volumes/BDROM' file='/Volumes/BDROM'
  747. [0x1059f7230] main demux debug: looking for access_demux module: 1 candidate
  748. libbluray/bluray.c:885: libbluray version 0.2.1
  749. file/file_posix.c:91: Opening LINUX file /Volumes/BDROM/AACS/Unit_Key_RO.inf... (0x1059db070)
  750. file/file_posix.c:47: Closed LINUX file (0x1059db070)
  751. libbluray/bluray.c:602: AACS/Unit_Key_RO.inf found. Disc seems to be AACS protected (0x102266800)
  752. file/dl_posix.c:78: searching for library 'libaacs.dylib' ...
  753. file/dl_posix.c:93: can't open library 'libaacs.dylib': dlopen(libaacs.dylib, 1): image not found
  754. libbluray/bluray.c:636: libaacs not found! (0x102266800)
  755. file/file_posix.c:91: Opening LINUX file /Volumes/BDROM/BDSVM/00000.svm... (0x1059db070)
  756. [0x108005ef0] main demux meta debug: using meta fetcher module "lua"
  757. [0x108005ef0] main demux meta debug: removing module "lua"
  758. [0x10067ee20] main playlist debug: searching art for BDROM
  759. [0x1080071e0] main art finder debug: looking for art finder module: 2 candidates
  760. file/file_posix.c:105: Error opening file! (0x1059db070)
  761. libbluray/bluray.c:727: BDSVM/00000.svm not found. No BD+ protection (0x102266800)
  762. file/file_posix.c:91: Opening LINUX file /Volumes/BDROM/BDMV/index.bdmv... (0x108204a10)
  763. file/file_posix.c:47: Closed LINUX file (0x108204a10)
  764. libbluray/bluray.c:904: BLURAY initialized! (0x102266800)
  765. [0x1059f7230] libbluray demux: First play: 1, Top menu: 1
  766. HDMV Titles: 15, BD-J Titles: 0, Other: 0
  767. [0x1080071e0] lua art finder debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/meta/art
  768. [0x1080071e0] lua art finder debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/art
  769. [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/00_musicbrainz.luac
  770. [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/01_googleimage.luac
  771. [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/02_frenchtv.luac
  772. [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/03_lastfm.luac
  773. [0x1080071e0] lua art finder debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/meta/art
  774. [0x1080071e0] main art finder debug: no art finder module matching "any" could be loaded
  775. [0x10067ee20] main playlist debug: art not found for BDROM
  776. libbluray/bluray.c:941: BLURAY destroyed! (0x102266800)
  777. [0x1059f7230] main demux debug: no access_demux module matching "bluray" could be loaded
  778. [0x10800f3d0] main input debug: creating access 'bluray' location='/Volumes/BDROM', path='/Volumes/BDROM'
  779. [0x1059f4820] main access debug: looking for access module: 0 candidates
  780. [0x1059f4820] main access debug: no access module matched "bluray"
  781. [0x10800f3d0] main input error: open of `bluray:///Volumes/BDROM' failed
  782. [0x10067ee20] main playlist debug: dead input
  783. [0x10800f3d0] main input debug: Destroying the input for 'BDROM'
  784. [0x10067ee20] main playlist debug: changing item without a request (current 0/1)
  785. [0x10067ee20] main playlist debug: nothing to play
  786. [0x10068dab0] macosx interface debug: Terminating
  787. [0x10068dab0] macosx interface debug: Killing extension dialog provider
  788. [0x10020a040] main libvlc debug: exiting
  789. [0x10020a040] main libvlc debug: deactivating the playlist
  790. [0x10067ee20] main playlist debug: deactivating the playlist
  791. [0x1055bdfe0] main playlist export debug: saving Bibliothèque to file /Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf
  792. [0x1055bdfe0] main playlist export debug: looking for playlist export module: 1 candidate
  793. [0x1055bdfe0] main playlist export debug: using playlist export module "export"
  794. [0x1055bdfe0] main playlist export debug: removing module "export"
  795. [0x10067ee20] main playlist debug: playlist correctly deactivated
  796. [0x10020a040] main libvlc debug: removing all services discovery tasks
  797. [0x10020a040] main libvlc debug: removing all interfaces
  798. [0x10068dab0] main interface debug: removing module "macosx"
  799. [0x10068cef0] main interface debug: removing module "hotkeys"
  800. [0x100684dd0] main interface debug: removing module "growl"
  801. [0x10067ee20] main playlist debug: destroying
  802. [0x10020a040] main libvlc debug: removing stats
  803. [0x10020a040] main libvlc debug: removing module "memcpymmxext"
  804. [0x10020a040] main libvlc debug: opening config file (/Users/leandro/Library/Preferences/org.videolan.vlc/vlcrc)
  805. Apple-iMac-Dutra:libaacs leandro$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement