Apple-iMac-Dutra:build leandro$ cd Apple-iMac-Dutra:~ leandro$ mkdir src Apple-iMac-Dutra:~ leandro$ cd src Apple-iMac-Dutra:src leandro$ mkdir aacs Apple-iMac-Dutra:src leandro$ cd aacs/ Apple-iMac-Dutra:aacs leandro$ git clone git://git.videolan.org/libaacs.git Cloning into libaacs... remote: Counting objects: 3677, done. remote: Compressing objects: 100% (1367/1367), done. remote: Total 3677 (delta 2293), reused 3670 (delta 2286) Receiving objects: 100% (3677/3677), 2.26 MiB | 15 KiB/s, done. Resolving deltas: 100% (2293/2293), done. Apple-iMac-Dutra:aacs leandro$ ./configure -bash: ./configure: No such file or directory Apple-iMac-Dutra:aacs leandro$ ls libaacs Apple-iMac-Dutra:aacs leandro$ cd libaacs/ Apple-iMac-Dutra:libaacs leandro$ ls COPYING ChangeLog KEYDB.cfg Makefile.am README.txt bootstrap configure.ac m4 src Apple-iMac-Dutra:libaacs leandro$ ./config -bash: ./config: No such file or directory Apple-iMac-Dutra:libaacs leandro$ ./bootstrap autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: running: glibtoolize --copy --force glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. glibtoolize: copying file `build-aux/ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. glibtoolize: copying file `m4/libtool.m4' glibtoolize: copying file `m4/ltoptions.m4' glibtoolize: copying file `m4/ltsugar.m4' glibtoolize: copying file `m4/ltversion.m4' glibtoolize: copying file `m4/lt~obsolete.m4' autoreconf: running: /opt/local/bin/autoconf --force autoreconf: running: /opt/local/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:25: installing `build-aux/config.guess' configure.ac:25: installing `build-aux/config.sub' configure.ac:26: installing `build-aux/install-sh' configure.ac:26: installing `build-aux/missing' src/Makefile.am: installing `build-aux/depcomp' configure.ac: installing `build-aux/ylwrap' autoreconf: Leaving directory `.' Apple-iMac-Dutra:libaacs leandro$ ls COPYING KEYDB.cfg Makefile.in aclocal.m4 bootstrap config.h.in configure.ac src ChangeLog Makefile.am README.txt autom4te.cache build-aux configure m4 Apple-iMac-Dutra:libaacs leandro$ less README.txt Apple-iMac-Dutra:libaacs leandro$ less README.txt Apple-iMac-Dutra:libaacs leandro$ ./configure checking build system type... x86_64-apple-darwin11.3.0 checking host system type... x86_64-apple-darwin11.3.0 checking target system type... x86_64-apple-darwin11.3.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... (cached) pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin11.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking return type of signal handlers... void checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/types.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for stdlib.h... (cached) yes checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking linux/cdrom.h usability... no checking linux/cdrom.h presence... no checking for linux/cdrom.h... no checking for inttypes.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for snprintf... yes checking for realpath... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_init in -lpthread... yes checking for libgcrypt-config... no configure: error: libgcrypt not found on system Apple-iMac-Dutra:libaacs leandro$ ./configure checking build system type... x86_64-apple-darwin11.3.0 checking host system type... x86_64-apple-darwin11.3.0 checking target system type... x86_64-apple-darwin11.3.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... (cached) pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin11.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking return type of signal handlers... void checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/types.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for stdlib.h... (cached) yes checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking linux/cdrom.h usability... no checking linux/cdrom.h presence... no checking for linux/cdrom.h... no checking for inttypes.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for snprintf... yes checking for realpath... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_init in -lpthread... yes checking for libgcrypt-config... /usr/local/bin/libgcrypt-config checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for gpg_strerror_r in -lgpg-error... yes Checking if compiler supports -Wall... yes Checking if compiler supports -Wdisabled-optimization... yes Checking if compiler supports -Wpointer-arith... yes Checking if compiler supports -Wredundant-decls... yes Checking if compiler supports -Wcast-qual... yes Checking if compiler supports -Wwrite-strings... yes Checking if compiler supports -Wtype-limits... no Checking if compiler supports -Wundef... yes Checking if compiler supports -Wextra... yes Checking if compiler supports -Winline... yes Checking if compiler supports -O3... yes Checking if compiler supports -fomit-frame-pointer... yes Checking if compiler supports -g... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/examples/Makefile config.status: creating src/libaacs.pc config.status: creating src/libaacs/aacs-version.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Apple-iMac-Dutra:libaacs leandro$ make make all-recursive Making all in src \ test -f keydbcfg-parser.c || \ /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 updating keydbcfg-parser.h \ test -f keydbcfg-lexer.c || \ /bin/sh ../build-aux/ylwrap `test -f 'file/keydbcfg-lexer.l' || echo './'`file/keydbcfg-lexer.l lex.yy.c keydbcfg-lexer.c -- flex make all-recursive Making all in . /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 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 In file included from libaacs/aacs.c:44: /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1336: warning: 'gcry_ac_io_mode_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1337: warning: 'gcry_ac_io_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1344: warning: 'gcry_ac_data_read_cb_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1358: warning: 'gcry_ac_data_write_cb_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1393: warning: 'gcry_md_algo_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1401: warning: 'gcry_md_algo_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1407: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1411: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1415: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1416: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1421: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1425: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1433: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1440: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1448: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1456: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1463: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_mode_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1471: warning: 'gcry_ac_io_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_mode_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1478: warning: 'gcry_ac_io_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1482: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1483: warning: 'gcry_ac_id_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1487: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_key_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1500: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1502: warning: 'gcry_ac_key_pair_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1507: warning: 'gcry_ac_key_pair_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1508: warning: 'gcry_ac_key_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1512: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1520: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1521: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1531: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1535: warning: 'gcry_ac_key_pair_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1541: warning: 'gcry_ac_em_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1543: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1544: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1550: warning: 'gcry_ac_em_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1552: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1553: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1559: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1561: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1563: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1569: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1571: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1573: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1578: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1579: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1581: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1587: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1588: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1590: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1598: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1599: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1601: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1602: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1603: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1611: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1612: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1614: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1615: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1616: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1624: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1625: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1627: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1628: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1629: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1638: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1639: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1641: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1642: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1643: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1649: warning: 'gcry_ac_id_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1656: warning: 'gcry_ac_id_t' is deprecated 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 mv -f .deps/aacs.Tpo .deps/aacs.Plo /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 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 libaacs/mmc.c: In function '_mmc_send_cmd': libaacs/mmc.c:103: warning: unused parameter 'mmc' libaacs/mmc.c:103: warning: unused parameter 'cmd' libaacs/mmc.c:103: warning: unused parameter 'buf' libaacs/mmc.c:103: warning: unused parameter 'tx' libaacs/mmc.c:104: warning: unused parameter 'rx' libaacs/mmc.c: In function 'mmc_open': libaacs/mmc.c:366: warning: unused parameter 'path' 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 mv -f .deps/mmc.Tpo .deps/mmc.Plo /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 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 In file included from libaacs/crypto.c:35: /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1336: warning: 'gcry_ac_io_mode_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1337: warning: 'gcry_ac_io_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1344: warning: 'gcry_ac_data_read_cb_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1358: warning: 'gcry_ac_data_write_cb_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1393: warning: 'gcry_md_algo_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1401: warning: 'gcry_md_algo_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1407: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1411: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1415: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1416: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1421: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1425: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1433: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1440: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1448: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1456: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1463: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1470: warning: 'gcry_ac_io_mode_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1471: warning: 'gcry_ac_io_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1477: warning: 'gcry_ac_io_mode_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1478: warning: 'gcry_ac_io_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1482: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1483: warning: 'gcry_ac_id_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1487: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1491: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_key_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1492: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1500: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1502: warning: 'gcry_ac_key_pair_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1507: warning: 'gcry_ac_key_pair_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1508: warning: 'gcry_ac_key_type_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1512: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1516: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1520: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1521: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1526: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1531: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1535: warning: 'gcry_ac_key_pair_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1541: warning: 'gcry_ac_em_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1543: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1544: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1550: warning: 'gcry_ac_em_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1552: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1553: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1559: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1561: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1563: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1569: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1571: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1573: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1578: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1579: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1581: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1587: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1588: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1590: warning: 'gcry_ac_data_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1598: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1599: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1601: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1602: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1603: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1611: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1612: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1614: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1615: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1616: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1624: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1625: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1627: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1628: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1629: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1638: warning: 'gcry_ac_handle_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1639: warning: 'gcry_ac_scheme_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1641: warning: 'gcry_ac_key_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1642: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1643: warning: 'gcry_ac_io_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1649: warning: 'gcry_ac_id_t' is deprecated /usr/local/Cellar/libgcrypt/1.5.0/include/gcrypt.h:1656: warning: 'gcry_ac_id_t' is deprecated 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 mv -f .deps/crypto.Tpo .deps/crypto.Plo /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 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 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 mv -f .deps/mkb.Tpo .deps/mkb.Plo /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 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 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 mv -f .deps/file_posix.Tpo .deps/file_posix.Plo /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 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 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 mv -f .deps/keydbcfg.Tpo .deps/keydbcfg.Plo /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 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 /usr/include/stdlib.h:160: warning: previous declaration of 'free' was here keydbcfg-parser.c: In function 'libaacs_yyparse': keydbcfg-parser.c:1531: warning: implicit declaration of function 'libaacs_yylex' keydbcfg-parser.y: In function 'keydbcfg_parse_config': keydbcfg-parser.y:442: warning: implicit declaration of function 'libaacs_yylex_init' keydbcfg-parser.y:443: warning: implicit declaration of function 'libaacs_yyset_in' keydbcfg-parser.y:446: warning: implicit declaration of function 'libaacs_yylex_destroy' 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 mv -f .deps/keydbcfg-parser.Tpo .deps/keydbcfg-parser.Plo /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 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 keydbcfg-lexer.l:32: warning: previous definition of 'isatty' was here 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 mv -f .deps/keydbcfg-lexer.Tpo .deps/keydbcfg-lexer.Plo /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 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 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 mv -f .deps/logging.Tpo .deps/logging.Plo /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 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 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 mv -f .deps/strutl.Tpo .deps/strutl.Plo /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 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 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 mv -f .deps/xdg.Tpo .deps/xdg.Plo /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 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 libtool: link: (cd ".libs" && rm -f "libaacs.dylib" && ln -s "libaacs.0.dylib" "libaacs.dylib") 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 libtool: link: ranlib .libs/libaacs.a libtool: link: ( cd ".libs" && rm -f "libaacs.la" && ln -s "../libaacs.la" "libaacs.la" ) Making all in examples 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 mv -f .deps/parser_test.Tpo .deps/parser_test.Po /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 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 keydbcfg-lexer.l:32: warning: previous definition of 'isatty' was here /usr/include/stdlib.h:160: warning: previous declaration of 'free' was here keydbcfg-parser.c: In function 'libaacs_yyparse': keydbcfg-parser.c:1531: warning: implicit declaration of function 'libaacs_yylex' keydbcfg-parser.y: In function 'keydbcfg_parse_config': keydbcfg-parser.y:442: warning: implicit declaration of function 'libaacs_yylex_init' keydbcfg-parser.y:443: warning: implicit declaration of function 'libaacs_yyset_in' keydbcfg-parser.y:446: warning: implicit declaration of function 'libaacs_yylex_destroy' 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 mv -f .deps/libaacs_test.Tpo .deps/libaacs_test.Po /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 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 make[2]: Nothing to be done for `all-am'. Apple-iMac-Dutra:libaacs leandro$ ls COPYING KEYDB.cfg Makefile.am README.txt autom4te.cache build-aux config.h.in config.status configure.ac m4 stamp-h1 ChangeLog Makefile Makefile.in aclocal.m4 bootstrap config.h config.log configure libtool src Apple-iMac-Dutra:libaacs leandro$ ls .. libaacs Apple-iMac-Dutra:libaacs leandro$ ls src Makefile aacs.o file keydbcfg-lexer.lo keydbcfg-parser.lo libaacs logging.lo mmc.lo util Makefile.am crypto.lo file_posix.lo keydbcfg-lexer.o keydbcfg-parser.o libaacs.la logging.o mmc.o xdg.lo Makefile.in crypto.o file_posix.o keydbcfg-parser.c keydbcfg.lo libaacs.pc mkb.lo strutl.lo xdg.o aacs.lo examples keydbcfg-lexer.c keydbcfg-parser.h keydbcfg.o libaacs.pc.in mkb.o strutl.o Apple-iMac-Dutra:libaacs leandro$ ls src/.libs aacs.o file_posix.o keydbcfg-parser.o libaacs.0.dylib libaacs.dylib libaacs.lai mkb.o strutl.o crypto.o keydbcfg-lexer.o keydbcfg.o libaacs.a libaacs.la logging.o mmc.o xdg.o Apple-iMac-Dutra:libaacs leandro$ ls src/.libs/libaacs.*dylib src/.libs/libaacs.0.dylib src/.libs/libaacs.dylib Apple-iMac-Dutra:libaacs leandro$ mv src/.libs/libaacs.*dylib /Applications/VLC.app/Contents/MacOS/lib/ Apple-iMac-Dutra:libaacs leandro$ ls /Applications/VLC.app/Contents/MacOS/lib/ libaacs.0.dylib libaacs.dylib libvlc.5.dylib libvlc.dylib libvlccore.5.dylib libvlccore.dylib Apple-iMac-Dutra:libaacs leandro$ /Applications/V VLC.app/ Vidalia.app/ VirtualBox.app/ Apple-iMac-Dutra:libaacs leandro$ /Applications/VLC.app/Contents/MacOS/VLC VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-1243-g5628136) [0x10020a020] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface. [0x105982420] libbluray demux: First play: 1, Top menu: 1 HDMV Titles: 15, BD-J Titles: 0, Other: 0 [0x1075ac690] main input error: open of `bluray:///Volumes/BDROM' failed [0x104bc45b0] libbluray demux: First play: 1, Top menu: 1 HDMV Titles: 15, BD-J Titles: 0, Other: 0 [0x104bc45b0] main demux error: Erreur Blu-Ray [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. Apple-iMac-Dutra:libaacs leandro$ Apple-iMac-Dutra:libaacs leandro$ BD_DEBUG_MASK=255 /Applications/VLC.app/Contents/MacOS/VLC VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-1243-g5628136) [0x10020a020] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface. Apple-iMac-Dutra:libaacs leandro$ BD_DEBUG_MASK=255 /Applications/VLC.app/Contents/MacOS/VLC -vv VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-1243-g5628136) [0x10020a040] main libvlc debug: VLC media player - 2.1.0-git Rincewind [0x10020a040] main libvlc debug: Copyright © 1996-2012 the VideoLAN team [0x10020a040] main libvlc debug: revision 1.3.0-git-1243-g5628136 [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' [0x10020a040] main libvlc debug: searching plug-in modules [0x10020a040] main libvlc debug: loading plugins cache file /Applications/VLC.app/Contents/MacOS/plugins/plugins.dat [0x10020a040] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins' [0x10020a040] main libvlc debug: saving plugins cache /Applications/VLC.app/Contents/MacOS/plugins/plugins.dat [0x10020a040] main libvlc debug: plug-ins loaded: 375 modules [0x10020a040] main libvlc debug: opening config file (/Users/leandro/Library/Preferences/org.videolan.vlc/vlcrc) [0x10020a040] main libvlc debug: translation test: code is "fr" [0x10020a040] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU [0x10020a040] main libvlc debug: looking for memcpy module: 4 candidates [0x10020a040] main libvlc debug: using memcpy module "memcpymmxext" [0x1006802c0] main input debug: Creating an input for 'Bibliothèque' [0x1006802c0] main input debug: selected audio language[0] fr [0x1006802c0] main input debug: selected audio language[1] en [0x1006802c0] main input debug: selected audio language[2] pt [0x1006802c0] main input debug: selected audio language[3] es [0x1006802c0] main input debug: selected audio language[4] gl [0x1006802c0] main input debug: selected audio language[5] it [0x1006802c0] main input debug: selected audio language[6] ja [0x1006802c0] main input debug: selected audio language[7] de [0x1006802c0] main input debug: selected audio language[8] any [0x1006802c0] main input debug: Input is a meta file: disabling unneeded options [0x1006802c0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [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' [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' [0x100683630] main demux debug: looking for access_demux module: 3 candidates [0x100683630] main demux debug: no access_demux module matching "file" could be loaded [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' [0x100683630] main access debug: looking for access module: 3 candidates [0x100683630] filesystem access debug: opening file `/Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf' [0x100683630] main access debug: using access module "filesystem" [0x100684290] main stream debug: Using stream method for AStream* [0x100684290] main stream debug: starting pre-buffering [0x100684290] main stream debug: received first data after 0 ms [0x100684290] main stream debug: pre-buffering done 296 bytes in 0s - 8759 KiB/s [0x100684530] main stream debug: looking for stream_filter module: 7 candidates [0x100684530] main stream debug: no stream_filter module matching "any" could be loaded [0x100684530] main stream debug: looking for stream_filter module: 1 candidate [0x100684530] main stream debug: using stream_filter module "stream_filter_record" [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' [0x100684dd0] main demux debug: looking for demux module: 1 candidate [0x100684dd0] playlist demux debug: using XSPF playlist reader [0x100684dd0] main demux debug: using demux module "playlist" [0x100685260] main demux meta debug: looking for meta reader module: 2 candidates [0x100685260] lua demux meta debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/meta/reader [0x100685260] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/reader [0x100685260] lua demux meta debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/reader/filename.luac [0x100685260] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/meta/reader [0x100685260] main demux meta debug: no meta reader module matching "any" could be loaded [0x1006802c0] main input debug: `file/xspf-open:///Users/leandro/Library/Application%20Support/org.videolan.vlc/ml.xspf' successfully opened [0x100688570] main xml reader debug: looking for xml reader module: 1 candidate [0x100688570] main xml reader debug: using xml reader module "xml" [0x100684dd0] playlist demux debug: parsed 0 tracks successfully [0x1006802c0] main input debug: EOF reached [0x100684dd0] main demux debug: removing module "playlist" [0x100684530] main stream debug: removing module "stream_filter_record" [0x100683630] main access debug: removing module "filesystem" [0x1006802c0] main input debug: Destroying the input for 'Bibliothèque' [0x100684dd0] main interface debug: looking for interface module: 1 candidate [0x100684dd0] growl interface debug: looking for icon at /Applications/VLC.app/Contents/MacOS/share/vlc512x512.png [0x10067ee20] main playlist debug: playlist threads correctly activated [0x10067ee20] main playlist debug: rebuilding array of current - root Liste de lecture [0x10067ee20] main playlist debug: rebuild done - 0 items, index -1 [0x100684dd0] main interface debug: using interface module "growl" [0x10068cef0] main interface debug: looking for interface module: 1 candidate [0x10068cef0] main interface debug: using interface module "hotkeys" [0x10020a040] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface. [0x10068dab0] main interface debug: looking for interface module: 4 candidates [0x10068dab0] main interface debug: using interface module "macosx" [0x105584e20] main probe debug: looking for services probe module: 5 candidates [0x105584e20] main probe debug: no services probe module matching "any" could be loaded [0x10068dab0] macosx interface debug: using future AR cookies [0x10550f390] main generic debug: looking for extension module: 1 candidate [0x10550f390] lua generic debug: Opening Lua Extension module [0x10550f390] lua generic debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/extensions [0x10550f390] lua generic debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/extensions [0x10550f390] lua generic debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/extensions [0x10550f390] main generic debug: using extension module "lua" [0x10068dab0] macosx interface debug: Found 1 capture devices [0x10067ee20] main playlist debug: adding item `BDROM' ( bluray:///Volumes/BDROM ) [0x1080082b0] main input debug: Creating an input for 'BDROM' [0x10067ee20] main playlist debug: meta ok for (null), need to fetch art [0x108005ef0] main demux meta debug: looking for meta fetcher module: 1 candidate [0x108005ef0] lua demux meta debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/meta/fetcher [0x108005ef0] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/fetcher [0x108005ef0] lua demux meta debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/fetcher/tvrage.luac [0x10067ee20] main playlist debug: rebuilding array of current - root Liste de lecture [0x10067ee20] main playlist debug: rebuild done - 1 items, index -1 [0x10067ee20] main playlist debug: processing request item: BDROM, node: Liste de lecture, skip: 0 [0x10067ee20] main playlist debug: resyncing on BDROM [0x10067ee20] main playlist debug: BDROM is at 0 [0x10067ee20] main playlist debug: starting playback of the new playlist item [0x10067ee20] main playlist debug: creating new input thread [0x10800f3d0] main input debug: Creating an input for 'BDROM' [0x10800f3d0] main input debug: selected audio language[0] fr [0x10800f3d0] main input debug: selected audio language[1] en [0x10800f3d0] main input debug: selected audio language[2] pt [0x10800f3d0] main input debug: selected audio language[3] es [0x10800f3d0] main input debug: selected audio language[4] gl [0x10800f3d0] main input debug: selected audio language[5] it [0x10800f3d0] main input debug: selected audio language[6] ja [0x10800f3d0] main input debug: selected audio language[7] de [0x10800f3d0] main input debug: selected audio language[8] any [0x10800f3d0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [0x10800f3d0] main input debug: `bluray:///Volumes/BDROM' gives access `bluray' demux `' path `/Volumes/BDROM' [0x10800f3d0] main input debug: creating demux: access='bluray' demux='' location='/Volumes/BDROM' file='/Volumes/BDROM' [0x1059f7230] main demux debug: looking for access_demux module: 1 candidate libbluray/bluray.c:885: libbluray version 0.2.1 file/file_posix.c:91: Opening LINUX file /Volumes/BDROM/AACS/Unit_Key_RO.inf... (0x1059db070) file/file_posix.c:47: Closed LINUX file (0x1059db070) libbluray/bluray.c:602: AACS/Unit_Key_RO.inf found. Disc seems to be AACS protected (0x102266800) file/dl_posix.c:78: searching for library 'libaacs.dylib' ... file/dl_posix.c:93: can't open library 'libaacs.dylib': dlopen(libaacs.dylib, 1): image not found libbluray/bluray.c:636: libaacs not found! (0x102266800) file/file_posix.c:91: Opening LINUX file /Volumes/BDROM/BDSVM/00000.svm... (0x1059db070) [0x108005ef0] main demux meta debug: using meta fetcher module "lua" [0x108005ef0] main demux meta debug: removing module "lua" [0x10067ee20] main playlist debug: searching art for BDROM [0x1080071e0] main art finder debug: looking for art finder module: 2 candidates file/file_posix.c:105: Error opening file! (0x1059db070) libbluray/bluray.c:727: BDSVM/00000.svm not found. No BD+ protection (0x102266800) file/file_posix.c:91: Opening LINUX file /Volumes/BDROM/BDMV/index.bdmv... (0x108204a10) file/file_posix.c:47: Closed LINUX file (0x108204a10) libbluray/bluray.c:904: BLURAY initialized! (0x102266800) [0x1059f7230] libbluray demux: First play: 1, Top menu: 1 HDMV Titles: 15, BD-J Titles: 0, Other: 0 [0x1080071e0] lua art finder debug: Trying Lua scripts in /Users/leandro/Library/Application Support/org.videolan.vlc/lua/meta/art [0x1080071e0] lua art finder debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/art [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/00_musicbrainz.luac [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/01_googleimage.luac [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/02_frenchtv.luac [0x1080071e0] lua art finder debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/art/03_lastfm.luac [0x1080071e0] lua art finder debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/meta/art [0x1080071e0] main art finder debug: no art finder module matching "any" could be loaded [0x10067ee20] main playlist debug: art not found for BDROM libbluray/bluray.c:941: BLURAY destroyed! (0x102266800) [0x1059f7230] main demux debug: no access_demux module matching "bluray" could be loaded [0x10800f3d0] main input debug: creating access 'bluray' location='/Volumes/BDROM', path='/Volumes/BDROM' [0x1059f4820] main access debug: looking for access module: 0 candidates [0x1059f4820] main access debug: no access module matched "bluray" [0x10800f3d0] main input error: open of `bluray:///Volumes/BDROM' failed [0x10067ee20] main playlist debug: dead input [0x10800f3d0] main input debug: Destroying the input for 'BDROM' [0x10067ee20] main playlist debug: changing item without a request (current 0/1) [0x10067ee20] main playlist debug: nothing to play [0x10068dab0] macosx interface debug: Terminating [0x10068dab0] macosx interface debug: Killing extension dialog provider [0x10020a040] main libvlc debug: exiting [0x10020a040] main libvlc debug: deactivating the playlist [0x10067ee20] main playlist debug: deactivating the playlist [0x1055bdfe0] main playlist export debug: saving Bibliothèque to file /Users/leandro/Library/Application Support/org.videolan.vlc/ml.xspf [0x1055bdfe0] main playlist export debug: looking for playlist export module: 1 candidate [0x1055bdfe0] main playlist export debug: using playlist export module "export" [0x1055bdfe0] main playlist export debug: removing module "export" [0x10067ee20] main playlist debug: playlist correctly deactivated [0x10020a040] main libvlc debug: removing all services discovery tasks [0x10020a040] main libvlc debug: removing all interfaces [0x10068dab0] main interface debug: removing module "macosx" [0x10068cef0] main interface debug: removing module "hotkeys" [0x100684dd0] main interface debug: removing module "growl" [0x10067ee20] main playlist debug: destroying [0x10020a040] main libvlc debug: removing stats [0x10020a040] main libvlc debug: removing module "memcpymmxext" [0x10020a040] main libvlc debug: opening config file (/Users/leandro/Library/Preferences/org.videolan.vlc/vlcrc) Apple-iMac-Dutra:libaacs leandro$